Compare commits

...

610 Commits

Author SHA1 Message Date
Tom Rothamel 5c1f020786 Bump version to 6.99.9. 2015-11-29 17:08:45 -05:00
Tom Rothamel d3dbc5b076 Document the limitation on android transparency. 2015-11-28 22:06:41 -05:00
Tom Rothamel 99ddc07103 Ignore control characters in filenames when distributing.
On Mac OS X, the filename Icon\r is used for folder icons. This
filename can't be represented on windows, and so causes a crash.
2015-11-28 00:16:12 -05:00
Tom Rothamel dd2f3203dd Update changelog. 2015-11-27 22:49:50 -05:00
Tom Rothamel a7c4a74cfc Remove old code and license new file. 2015-11-27 22:38:28 -05:00
Tom Rothamel 118c7528a2 Update side image functionality.
It's now possible to apply a transform (and hence a transition)
when a side image changes. Different transforms can be used
when a the change is within a single character, versus a
change between characters.

Fixes #781.
2015-11-27 22:31:07 -05:00
Tom Rothamel c29e8c314f Restore state inside a loaded ImageReference.
This only matters when an ImageReference is saved and loaded again.
Since the target may have been given information (from the
default transform or a previously shown transform), we have to
propagate that information along to the target that is newly-found
after load.

Fixes #795.
2015-11-26 22:42:20 -05:00
Tom Rothamel da021a3808 Allow ATL properties to take strings.
This is mostly for debug.
2015-11-26 12:33:59 -05:00
Tom Rothamel d64d5a60ca Improve recompiles of existing games.
* Do not crash when recompiling and a .rpyc file exists in an archive.
* Do not delete orphan rpyc files when distributing.

Fixes #792.
2015-11-26 10:47:54 -05:00
Tom Rothamel 0836a54114 Update changelog. 2015-11-25 22:46:19 -05:00
Tom Rothamel 623ceda92b Merge pull request #790 from kalawore/master
update traditional_chinese translator
2015-11-25 22:15:59 -05:00
Tom Rothamel f3bb6e66df Merge pull request #773 from Rikxz/patch-1
Added deprecation warnings on UI Functions
2015-11-25 22:07:42 -05:00
Tom Rothamel 7c3101cb1c Update changelog. 2015-11-25 00:38:31 -05:00
Tom Rothamel 734c0507f4 Update docs, add easings. 2015-11-24 22:11:23 -05:00
kalawore 25a4284a12 update traditional_chinese translator 2015-11-24 23:54:00 +08:00
kalawore f7a0087995 update traditional_chinese translator 2015-11-24 23:38:50 +08:00
kalawore 8074fc825a update traditional_chinese translator 2015-11-24 23:32:34 +08:00
kalawore dfe8c3e395 Merge branch 'master' of https://github.com/kalawore/renpy 2015-11-24 23:18:18 +08:00
kalawore cc74793542 Merge remote-tracking branch 'refs/remotes/renpy/master' 2015-11-24 21:29:34 +08:00
Tom Rothamel baa6cc3c59 Add config.log_width. 2015-11-24 00:49:59 -05:00
Tom Rothamel b9176185f1 Add ATL warpers to their own namespace.
This allows them to be used in other code, while also letting them
use each other in their implementation.

Fixes #788.
2015-11-23 21:41:02 -05:00
Tom Rothamel f96bedb510 Disable SDL2 HighDPI on Windows.
This will help ensure compatibility with future versions of SDL
that do understand HighDPI, but don't expect us to be handling
it ourselves.
2015-11-23 00:53:47 -05:00
Tom Rothamel 4c8078b4d7 Actively center a highdpi window on windows.
Since SDL doesn't understand highdpi on windows, it was placing
the window offscreen. This prevents Ren'Py from popping up a
window that can't be moved.
2015-11-23 00:52:18 -05:00
Tom Rothamel 383bc6af46 Use HighDPI physical size directly.
This helps prevent problems that could occur with non-integer
scaling factors causing non-pixel-aligned screens.

Fixes #362.
2015-11-23 00:15:27 -05:00
Tom Rothamel 71fc31c1cb Windows-platform HighDPI support. 2015-11-22 23:49:20 -05:00
Tom Rothamel ea3a9d7e21 Ensure config.use_drawable_resolution = False works.
Fixes #787.
2015-11-22 19:38:55 -05:00
Tom Rothamel 4222ae2e49 Add config.tag_transform.
This provides a way to supply a default transform to an image
tag.
2015-11-21 22:57:00 -05:00
Tom Rothamel 9c4f7f0851 Update the 6.99.8 changelog. 2015-11-20 23:50:03 -05:00
kalawore 90473bdda2 Revert "update traditional_chinese translator"
This reverts commit ec3be878a8.
2015-11-19 18:38:13 +08:00
Tom Rothamel bb9b6ca08a Clear the mouse focus when saving windows.
Fixes #780.
2015-11-18 22:13:48 -05:00
Tom Rothamel 55400c17a8 Store what last changed the focus.
Either the keyboard or mouse. This will be used to determine if
losing a focus should unforcus the keyboard.
2015-11-17 23:43:52 -05:00
Tom Rothamel 256f3173da Add Nyaatrap's implementation of Robert Penner's easing functions
http://robertpenner.com/easing/
http://robertpenner.com/easing_terms_of_use.html
http://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=35749
2015-11-16 23:18:19 -05:00
Tom Rothamel 179cd2ed6c Make Frame's parameters optional. 2015-11-15 11:57:20 -05:00
kalawore ec3be878a8 update traditional_chinese translator 2015-11-15 23:17:50 +08:00
kalawore cd328876d1 Merge remote-tracking branch 'refs/remotes/renpy/master' 2015-11-15 20:34:06 +08:00
Tom Rothamel df16435ae4 Add renpy.add_layer function.
This provides a good way to modify config.layers.
2015-11-15 00:55:30 -05:00
Tom Rothamel 5d108094a5 Document new config variables. 2015-11-14 22:32:32 -05:00
Tom Rothamel daf3f34705 Allow a default layer to be associated with an image tag.
This commit makes it possible to associated a layer with
an image tag. Show and hide operations associated with that
tag will take place on the given layer.

Fixes #782.
2015-11-14 17:39:30 -05:00
Tom Rothamel 0ba1eeb9be Support xminimum and yminimum in hbox and vbox.
And because these are supported, so is area, xsize, and ysize.
2015-11-13 21:50:14 -05:00
Tom Rothamel 3c613a8157 Add PlayCharacterVoice.
This is a function that plays a sound file on the voice channel
with the given voice tag. This makes it possible to preview the
voice with the volume that would be used.
2015-11-09 21:51:00 -05:00
Tom Rothamel 75e4cc0bb7 Do not adjust text in console inputs. 2015-11-08 22:29:08 -05:00
Tom Rothamel 17f722fc0b Tristate _overlay_screens. 2015-11-07 23:44:23 -05:00
Tom Rothamel 2563a8dbcb Add config.overlay_screens.
This is a list of screens to display when the overlay is enabled,
which is the normal mode of operation.
2015-11-07 23:42:23 -05:00
Tom Rothamel 794932f82e Allow renpy.get_screen to check multiple screens. 2015-11-07 22:49:53 -05:00
Tom Rothamel 2b9ebc974c Limit alpha to 0.0 - 1.0 2015-11-07 22:49:07 -05:00
Tom Rothamel 1ca9a696e2 Document ATL warper output range. 2015-11-07 22:48:45 -05:00
Tom Rothamel 02a9d4721c Do not restrict ATL interpolation to the 0-1 range. 2015-11-06 20:48:14 -05:00
Tom Rothamel 3a583da12d Do not add spurious spaces to the end of text lines.
This was caused by looking at the wrong type. Fixes #779.
2015-11-04 23:10:05 -05:00
Tom Rothamel acd7f792ab Fix the get_available_image functions. 2015-11-03 22:55:46 -05:00
Tom Rothamel d42ffed1e7 Add renpy.can_show. 2015-11-03 00:23:40 -05:00
Tom Rothamel 17f8e56b70 Add a couple of functions to get tags and attributes. 2015-11-02 23:28:09 -05:00
Tom Rothamel d1f3c9dc8a Bump version to 6.99.8. 2015-11-02 23:26:44 -05:00
Tom Rothamel d3db4b099b Update the changelog. 2015-11-01 20:26:50 -05:00
Tom Rothamel adc2c96e71 Check displayable identity when determining hyperlink focus.
Fixes #777.
2015-10-31 10:06:35 -04:00
Tom Rothamel a1b572da61 lint: More accurately match image names.
Ren'Py considers "eileen beach happy" equivalent to "eileen happy
beach", and so lint should too.

Fixes #775.
2015-10-30 22:21:11 -04:00
Tom Rothamel ed653831a0 Merge pull request #776 from SpikyCaterpillar/software-xorg-fullscreen
No longer try to reuse existing windows when switching video modes.
2015-10-30 19:04:45 -04:00
Tom Rothamel 8d6ec39c33 Defensively program achievement merges. 2015-10-30 18:46:55 -04:00
Spiky Caterpillar d83d2045b3 No longer try to reuse existing windows when switching video modes.
This fixes a bug where, if you're using the software renderer on Xorg on Debian Jessie,
switching into fullscreen produces an unusable screen (usually, a fullscreen window with
the current screen contents stuck on it; sometimes the game window scaled to full screen
but refusing to accept graphic updates (though clicks ARE passed through to the underlying
game), sometimes the game window drawn actual size in the upper left corner of the screen
with the rest of the screen occupied by the previous screen contents).  This bug was
seen on two different Jessie machines.
2015-10-30 07:01:01 -07:00
Tom Rothamel 229df03363 Fix translation whitespace. 2015-10-29 09:47:06 -04:00
Tom Rothamel 4d141b7bc2 Update traditional chinese translation.
Merge branch 'master' of https://github.com/kalawore/renpy
2015-10-29 09:35:35 -04:00
Tom Rothamel 219fccf588 Properly chain non-default translate blocks.
This fixes a regression that caused a translated block to be followed
by the untranslated version of the same block.
2015-10-28 19:49:58 -04:00
Tom Rothamel 5c92d6cfb7 Move handling of renpy.session["compile"]
... into a place where it's run after the game restarts, but before
the game is compiled.
2015-10-26 23:13:17 -04:00
Rikxz 9b77cba97e Added deprecation warnings on UI Functions 2015-10-25 19:29:30 -05:00
Tom Rothamel b3545fbce4 Fix bad fix. ;^_^ 2015-10-25 19:42:40 -04:00
Tom Rothamel c055d253c4 Fix typos. 2015-10-25 19:33:16 -04:00
Tom Rothamel c9a35bd23f Support consumable purchases on iOS.
Code contributed by Pavel & Winter Wolves. Apparently, Apple is
only allowing money cheats as consumables. How evil.
2015-10-25 18:00:53 -04:00
Tom Rothamel a0e7ab2b2b Fix last merge. 2015-10-25 10:49:56 -04:00
Tom Rothamel 194a79069b Merge pull request #772 from SpikyCaterpillar/master
SW rendering bugfix and minor changes
2015-10-25 10:42:27 -04:00
Spiky Caterpillar 936a0bf1e5 Bring the audio back 2015-10-25 04:44:58 -07:00
Spiky Caterpillar a0ab3c845f Fit bug where windows wouldn't redraw when exposed if you were using the
software renderer.  (Bug observed on Debian stable/testing mix, Xorg
using Radeon driver, RV380 video card)
2015-10-25 04:25:32 -07:00
Spiky Caterpillar d61e4adef7 Support home and end in text input fields. 2015-10-25 04:24:55 -07:00
Spiky Caterpillar a244516b81 Trying to sync my fork. 2015-10-25 04:21:50 -07:00
Tom Rothamel 717b133a0e Doc another bugfix. 2015-10-24 23:00:05 -04:00
Tom Rothamel be288feb13 Remove (another) debug raise. 2015-10-24 22:57:05 -04:00
Tom Rothamel 1df06a92b5 Update changelog for 6.99.7. 2015-10-24 22:56:08 -04:00
Tom Rothamel daee66a17e Various fixes to gamepad support. 2015-10-24 14:00:24 -04:00
Tom Rothamel 7ccc26276a Fix fix. 2015-10-23 22:32:20 -04:00
Tom Rothamel d7c3aadf62 Predict screens with all possible arguments.
Fixes #769.
2015-10-23 21:09:40 -04:00
Tom Rothamel 9831b68ac9 Merge pull request #764 from emmeken/custom-text-replace
Custom text replacement hook
2015-10-23 20:47:10 -04:00
Tom Rothamel bec4cabf8d Remove debug raise. 2015-10-23 20:32:09 -04:00
Tom Rothamel f64e050f9b pad: Expose gamepad calibration via the shift+G menu. 2015-10-23 00:20:43 -04:00
Tom Rothamel 33fda314a0 pad: Add calibration tool. 2015-10-23 00:09:57 -04:00
Tom Rothamel a4b8da9119 pad: Start work on gamepad calibration tool. 2015-10-22 22:34:01 -04:00
Tom Rothamel 1bb51d6953 Drop direct OUYA support.
It should work, but with the standard controller.
2015-10-22 01:27:58 -04:00
Tom Rothamel 5fd7282fdd Add support of K_SELECT.
This is the SELECT button on Android remote controls, like the one
for Fire TV.
2015-10-22 00:08:21 -04:00
Tom Rothamel 27f8f5092f transform: Do not take state from self.
This can happen incidentally during a copy during hide. It's not
correct, and so we prevent it from happening.

Fixes #760.
2015-10-21 21:51:18 -04:00
Tom Rothamel 6d8562cf97 pad: Ignore gamepad events if the window is not keyboard focused.
Fixes #766.
2015-10-20 21:28:46 -04:00
Emmeken 8cfe83eab6 Added custom text replacement hook
This allows a custom function to for example replace '--' with em-dash
and '...' with an actual ellipsis character.
2015-10-20 12:30:01 +02:00
Tom Rothamel c87b4087b1 Limit framerate if vsync is broken.
If the user requests vsync yet vsync happens to be broken, we'll
consume 100% CPU. This can happen on a mac, for example when
the window is fully covered by another window. This code inserts
a sleep in that case.

Fixes #757.
2015-10-17 22:48:36 -04:00
Tom Rothamel f0258aa269 Fix creator defined statement documentation.
Lint works for me.

Fixes #763.
2015-10-17 21:08:36 -04:00
Tom Rothamel ed871863df Add the ability to quit w/o save on mobile backgrounded.
Requested by Mugenjohncel.
2015-10-16 20:29:45 -04:00
Tom Rothamel 31de7c5ef0 Fix problems with docs. 2015-10-15 23:48:19 -04:00
Tom Rothamel b1f59d9eaa di: Document. 2015-10-15 23:40:00 -04:00
Tom Rothamel 20c71c6312 Make SL2 image an alias for add.
This shouldn't change anything semantically, and lets us share
the di behavior.
2015-10-15 22:52:28 -04:00
Tom Rothamel b781769a0a id: Use the screen scope with SL2 add.
This lets us write:

    default weather = 'sunny'
    add "logo [weather]"
    textbutton "Make it Rain" action SetScreenVariable("weather", "rainy")

in SL2, and have it work properly.

This required a genericization of the way SL handles providing scopes to
displayables, especially Text.
2015-10-15 22:45:36 -04:00
Tom Rothamel d75417d081 di: Export DynamicImage into the default namespace.
While this will probably never be used, it's probably best to
have it and not use it.
2015-10-15 18:04:21 -04:00
Tom Rothamel 2a90549cb9 di: Check that dynamic images are enabled. 2015-10-15 18:00:11 -04:00
Tom Rothamel 158d798bb8 Compat fixes & changes.
* Fix compat with 6.99.5. This was actually causing problems when
  packaging 6.99.6 games.

* Compat dynamic images.
2015-10-14 23:52:14 -04:00
Tom Rothamel a46ee80ec6 Add DynamicImage.
This provides a way to write:

    image eileen = "eileen [mood]"

rather than a massive condition switch.
2015-10-14 23:22:44 -04:00
Tom Rothamel 093dc4e79c Disable skipping when leaving a replay.
Fixes #758.
2015-10-14 20:52:09 -04:00
Tom Rothamel 8a8240e2a0 Properly subsurfaces renders with clipping enabled.
Because of one of the changes made to support drawable-resolution
text, we would increase the size of Renders. When clipping was
involved, this could make the render too large, causing overlap.

This fixes a bug that affected the scrollbars in some of the
default themes.
2015-10-13 19:00:04 -04:00
Tom Rothamel 8e5fbb2ef5 launcher: Maintain adjustements when style restarts happen.
This allows one to scroll through the list of color schemes, at least
until the new gui replaces them.
2015-10-13 00:09:09 -04:00
Tom Rothamel eb3a203fdc Force an interaction restart when a style rebuild occurs.
This was assumed but not enforced, and the result is that screen
preparation was not occuring when it needed to.
2015-10-12 22:40:56 -04:00
Tom Rothamel 6ac39d096f text: Unscale hyperlink coordinates.
This fixes a problem where hyperlinks were not being unscaled
properly, and hence hyperlinks that were not in the top-left
of a Text block would not handle focus the correct way.
2015-10-12 00:21:36 -04:00
Tom Rothamel ae6060b31a Include uncommitted text when processing the enter key on text input.
Fixes #742, hopefully.
2015-10-12 00:09:42 -04:00
Tom Rothamel c08acaef56 Do not include update.json in android/ios builds. 2015-10-11 23:23:28 -04:00
Tom Rothamel e8f98816ab Fix file pages to work right with folders.
Fixes #756.
2015-10-11 21:15:01 -04:00
Tom Rothamel 7be67acb0c Track checkpoints even if rollback is disabled.
This is necessary for setting _rollback to False to work
properly. Before this, greedy rollbacks could go to the
first line with _rollback=False, since they would go
until just after the last checkpoint.

Fixes #740.
2015-10-10 23:30:31 -04:00
Tom Rothamel 03043c1250 Merge pull request #755 from emmeken/user-statement-prediction
Fix creator-defined statement prediction
2015-10-10 20:32:22 -04:00
Emmeken a5375963a9 Fix creator-defined statement prediction
UserStatement.predict uses the return value from UserStatement.call,
but until now UserStatement.call did not return anything.
2015-10-10 12:42:52 +02:00
Tom Rothamel e18f96b827 If opening in fullscreen mode fails, revert to a window. 2015-10-09 23:06:26 -04:00
Tom Rothamel 7b8fbf2e49 Use eval_who and narrator in default_empty_window.
Fixes #753.
2015-10-08 22:19:37 -04:00
Tom Rothamel d641bb1f54 Make transition optional for nvl show and nvl hide.
Fixes #510.
2015-10-08 19:41:42 -04:00
Tom Rothamel 91c46dab72 text: Preserve newlines in the presence of a FlagSegment.
Fixes #748.
2015-10-07 21:41:53 -04:00
Tom Rothamel e7cd340ec7 Add the adjust_spacing text style property.
This is used in inputs (and can be used with extend) to ensure that
text does not change spacing when it changes. However, when doing so
it's important that the creator ensure there's enough space for
the text at all reasonable resolutions.
2015-10-06 23:31:13 -04:00
Tom Rothamel 345276cacc text: Store spacing tweaks and use to fix underlines.
We had the problem that spacing tweaks would force characters to
the right, leaving space between the last character and this one.
This fix now stores these adjutments, and uses them to add an
extra pixel to underlines and strikeouts when necessary to
compensate for this kind of shift.
2015-10-05 23:25:41 -04:00
Tom Rothamel 089a6bccf2 Fix regression in Text.size()
Called the wrong function to unscale the result. Thansk to emmeken
for the fix. Fixes #752.
2015-10-04 23:49:42 -04:00
Tom Rothamel ddd9a702e5 Remove translation TODOS. 2015-10-04 17:17:42 -04:00
Tom Rothamel 4dceccc491 Change the launch key to f5. 2015-10-04 17:17:11 -04:00
Tom Rothamel 04c17a71a3 Merge pull request #741 from Diapolo10/update_finnish
Updated the Finnish translation
2015-10-04 17:14:55 -04:00
Tom Rothamel 4e381dcc22 Merge pull request #751 from ricpelo/launcher-hotkey
In Launcher, hotkey "r" runs the current project
2015-10-04 17:14:46 -04:00
Tom Rothamel 3f14961d0d Fix session["compile"]. 2015-10-03 23:28:40 -04:00
Tom Rothamel 4b867d4220 folders: Start work on file folders. 2015-10-03 01:52:44 -04:00
Ricardo Pérez cd9bac3052 In Launcher, hotkey "r" runs the current project 2015-10-01 15:17:48 +02:00
Tom Rothamel dec43b1f81 scriptedit: Add an api for retrieving the text of a line. 2015-09-30 23:35:33 -04:00
Tom Rothamel e408f297d9 linelog: Add the line log feature.
This is a way of retrieving the lines that have executed since the
last time the line log was cleared.
2015-09-30 23:08:31 -04:00
Tom Rothamel f0b90920bf gui: Display the skip_indicator screen if it exists. 2015-09-29 23:08:10 -04:00
Tom Rothamel fc7eccef70 Consider manual screen prediction to be slow prediction.
Since screens can be slow, and we need to take that into account.
2015-09-28 22:47:50 -04:00
Tom Rothamel 879fc8814c Defer prediction of the say screen.
This works better in the case where the say screen is complex
and hence slow.
2015-09-28 22:44:22 -04:00
Tom Rothamel 8a188c9c3f scriptedit: Avoid triggering the autoreloader. 2015-09-28 00:33:32 -04:00
Tom Rothamel 45e860458d scriptedit: Delete lines from files. 2015-09-28 00:10:02 -04:00
Tom Rothamel f22af1d7dc scriptedit: Remove the spurious Return statement from all_stmts. 2015-09-27 23:50:51 -04:00
Tom Rothamel 60371bead8 scriptedit: Remove code from the AST. 2015-09-27 23:34:31 -04:00
Tom Rothamel 89050fbac7 sl2: Avoid predicting unlikely loops.
These are loops inside an if block that currently evaluates to False.
In this case, we only evaluate the loop once, for performance
reasons.
2015-09-26 00:51:45 -04:00
Tom Rothamel 7ddb4bf602 Defer opening SubFiles until initial use.
This speeds up loading of assets from RPAs, since most Subfiles will
never be opened, but just passed to image/sound/etc. loading code.
2015-09-25 22:37:36 -04:00
Tom Rothamel 6fc1227cd3 Add the ability to add statements to a file.
This means opening the file, adding code to the right places,
and then updating the data structures so this can be done
repeatedly.
2015-09-25 00:50:57 -04:00
Tom Rothamel 49e544c5f1 Only add code loaded at init time to the lines data structure.
This prevents problems when generated code is added to the wrong
files and locations.
2015-09-25 00:50:23 -04:00
Tom Rothamel 5505cc53f0 Move the Line/lines data structure to scriptedit.
This is where most of the code that manipulates it will live.
2015-09-24 21:50:21 -04:00
Tom Rothamel 147b6c26de Merge branch 'release-6.99.6' 2015-09-22 20:53:01 -04:00
Tom Rothamel 984c0fcc29 Encode backup directory properly. 2015-09-22 20:52:25 -04:00
Tom Rothamel 8e1abf2b49 scriptedit: Add/adjust line numbers in the AST. 2015-09-22 00:22:07 -04:00
Tom Rothamel 76eb82f50b Start work on script editing support. 2015-09-21 23:29:46 -04:00
Tom Rothamel 6ed3affddf Fix ShowMenu()
It wasn't working when empty when used as the target of a button.
2015-09-20 22:59:02 -04:00
Tom Rothamel 8a32179792 Fix image fonts.
They don't need to be looked up using the scale.
2015-09-20 14:10:18 -04:00
Tom Rothamel b65c5de62d Add support for iconbuttons.
These are buttons that contain an icon and an optional caption.
We use these in the new gui a lot.
2015-09-20 00:15:48 -04:00
Tom Rothamel 8ec6174dc2 Move properties like action, hovered, etc. to button_properties.
This makes it easier to declare custom SL displayables that
wrap buttons.
2015-09-19 23:33:22 -04:00
Tom Rothamel 61dc7a33fa Document .add_prefix_style_properties.
Fixes a documentation problem.
2015-09-19 23:32:42 -04:00
Tom Rothamel 14c7a7d416 Extend fit_first to allow it to only adjust the width and height. 2015-09-18 23:44:47 -04:00
Tom Rothamel 906e4de0a5 Add renpy.get_widget_properties.
A function to get the properties passed to a widget. The main reason
for this is so that it can be passed to other widgets - for example,
the "who" widget's color can be used to set up a background.
2015-09-17 22:20:18 -04:00
Tom Rothamel 44ef126806 Bind bars to the gamepad. 2015-09-16 20:26:35 -04:00
Tom Rothamel 41a35618f4 Only count seen dialogue that's still in the game.
This makes the progress screen more accurate when the underlying
game changes.
2015-09-15 22:25:17 -04:00
Tom Rothamel d296d5c17c Bump version. 2015-09-15 00:22:04 -04:00
Tom Rothamel 21b9fc1453 Merge branch 'release-6.99.6' 2015-09-15 00:21:00 -04:00
Tom Rothamel 70bc84b394 Allow pad_ keysyms. 2015-09-14 21:06:55 -04:00
Tom Rothamel 04449bb37b Allow pad_ keysyms. 2015-09-14 20:44:19 -04:00
Tom Rothamel e1bb500e00 Merge branch 'release-6.99.6' 2015-09-14 01:39:05 -04:00
Tom Rothamel c54f3d4ce1 Add support for deleting tags. 2015-09-14 01:08:59 -04:00
Tom Rothamel a397f653d7 Generate .update.json files. 2015-09-14 00:57:42 -04:00
Tom Rothamel 0f8c0d30fd Allow AFM to advance through pauses. 2015-09-13 22:00:26 -04:00
javimat b77c540235 Update common.rpy 2015-09-13 15:34:48 -04:00
javimat e68986d59d Update Spanish translation of the template 2015-09-13 15:34:35 -04:00
Tom Rothamel 7541bc6f51 Properly blit text with outlined descenders.
Before, we wouldn't necessarily notice we were on the last line of
outlined text, and could fail to blit the very bottom of a line.
2015-09-13 15:34:25 -04:00
Tom Rothamel c6d003486c Fix color tint/shade. 2015-09-13 15:34:15 -04:00
javimat 08f8df326a Update common.rpy 2015-09-13 16:20:15 +02:00
javimat 702a4a8463 Update Spanish translation of the template 2015-09-13 10:57:23 +02:00
Tom Rothamel c77b0933c8 Properly blit text with outlined descenders.
Before, we wouldn't necessarily notice we were on the last line of
outlined text, and could fail to blit the very bottom of a line.
2015-09-12 22:47:05 -04:00
Tom Rothamel 46bdc6c703 Fix color tint/shade. 2015-09-11 22:54:04 -04:00
Tom Rothamel 4db4bc1836 Merge branch 'release-6.99.6' 2015-09-10 22:52:57 -04:00
Tom Rothamel 9e7e78ac79 Rescan script files after compile.
This prevents a crash that occured because the script files were
scanned before compile deleted unused rpyc files.
2015-09-10 20:45:17 -04:00
Tom Rothamel 671a76c184 text: Adjust line top and height to match adjusted text.
Fixes an issue where oversampled text would have descenders
cut off.
2015-09-10 20:03:29 -04:00
Tom Rothamel b2eb4d0783 text: Adjust line top and height to match adjusted text.
Fixes an issue where oversampled text would have descenders
cut off.
2015-09-09 23:47:05 -04:00
Tom Rothamel e0a7728f62 Fix lint issue w/ Korean translation. 2015-09-08 23:54:07 -04:00
Tom Rothamel 6bcca2e39c Allow define to set config and persistent variables.
Fixes #689 - ish.
2015-09-08 23:48:55 -04:00
Tom Rothamel 1fdce5897c Merge branch 'release-6.99.6' 2015-09-07 23:25:04 -04:00
Tom Rothamel a4bfc86668 Ensure make_style_backup is called in every translation. 2015-09-07 23:23:53 -04:00
Tom Rothamel 91e3f05093 Add renpy.session.
This is a place to store arbitrary data that persists through
restarts.
2015-09-07 12:51:08 -04:00
Tom Rothamel b095378f71 Represent lines in compiled files as objects. 2015-09-07 00:02:46 -04:00
Tom Rothamel 7ca8e480e0 render: Ensure subsurface remains within the pygame Surface. 2015-09-06 13:17:56 -04:00
Tom Rothamel 28e645720f render: Check the crop box is within the surface.
See: http://lemmasoft.renai.us/forums/viewtopic.php?p=385773#p385773
2015-09-05 22:20:25 -04:00
Tom Rothamel 40de88d213 Import pure-python packages from game/python-packages.
Fixes #731.
2015-09-05 21:46:40 -04:00
Tom Rothamel a4d54abf7c Deal with zero-width text. 2015-09-05 20:21:24 -04:00
Tom Rothamel 36b7d7813f text: Force absolutes to ints in scale_outline.
Makes sure everything else works.
2015-09-05 01:33:16 -04:00
Tom Rothamel 826cc817c8 text: Round oversampling down when scaling outlines. 2015-09-04 23:40:18 -04:00
Tom Rothamel 7ad0c85681 text: Support absolute sizing of outlines. 2015-09-04 21:58:53 -04:00
Tom Rothamel 122c974d95 text: Adjust spacing of drawable-res text to fill virtual-res box.
It's possible for drawable-res text to be bigger or smaller than
the virtual-res box. This can lead to ugliness in text layout, as
centered text will not be centered, margins will be uneven, etc.

This fix adds code that adjust glyph placement to ensure the
drawable glyphs fill the same place as the physical glyphs,
using techniques similar to kerning and line_spacing.
2015-09-03 23:37:35 -04:00
Tom Rothamel 4ce304afb6 Add the ability to draw a box where the virtual text goes. 2015-09-03 22:14:23 -04:00
Tom Rothamel 166929aaff Tweak to add script. 2015-09-02 21:47:02 -04:00
Tom Rothamel a6f97435a9 text: Adjust outline scaling.
The goal here is to retain the proportion of the various outlines, to
avoid the case where 1px and 2 px outlines, when scaled up by 1.5x,
become 1px and 3px, respectively.
2015-09-02 21:36:37 -04:00
Tom Rothamel 82afa0aa13 Fix rendering of fullscreen movies.
The size we had chosen to render at would not fill the screen,
previously.
2015-09-02 09:32:30 -04:00
Tom Rothamel 3a4f4e6ebd Better compute subsurface when blits go outside a Render.
Text drawn using the new rendering code can be drawn outside the
Render, due to the difference between virtual- and drawable-resolution
text layout. Subsurface would not crop to the intersection of the
crop-box and the render, which cut text off.

This changes to only crop to the crop-rect, which means that text
leaving the Render ist still drawn (as long as it's in the crop-rect).

See: http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=31311&start=120#p385132
2015-09-01 23:44:50 -04:00
Tom Rothamel b6a420ed52 Remove debug code. 2015-09-01 23:17:32 -04:00
Tom Rothamel af6991ab0f Add functions to synchronize local and Steam achivements. 2015-08-31 21:26:56 -04:00
Tom Rothamel 6d6261fced Remove debug-disabling of the big new feature.
😅
2015-08-30 23:10:35 -04:00
Tom Rothamel 7462532a77 Use virtual text size to compute screen placement.
A problem with the new text code is that the text can change its
virtual size. This can cause other layouts to jump around as the
screen is scaled.

To fix this, this change renders text twice, first at the virtual
size, and then at the drawable size. The first pass is used to
compute line breaking, and to get the size of the final Render.
Once that's done, the drawable size is used to draw cleaner text.

Fixes #728.
2015-08-30 19:49:30 -04:00
Tom Rothamel 52776d93b1 Add RENPY_ANNOTATE_CYTHON environment variable.
When given, this causes cython annotations to be generated.
2015-08-30 19:27:43 -04:00
Tom Rothamel 9723153455 Update changelog. 2015-08-29 17:05:34 -04:00
Tom Rothamel 6cc4ac5d8c Ensure files in the archive are not listed as common files.
This was causing random problems, most notably will an archived
images/ directory.

Fixes #726.
2015-08-29 16:54:32 -04:00
Tom Rothamel 75d9cdfc5d Update help, document controller support.
Fixes #724.
2015-08-29 11:17:26 -04:00
Tom Rothamel 43abcd902d Update DejaVuSans and include/use -Bold.
6.99.6 is focusing on text rendering, and having better rendering of
bold really contributes to that.

Fixes #727.
2015-08-28 21:58:07 -04:00
Tom Rothamel e93e58c0df Include possibly-focusable displayables in the focus order.
A possibly-focusable thing is a button/bar/etc that is currently
insensitive, but might change to become sensitive in the future.
We want to have those things reserve their place in the focus
order, so the thing with focus doesn't lose focus when
something else becomes focusable.

Fixes #725, maybe. This is my best guess as to what's going on
there.
2015-08-28 19:43:19 -04:00
Tom Rothamel a52135893c Do not round locations when subpixel is enabled. 2015-08-27 22:01:22 -04:00
Tom Rothamel 1e0a10a852 Properly compare Matrix2Ds.
Floating point precisions issues strike again!
2015-08-27 21:49:52 -04:00
Tom Rothamel 35eb168c41 Revert "Scale text sizes only down."
This reverts commit 52a0b874a3.

It seems like it makes things worse, not better.
2015-08-27 21:11:07 -04:00
Tom Rothamel f53461c207 Render text using drawable-aligned bilinear interpolation.
This is another attempt to fix Nyaatrap's problem. It's now
easy to align to drawable - and even if this fails to fix
the problem because their card is broken, it should fall back
to a reasonable rendering.
2015-08-27 20:58:47 -04:00
Tom Rothamel 35806f1897 Fix scaling of the screen. 2015-08-27 00:42:03 -04:00
Tom Rothamel 0dd0f37ebd Draw the screen at the drawable resolution.
This is intended to fix an issue reported by Nyaatrap, here:
http://lemmasoft.renai.us/forums/viewtopic.php?p=384227#p384227

where the new text rendering code would cause artifacts. My guess
is the artifacts were caused by rounding errors that meant the
text images were not the correct size. By drawing the screen
at the drawable resolution, we attempt to eliminate these
errors.
2015-08-26 23:49:03 -04:00
Tom Rothamel 52a0b874a3 Scale text sizes only down.
This should help ensure that text does not expand, and hence reduce
problems caused by rescaling text.
2015-08-26 21:58:32 -04:00
Tom Rothamel 0d98166503 Do not error out when drawing ruby text outside the bounds of the
text.

This is almost always visually spurious, but can happen due to scaling
of of bounding boxes of ruby text. This prevents such scaling from
causing errors.
2015-08-26 21:08:47 -04:00
Tom Rothamel 112eeb00fd Properly expand LGPL. 2015-08-25 10:21:19 -04:00
Tom Rothamel 424e90eeeb Fix problems with GLDraw.is_pixel_opaque and IMAGEDISSOLVE.
The problem was that IMAGEDISSOLVE would cause a render-to-texture,
which would use the buffer that is_pixel_opaque had been drawing
to, causing a problem.

We check for this case, and try again - there should be no
render-to-texture the second time around, since all such
rendering has been done.
2015-08-25 00:41:54 -04:00
Tom Rothamel 1c2b5f3361 Allow ImageDissolves to be used directly as masks. 2015-08-24 23:50:48 -04:00
Tom Rothamel a38a6c8c1f Remove obsolete debug code. 2015-08-24 23:33:03 -04:00
Tom Rothamel 060ac47872 Add button to copy tracebacks/parse errors to the clipboard.
This should make posting errors easier. Fixes #722.

Right now, this is only supported on windows/mac. Linux should work,
but appears to be having problems - perhaps with the relatively
large text pastes.
2015-08-23 15:20:47 -04:00
Tom Rothamel a7ebac3006 Return full path to error files.
This ensure that code that uses the file finds the right file.
2015-08-23 15:19:24 -04:00
Tom Rothamel e256c168f9 Round scaled fonts down to the nearest integer size.
This tends to shrink fonts, rather than expanding them - which looks
a little nicer, as it prevents ugly overlaps.
2015-08-23 13:36:46 -04:00
Tom Rothamel af04859f97 Bold text requires antialiasing.
It doesn't seem to work without AA, it's not worth doing the work
for a more complete fix, given how little non-AA text is used.
2015-08-22 22:04:49 -04:00
Tom Rothamel 18a06e88db Remove align_to_drawable methods.
Nearest-neighbor mode does the same thing, more reliably.
2015-08-22 21:38:47 -04:00
Tom Rothamel 46798413ed Draw drawable-resolution non-subpixel textures in nearest-neighbor mode.
This is mostly used by drawable-resolution text. Before this change,
the text (which was not generally drawable-aligned) might have
been bilinearly interpolated, which is less than ideal.
2015-08-22 21:29:15 -04:00
Tom Rothamel feec3f0dbb Add config variable to disable the transparent title.
This is intended for Ren'Py dev purposes.
2015-08-22 19:22:09 -04:00
Tom Rothamel 3b3c691a23 Add align_to_drawable method to renderers.
This is a method that, given virtual coordinates, returns the virtual
coordinates of the closest point in drawable space. This will be used
to eventually drawable-align text, even if the natural blit point is
not an integer pixel.
2015-08-21 22:22:29 -04:00
Tom Rothamel 5a3de5660a Fix Text.__unicode__ crash.
Checked the wrong type, and hence would crash if a text included a
Displayable in it.
2015-08-21 22:07:26 -04:00
Tom Rothamel 59a1ca923d Search images/ for missing files.
This should fix a common newbie problem, and also make referencing
stuff in the images directory easier in displayables.
2015-08-20 19:59:04 -04:00
Tom Rothamel 04942b371b Read gamecontrollerdb, and list attached devices.
This should make more devices work, and provide a path for diagnosing
and fixing other devices.

Also, avoid re-initializing game controllers.
2015-08-19 22:10:48 -04:00
Tom Rothamel db6918927c Add gamecontrollerdb.txt
From https://github.com/gabomdq/SDL_GameControllerDB.
2015-08-19 21:00:17 -04:00
Tom Rothamel c235f2b598 Fix safe mode on Windows, remove for Linux.
Both had been broken, and there doesn't seem to be a way to fix it
on Linux - but it's less necessary there.
2015-08-18 19:52:44 -04:00
Tom Rothamel dc834779fb Fix multiple typo-like bugs.
Fixes #720, Fixes #721. Thank you emmeken for finding this.
2015-08-17 22:28:44 -04:00
Tom Rothamel 3386e9f0aa Update docs. 2015-08-16 23:55:14 -04:00
Tom Rothamel 9ad4b3b0a9 Update changelog. 2015-08-16 23:50:20 -04:00
Tom Rothamel 3a179cca2c Add pad_enabled to the safe mode/shift+G menu.
This lets us deal with a small number of computers that have problems
scanning for joysticks and gamepads.
2015-08-16 20:25:19 -04:00
Tom Rothamel 0d8f470af6 Add a hook for mapping pad events.
Since someone is going to ask for it, might as well add the ability to
support it now.
2015-08-16 20:18:27 -04:00
Tom Rothamel 01c7d1d328 Document gamepad bindings. 2015-08-16 20:04:00 -04:00
Tom Rothamel b63078f414 Allow At to take transforms with parameters.
Fixes #719.
2015-08-16 19:56:29 -04:00
Tom Rothamel 27aaa0aab9 Merge pull request #698 from pr-yanka/pr-yanka-patch-1
Pr yanka patch 1
2015-08-16 11:14:49 -04:00
Tom Rothamel 6bd1ab30e8 Merge pull request #717 from RangHo/master
Fixed common.rpy
2015-08-16 11:14:16 -04:00
Tom Rothamel 2fae816769 Wrap shown transforms in an ImageReference.
Fixes #695.

The problem is that Ren'Py had no way of telling Transforms created by
an at-list from those supplied to renpy.show as input. The result is
that we'd get a stack of transforms, and then change the child the
entire stack, which could cause repeats in the transform stack
(see the bug).

This is fixed by wrapping Transforms passed to renpy.show in an
ImageReference, which makes it clear which are on the "outside"
and which are on the "inside" of the at_list.
2015-08-15 20:53:12 -04:00
Tom Rothamel b03201a7e2 text: Remove buggy and pointless line. 2015-08-14 00:47:07 -04:00
Tom Rothamel 1cfb2a2cd8 backup: Fix crash with archived files. 2015-08-14 00:15:12 -04:00
RangHo Lee 5854ca77d7 Fixed common.rpy 2015-08-13 21:05:41 -07:00
Tom Rothamel 657fdd5efd Add a way to disable rpy backups. 2015-08-13 23:47:12 -04:00
Tom Rothamel c1ed41f82d Ren'Py will automatically backup .rpy files.
Backup is done if script_version.{rpy,rpyc,txt} is not present,
and at least one .rpy file has changed (as compared to the
corresponding .rpyc files).

Backups are placed in the "backups" directory underneath the
user-global saves directory.

Fixes #687.
2015-08-13 23:18:26 -04:00
Tom Rothamel b331e6f61b Controller: Fix dpad typo. 2015-08-12 23:08:51 -04:00
Tom Rothamel 21fe9c1094 Fix controller support. 2015-08-12 22:57:03 -04:00
Tom Rothamel 56bb1c8f15 Respect config.autosave_slots.
Fixes #711.
2015-08-12 22:37:06 -04:00
Diapolo10 02a6fa0c0f Updated the Finnish translation
I have updated the Finnish translation to the most recent version of
Ren'Py.
2015-08-12 19:53:46 +03:00
Tom Rothamel 48f1e1e9c8 Add config.after_replay_callback. 2015-08-11 09:11:26 -04:00
Tom Rothamel 0eddb65538 Fix mouse wheel support.
It was broken by the previous commit.
2015-08-10 23:24:20 -04:00
RangHo Lee cdbac9af62 Merge pull request #2 from renpy/master
Updating repo
2015-08-09 10:31:16 -07:00
Tom Rothamel 22a1bc60de Filter events at pygame level to only those Ren'Py uses.
There are cases (including joysticks and touch events) where SDL2
generates multiple events for every event we're interested in. For
example, it generates a touch and mouse event for each touch. We
filter events to the list of events we're interested in.
2015-08-09 09:56:01 -04:00
Tom Rothamel 53af0a28ee controller: pad_enabled preference. 2015-08-08 09:04:10 -04:00
Tom Rothamel 7e5078996a controller: Bind gamepad event names to Ren'Py event names.
This make it possible to play with the gamepad.
2015-08-08 08:59:09 -04:00
Tom Rothamel bafc714076 controller: Generate controller events. 2015-08-07 23:18:30 -04:00
Tom Rothamel acd7de7524 Support multiple names in an EVENTNAME event. 2015-08-06 22:59:15 -04:00
Tom Rothamel dc73a22849 Remove joystick support.
This is getting rid of the old code so it can be replaced with a
new system based on the SDL2 controller code.
2015-08-06 22:08:08 -04:00
Tom Rothamel bf8b7fece6 Use pygame_sdl2.event.register to allocate events. 2015-08-04 23:17:49 -04:00
Tom Rothamel eb3c2f541d Remove NoTransition, replace with Pause in docs.
Since NoTransition never existed, there's no need to add it, since
Pause does the same thing.

Fixes #709.
2015-08-03 22:13:33 -04:00
Tom Rothamel 73f0a85f70 Add new stuff to pyanalysis. 2015-08-03 22:09:41 -04:00
Tom Rothamel 8a16e1b018 Add NoTransition to the default store, since it was used in docs. 2015-08-03 22:06:03 -04:00
Tom Rothamel 9c65db7e6d Enable HighDPI on Desktop. (Retina macs.) 2015-08-03 22:02:30 -04:00
Tom Rothamel 3cd3f8ceee text: Fix include of displayables in oversampled/HighDPI text. 2015-08-02 08:44:57 -04:00
Tom Rothamel 5d3d3506be text: Scale text tags. 2015-08-01 12:06:30 -04:00
Tom Rothamel 1349ab7ad9 Make drawable resolution configurable. 2015-07-31 11:42:00 -04:00
Tom Rothamel 849c1eca2c text: Allow imagefonts to work with oversampled text. 2015-07-31 11:17:37 -04:00
Tom Rothamel ed0e68c7e1 Do not run overlay function during startup.
This fixes compatibility with older Ren'Py games, that might not
intialize the overlay until the splashscreen or game start.
2015-07-31 00:03:35 -04:00
Tom Rothamel 9198f4a610 Oversample text.
That is, render text at the drawable resolution rather than the
virtual resolution.
2015-07-30 23:52:53 -04:00
Tom Rothamel 1ebbcb32ef Document render_to_texture changes. 2015-07-30 23:52:40 -04:00
Tom Rothamel 31384e8b7f Remove now-invalid render_to_texture optimization.
Now that RTT textures are created at the drawable resolution,
it isn't valid to reuse a blitted texture instead of RTT-ing.
2015-07-29 23:49:06 -04:00
Tom Rothamel 00efc0086f Remove obsolete/unused code. 2015-07-29 23:48:52 -04:00
Tom Rothamel c6c1f45e0a Render-to-texture at the drawable resolution.
When an image is zoomed down and the drawable screen is bigger than
the virtual screen, Ren'Py will draw the additional information
present in the image. This information was being lost during RTT
operations that occured at the virtual resolution. (This usually
manifested as a blurry dissolve.)

Now, RTT occurs at the drawable resolution, and so the information
is shown to the player.

This also adds the information needed to render text at drawable
resolution.
2015-07-29 23:18:15 -04:00
Tom Rothamel 610565756a Make screenshot work with HighDPI. 2015-07-28 22:51:30 -04:00
Tom Rothamel 7e2df8223b Add RENPY_FAKE_HIGHDPI.
This is an environment variable that makes testing HighDPI more
convenient. For example, setting RENPY_FAKE_HIGHDPI=2 simulates
a 2x retina screen.
2015-07-28 22:46:13 -04:00
Tom Rothamel 749e99e0f3 Initial support for HighDPI/Retina on iOS. 2015-07-28 22:39:28 -04:00
Tom Rothamel 274d8cfc35 Merge pull request #702 from Rikxz/patch-1
Typofix on docstring
2015-07-28 00:23:47 -04:00
Tom Rothamel c1d3418a1b Disable the load screen while in replay. 2015-07-28 00:22:36 -04:00
Tom Rothamel e0dfd732af Fix typo. 2015-07-28 00:17:53 -04:00
Tom Rothamel 00e4d7d30e Predict icons. 2015-07-28 00:17:41 -04:00
Tom Rothamel d685425752 icon: Register as custom sl displayable.
This also fixed a few things about how we register custom sl
displayables.
2015-07-28 00:03:20 -04:00
Tom Rothamel 3b7c797e11 Add add_property_group to SL2. 2015-07-27 23:39:48 -04:00
Tom Rothamel a8a809702d Move SL2 properties to their own file. 2015-07-27 22:51:37 -04:00
Tom Rothamel 081c604d88 Automatically add ui and positional properties to sl2 displayables.
This removes a lot of redundant code.
2015-07-27 22:50:53 -04:00
Rikxz 1553c90e41 Typofix on docstring
"The programmatic equivalent of the show screen statement." became "The programmatic equivalent of the call screen statement." for def call_screen
2015-07-27 21:43:28 -05:00
Tom Rothamel 3298cdd5fe Add Icon class.
This is the start of a system that will use scalable and recolorable
icons to support the new GUIs.
2015-07-26 23:25:08 -04:00
Tom Rothamel 1a61d24568 Add Render.zoom. 2015-07-26 22:56:27 -04:00
Yana 4aeae19752 fixed previous commit 2015-07-26 12:23:58 +03:00
Yana 7bf315db29 fixed wrong translation
I am guarantee that it is correct now like russian user. ;)
2015-07-26 10:42:09 +03:00
Tom Rothamel 1b4044e2f9 Analyze [:] properly. 2015-07-25 13:06:27 -04:00
Tom Rothamel 0f5eb2e4ac Document renpy.register_sl_displatyable.
This is a way of creating a new screen language statement that
returns a creator-defined displayable.

This is necessary since register_sl_statement doesn't integrate
closely enough with SL to allow proper style handling while still
allowing the screen to be optimized.
2015-07-25 12:34:33 -04:00
Tom Rothamel 5835888c04 sl2: Do not reuse displayables if style_prefix changes. 2015-07-25 11:54:36 -04:00
Tom Rothamel e18af36f20 Frame now uses style.child if set.
This allows a Frame to be a top-level object that changes to
multiple images.
2015-07-25 11:51:38 -04:00
Tom Rothamel daecfc8d27 Add renpy.split_properties.
This is a function that can split properties based on a prefix.
2015-07-24 22:05:49 -04:00
Tom Rothamel 4784deb4a4 Allow style_group to be given to a screen.
This is the same as giving it to every top-level child of that
screen, but might be a bit more convenient.
2015-07-23 21:15:33 -04:00
Tom Rothamel b5a97a75e1 Support imagebuttons w/o a hover_image.
Fixes #690.
2015-07-22 19:01:02 -04:00
Tom Rothamel 6206427e1a Merge pull request #692 from caryoscelus/master
fix (py_)eval: allow evaling code objects
2015-07-22 11:02:34 -04:00
caryoscelus 03eee36de1 fix (py_)eval: allow evaling code objects
The reason for this is that otherwise eval function available in
.rpy files is not fully compatible with regular python eval.
2015-07-22 15:07:11 +03:00
Tom Rothamel dd1ca318e0 Document the Color class. 2015-07-22 00:06:10 -04:00
Tom Rothamel 691cdc0a7f Move Color into its own module.
Since it's getting kind of large.
2015-07-21 22:50:12 -04:00
Tom Rothamel 8d59605aa9 More Color methods, and some renaming. 2015-07-21 00:30:28 -04:00
Tom Rothamel c48baeb6a4 More color methods. 2015-07-21 00:26:22 -04:00
Tom Rothamel ddc1c490db Allow Colors to be multiplied by im.matrix-es. 2015-07-20 23:55:27 -04:00
Tom Rothamel f7914576aa More Color methods. 2015-07-20 23:45:32 -04:00
Tom Rothamel 27eb710a7c Add the Color class.
This is a class that represents a color. While functioning as a
tuple, it also has methods and properties that allows one to
convert to and frop other color systems.
2015-07-20 22:32:00 -04:00
Tom Rothamel 8c37a1e7d5 sl2: Displayables take "arguments" and "properties" parameters.
Fixes #675.
2015-07-19 22:05:42 -04:00
Tom Rothamel a9d67162e8 Bump version. 2015-07-19 22:02:09 -04:00
Tom Rothamel a5c815f889 Fix unmute preference. 2015-07-18 16:20:04 -04:00
Tom Rothamel ac272df001 Fix typo. 2015-07-17 21:24:58 -04:00
Tom Rothamel 89b344fb70 Add roles to changelog. 2015-07-17 21:24:29 -04:00
Tom Rothamel 77bf797d18 Add _get_voice_info() to the changelog. 2015-07-17 21:19:15 -04:00
Tom Rothamel 4887b172f6 Document _get_voice_info. 2015-07-17 20:56:06 -04:00
Tom Rothamel 10674b0426 Use nearest neighbor for DISSOLVE and IMAGEDISSOLVE. 2015-07-16 17:22:05 -04:00
Tom Rothamel d253606562 Add _get_voice_info().
This is a function that returns an object that represents the
voice that is being played.
2015-07-14 18:41:16 -04:00
Tom Rothamel 5da52a7ad2 Fix mute documentation. 2015-07-14 00:18:44 -04:00
Tom Rothamel af5c549bff Document config.adjust_view_size. 2015-07-14 00:10:12 -04:00
Tom Rothamel a6959a3743 Pass "<mixer> volume" value to SetMixer.
Fixes #685.
2015-07-13 22:09:34 -04:00
Tom Rothamel 8774e58b10 Re-ask for editor selection as necessary.
If the user is trying to edit a file but has selected the None
editor, they're probably questioning the wisdom of their initial
decision. Prompt again for their selection.
2015-07-13 21:03:21 -04:00
Tom Rothamel d111e05674 Fix tutorial translation ids. 2015-07-13 17:50:13 -04:00
Tom Rothamel 531f39d516 Merge pull request #684 from nxcrft/pull-1
Fix a typo.
2015-07-13 17:41:36 -04:00
Tom Rothamel 58ddd537aa Fix packaging of template games. 2015-07-13 17:39:26 -04:00
Konstantin Nikolayev 203b0f9710 Fix a typo. 2015-07-13 19:17:02 +03:00
RangHo Lee 71a2961ab3 Merge pull request #1 from renpy/master
Updating repo
2015-07-13 09:04:58 -07:00
Tom Rothamel c553d7206d Update changelog to include translations. 2015-07-12 18:58:25 -04:00
Tom Rothamel fdcb2142d6 Do not apply with None to layers that already have a transition.
Doing so will change what the transition applies to.

See: http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=33077
2015-07-11 22:15:31 -04:00
Tom Rothamel 562651371d Move call to renpy.execute_default_statement out of common code.
It's already being called by call_replay, so this prevents it from
being called twice and causing an error.

Fixes #651.
2015-07-11 20:28:47 -04:00
Tom Rothamel be7ed3fb7e Merge pull request #674 from bbs3223474/master
Add simplified_chinese template.
2015-07-11 12:05:08 -04:00
Tom Rothamel 8ff7e6d6df Check in updated/fixed docs. 2015-07-10 22:55:53 -04:00
Tom Rothamel 859a4f316e Update changelog. 2015-07-10 22:52:55 -04:00
Tom Rothamel 7102e8788c Drop support for reloading on mobile platforms.
Reloading wouldn't do much, since the underlying files do not
change. Reloading also requires us to back up Ren'Py, which
is moderately expensive, so eliminating that reduces start
time.
2015-07-10 21:38:44 -04:00
bbs3223474 8909283061 Fix 2015-07-10 22:12:14 +08:00
bbs3223474 3215946b58 Complete translate all scripts 2015-07-09 22:30:27 +08:00
Tom Rothamel 6b4df749d2 Add Canvas.get_surface().
This provides an official method to get a pygame surface the user can
draw into.
2015-07-09 00:53:11 -04:00
Tom Rothamel 8caf6db689 Add Canvas.get_surface(). 2015-07-09 00:51:50 -04:00
Tom Rothamel 598ae2b07b Copy start times when copying a MultiBox.
This fixes a bug that prevented the children of a copied Fixed from
getting events.

see: http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=32872
2015-07-09 00:38:20 -04:00
Tom Rothamel af8aaf176b Add config.nearest_neighbor.
Which enables nearest-neighbor filtering by default.
2015-07-08 22:59:17 -04:00
Tom Rothamel 01c0dcf7c5 Add the ATL update event.
This event is triggered when a screen is updated without being shown
or replacing another screen, such as when the game is loaded or when
styles or translations change.
2015-07-08 21:56:12 -04:00
bbs3223474 3c19c4d866 fix some problems 2015-07-09 09:49:29 +08:00
bbs3223474 5855c622a4 Translated and added statements 2015-07-08 11:59:00 +08:00
bbs3223474 77b6e739a2 Add functions and translate comments 2015-07-08 11:45:31 +08:00
Tom Rothamel 2e963045b4 New Mute actions and preferences.
* SetMute
* ToggleMute
* Preferences("all mute", ...)
2015-07-07 22:54:55 -04:00
Tom Rothamel 3e7476020f Various volume/mixer-related improvments.
* When muted, the volume returns 0
* Changing the volume to a non-zero value unmutes the mixer.
* Init all mixers.
* Get a list of mixer names.
2015-07-07 22:54:25 -04:00
bbs3223474 b1d84e3d51 Chinese translated 2015-07-07 16:27:51 +08:00
Tom Rothamel 35b22b1eee sl2: Various transclusion fixes.
The new interface execises transclusion, and bugs were found.
2015-07-04 22:42:15 -04:00
Tom Rothamel 52f6d70cf3 sl2: Add can take None, in which case nothing is added.
This allows code to take a displayable or None, without having to
be enclosed in an if statement - it makes customizing screens a
little easier.

Fixes #677.
2015-07-03 23:56:05 -04:00
Tom Rothamel 0ec79a2388 When backing up objects, pickle with HIGEST_PROTOCOL.
This is necessary to properly pickle objects that contain Styles.
2015-07-03 22:57:31 -04:00
Tom Rothamel c0ce6df88b iOS IAP fixes and improvements.
- Fixes purchasing, which was broken because the products weren't
  being validated on startup.

- Improves things in general - iOS will now only prompt for the
  username and password when the user actually enters the IAP
  screen.
2015-07-02 23:02:40 -04:00
Tom Rothamel 9c33391720 Add renpy.predicting().
A function that returns True if Ren'Py is currently predicting.
2015-07-02 23:02:18 -04:00
bbs3223474 47a6e827e2 Add simplified_chinese template.
I noticed that Ren'py did not have any simplified-chinese template in
GitHub, only one in our local blog, made by a Chinese guy who didn't
want to upload his work to GitHub. So I made a translation for free and
uploaded to Git.
2015-06-30 20:15:13 +08:00
Tom Rothamel 4b09cf1828 Add renpy.return_statement().it 2015-06-29 19:51:39 -04:00
Tom Rothamel 89e8d79b63 Fix syntax errors in Korean translation. 2015-06-29 09:28:25 -04:00
Tom Rothamel 3024d49a57 Prevent duplicate prints on iOS. 2015-06-28 22:48:17 -04:00
Tom Rothamel 275e6ddf8c Remove translation TODOs. 2015-06-27 15:50:30 -04:00
Tom Rothamel 9436cb8386 Merge pull request #673 from RangHo/master
added korean translation for tutorial
2015-06-27 15:46:40 -04:00
Tom Rothamel 593a37af83 Merge pull request #672 from bbs3223474/patch-1
Fix Chinese translation of "Nightly".
2015-06-27 15:45:49 -04:00
RangHo Lee abca0c4083 added new font file 2015-06-27 10:37:10 -07:00
RangHo Lee 5d70224fa7 translation completed 2015-06-27 10:34:46 -07:00
Huang Junjie e3e0e9338d Fix Nightly's translation 2015-06-27 14:30:39 +08:00
Tom Rothamel cbbd1b58c0 Add _dismiss_pause.
This controls if the user can dismiss pauses and transition
pauses.

Fixes #671.
2015-06-26 09:09:00 -04:00
Tom Rothamel e3509f1368 Add _skipping.
This is a store variable that enables skipping (defaulting) to
true, allowing skipping to be disable for portions of the
game.
2015-06-26 09:00:56 -04:00
Tom Rothamel 097d3973a0 Add config.minimum_presplash_time.
This lets the user ensure that the presplash image is shown for
an amount of time, so it doesn't need to be duplicated in the
splashscreen.
2015-06-25 23:18:24 -04:00
Tom Rothamel 8048c7d94a Kill of presplash at interface start.
This is after various expensive analyses take place.
2015-06-25 23:14:17 -04:00
Tom Rothamel a26a5bd42f Rewrite presplash to use pygame_sdl2.
This lets us get rid of the crazy old presplash system.
2015-06-25 23:02:40 -04:00
Tom Rothamel a9ca5b03de Detects loops of recursive styles.
Prevents a possible segfault.
2015-06-25 01:04:15 -04:00
Tom Rothamel 7de4bb96cd Only mark style as built on successful build.
This prevents Ren'Py from producing weird errors caused by a
half-built style, which can occur if the build takes place
in a try-except block.
2015-06-25 00:53:35 -04:00
Tom Rothamel 0484e3f091 Merge pull request #669 from asfdfdfd/focus_mask_callable_fix
Fix callables in focus_mask.
2015-06-24 22:04:41 -04:00
asfdfdfd e2ace16bfc Fix callables in focus_mask.
focus_mask tried to use callable as displayable.
2015-06-25 00:34:54 +03:00
Tom Rothamel b93a106c1c Allow Function to restart the interaction. (Defaults to true.)
Fixes #656.
2015-06-23 08:22:15 -04:00
Tom Rothamel b42a0a3b7a Avoid importing/including EasyDialogs.
We only use EasyDialogsWin, so there's no need for the other
package.

Fixes #665, hopefully.
2015-06-22 21:44:07 -04:00
RangHo Lee 29e4fe5616 remove period 2015-06-21 21:18:57 -07:00
RangHo Lee 70d2778754 added part of the korean translation for the tutorial game 2015-06-21 11:32:57 -07:00
Tom Rothamel 893a27fca4 Clean RAPT, rather than rebuilding it.
This generally speeds up the distro process.
2015-06-21 12:35:52 -04:00
Tom Rothamel 8ec1a6e17f Only use build_cache when distributing Ren'Py.
It really only makes sense when building Ren'Py, and for other
projects will slow things down for little benefit.
2015-06-21 01:25:48 -04:00
Tom Rothamel 979ae96475 Use hash.txt instead of version.txt.
This makes Ren'Py work with the new build caching code.
2015-06-21 01:20:56 -04:00
Tom Rothamel e035918f04 Avoid generating packages that haven't changed.
This massively speeds up the build process, since renios and the
editors usually don't change between releases.
2015-06-21 01:11:26 -04:00
Tom Rothamel b5eab3f362 [Rejected] Code to hash file lists to speed up build.
This doesn't seem to work well, since the file lists change too
much between builds for these optimizations to be useful.
2015-06-20 23:32:37 -04:00
Tom Rothamel 3a41ad4469 Include Ren'Py in SDK distributions.
Whoops. ;-)
2015-06-20 21:56:20 -04:00
Tom Rothamel e93a8a594b Stop documenting ios-presplash.
With the changes to iOS support made yesterday, the presplash
image is no longer displayed on iOS - the Launch Image should
suffice.
2015-06-20 15:09:23 -04:00
Tom Rothamel 16750f2437 Merge pull request #663 from caryoscelus/master
launcher: fix arabic front_page
2015-06-19 14:28:47 -04:00
caryoscelus dc2ba0eb7f launcher: fix arabic front_page 2015-06-19 19:31:14 +03:00
Tom Rothamel 707de937a2 Merge pull request #662 from renoa/patch-16
translated android.rpy and front_page
2015-06-19 08:58:24 -04:00
Renoa e407b8a59e Update front_page.rpy 2015-06-19 09:13:55 +03:00
Renoa 57e73ebc6e Update android.rpy
added arabic translation
2015-06-19 09:03:37 +03:00
Tom Rothamel 5259f93472 Allow the creator to select how fonts are hinted.
Closes #650.
2015-06-18 19:20:05 -04:00
Tom Rothamel 218bb0a42b Fix renpy.pop_call also showing up as pop_return in the docs. 2015-06-18 00:26:02 -04:00
Tom Rothamel 290cab6832 Add no-rapt option.
To slightly speed up build.
2015-06-18 00:22:41 -04:00
Tom Rothamel 9d98e8541e Fix overly-matching glob. 2015-06-17 22:36:38 -04:00
Tom Rothamel e2ff897bb7 Avoid compiling/distributing binaries for template games.
This shrinks the distro by a bit, and speeds up build.
2015-06-17 22:28:32 -04:00
Tom Rothamel ae4e58c657 Fix rmpersistent.
Moving the evaluation of arguments later meant persistent data
would be saved when the game quit. This fixes that by adding a
flag that controls if persistent data is saved.
2015-06-17 21:18:31 -04:00
Tom Rothamel a0e7822635 Analyze parameters once per screen.
Analyzing parameters multiple times caused the creation of a new
global_constant set each time. If that was changed by the
parameters, the analysis would never reach a fixed point,
causing an infinite loop.
2015-06-16 21:28:44 -04:00
Tom Rothamel e211f07d26 Add missing colon. 2015-06-16 11:44:45 -04:00
Tom Rothamel 4a264851ea Buy default, force recompile on build.
This will ensure that the various .rpyb files are emptied of legacy
code, and that they all reflect the version of Ren'Py the game
has been built with.

Fixes #660.
2015-06-15 22:28:40 -04:00
Tom Rothamel 5833e8d010 Merge pull request #661 from Zigmut/patch-1
Update updater.rpy
2015-06-15 16:07:24 -04:00
Zigmut ba36763539 Update updater.rpy
Update the french translation
2015-06-15 15:03:09 +02:00
Tom Rothamel 36e09691dc Various minor performance boosts.
At this point, the vast majority of the script load time is in the
unpickler - we're going to have to address that if we want the script
to load any faster.
2015-06-15 00:18:33 -04:00
Tom Rothamel 445f048ba8 Avoid storing next_node in a save. This prevents overly-large saves
when a context is saved.
2015-06-14 19:24:16 -04:00
Tom Rothamel f4bac1768f Merge pull request #654 from caryoscelus/master
add missing parentheses in setuplib.py and remove old README
2015-06-14 10:04:56 -04:00
Tom Rothamel caaf1e6a05 Remove call to pss.quit at exit.
This was causing pulseaudio to lock up in a rare circumstance, and
doesn't really do much positive good, as the audio system will
terminate as the process quits.

Closes #658.
2015-06-14 09:59:30 -04:00
Tom Rothamel f6c8ed43e5 Properly copy transcluded screens. 2015-06-13 21:36:13 -04:00
Tom Rothamel ed7546507d Fix tyop. 2015-06-13 21:35:59 -04:00
Tom Rothamel 97ddbf8e49 Allow CallException to be pickled.
This likely fixes the problem found in this thread:
http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=32478
2015-06-13 21:26:50 -04:00
Spiky Caterpillar c4a134b432 Changes audio.py to work around an indefinite lockup that occurs if you
try to quit while Pulseaudio is locked.

To replicate the lockup:

startx as two different users.
Do something that locks the sound card as user1 (say, playing a pile of mp3s
through mpg321)
As the other user, start and then quit a Ren'Py game.

Result: strace will show the Ren'Py game sitting there waiting indefinitely
for a futex until such time as mpg321 releases the sound card.
2015-06-12 01:20:26 -07:00
Tom Rothamel 327482f9d1 Use the digest of the script files to invalidate screens.rpyb.
This makes the caching of the screen analysis relatively
safe - if the Ren'Py version or the screens/init code/whatever
changes, the analysis will be performed again.

(The only potential problem is if the creator conditions renpy.const
or renpy.pure on init code - and in that case, they deserve what's
going to happen.)
2015-06-11 23:06:35 -04:00
Tom Rothamel 729ce82bae Replace script_version.rpy(c) with script_version.txt.
This avoids a problem where script_version is created on distribution,
requiring Ren'Py to load it in, thus causing the various caches to
have to be updated and rewritten.
2015-06-11 21:50:35 -04:00
Tom Rothamel 0b450d9ace Improve sl2 performance.
This changes the way we execute SL2 to try and improve performance,
compared to the previous version. The two big changes are:

* Avoid copying screens just to analyze them, although we will
  load a copy of the cached analysis.

* Avoid copying screens that are used or transcluded - instead,
  we make two copies of the screen (one where the transclude is
  const, and one where it's not) and use the appropriate one.
2015-06-10 23:38:28 -04:00
Tom Rothamel 5736ce1a16 Actually sort screens for analysis/prep. 2015-06-10 23:28:29 -04:00
Tom Rothamel 74c840b8c6 Ensure prepare_screens calls analyze_screens when necessart.
That is, whenever at least one new screen comes into existence.
2015-06-09 18:38:29 -04:00
Tom Rothamel 06d371209c Topologically sort screens.
This allow us to prepare screens in a sensible order, such that
a dependency is prepared before the screens it depends on.
2015-06-09 18:26:12 -04:00
Tom Rothamel d2cbfd2a35 Cache analysis of screens.. 2015-06-09 00:32:28 -04:00
Tom Rothamel 57f4fe43be Break screen analysis out into its own phase. 2015-06-08 23:39:49 -04:00
Tom Rothamel ce8f837aee Argument parsing - probably. 2015-06-08 23:36:17 -04:00
Tom Rothamel ab45fc780d Analyze and prepare screen variants.
This change ensures that the variants are compiled all at once when
args.compile is true, which is necessary to ensure that all the code
is placed into the analysis and ast caches.
2015-06-08 22:01:31 -04:00
Tom Rothamel 64be59df5a Make a transcluded copy of each screen for analysis.
This allows screens to be analyzed completely independently
of each other. (This is intended to make caching the analyzed
screen possible.)
2015-06-07 23:28:03 -04:00
caryoscelus ccbe692e69 remove outdated README
build instruction is in main README.rst anyway
2015-06-07 15:53:15 +03:00
caryoscelus 4cd51dffc3 add missing parentheses in setuplib.py 2015-06-07 15:38:12 +03:00
Tom Rothamel 2260874891 Fix lint.
Lint needs to run while the list of statements still exists.
2015-06-07 00:59:13 -04:00
Tom Rothamel a1abfb9c1a Fix argument parsing fix. 2015-06-07 00:40:11 -04:00
Tom Rothamel fd6af5655a Fix argument parsing.
* The command was being placed into a list, causing a crash.
* Returning from main.main would cause a loop - we need to renpy.quit.
2015-06-06 22:23:05 -04:00
Tom Rothamel 9aa08acb92 Bump version to 6.99.5. 2015-06-06 22:22:03 -04:00
Tom Rothamel 0e255aca7f Index archives before scanning through them.
Fixes a problem that prevented Ren'Py from loading scripts from
archives.
2015-06-06 21:39:00 -04:00
Tom Rothamel c3a54e3854 Ensure every screen is analyzed at least once. 2015-06-05 23:16:52 -04:00
Tom Rothamel f24821d53b Argument handling improvements.
- Argument handling now occurs after screens are compiled.
- Commands that require a recompile now set args.compile.
2015-06-05 21:52:05 -04:00
Tom Rothamel 3d768959c6 Store analysis information in DeltaSets.
A DeltaSet stores the difference between its contents and an
underlying set. This makes the DeltaSet much smaller than the
backing set, making it easier to store and faster to pickle
and copy.
2015-06-04 22:28:33 -04:00
Tom Rothamel 03fcefe1a7 Avoid scanning the list of files multiple times. 2015-06-03 23:53:51 -04:00
Tom Rothamel 24037ed374 Avoid looping over all_stmts multiple times. 2015-06-03 23:51:06 -04:00
Tom Rothamel 1fe8615fdf Optimize taking the translation.
This saves another second or two.
2015-06-03 22:32:56 -04:00
Tom Rothamel 9030483ff6 Avoid creating temporaries when running Node.get_children.
This seems to save about a second.
2015-06-03 22:31:50 -04:00
Tom Rothamel 43980d614f On mobile, log startup times to stdout. 2015-06-03 21:56:56 -04:00
Tom Rothamel f3e306d987 Remove debug print. 2015-06-03 00:19:15 -04:00
Tom Rothamel 736d5b5749 Avoid (re)analyzing literals for constness.
A literal is always const, so by using ast.literal_eval to determine
what is literal, we can avoid some analysis.
2015-06-03 00:05:06 -04:00
Tom Rothamel e6f192523d Store pyanalysis ASTs in a file.
This prevents us from having to do expensive parsing at runtime.
2015-06-02 23:51:29 -04:00
Tom Rothamel 52dbf270bf Move bytecode.rpyb into the cache/ directory.
The cache directory is for generated files that speed up Ren'Py but
don't cause incorrect behavior when omitted, so it makes sense to
put bytecode.rpyb there.
2015-06-02 22:40:04 -04:00
Tom Rothamel de2b243690 Cache compilation to AST.
This is intended for performance reasons. In a large game, it
reduces the time it takes to prepare screens from 4s to 1s.
(And the interim results can be stored on disk, perhaps.)
2015-06-01 23:14:57 -04:00
Tom Rothamel 3e52e4d8d2 Add RENPY_RPYC_EXCEPTIONS.
This forces Ren'Py to report exceptions during RPYC load.
2015-06-01 22:04:13 -04:00
Tom Rothamel 243a4fe816 atl2: RawStatement inherits from object rather than Object
Until we need the upgradability Object provides, there's no
reason to pay its price in load time.
2015-06-01 22:02:18 -04:00
Tom Rothamel c687a1f522 Remove __setstate__ from AST nodes in favor of __new__.
This is for performance reasons. __new__ only needs to initialize
default values, while setstate has to initialize every value.
2015-05-31 11:24:24 -04:00
Tom Rothamel 634ec1d217 Then->than
Per miyod @ http://lemmasoft.renai.us/forums/viewtopic.php?f=32&t=32359
2015-05-31 10:03:54 -04:00
Tom Rothamel 9c922dea02 Comment out script performance test code. 2015-05-31 00:55:35 -04:00
Tom Rothamel 80924ee921 script: Store translation-transformed script in .rpyc file.
This (plus other changes) speeds up script loading.
2015-05-30 23:53:36 -04:00
Tom Rothamel c6ab27ab2a script: Introduce the rpyc2 format.
While rpyc1 only supported a single representation of the script,
rpyc2 supports multiple representations. This will make it possible to
store both the original script, and a transformed version of the
script - allowing us to avoid such transformations at runtime.
2015-05-30 21:51:04 -04:00
Tom Rothamel b9f83c1502 Include PyCode hashes in .rpyc files.
The prevents us from having to hash every PyCode after it is
loaded.
2015-05-30 15:51:23 -04:00
Tom Rothamel 68c1fbf0d2 Make the number of quicksave slots configurable.
While we're at it, document various aspects of the save system.

Fixes #648.
2015-05-29 19:32:54 -04:00
Tom Rothamel e2e165ce4b Add the init label statement.
This defines a label in an init parser context, so that
the style/image/define/etc statements inside will only
be run if the label is called.

This is intended to be part of the new theme system, allowing
a theme to be defined using style statements. It's not intended
for creator use.
2015-05-28 21:28:23 -04:00
Tom Rothamel 442cf570f9 Allow renpy.{invoke,call}_in_new_context to run at init time. 2015-05-28 21:28:03 -04:00
Tom Rothamel d81ea29ed8 Set build.exclude_empty_directories to False for Ren'Py itself.
This allows Ren'Py to distribute the empty images/ directories,
which we want to exist so that it can be added to new games.
2015-05-26 17:52:09 -04:00
Tom Rothamel 67d72bd1da Update changelog. 2015-05-24 17:07:15 -04:00
Tom Rothamel d0286a0c33 Fix re-rendering of Flatten.
Fixes #641 completely.
2015-05-24 16:50:45 -04:00
Tom Rothamel 372c302d37 Merge pull request #645 from baekansi/master
Update Korean translations
2015-05-24 02:23:55 -04:00
baekansi c5a9d011cc Update Korean translations 2015-05-24 13:46:54 +09:00
Tom Rothamel bb33778aba Only consider exact matches when using the images directory.
Fixes #644.
2015-05-23 22:54:50 -04:00
Tom Rothamel a41c83fc3a Fix next vs next_unlocked bug in gallery.
The sense of a test was inverted, making next go to the next
unlocked image, and next_unlocked go to the next image period.
2015-05-23 22:32:28 -04:00
Tom Rothamel 3f3b46c109 Account for outlines when allocating Text textures.
Fixes #639.
2015-05-22 22:28:23 -04:00
Tom Rothamel 838cbb2720 Avoid crash if Container.children and Container.offsets are out-of-sync.
Avoids #641.
2015-05-22 21:19:51 -04:00
Tom Rothamel 7f15147bf7 Never copy the Fixed containing a layer.
Fixes #640.
2015-05-22 21:06:51 -04:00
Tom Rothamel e232bab6f8 Eliminate 1-frame delay in passing inherited position.
Previously, positions would be inherited between frames, but
because the order was wrong, a 1-frame delay occured. This
meat that there would be a 1-frame lag between a transition,
and that transition wrapped in a second transition.

Now, the two transitions will run in lockstep.

Fixes #632.
2015-05-21 23:50:12 -04:00
Tom Rothamel ecadc55616 Guard against KeyError in TextureCore.deallocate()
Fixes #637.
2015-05-21 20:22:46 -04:00
Tom Rothamel 68962de022 Set SLUse.constant in the prepare method.
This fixes a screen analysis problem.
2015-05-21 00:13:11 -04:00
Tom Rothamel 41d601a391 Add Render.place()
This exposes Ren'Py's placement algorithm to cdds.
2015-05-20 21:36:16 -04:00
Tom Rothamel 53a4ad89bb Add lint warnings for redefinition of Ren'Py/python builtins.
Fixes #638.
2015-05-19 23:28:47 -04:00
Tom Rothamel 31dc28ee51 Log durations of various phases of the init process. 2015-05-18 21:35:33 -04:00
Tom Rothamel 3be1a2b6c1 On iOS, log log.txt output to stdout. 2015-05-18 21:34:36 -04:00
Tom Rothamel 8ad4a8ed1c Delay set_mode as long as possible on mobile.
This prevents a black screen from showing up for a long time
as the game initializes on slow mobile platforms.
2015-05-17 23:48:48 -04:00
Tom Rothamel 5319072cf6 Allow Drag.snap to take float positions.
Fixes the problem discussed at: http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=32125
2015-05-16 22:35:55 -04:00
Tom Rothamel c4c82ff525 Fix translation typo.
Per http://lemmasoft.renai.us/forums/viewtopic.php?f=32&t=7858&p=371230#p365396
2015-05-16 19:26:11 -04:00
Tom Rothamel 90be953e7a android: Button for retrieving logcat info from the device. 2015-05-15 23:06:52 -04:00
Tom Rothamel 2409f7ceb8 Merge pull request #636 from tlm-2501/patch-1
Update rooms.rst
2015-05-14 18:30:34 -04:00
tlm-2501 e1c3e55198 Update rooms.rst 2015-05-15 00:43:46 +03:00
Tom Rothamel 2899f79c8a Fix support for unsanctioned translations.
Dialogue from untranslated blocks is now passed through the
translation mechanism.
2015-05-14 10:23:15 -04:00
Tom Rothamel e586410e78 Integrate subpixel, xoffset, and yoffset with Position.
This allows the offsets to work with LiveComposite, which is
a weird use case some people have.
2015-05-13 21:59:06 -04:00
Tom Rothamel 7192bcd164 Reorder init so that init_translations comes after clearing the store.
Otherwise, clearing the store wipes out the side effects of some of
the translation blocks.
2015-05-12 22:08:46 -04:00
Tom Rothamel c08848b7c5 Improve default statement.
The default statement now runs after all rollbacks, not just loads.

It also stores the names of the default variables that have already
been set - this will allow a default to override a builtin present
in a future Ren'Py version.

Lastly, it checks for multiple defaults for a single variable, and
errors out if it finds them.
2015-05-11 23:17:33 -04:00
Tom Rothamel 161533860a Allow report_traceback to decide what to do with most recent call.
There are some exceptions that are very unlikely to be internal
to Ren'Py, and hence it makes sense to report them as part of
the script code that logically triggered the exception.
2015-05-11 23:16:13 -04:00
Tom Rothamel c041eeed26 Run default statement after rollback.
This both covers the load case and the rollback case, and even cases
where we rollback before a load, which wasn't working before.
2015-05-11 00:18:48 -04:00
Tom Rothamel 6ab1b3af74 Update changelog. 2015-05-10 10:30:11 -04:00
Tom Rothamel 82f7673f56 pss: Quadratic.
The previous volume control was simply wrong, as we used the volume
as the exponent, which meant there was a hard floor of .1. Now, we
use volume ** 2 as the multiplier, which sounds right to me and
allows adjustment all the way down to zero.
2015-05-09 23:52:34 -04:00
Tom Rothamel ab952ffefb pss: Increase the volume resolution.
The previous default of 128 levels was insufficient to set the volume
of a channel to low but not off levels.
2015-05-09 23:51:41 -04:00
Tom Rothamel c6c551c7f5 Use Position with LiveComposite.
It's faster and smaller than Position.
2015-05-09 16:38:53 -04:00
Tom Rothamel a947e784a2 sl2: Document use-transclude and creator-defined sl statements. 2015-05-09 16:38:37 -04:00
Tom Rothamel 192f3a702b sl2: Document use-transclude and creator-defined sl statements. 2015-05-08 23:42:18 -04:00
Tom Rothamel b2c8ce8df3 sl2: Fix minor issues w/ custom statements. 2015-05-08 23:33:06 -04:00
Tom Rothamel 416d872a40 Fix formatting. 2015-05-08 18:31:15 -04:00
Tom Rothamel 7be1916b85 Add repeat to the gallery slideshow timer.
Allowing us to advance through multiple images as part of the
slideshow.

Fixes #621.
2015-05-07 22:26:25 -04:00
Tom Rothamel 6e46743d53 text: Expand blits properly, and include outlines.
Fixes #625.
2015-05-06 23:48:28 -04:00
Tom Rothamel 2b0ede0a12 Parameterize Transform children on call.
Fixes #622.
2015-05-06 21:28:15 -04:00
Tom Rothamel c211788e1c Log steam activity.
Hopefully, this will let us use log.txt to diagnose the problem
when steam support fails.
2015-05-05 22:24:37 -04:00
Tom Rothamel 0ebecfc6c0 Add DLC progress function, bump to version 2. 2015-05-05 22:24:22 -04:00
Tom Rothamel 5c7474f2bf Add renpy.write_log.
This function allows code to write into log.txt.
2015-05-05 22:23:35 -04:00
Tom Rothamel 0eafdf6fc3 Initialize persistent._iap_purchases.
This ensures that we do not error out on iOS, where we're not
allowed to automatically restore purchases on start.
2015-05-05 21:15:00 -04:00
Tom Rothamel e29877b5ea Remove shebang from top of main.rpy on iOS. 2015-05-05 11:16:49 -04:00
Tom Rothamel a815bfbceb Include version.txt in the renios build. 2015-05-04 23:22:04 -04:00
Tom Rothamel 03c394ae99 Blindly add dlc.
This lets the same code that adds dlc also update dlc, which can
be useful if the DLC goes out of date.
2015-05-04 18:22:11 -04:00
Tom Rothamel 70d81a2b92 Only restore on Android. 2015-05-03 22:00:32 -04:00
Tom Rothamel 7884b49c9e Check that the version of rapt and renios matches that of Ren'Py.
We've been having problems where rapt goes out of sync with Ren'Py.
This will detect that problem, and will prompt the user to upgrade
again if it happed.

At the very least, this should have the problem occur earlier, rather
than being a hard-to-diagnose Android problem.
2015-05-03 21:46:38 -04:00
Tom Rothamel 3b0f430344 Fix side_image documentation. 2015-05-03 13:15:22 -04:00
Tom Rothamel df792b05c7 sl2: Custom screen language statements. 2015-05-02 23:16:52 -04:00
Tom Rothamel 903dfaaf0c Fix documentation of the Set actions. 2015-05-02 09:55:48 -04:00
Tom Rothamel a127504d38 sl2: Add transclude statement. 2015-05-01 23:31:32 -04:00
kyouryuukunn d8154ea196 Merge pull request #623 from renpy/update_japanese
update japanese
2015-05-01 22:02:11 +09:00
kyouryuukunn d1492e110e update japanese 2015-05-01 21:56:23 +09:00
Tom Rothamel 5d5b159ca6 Ensure screens are prepared once on start.
Screen preparation is expensive, and needs to be done every time
styles are rebuilt. Previously, we had been rebuilding multiple
times in the start process. Now, on a normal start, we only
prepare once.

This required quite a bit of reorganization of init code, but
it should be worth it.
2015-05-01 00:22:03 -04:00
Tom Rothamel f771ff18be sl2: Copy screens when the use statement has a block.
Another step towards transcludes.
2015-04-30 23:40:18 -04:00
Tom Rothamel 6a2f062ed8 sl2: Parse use statements with blocks.
The first step towards transcluding the blocks.
2015-04-29 23:52:26 -04:00
Tom Rothamel 991d8a7683 Document the default statement. 2015-04-29 23:52:26 -04:00
Tom Rothamel 52068c32c9 Merge pull request #620 from Nolanlemahn/patch-3
Update demo_imageops.rpy
2015-04-29 21:40:52 -04:00
Nolanlemahn 2ceb298434 Update demo_imageops.rpy
A previous change moved "eileen_happy" to "eileen happy". (This commit resolves an IOError in the tutorial: "Image Operations".)
2015-04-28 21:43:55 -07:00
Tom Rothamel 59709e1bac Add the default statement.
This statement sets a variable after game start, iff it hasn't been
set already.

Implements #577, but we still need docs.
2015-04-27 23:26:44 -04:00
Tom Rothamel 161eaa27c2 Fix snapping of drags that aren't in a draggroup. 2015-04-27 21:37:38 -04:00
Tom Rothamel 55e8088c3c Bump version.
6.99.3 won't have any Ren'Py changes, but it fixes the accidental
packaging of a version of zipfile.pyo containing debug code.
2015-04-26 11:26:31 -04:00
Tom Rothamel 0e667b3188 Allow AlphaMask to mask focus_at_point.
Which makes focus work properly.
2015-04-25 00:10:09 -04:00
Tom Rothamel 24339e7a64 Fix is_pixel_opaque and IMAGEDISSOLVE/AlphaMask.
This fixes a problem when using AlphaMask with DragDrop or
as a button background.
2015-04-24 23:47:28 -04:00
Tom Rothamel 8d1142e0dc Use the built-in python with distribute.
This helps ensure that the OS will never recompile pyo files.
2015-04-23 21:59:48 -04:00
Tom Rothamel 43b4309aec Update changelog. 2015-04-22 20:10:31 -04:00
Tom Rothamel 52ba2f1b8b Changes to the behavior of #616.
The directory only opens on the build commands, not commands that
also update the device.

The list of files to copy is taken from RAPT.
2015-04-22 00:28:42 -04:00
Tom Rothamel 81284dcee5 Remove unnecessary argument. 2015-04-21 23:14:23 -04:00
Tom Rothamel 0004954f4d Merge pull request #616 from d3nzil/master
Copy Android distributions to distributions directory.
2015-04-21 22:16:00 -04:00
Lukáš 'denzil' Frolka 10616d9fed Copy Android build to distributions directory. 2015-04-21 10:59:36 +02:00
Tom Rothamel 2bf3049c23 Implement renpy.watch in terms of console.watch.
Fixes #615.
2015-04-20 21:52:23 -04:00
Tom Rothamel c30afc791b Support the activate_sound style property on Keymaps.
This also includes the sl2 key statement.
2015-04-19 21:42:37 -07:00
Tom Rothamel edda89750e Add an android icon for The Question. 2015-04-18 21:46:27 -04:00
Tom Rothamel b70a004f09 Update generated documentation. 2015-04-18 21:34:57 -04:00
Tom Rothamel e1ad973475 Update changelog. 2015-04-18 21:33:29 -04:00
Tom Rothamel bd082ea55e If a save's json is missing, assume extra_info/save_name is empty.
This fixes the bug here:

http://lemmasoft.renai.us/forums/viewtopic.php?p=367554#p367554
2015-04-17 22:20:00 -04:00
Tom Rothamel 7639325203 Fix typo.
Fixes #613.
2015-04-16 00:38:52 -04:00
Tom Rothamel 6ce7f2c62d Merge pull request #614 from Nolanlemahn/patch-2
Add renpy.reset_physical_size()
2015-04-15 20:35:13 -04:00
Nolanlemahn 64bc5f02db Add reset_physical_size
While this is trivial code, it just makes sense to me that Ren'Py has this (at least, as opposed to not having it).
2015-04-15 11:44:17 -07:00
Tom Rothamel e2b27696a9 Update current_screen when changing focus.
Previously, current_screen was not updated during focus operations.
This meant that in hovered and unhovered, actions like
SetScreenVariable could be applied to the wrong screen (basically,
whatever screen happened to be lying around after the event
processing or update cycle).

After this change, we track the current screen as we change focus,
and update current_screen appropriately.

Fixes #610.
2015-04-14 07:31:50 -04:00
Tom Rothamel 7e463c3356 Maintain a stack of current screens.
Using two functions centralizes the maintenance of the current
screen variable.
2015-04-14 07:30:53 -04:00
Tom Rothamel 9ee8e5573e list_files should not return saves.
There's no way returning a save is a good thing. There are functions
for that, and it could cause problems with code that looks at files
that may or may not be there.
2015-04-13 23:47:00 -04:00
Tom Rothamel 77c2178462 Do not use steam stats with the progress system.
Steam stats (get_int_stat and set_int_stat) have been unreliable on
windows. I'm not sure what the problem is, but this doesn't use
them.

I'll revisit this if it proves to be a steam problem.
2015-04-13 01:58:27 -04:00
Tom Rothamel 84156d2a3d Check for a version in the steam module. 2015-04-12 22:52:56 -04:00
Tom Rothamel 63f1f6c0bc Rewrite progress achievements.
In steam, to display progress, we have to update a progress stat
associated with an achievement. This new code does that as part
of the achievement system.
2015-04-12 00:20:31 -04:00
Tom Rothamel 4857cb789c Fix set_int_stat. 2015-04-12 00:20:22 -04:00
Tom Rothamel 40805225bd If the config.log logfile throws, give up. 2015-04-11 20:47:52 -04:00
Tom Rothamel 3773624ab0 Merge pull request #609 from evilantishad0w/master
add function to provide separate deterministic PRNG
2015-04-10 23:32:40 -04:00
evilantishad0w b2a02aa982 documentation for renpy.random.Random 2015-04-10 21:07:00 -06:00
evilantishad0w 010b3a3d2f function renamed
as per Tom
2015-04-10 21:04:00 -06:00
Tom Rothamel 9cb9d7c210 Allow renpy.random.x to be called from the init phase. 2015-04-10 23:00:51 -04:00
evilantishad0w 46afd62be7 add renpy.random.Pool generator 2015-04-10 20:33:38 -06:00
Tom Rothamel eac9ee5b02 Document ui.interact.
And self-flagellate for not realizing it was undocumented until now.
2015-04-10 22:03:10 -04:00
Tom Rothamel f316315456 Add the ui.screen_id function. 2015-04-10 21:11:40 -04:00
Tom Rothamel efb62b030a Merge pull request #608 from Nolanlemahn/master
Update 00start.rpy comments
2015-04-10 20:52:29 -04:00
Nolanlemahn 6ea65debb6 Update 00start.rpy comments
renpy.game.call_memory is deprecated/no longer in source.
2015-04-10 17:22:06 -07:00
Tom Rothamel 5823474904 Add the AlphaMask displayable.
This uses the alpha channel from a mask displayable to mask a child
displayable. While this could be done with AlphaDissolve, this is
a little more efficient. (And could plausibly be made much more
efficient.)
2015-04-09 22:14:31 -04:00
Tom Rothamel e4bd06f4e0 Android/iOS: Emulate on-screen keyboard. 2015-04-08 23:44:52 -04:00
Tom Rothamel 9c569a8716 Support a keyboard on the android/iOS emulator. 2015-04-08 23:27:47 -04:00
Tom Rothamel 3a35aca5ef Allow enter to continue. 2015-04-08 22:21:08 -04:00
Tom Rothamel a25c578b5f Ignore prediction exceptins during lint. 2015-04-08 19:45:52 -04:00
Tom Rothamel 6e01fbc52e Remove translation TODOs, add BOMs. 2015-04-08 10:25:43 -04:00
Tom Rothamel 571cd76f21 Update simplified chinese translation. 2015-04-08 10:24:35 -04:00
Tom Rothamel afa272bac3 Updates Simplified Chinese translation.
To version by zedraxlo at http://lemmasoft.renai.us/forums/viewtopic.php?f=32&t=31443.
2015-04-07 23:06:23 -04:00
Tom Rothamel 59e021d1d8 Update Roboto to v2.
Thanks to zedraxlo on lsf, http://lemmasoft.renai.us/forums/viewtopic.php?f=32&t=31443
2015-04-07 22:46:09 -04:00
Tom Rothamel a0af700b43 Merge pull request #597 from Beuc/patch-2
Skip all the ANGLE installation on mobile targets
2015-04-07 22:28:54 -04:00
Tom Rothamel c3d035a5ae Merge pull request #590 from caryoscelus/recompile-fix
Remove old .rpyc files on "Force Recompile"
2015-04-07 22:28:07 -04:00
Tom Rothamel 791e35d8fb Doc FileAction. 2015-04-07 22:27:07 -04:00
Tom Rothamel 2ab145ac19 Merge pull request #605 from caryoscelus/fileaction
Pass arguments from FileAction to FileSave/Load
2015-04-07 22:25:06 -04:00
Tom Rothamel 51ba6d932b Merge pull request #606 from RangHo/master
Add Korean translation for ios screen
2015-04-07 22:23:39 -04:00
Tom Rothamel 9fd33a16ac Placeholders mix properly with non-placeholders.
Previously, we'd consider the first undefined image to be shown to be
a placeholder background - even if a non-placeholder background was
already showing.

Fixes #602.
2015-04-07 22:21:24 -04:00
R.H. Lee 41bd5fa920 Add Korean translation for ios screen 2015-04-07 19:04:10 -07:00
Tom Rothamel df9e305639 Fix name_only.
Scoping changed with the introduction of stores, but say, predict_say,
and name_only didn't keep up. Moving them into common fixes things.

Fixes #604.
2015-04-06 22:03:59 -04:00
Tom Rothamel 6a54f8576c Add the RestartStatement action.
Fixes #603.
2015-04-06 18:28:59 -04:00
caryoscelus 9658283e58 Pass arguments from FileAction to FileSave/Load
FileSave/Load have some useful arguments, this
allows to use them throw generic FileAction
2015-04-06 18:18:30 +03:00
Tom Rothamel 689d33760f Fix Motion, Pan, and Move to work with Transform.
Transform may call get_position() before render(), so we have to,
when possible, compute the position in advance.
2015-04-06 00:01:45 -04:00
Tom Rothamel 9011554540 Merge pull request #601 from javimat/master
Update Italian template (by Corvo)
2015-04-05 12:19:14 -04:00
Tom Rothamel 6ec7ccbe6b Document renpy.get_at_list. 2015-04-05 10:59:24 -04:00
Tom Rothamel 94ba4e62e1 Preserve zorder when showing an image w/o explicit zorder.
Fixes #600.
2015-04-04 21:05:54 -04:00
javimat 9a3bc75241 Update Italian template
Update Italian template thanks to LSF user Corvo.
2015-04-04 19:43:42 +02:00
Tom Rothamel 3a27dfec9d Document image directory. 2015-04-02 21:46:07 -04:00
Tom Rothamel 00ee5d8eb3 Add main.py.
This is an alias to renpy.py that's used when renpy.py is hidden
by eclipse, which is necessary to ensure eclipse favors the renpy/
directory.
2015-04-02 21:19:39 -04:00
Tom Rothamel ce4086d58e Add empty images directories to the various templates. 2015-04-02 21:18:19 -04:00
Tom Rothamel 815a297ae2 Add images directory button. 2015-04-02 21:09:24 -04:00
Tom Rothamel 712306ffc3 Fix typo, per:
http://lemmasoft.renai.us/forums/viewtopic.php?p=365396#p365396
2015-04-02 10:48:37 -04:00
Tom Rothamel 33b802e749 The tutorial game should use the images directory. 2015-04-01 22:13:45 -04:00
Tom Rothamel b26ea78a4b Automatically define images in config.images_directory. 2015-04-01 22:13:05 -04:00
Tom Rothamel e9343befc0 API-rename renpy.image_exists to renpy.has_image. 2015-04-01 22:12:23 -04:00
Tom Rothamel d59dd71602 If zsync fails, try again with no input data.
This triggers a total download of the update. That's a pain and
consumes bandwidth, but it's what the user would have to do anyway
if the update fails.
2015-03-31 21:38:05 -04:00
Tom Rothamel b99e9d3afa Better support of oddly-named distros. 2015-03-31 10:05:30 -04:00
Tom Rothamel d5ee62fa13 Allow any version with a - in it. 2015-03-30 22:07:16 -04:00
Tom Rothamel b8e1d39e49 Bump version to 6.99.2. 2015-03-30 20:06:04 -04:00
Tom Rothamel 868d0afb60 renpy.get_shown_tags -> renpy.get_showing_tags
Present tense is better, since it only shows tags that are currently
showing.
2015-03-29 21:10:04 -04:00
Tom Rothamel b52a3ab75c Fix permissions. 2015-03-29 21:08:35 -04:00
Tom Rothamel 7d5ca94f4a Add renpy.get_shown_tags. 2015-03-29 21:07:59 -04:00
Tom Rothamel 7cce474ca8 Merge branch 'master' of github.com:renpy/renpy 2015-03-29 20:46:01 -04:00
Tom Rothamel 4a8c87f019 Merge pull request #596 from javimat/javimat-patch-1
update Spanish template and fix typo
2015-03-29 20:45:57 -04:00
Beuc 0cd3553099 Skip all the ANGLE installation on mobile targets 2015-03-30 00:21:03 +02:00
javimat f929d3fa3d Fix small typo 2015-03-29 22:32:57 +02:00
javimat 7f21671fc3 Update Spanish Template 2015-03-29 22:31:33 +02:00
Tom Rothamel 354862ba65 Add new functions to changelog. 2015-03-29 13:09:12 -04:00
Tom Rothamel 9e51fc584c Add MultiPersistent on Android, document as unsuppored on iOS.
Fixes #592.
2015-03-29 13:02:58 -04:00
Tom Rothamel 54f9cd752a MultiBox parameterization doesn't make sense for subclasses. 2015-03-29 12:34:06 -04:00
Tom Rothamel 3614d6659f Fix --no-tag. 2015-03-29 10:29:33 -04:00
Tom Rothamel 2bc3929540 Add renpy.load_surface, document renpy.load_texture.
Functions to turn image manipulators into Surfaces and Textures.
2015-03-28 22:35:37 -04:00
Tom Rothamel c050a2dbd7 Include style_common.pxi with source.
Fixes #594, when 6.99.1 is released.
2015-03-28 22:08:34 -04:00
kyouryuukunn 00c55c31a7 Merge pull request #595 from kyouryuukunn/update_japanese
update translation for japanese
2015-03-29 10:27:23 +09:00
kyouryuukunn f1cd67446b update translation for japanese 2015-03-29 10:23:52 +09:00
Daniel Luque 22f95f7d83 Merge pull request #593 from LuqueDaniel/update-es
Update spanish translation
2015-03-28 14:58:40 +01:00
Daniel Luque 8b6026cf7f Add new files to spanish translations 2015-03-28 14:33:29 +01:00
Daniel Luque d18232093d Update spanish translation 2015-03-28 14:31:13 +01:00
Tom Rothamel ce1bcb3535 Merge pull request #591 from Beuc/patch-1
Fix typo (missing end quote)
2015-03-27 17:57:28 -04:00
Tom Rothamel fc8fd41e90 Document ParameterizedText.
Also, various other doc fixes.
2015-03-27 17:50:56 -04:00
Beuc 3f23fa3606 Fix typo (missing end quote) 2015-03-27 22:44:00 +01:00
Tom Rothamel 023a8b9b47 Include .pyc and pyo files with rapt and renios.
This ensures that during an upgrade, the user winds up with compiled
files that match the new source files.
2015-03-26 21:44:39 -04:00
Tom Rothamel 04ed3ff098 Do not use accelerometers as joysticks. 2015-03-26 21:23:40 -04:00
Tom Rothamel 36a3ecbbd3 Bump version to 6.99.1. 2015-03-26 21:23:27 -04:00
Tom Rothamel 66fc3c47ae Push tags to server. 2015-03-26 12:09:27 -04:00
Tom Rothamel 6a730bbffc Fix name of pygame_sdl2 download. 2015-03-26 12:09:15 -04:00
Tom Rothamel 0b91488206 Update changelog. 2015-03-25 21:08:04 -04:00
Tom Rothamel ea8c3a69fb Distribute pygame_sdl2 with Ren'Py. 2015-03-25 20:58:41 -04:00
caryoscelus 1914c1b6fe Rename old .rpyc to .rpyc.bak instead of removing 2015-03-24 05:58:22 +03:00
caryoscelus 4f9eabeb28 Only remove .rpyc when there's no .rpy 2015-03-24 05:53:31 +03:00
caryoscelus 98120814da Remove old .rpyc files on "Force Recompile"
Otherwise, may fail in case there some orphaned (without .rpy) .rpyc
with same labels as in other scripts (usually happens on script rename).
2015-03-24 02:41:40 +03:00
kalawore 2847f42707 add templates traditional_chinese translation 2014-08-18 21:52:20 +08:00
kalawore 28872407c3 Update traditional Chinese 2014-08-06 20:04:12 +08:00
kalawore ab7adb8b3a Merge github.com:renpy/renpy 2014-07-20 15:36:40 +08:00
kalawore e70be78e65 Signed-off-by: kalawore <kalawore@outlook.com> 2014-07-19 15:49:42 +08:00
kalawore cd95838191 Add Chinese_Traditional Translation 2014-07-14 16:36:51 +08:00
415 changed files with 28366 additions and 12360 deletions
+9 -4
View File
@@ -13,8 +13,8 @@ cache
env
log.txt
/errors.txt
/traceback.txt
errors.txt
traceback.txt
styles.txt
@@ -49,7 +49,12 @@ styles.txt
/launcher/game/theme
/launcher/game/script_version.rpy
dl
/dl
renpy/vc_version.py
.externalToolBuilders
rapt
/rapt
/evil
/iaptest
/pygame_sdl2
/renios
/steam_appid.txt
+1 -1
View File
@@ -78,7 +78,7 @@ Then, install pygame_sdl2 by running the following commands::
Next, set RENPY_DEPS_INSTALL To a \::-separated list of paths containing the
dependencies, and RENPY_CYTHON to the name of the cython command::
export RENPY_DEPS_INSTALL="/usr::/usr/lib/x86_64-linux-gnu/
export RENPY_DEPS_INSTALL="/usr::/usr/lib/x86_64-linux-gnu/"
export RENPY_CYTHON=cython
Finally, use setup.py in the Ren'Py ``module`` directory to compile and
+41 -10
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
import argparse
import os
@@ -7,6 +7,15 @@ import sys
from renpy import version_tuple #@UnresolvedImport
SOURCE = [
"/home/tom/ab/renpy",
"/home/tom/ab/android/",
"/home/tom/ab/android/python-for-android",
"/home/tom/ab/ripe/renios",
"/home/tom/ab/renpy-deps",
"/home/tom/ab/pygame_sdl2",
]
version = ".".join(str(i) for i in version_tuple)
short_version = ".".join(str(i) for i in version_tuple[:3])
print "Version", version
@@ -17,9 +26,36 @@ ap.add_argument("--release", action="store_true")
ap.add_argument("--prerelease", action="store_true")
ap.add_argument("--experimental", action="store_true")
ap.add_argument("--no-tag", "-n", action="store_true")
ap.add_argument("--push-tags", action="store_true")
ap.add_argument("--delete-tag")
args = ap.parse_args()
if args.delete_tag:
for i in SOURCE:
os.chdir(i)
if i == SOURCE[0]:
tag = args.delete_tag
else:
tag = "renpy-" + args.delete_tag
subprocess.call([ "git", "tag", "-d", tag, ])
sys.exit(0)
if args.push_tags:
for i in SOURCE:
os.chdir(i)
if subprocess.call([ "git", "push", "--tags" ]):
print "Tags not pushed: {}".format(os.getcwd())
sys.exit(1)
print "Pushed tags."
sys.exit(0)
if args.release:
links = [ "release", "prerelease", "experimental" ]
tag = True
@@ -33,15 +69,8 @@ else:
links = [ ]
tag = False
SOURCE = [
"/home/tom/ab/renpy",
"/home/tom/ab/android/",
"/home/tom/ab/android/python-for-android",
"/home/tom/ab/ripe/renios",
"/home/tom/ab/renpy-deps",
"/home/tom/ab/pygame_sdl2",
]
if args.no_tag:
tag = False
if tag:
for i in SOURCE:
@@ -72,3 +101,5 @@ for i in links:
os.chdir("/home/tom/ab/website")
subprocess.check_call("./upload.sh")
print "Version", version
+31 -39
View File
@@ -1,4 +1,4 @@
#!/home/tom/bin/renpython -O
#!/home/tom/ab/renpy/lib/linux-x86_64/python -O
# Builds a distribution of Ren'Py.
@@ -10,6 +10,9 @@ import subprocess
import argparse
import glob
if not sys.flags.optimize:
raise Exception("Optimization disabled.")
ROOT = os.path.dirname(os.path.abspath(__file__))
def copy_tutorial_file(src, dest):
@@ -46,6 +49,7 @@ def main():
ap.add_argument("version")
ap.add_argument("--fast", action="store_true")
ap.add_argument("--pygame", action="store", default=None)
ap.add_argument("--no-rapt", action="store_true")
args = ap.parse_args()
@@ -57,7 +61,6 @@ def main():
import renpy
match_version = ".".join(str(i) for i in renpy.version_tuple[:2]) #@UndefinedVariable
zip_version = ".".join(str(i) for i in renpy.version_tuple[:3]) #@UndefinedVariable
s = subprocess.check_output([ "git", "describe", "--tags", "--dirty", "--match", match_version ])
parts = s.strip().split("-")
@@ -81,13 +84,13 @@ def main():
reload(sys.modules['renpy'])
# Check that the versions match.
full_version = ".".join(str(i) for i in renpy.version_tuple) #@UndefinedVariable
if args.version != "renpy-experimental" \
and not args.version.startswith("renpy-nightly-") \
full_version = renpy.version_only #@UndefinedVariable
if "-" not in args.version \
and not full_version.startswith(args.version):
raise Exception("The command-line and Ren'Py versions do not match.")
os.environ['RENPY_BUILD_VERSION'] = args.version
# The destination directory.
destination = os.path.join("dl", args.version)
@@ -104,48 +107,29 @@ def main():
# Compile all the python files.
compileall.compile_dir("renpy/", ddir="renpy/", force=1, quiet=1)
# Generate launcher/game/script_version.rpy
with open("launcher/game/script_version.rpy", "w") as f:
f.write("init -999 python:\n")
f.write(" config.script_version = {!r}\n".format(renpy.version_tuple[:3])) # @UndefinedVariable
# Compile the various games.
if not args.fast:
for i in [ 'tutorial', 'launcher', 'the_question' ] + glob.glob("templates/*"):
for i in [ 'tutorial', 'launcher', 'the_question' ]:
print "Compiling", i
subprocess.check_call(["./renpy.sh", i, "quit" ])
# Kick off the rapt build.
if not args.fast:
out = open("/tmp/rapt_build.txt", "wb")
print("Building RAPT.")
print "Cleaning RAPT."
android = os.path.abspath("android")
sys.path.insert(0, os.path.join(ROOT, "rapt", "buildlib"))
rapt_cmd = [
os.path.join(android, "build_renpy.sh"),
"renpy",
ROOT,
]
import rapt.interface # @UnresolvedImport
import rapt.build # @UnresolvedImport
if args.pygame:
rapt_cmd.append(args.pygame)
interface = rapt.interface.Interface()
rapt.build.distclean(interface)
rapt_build = subprocess.Popen(
rapt_cmd,
cwd = android,
stdout=out,
stderr=out)
print "Compiling RAPT and renios."
code = rapt_build.wait()
if code:
print "RAPT build failed. The output is in /tmp/rapt_build.txt."
sys.exit(1)
else:
print "RAPT build succeeded."
compileall.compile_dir("rapt/buildlib/", ddir="rapt/buildlib/", quiet=1)
compileall.compile_dir("renios/buildlib/", ddir="renios/buildlib/", quiet=1)
if not os.path.exists(destination):
os.makedirs(destination)
@@ -185,12 +169,17 @@ def main():
os.path.join(destination, "updates.json"),
])
# Package pygame_sdl2.
if not args.fast:
subprocess.check_call([
"pygame_sdl2/distribute.py",
"for-renpy-" + args.version,
"--dest",
os.path.abspath(destination)
])
# Write 7z.exe.
sdk = "renpy-{}-sdk".format(zip_version)
if args.version.startswith("renpy-nightly-"):
sdk = args.version + "-sdk"
sdk = "renpy-{}-sdk".format(args.version)
if not args.fast:
@@ -240,5 +229,8 @@ def main():
print
if __name__ == "__main__":
main()
+67 -50
View File
@@ -37,26 +37,23 @@ H3 {
<h2>Basic Help</h2>
<p>
To advance through the game, <tt>left-click</tt> or press the <tt>space</tt>
or <tt>enter</tt> keys. When at a menu, <tt>left-click</tt> to make
a choice, or use the arrow keys to select a choice and <tt>enter</tt>
to activate it.
To advance through the game, <tt>left-click</tt> or press the <tt>space</tt> or <tt>enter</tt> keys. When at a menu,
<tt>left-click</tt> to make a choice, or use the arrow keys to select a choice and <tt>enter</tt> to activate it.
</p>
<h3>Game Menu</h3>
<p>
When playing a game, <tt>right-click</tt> or press the <tt>escape</tt>
key to enter the game menu. The game menu gives the following
choices:
When playing a game, <tt>right-click</tt> or press the <tt>escape</tt> key to enter the game menu. The game menu
gives the following choices:
</p>
<dl>
<dt>Return</dt>
<dd>Returns to the game.</dd>
<dt>Save Game</dt>
<dd>Allows you to save a game by clicking on a save slot.</dd>
<dt>Load Game</dt>
<dd>Allows you to load a game by clicking on a save slot.
Clicking on "Auto" accesses the automatic save slots.</dd>
<dd>Allows you to load a game by clicking on a save slot. Clicking on "Auto" accesses the automatic save slots.</dd>
<dt>Preferences</dt>
<dd>
Changes the game preferences (options/configuration):
@@ -64,35 +61,27 @@ H3 {
<dt>Display</dt>
<dd>Switches between fullscreen and windowed mode.</dd>
<dt>Transitions</dt>
<dd>Controls the display of transitions between game
screens.</dd>
<dd>Controls the display of transitions between game screens.</dd>
<dt>Text Speed</dt>
<dd>Controls the rate at which text displays. The further
to the right this slider is, the faster the text will display.
All the way to the right causes text to be shown instantly.</dd>
<dd>Controls the rate at which text displays. The further to the right this slider is, the faster the text
will display. All the way to the right causes text to be shown instantly.</dd>
<dt>Joystick</dt>
<dd>Lets you control the game using a joystick.</dd>
<dt>Skip</dt>
<dd>Chooses between skipping messages that have been
already seen (in any play through the game), and skipping all
messages.</dd>
<dd>Chooses between skipping messages that have been already seen (in any play through the game), and
skipping all messages.</dd>
<dt>Begin Skipping</dt>
<dd>Returns to the game, while skipping.</dd>
<dt>After Choices</dt>
<dd>Controls if skipping stops upon reaching a menu.</dd>
<dt>Auto-Forward Time</dt>
<dd>Controls automatic advance. The further to the left
this slider is, the shorter the amount of time before the game
advances. All the way to the right means text will never
auto-forward.</dd>
<dd>Controls automatic advance. The further to the left this slider is, the shorter the amount of time
before the game advances. All the way to the right means text will never auto-forward.</dd>
<dt>Music, Sound, and Voice Volume</dt>
<dd>Controls the volume of the Music, Sound effect, and
Voice channels, respectively. The further to the right these
are, the louder the volume.</dd>
<dd>Controls the volume of the Music, Sound effect, and Voice channels, respectively. The further to the
right these are, the louder the volume.</dd>
</dl>
</dd>
</dl>
<dl>
<dt>Main Menu</dt>
<dd>Returns to the main menu, ending the current game.</dd>
<dt>Help</dt>
@@ -104,34 +93,28 @@ H3 {
<h3>Key and Mouse Bindings</h3>
<dl>
<dt>Left-click, Enter</dt>
<dd>Advances through the game, activates menu choices, buttons,
and sliders.</dd>
<dd>Advances through the game, activates menu choices, buttons, and sliders.</dd>
<dt>Space</dt>
<dd>Advances through the game, but does not activate choices.</dd>
<dt>Arrow Keys</dt>
<dd>Selects menu choices, buttons, and sliders.</dd>
<dd>Navigates between menu choices, buttons, and sliders.</dd>
<dt>Ctrl</dt>
<dd>Causes skipping to occur while the ctrl key is held down.</dd>
<dt>Tab</dt>
<dd>Toggles skipping, causing it to occur until tab is pressed
again.</dd>
<dd>Toggles skipping, causing it to occur until tab is pressed again.</dd>
<dt>Mousewheel-Up, PageUp</dt>
<dd>Causes rollback to occur. Rollback reverses the game back
in time, showing prior text and even allowing menu choices to be
changed.</dd>
<dd>Causes rollback to occur. Rollback reverses the game back in time, showing prior text and even allowing
menu choices to be changed.</dd>
<dt>Mousewheel-Down, PageDown</dt>
<dd>Causes rollforward to occur, canceling out a previous
rollback.</dd>
<dd>Causes rollforward to occur, canceling out a previous rollback.</dd>
<dt>Right-click, Escape</dt>
<dd>Enters the game menu. When in the game menu, returns to the
game.</dd>
<dd>Enters the game menu. When in the game menu, returns to the game.</dd>
<dt>Middle-click, H</dt>
<dd>Hides the text window and other transient displays.</dd>
<dt>F</dt>
<dd>Toggles fullscreen mode</dd>
<dt>S</dt>
<dd>Takes a screenshot, saving it in a file named
screenshotxxxx.png, where xxxx is a serial number.</dd>
<dd>Takes a screenshot, saving it in a file named screenshotxxxx.png, where xxxx is a serial number.</dd>
<dt>Alt-M, Command-H</dt>
<dd>Hides (iconifies) the window.</dd>
<dt>Alt-F4, Command-Q</dt>
@@ -140,22 +123,56 @@ H3 {
<dd>When a save slot is selected, deletes that save slot.</dd>
<dt>v</dt>
<dd>
Toggles self-voicing mode, which reads text to the user using an
os-supplied speech synthesizer. For more information, please read
the <a href="http://www.renpy.org/doc/html/self_voicing.html">self-voicing</a>
Toggles self-voicing mode, which reads text to the user using an os-supplied speech synthesizer. For more
information, please read the <a href="http://www.renpy.org/doc/html/self_voicing.html">self-voicing</a>
documentation.
</dd>
<dt>Shift+C</dt>
<dd>Toggles clipboard-voicing mode, which copies text to the
clipboard so it can be read by a screen reader.</dd>
<dd>Toggles clipboard-voicing mode, which copies text to the clipboard so it can be read by a screen reader.</dd>
</dl>
<h3>Controller Support and Bindings</h3>
<p>
This game should automatically detect and use game controllers supported by
SDL2. Other controllers can be configured using third-party configuration tools
like the <a href="http://www.generalarcade.com/gamepadtool/">SDL2 Gampad Tool</a>
</p>
<p>
A small number of systems may have problems using detected game controllers. Should
that happen, hold down shift as the game starts, and disable the controller support.
</p>
<p>The following bindings are used:</p>
<dl>
<dt>Right Trigger, A (Bottom Button)</dt>
<dd>Advances through the game, activates menu choices, buttons, and sliders.</dd>
<dt>Guide, Start</dt>
<dd>Enters the game menu. When in the game menu, returns to the game.</dd>
<dt>Directional Pad, Analog Sticks</dt>
<dd>Navigates between menu choices, buttons, and sliders.</dd>
<dt>Left Trigger, Left Shoulder, Back</dt>
<dd>Causes rollback to occur. Rollback reverses the game back in time, showing prior text and even allowing
menu choices to be changed.</dd>
<dt>Right Shoulder</dt>
<dd>Causes rollforward to occur, canceling out a previous rollback.</dd>
<dt>Y (Top Button)</dt>
<dd>Hides the text window and other transient displays.</dd>
</dl>
<h2>Legal Notice</h2>
<p>
This program contains free software licensed under a number of
licenses, including the GNU Lesser Public License. A complete list
of software is available at <a
href="http://www.renpy.org/doc/html/license.html"
>http://www.renpy.org/doc/html/license.html</a>.
This program contains free software licensed under a number of licenses, including the GNU Lesser Public License. A
complete list of software is available at <a href="http://www.renpy.org/doc/html/license.html">http://www.renpy.org/doc/html/license.html</a>.
</p>
</body>
</html>
Binary file not shown.
Binary file not shown.
+76 -9
View File
@@ -47,12 +47,14 @@ init python:
CONNECT_TEXT = _("Connects to an Android device running ADB in TCP/IP mode.")
DISCONNECT_TEXT = _("Disconnects from an Android device running ADB in TCP/IP mode.")
LOGCAT_TEXT = _("Retrieves the log from the Android device and writes it to a file.")
import subprocess
import re
import os
import json
import glob
def find_rapt():
@@ -62,7 +64,7 @@ init python:
RAPT_PATH = os.path.join(config.renpy_base, "rapt")
if os.path.isdir(RAPT_PATH):
if os.path.isdir(RAPT_PATH) and check_hash_txt("rapt"):
import sys
sys.path.insert(0, os.path.join(RAPT_PATH, "buildlib"))
else:
@@ -180,7 +182,7 @@ init python:
with open(filename, "w") as f:
json.dump(android_json, f)
def android_build(command, p=None, gui=True, launch=False):
def android_build(command, p=None, gui=True, launch=False, destination=None, opendir=False):
"""
This actually builds the package.
"""
@@ -211,8 +213,57 @@ init python:
report_success=False,
)
def finished(files, destination=destination):
source_dir = rapt.plat.path("bin")
try:
destination_dir = destination
# Use default destination if not configured
if gui and destination is None:
build = p.dump['build']
destination = build["destination"]
if destination != "-dists":
parent = os.path.dirname(p.path)
destination_dir = os.path.join(parent, destination)
except:
destination_dir = None
dir_to_open = source_dir
if destination_dir is not None:
reporter.info(_("Copying Android files to distributions directory."))
try:
os.makedirs(destination_dir)
except:
pass
try:
for i in files:
shutil.copy(i, renpy.fsencode(destination_dir))
dir_to_open = destination_dir
except:
import traceback
traceback.print_exc()
pass
if opendir:
store.OpenDirectory(dir_to_open)()
with interface.nolinks():
rapt.build.build(rapt_interface, dist, command, launch=launch)
rapt.build.build(rapt_interface, dist, command, launch=launch, finished=finished)
# The android support can stick unicode into os.environ. Fix that.
init 100 python:
@@ -288,7 +339,7 @@ screen android:
hovered tt.Action(TABLET_TEXT)
textbutton _("Television"):
action LaunchEmulator("tv", "small tv ouya android")
action LaunchEmulator("tv", "small tv android")
hovered tt.Action(OUYA_TEXT)
@@ -350,6 +401,10 @@ screen android:
action AndroidIfState(state, ANDROID_OK, Jump("android_disconnect"))
hovered tt.Action(DISCONNECT_TEXT)
textbutton _("Logcat"):
action AndroidIfState(state, ANDROID_NO_KEY, Jump("logcat"))
hovered tt.Action(LOGCAT_TEXT)
# Right side.
frame:
@@ -404,7 +459,7 @@ label android_configure:
label android_build:
$ android_build([ 'release' ])
$ android_build([ 'release' ], opendir=True)
jump android
@@ -475,19 +530,31 @@ label android_disconnect:
jump android
label logcat:
python hide:
interface = MobileInterface("android", filename="logcat.txt")
interface.info(_("Retrieving logcat information from device."))
interface.call([ rapt.plat.adb, "logcat", "-d" ], cancel=True)
interface.open_editor()
jump android
init python:
def android_build_command():
ap = renpy.arguments.ArgumentParser()
ap.add_argument("project", help="The path to the project directory.")
ap.add_argument("command", help="Commands to pass to ant. (Try 'release' 'install'.)", nargs='+')
ap.add_argument("android_project", help="The path to the project directory.")
ap.add_argument("ant_commands", help="Commands to pass to ant. (Try 'release' 'install'.)", nargs='+')
ap.add_argument("--launch", action="store_true", help="Launches the app after build and install compete.")
ap.add_argument("--destination", "--dest", default=None, action="store", help="The directory where the packaged files should be placed.")
args = ap.parse_args()
p = project.Project(args.project)
p = project.Project(args.android_project)
android_build(args.command, p=p, gui=False, launch=args.launch)
android_build(args.ant_commands, p=p, gui=False, launch=args.launch, destination=args.destination)
return False
+19 -3
View File
@@ -398,9 +398,23 @@ init -2 python:
style.soundtest_button.xalign = 1.0
screen choose_theme:
default scheme_yadjustment = ui.adjustment()
default theme_yadjustment = ui.adjustment()
default first = True
python:
if first:
theme_yinitial_value = theme_yinitial()
scheme_yinitial_value = scheme_yinitial()
else:
theme_yinitial_value = None
scheme_yinitial_value = None
first = False
frame:
style_group "l"
style "l_root"
@@ -426,8 +440,9 @@ screen choose_theme:
viewport:
scrollbars "vertical"
yinitial theme_yinitial()
mousewheel True
yadjustment theme_yadjustment
yinitial theme_yinitial_value
has vbox
@@ -451,7 +466,8 @@ screen choose_theme:
viewport:
scrollbars "vertical"
mousewheel True
yinitial scheme_yinitial()
yadjustment scheme_yadjustment
yinitial scheme_yinitial_value
has vbox
+231 -77
View File
@@ -111,6 +111,25 @@ init python in distribute:
return False
def hash_file(fn):
"""
Returns the hash of `fn`.
"""
sha = hashlib.sha256()
with open(renpy.fsencode(fn), "rb") as f:
while True:
data = f.read(8 * 1024 * 1024)
if not data:
break
sha.update(data)
return sha.hexdigest()
class File(object):
"""
Represents a file that we can distribute.
@@ -149,6 +168,28 @@ init python in distribute:
def copy(self):
return File(self.name, self.path, self.directory, self.executable)
def hash(self, hash, distributor):
"""
Update hash with information about this entry.
"""
key = (self.name, self.path, self.directory, self.executable)
hash.update(repr(key))
if self.path is None:
return
if self.directory:
return
if self.path in distributor.hash_cache:
digest = distributor.hash_cache[self.path]
else:
digest = hash_file(self.path)
distributor.hash_cache[self.path] = digest
hash.update(digest)
class FileList(list):
"""
@@ -261,6 +302,18 @@ init python in distribute:
return rv
def hash(self, distributor):
"""
Returns a hex digest representing this file list.
"""
sha = hashlib.sha256()
for f in sorted(self, key=lambda a : a.name):
f.hash(sha, distributor)
return sha.hexdigest()
class Distributor(object):
"""
@@ -300,6 +353,16 @@ init python in distribute:
If true, we report that the build succeeded.
"""
# Map from destination file with extension to (that file's hash,
# hash of the file list)
self.build_cache = { }
# A map from file to its hash.
self.hash_cache = { }
# Status reporter.
self.reporter = reporter
if packagedest is not None:
if packages is None or len(packages) != 1:
raise Exception("Packagedest requires a single package be given.")
@@ -318,7 +381,9 @@ init python in distribute:
# dictionaries.
data = project.data
project.update_dump(force=True, gui=False)
self.reporter.info(_("Scanning project files..."))
project.update_dump(force=True, gui=False, compile=project.data['force_recompile'])
if project.dump.get("error", False):
raise Exception("Could not get build data from the project. Please ensure the project runs.")
@@ -350,10 +415,9 @@ init python in distribute:
except:
pass
self.packagedest = packagedest
self.load_build_cache()
# Status reporter.
self.reporter = reporter
self.packagedest = packagedest
self.include_update = build['include_update']
self.build_update = self.include_update and build_update
@@ -382,9 +446,6 @@ init python in distribute:
self.log.close()
return
# add the game.
self.reporter.info(_("Scanning project files..."))
self.scan_and_classify(project.path, build["base_patterns"])
if noarchive:
@@ -404,8 +465,10 @@ init python in distribute:
self.add_windows_files()
# Add generated/special files.
if not build['renpy']:
self.add_renpy_files()
if build['renpy']:
self.add_renpy_distro_files()
else:
self.add_renpy_game_files()
# Assign the x-bit as necessary.
self.mark_executable()
@@ -431,12 +494,14 @@ init python in distribute:
p["name"],
"update",
p["file_lists"],
dlc=False)
dlc=p["dlc"])
if self.build_update:
self.finish_updates(build_packages)
if not packagedest:
self.save_build_cache()
# Finish up.
self.log.close()
@@ -464,6 +529,11 @@ init python in distribute:
"""
def walk(name, path):
# Ignore ASCII control characters, like (Icon\r on the mac).
if re.search('[\x00-\x19]', name):
return
is_dir = os.path.isdir(path)
if is_dir:
@@ -576,26 +646,46 @@ init python in distribute:
self.add_file(file_list, "game/" + arcfn, arcpath)
def add_renpy_files(self):
def add_renpy_game_files(self):
"""
Add Ren'Py-generic files to the project.
Add Ren'Py file to the game.
"""
SCRIPT_VERSION_RPY = os.path.join(config.gamedir, "script_version.rpy")
SCRIPT_VERSION_RPYC = os.path.join(config.gamedir, "script_version.rpyc")
LICENSE_TXT = os.path.join(config.renpy_base, "LICENSE.txt")
if os.path.exists(SCRIPT_VERSION_RPY):
if not os.path.exists(os.path.join(self.project.path, "game", "script_version.rpy")):
self.add_file("all", "game/script_version.rpy", SCRIPT_VERSION_RPY)
if os.path.exists(SCRIPT_VERSION_RPYC):
if not os.path.exists(os.path.join(self.project.path, "game", "script_version.rpyc")):
self.add_file("all", "game/script_version.rpyc", SCRIPT_VERSION_RPYC)
if os.path.exists(LICENSE_TXT):
self.add_file("renpy", "renpy/LICENSE.txt", LICENSE_TXT)
if (not os.path.exists(os.path.join(self.project.path, "game", "script_version.rpy"))) and \
(not os.path.exists(os.path.join(self.project.path, "game", "script_version.rpyc"))):
script_version_txt = self.temp_filename("script_version.txt")
with open(script_version_txt, "w") as f:
f.write(repr(renpy.renpy.version_tuple[:-1]))
self.add_file("all", "game/script_version.txt", script_version_txt)
def add_file_list_hash(self, list_name):
"""
Hashes a file list, then adds that file to the Ren'Py distribution.
"""
tfn = self.temp_filename(list_name + "_hash.txt")
with open(tfn, "w") as tf:
tf.write(self.file_lists[list_name].hash(self))
self.add_file("binary", "launcher/game/" + list_name + "_hash.txt", tfn)
self.add_file(list_name, list_name + "/hash.txt", tfn)
def add_renpy_distro_files(self):
"""
Add additional files to Ren'Py.
"""
self.add_file_list_hash("rapt")
self.add_file_list_hash("renios")
def write_plist(self):
@@ -812,14 +902,17 @@ init python in distribute:
update = { variant : { "version" : self.update_version, "pretty_version" : self.pretty_version, "files" : update_files, "directories" : update_directories, "xbit" : update_xbit } }
if self.include_update and not dlc:
if self.include_update and (variant not in [ 'ios', 'android']):
update_fn = os.path.join(self.destination, filename + ".update.json")
with open(update_fn, "wb") as f:
json.dump(update, f)
fl.append(File("update", None, True, False))
fl.append(File("update/current.json", update_fn, False, False))
if not dlc:
fl.append(File("update", None, True, False))
fl.append(File("update/current.json", update_fn, False, False))
# The mac transform.
if format == "app-zip":
@@ -830,60 +923,85 @@ init python in distribute:
fl.prepend_directory(filename)
if format == "tar.bz2":
path += ".tar.bz2"
pkg = TarPackage(path, "w:bz2")
ext = ".tar.bz2"
elif format == "update":
path += ".update"
pkg = TarPackage(path, "w", notime=True)
ext = ".update"
elif format == "zip" or format == "app-zip":
path += ".zip"
pkg = ZipPackage(path)
ext = ".zip"
elif format == "directory":
pkg = DirectoryPackage(path)
ext = ""
for i, f in enumerate(fl):
self.reporter.progress(_("Writing the [variant] [format] package."), i, len(fl), variant=variant, format=format)
full_filename = filename + ext
path += ext
if f.directory:
pkg.add_directory(f.name, f.path)
if self.build['renpy']:
fl_hash = fl.hash(self)
else:
fl_hash = '<not building renpy>'
file_hash, old_fl_hash = self.build_cache.get(full_filename, ("", ""))
if format == "directory" or old_fl_hash != fl_hash:
if format == "tar.bz2":
pkg = TarPackage(path, "w:bz2")
elif format == "update":
pkg = TarPackage(path, "w", notime=True)
elif format == "zip" or format == "app-zip":
pkg = ZipPackage(path)
elif format == "directory":
pkg = DirectoryPackage(path)
for i, f in enumerate(fl):
self.reporter.progress(_("Writing the [variant] [format] package."), i, len(fl), variant=variant, format=format)
if f.directory:
pkg.add_directory(f.name, f.path)
else:
pkg.add_file(f.name, f.path, f.executable)
self.reporter.progress_done()
pkg.close()
if format == "update":
# Build the zsync file.
self.reporter.info(_("Making the [variant] update zsync file."), variant=variant)
cmd = [
updater.zsync_path("zsyncmake"),
"-z",
# -u url to gzipped data - not a local filename!
"-u", filename + ".update.gz",
"-o", os.path.join(self.destination, filename + ".zsync"),
os.path.abspath(path),
]
subprocess.check_call([ renpy.fsencode(i) for i in cmd ])
# Build the sums file. This is a file with an adler32 hash of each 64k block
# of the zsync file. It's used to help us determine how much of the file is
# downloaded.
with open(path, "rb") as src:
with open(renpy.fsencode(os.path.join(self.destination, filename + ".sums")), "wb") as sums:
while True:
data = src.read(65536)
if not data:
break
sums.write(struct.pack("<I", zlib.adler32(data) & 0xffffffff))
if self.include_update and not self.build_update and not dlc:
os.unlink(update_fn)
if format != "directory":
file_hash = hash_file(path)
else:
pkg.add_file(f.name, f.path, f.executable)
self.reporter.progress_done()
pkg.close()
if format == "update":
# Build the zsync file.
self.reporter.info(_("Making the [variant] update zsync file."), variant=variant)
cmd = [
updater.zsync_path("zsyncmake"),
"-z",
# -u url to gzipped data - not a local filename!
"-u", filename + ".update.gz",
"-o", os.path.join(self.destination, filename + ".zsync"),
os.path.abspath(path),
]
subprocess.check_call([ renpy.fsencode(i) for i in cmd ])
# Build the sums file. This is a file with an adler32 hash of each 64k block
# of the zsync file. It's used to help us determine how much of the file is
# downloaded.
with open(path, "rb") as src:
with open(renpy.fsencode(os.path.join(self.destination, filename + ".sums")), "wb") as sums:
while True:
data = src.read(65536)
if not data:
break
sums.write(struct.pack("<I", zlib.adler32(data) & 0xffffffff))
if self.include_update and not self.build_update and not dlc:
os.unlink(update_fn)
file_hash = ""
if file_hash:
self.build_cache[full_filename] = (file_hash, fl_hash)
def finish_updates(self, packages):
"""
@@ -896,10 +1014,11 @@ init python in distribute:
index = { }
def add_variant(variant):
fn = renpy.fsencode(os.path.join(self.destination, self.base_name + "-" + variant + ".update"))
with open(fn, "rb") as f:
digest = hashlib.sha256(f.read()).hexdigest()
# with open(fn, "rb") as f:
# digest = hashlib.sha256(f.read()).hexdigest()
digest = self.build_cache[self.base_name + "-" + variant + ".update"][0]
sums_size = os.path.getsize(self.destination + "/" + self.base_name + "-" + variant + ".sums")
@@ -913,7 +1032,10 @@ init python in distribute:
"json_url" : self.base_name + "-" + variant + ".update.json",
}
os.unlink(fn)
fn = renpy.fsencode(os.path.join(self.destination, self.base_name + "-" + variant + ".update"))
if os.path.exists(fn):
os.unlink(fn)
for p in packages:
if p["update"]:
@@ -924,6 +1046,38 @@ init python in distribute:
json.dump(index, f)
def save_build_cache(self):
if not self.build['renpy']:
return
fn = renpy.fsencode(os.path.join(self.destination, ".build_cache"))
with open(fn, "wb") as f:
for k, v in self.build_cache.items():
l = "\t".join([k, v[0], v[1]]) + "\n"
f.write(l.encode("utf-8"))
def load_build_cache(self):
if not self.build['renpy']:
return
fn = renpy.fsencode(os.path.join(self.destination, ".build_cache"))
if not os.path.exists(fn):
return
with open(fn, "rb") as f:
for l in f:
if not l:
continue
l = l.decode("utf-8").rstrip()
l = l.split("\t")
self.build_cache[l[0]] = (l[1], l[2])
os.unlink(fn)
def dump(self):
for k, v in sorted(self.file_lists.items()):
print
+1
View File
@@ -236,6 +236,7 @@ screen build_distributions:
textbutton _("Build Updates") action DataToggle("build_update") style "l_checkbox"
textbutton _("Add from clauses to calls") action DataToggle("add_from") style "l_checkbox"
textbutton _("Force Recompile") action DataToggle("force_recompile") style "l_checkbox"
textbutton _("Back") action Jump("front_page") style "l_left_button"
+1 -1
View File
@@ -297,7 +297,7 @@ init 1 python in editor:
if not set_editor:
return True
if persistent.editor:
if persistent.editor and persistent.editor != "None":
return True
return renpy.invoke_in_new_context(renpy.call_screen, "editor")
+3 -2
View File
@@ -130,6 +130,7 @@ screen front_page:
if project.current is not None:
textbutton _("Launch Project") action project.Launch() style "l_right_button"
key "K_F5" action project.Launch()
@@ -195,9 +196,9 @@ screen front_page_project:
textbutton _("game") action OpenDirectory("game")
textbutton _("base") action OpenDirectory(".")
# textbutton _("images") action OpenDirectory("game/images") style "l_list"
textbutton _("images") action OpenDirectory("game/images")
# textbutton _("save") action None style "l_list"
vbox:
if persistent.show_edit_funcs:
+1
View File
@@ -203,6 +203,7 @@ screen common:
if continue_:
textbutton _("Continue") action continue_ style "l_right_button"
key "input_enter" action continue_
screen launcher_input:
+17 -6
View File
@@ -48,7 +48,7 @@ init python:
RENIOS_PATH = os.path.join(config.renpy_base, "renios")
if os.path.isdir(RENIOS_PATH):
if os.path.isdir(RENIOS_PATH) and check_hash_txt("renios"):
import sys
sys.path.insert(0, os.path.join(RENIOS_PATH, "buildlib"))
else:
@@ -168,14 +168,25 @@ init python:
report_success=False,
)
main_fn = os.path.join(dist, "main.py")
for fn in os.listdir(dist):
if fn.endswith(".py"):
os.rename(
os.path.join(dist, fn),
os.path.join(dist, "main.py"),
)
py_fn = os.path.join(dist, fn)
break
else:
raise Exception("Could not find a .py file.")
with open(py_fn, "r") as py_f:
with open(main_fn, "w") as main_f:
for l in py_f:
if l.startswith("#!"):
continue
main_f.write(l)
os.unlink(py_fn)
def launch_xcode():
dist = xcode_project(None)
+28 -4
View File
@@ -22,7 +22,24 @@
# This file contains mobile build things that are shared by the android
# and iOS builds.
init python:
init -1 python:
def check_hash_txt(module):
fn1 = module + "_hash.txt"
fn2 = renpy.fsencode(os.path.join(config.renpy_base, module, "hash.txt"))
# No hash file? We're in dev mode - ignore.
if not renpy.loadable(fn1):
return True
hash1 = renpy.file(fn1).read()
if not os.path.exists(fn2):
return False
hash2 = open(fn2).read()
return hash1.strip() == hash2.strip()
class LaunchEmulator(Action):
@@ -45,7 +62,7 @@ init python:
This is used to interface between the launcher and RAPT/RENIOS.
"""
def __init__(self, platform, edit=True):
def __init__(self, platform, edit=True, filename=None):
"""
`platform`
The name of the platform we're using for. Used for libraries,
@@ -59,7 +76,11 @@ init python:
self.edit = edit
self.process = None
self.filename = project.current.temp_filename(platform + ".txt")
if filename is None:
filename = platform + ".txt"
self.filename = project.current.temp_filename(filename)
self.info_msg = ""
@@ -113,10 +134,13 @@ init python:
# Open android.txt in the editor.
if edit and self.edit:
editor.EditAbsolute(self.filename)()
self.open_editor()
interface.error(prompt, label="android")
def open_editor(self):
editor.EditAbsolute(self.filename)()
def success(self, prompt):
self.log(prompt)
interface.info(prompt, pause=False)
+19 -13
View File
@@ -220,8 +220,8 @@ init python:
## this is 'mygame-1.0', the windows distribution will be in the
## directory 'mygame-1.0-win', in the 'mygame-1.0-win.zip' file.
if 'RENPY_NIGHTLY' in os.environ:
build.directory_name = os.environ['RENPY_NIGHTLY']
if 'RENPY_BUILD_VERSION' in os.environ:
build.directory_name = "renpy-" + os.environ['RENPY_BUILD_VERSION']
else:
build.directory_name = "renpy-" + config.version.rsplit('.', 1)[0]
@@ -234,6 +234,9 @@ init python:
## allows the updater to run.
build.include_update = True
## Allow empty directories, so we can distribute the images directory.
build.exclude_empty_directories = False
## Clear out various file patterns.
build.renpy_patterns = [ ]
build.early_base_patterns = [ ]
@@ -259,6 +262,7 @@ init python:
build.classify_renpy("renios/prototype/**", "renios")
build.classify_renpy("renios/buildlib/**", "renios")
build.classify_renpy("renios/ios.py", "renios")
build.classify_renpy("renios/version.txt", "renios")
build.classify_renpy("renios/", "renios")
build.classify_renpy("**.old", None)
@@ -275,28 +279,29 @@ init python:
# main source.
def source_and_binary(pattern):
def source_and_binary(pattern, source="source", binary="binary"):
"""
Classifies source and binary files beginning with `pattern`.
.pyo, .rpyc, .rpycm, and .rpyb go into binary, everything
else goes into source.
"""
build.classify_renpy(pattern + ".pyo", "binary")
build.classify_renpy(pattern + ".rpyc", "binary")
build.classify_renpy(pattern + ".rpymc", "binary")
build.classify_renpy(pattern + ".rpyb", "binary")
build.classify_renpy(pattern, "source")
build.classify_renpy(pattern + "/**.pyo", binary)
build.classify_renpy(pattern + "/**.rpyc", binary)
build.classify_renpy(pattern + "/**.rpymc", binary)
build.classify_renpy(pattern + "/**/cache/*", binary)
build.classify_renpy(pattern + "/**", source)
build.classify_renpy("renpy.py", "source")
source_and_binary("renpy/**")
source_and_binary("renpy")
# games.
build.classify_renpy("launcher/game/theme/", None)
source_and_binary("launcher/**")
source_and_binary("templates/**")
source_and_binary("the_question/**")
source_and_binary("tutorial/**")
source_and_binary("launcher")
source_and_binary("templates", binary=None)
source_and_binary("the_question")
source_and_binary("tutorial")
# docs.
build.classify_renpy("doc/", "source")
@@ -314,6 +319,7 @@ init python:
build.classify_renpy("module/*.py*", "source")
build.classify_renpy("module/include/", "source")
build.classify_renpy("module/include/*.pxd", "source")
build.classify_renpy("module/include/*.pxi", "source")
build.classify_renpy("module/pysdlsound/", "source")
build.classify_renpy("module/pysdlsound/*.py", "source")
build.classify_renpy("module/pysdlsound/*.pyx", "source")
+8 -4
View File
@@ -22,9 +22,9 @@
# Code that manages projects.
init python:
try:
if renpy.windows:
import EasyDialogsWin as EasyDialogs
except:
else:
EasyDialogs = None
import os
@@ -122,6 +122,7 @@ init python in project:
data.setdefault("build_update", False)
data.setdefault("packages", [ "all" ])
data.setdefault("add_from", True)
data.setdefault("force_recompile", True)
def make_tmp(self):
"""
@@ -223,7 +224,7 @@ init python in project:
if p.wait():
interface.error(_("Launching the project failed."), _("Please ensure that your project launches normally before running this command."))
def update_dump(self, force=False, gui=True):
def update_dump(self, force=False, gui=True, compile=False):
"""
If the dumpfile does not exist, runs Ren'Py to create it. Otherwise,
loads it in iff it's newer than the one that's already loaded.
@@ -236,7 +237,10 @@ init python in project:
if gui:
interface.processing(_("Ren'Py is scanning the project..."))
self.launch(["quit"], wait=True)
if compile:
self.launch(["compile", "--keep-orphan-rpyc" ], wait=True)
else:
self.launch(["quit"], wait=True)
if not os.path.exists(dump_filename):
self.dump["error"] = True
+22 -1
View File
@@ -1,4 +1,4 @@
# : Translation updated at 2013-11-17 23:18
# : Translation updated at 2013-11-17 23:18
translate arabic strings:
@@ -177,3 +177,24 @@ translate arabic strings:
old "Build, Install & Launch"
new "بناء,تنصيب و إقلاع."
# : Translation updated at 2015-06-19 08:55
translate arabic strings:
# game/android.rpy:50
old "Retrieves the log from the Android device and writes it to a file."
new "يجلب قائمة المهام من جعاز الأندرويد و يكتبها في ملف."
# game/android.rpy:240
old "Copying Android files to distributions directory."
new "يتم الآن نسخ ملفات الأندرويد إلى المجلد الخاص بالنشر"
# game/android.rpy:404
old "Logcat"
new "Logcat"
# game/android.rpy:538
old "Retrieving logcat information from device."
new "يتم النسخ من الجهاز لمعلومات Logcat"
+1 -1
View File
@@ -1,4 +1,4 @@
translate arabic strings:
# game/choose_directory.rpy:73
+1 -1
View File
@@ -1,4 +1,4 @@
# : Translation updated at 2013-04-30 07:54
# : Translation updated at 2013-04-30 07:54
translate arabic strings:
+1 -1
View File
@@ -1,4 +1,4 @@
translate arabic strings:
# game/distribute_gui.rpy:139
+9 -1
View File
@@ -1,4 +1,4 @@
# : Translation updated at 2013-04-30 07:54
# : Translation updated at 2013-04-30 07:54
translate arabic strings:
@@ -121,3 +121,11 @@ translate arabic strings:
old "iOS"
new "iOS نظام تشغيل"
# Translation updated at 2015-06-19 08:55
translate arabic strings:
# game/front_page.rpy:198
old "images"
new "الصور"
+1 -1
View File
@@ -1,4 +1,4 @@
# Translation updated at 2015-03-22 20:50
# Translation updated at 2015-03-22 20:50
translate arabic strings:
+1 -1
View File
@@ -1,4 +1,4 @@
# : Translation updated at 2013-04-30 07:54
# : Translation updated at 2013-04-30 07:54
translate arabic strings:
+15 -15
View File
@@ -1,15 +1,15 @@
translate finnish strings:
# game/about.rpy:39
old "[version!q]"
new "[version!q]"
# game/about.rpy:43
old "View license"
new "Näytä lisenssi"
# game/about.rpy:45
old "Back"
new "Takaisin"
translate finnish strings:
# game/about.rpy:39
old "[version!q]"
new "[version!q]"
# game/about.rpy:43
old "View license"
new "Näytä lisenssi"
# game/about.rpy:45
old "Back"
new "Takaisin"
+23 -23
View File
@@ -1,23 +1,23 @@
translate finnish strings:
# game/add_file.rpy:28
old "FILENAME"
new "TIEDOSTONIMI"
# game/add_file.rpy:28
old "Enter the name of the script file to create."
new "Kirjoita skriptitiedoston nimi, jonka haluat luoda."
# game/add_file.rpy:31
old "The filename must have the .rpy extension."
new "Tiedostolla on oltava .rpy -tunniste."
# game/add_file.rpy:39
old "The file already exists."
new "Tiedosto on jo olemassa."
# game/add_file.rpy:42
old "# Ren'Py automatically loads all script files ending with .rpy. To use this\n# file, define a label and jump to it from another file.\n"
new "# Ren'Py lataa automaattisesti kaikki scriptitiedostot, joilla on .rpy pääte. Käyttääksesi tätä\n# tiedostoa, luo label ja hyppää siihen toisesta tiedostosta.\n"
translate finnish strings:
# game/add_file.rpy:28
old "FILENAME"
new "TIEDOSTONIMI"
# game/add_file.rpy:28
old "Enter the name of the script file to create."
new "Kirjoita skriptitiedoston nimi, jonka haluat luoda."
# game/add_file.rpy:31
old "The filename must have the .rpy extension."
new "Tiedostolla on oltava .rpy -tunniste."
# game/add_file.rpy:39
old "The file already exists."
new "Tiedosto on jo olemassa."
# game/add_file.rpy:42
old "# Ren'Py automatically loads all script files ending with .rpy. To use this\n# file, define a label and jump to it from another file.\n"
new "# Ren'Py lataa automaattisesti kaikki scriptitiedostot, joilla on .rpy pääte. Käyttääksesi tätä\n# tiedostoa, luo label ja hyppää siihen toisesta tiedostosta.\n"
+186 -155
View File
@@ -1,155 +1,186 @@
translate finnish strings:
# game/android.rpy:30
old "To build Android packages, please download RAPT, unzip it, and place it into the Ren'Py directory. Then restart the Ren'Py launcher."
new "Luodaksesi Android-sovelluksia, ole hyvä ja lataa RAPT, pura se, ja aseta se Ren'Py kansioon. Tämän jälkeen käynnistä Ren'Py uudelleen."
# game/android.rpy:31
old "A 32-bit Java Development Kit is required to build Android packages on Windows. The JDK is different from the JRE, so it's possible you have Java without having the JDK.\n\nPlease {a=http://www.oracle.com/technetwork/java/javase/downloads/index.html}download and install the JDK{/a}, then restart the Ren'Py launcher."
new "32-bittinen Javan kehitystyökalu vaaditaan Android-sovellusten luomiseen Windowsilla. JDK on erilainen kuin JRE, joten on mahdollista, että sinulla on Java ilman JDK:ta.\n\n{a=http://www.oracle.com/technetwork/java/javase/downloads/index.html}Lataa ja asenna JDK{/a}, ja sen jälkeen käynnistä Ren'Py uudelleen."
# game/android.rpy:32
old "RAPT has been installed, but you'll need to install the Android SDK before you can build Android packages. Choose Install SDK to do this."
new "RAPT on asennettu, mutta sinun on asennettava Android SDK ennen kuin voit luoda Android-sovelluksia. Valitse 'Asenna SDK' tehdäksesi tämän."
# game/android.rpy:33
old "RAPT has been installed, but a key hasn't been configured. Please create a new key, or restore android.keystore."
new "RAPT on asennettu, mutta avainta ei ole konfiguroitu. Luo uusi avain, tai palauta android.keystore."
# game/android.rpy:34
old "The current project has not been configured. Use \"Configure\" to configure it before building."
new "Valittua projektia ei ole konfiguroitu. Käytä \"Konfigurointi\" -toimintoa konfiguroidaksesi sen ennen sovelluksen kokoamista."
# game/android.rpy:35
old "Choose \"Build\" to build the current project, or attach an Android device and choose \"Build & Install\" to build and install it on the device."
new "Valitse \"Kokoa\" kootaksesi projektin, tai kiinnitä Android-laite ja valitse \"Kokoa ja asenna\" kootaksesi ja asentaaksesi sen laitteeseen."
# game/android.rpy:37
old "Attempts to emulate an Android phone.\n\nTouch input is emulated through the mouse, but only when the button is held down. Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "Pyrkii emuloimaan Android-puhelinta.\n\nKosketus valintaa emuloidaan hiirellä, mutta vain kun nappia pidetään pohjassa. Esc toimii Menu-näppäimenä ja Pg Up toimii peruutusnappina."
# game/android.rpy:38
old "Attempts to emulate an Android tablet.\n\nTouch input is emulated through the mouse, but only when the button is held down. Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "Pyrkii emuloimaan Android-tablettia.\n\nKosketus valintaa emuloidaan hiirellä, mutta vain kun nappia pidetään pohjassa. Esc toimii Menu-näppäimenä ja Pg Up toimii peruutusnappina."
# game/android.rpy:39
old "Attempts to emulate a televison-based Android console, like the OUYA or Fire TV.\n\nController input is mapped to the arrow keys, Enter is mapped to the select button, Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "Pyrkii emuloimaan televisiopohjaista Android-konsolia, kuten OUYA tai Fire TV.\n\nOhjainnäppäimet ovat nuolinäppäimet, Enter toimii valitsijana, Esc toimii Menu-näppäimenä ja Pg Up toimii peruutusnappina."
# game/android.rpy:41
old "Downloads and installs the Android SDK and supporting packages. Optionally, generates the keys required to sign the package."
new "Lataa ja asentaa Android SDK:n ja tarvittavat lisäpaketit. Lisäksi, voidaan käyttää avainten luomiseen."
# game/android.rpy:42
old "Configures the package name, version, and other information about this project."
new "Konfiguroi paketin nimen, version sekä kaiken muun projektia koskevan tiedon."
# game/android.rpy:43
old "Opens the file containing the Google Play keys in the editor.\n\nThis is only needed if the application is using an expansion APK. Read the documentation for more details."
new "Avaa tiedoston, joka sisältää Google Play -avaimet, editorissa.\n\nTätä tarvitaan vain, jos sovellus käyttää laajennus-APK:ta. Lue dokumentit saadaksesi lisätietoa."
# game/android.rpy:44
old "Builds the Android package."
new "Rakentaa Android-paketin."
# game/android.rpy:45
old "Builds the Android package, and installs it on an Android device connected to your computer."
new "Rakentaa Android-paketin, ja asentaa sen tietokoneeseen kytkettyyn Android-laitteeseen."
# game/android.rpy:47
old "Connects to an Android device running ADB in TCP/IP mode."
new "Yhdistää Android-laitteeseen, jossa on käytössä ADB TCP/IP -tilassa."
# game/android.rpy:48
old "Disconnects from an Android device running ADB in TCP/IP mode."
new "Katkaisee yhteyden Android-laitteeseen, jossa on käytössä ADB TCP/IP -tila."
# game/android.rpy:164
old "{a=%s}%s{/a}"
new "{a=%s}%s{/a}"
# game/android.rpy:176
old "QUESTION"
new "KYSYMYS"
# game/android.rpy:445
old "Android: [project.current.name!q]"
new "Android: [project.current.name!q]"
# game/android.rpy:465
old "Emulation:"
new "Emulointi:"
# game/android.rpy:473
old "Phone"
new "Puhelin"
# game/android.rpy:477
old "Tablet"
new "Tablettitietokone"
# game/android.rpy:481
old "Television / OUYA"
new "Televisio / OUYA"
# game/android.rpy:493
old "Build:"
new "Kokoa:"
# game/android.rpy:501
old "Install SDK & Create Keys"
new "Asenna SDK & Luo avaimet"
# game/android.rpy:505
old "Configure"
new "Muokkaa asetuksia"
# game/android.rpy:509
old "Build Package"
new "Kokoamispaketti:"
# game/android.rpy:513
old "Build & Install"
new "Kokoa & Asenna"
# game/android.rpy:524
old "Other:"
new "Muu:"
# game/android.rpy:532
old "Remote ADB Connect"
new "Langaton ADB-yhdistäminen:"
# game/android.rpy:536
old "Remote ADB Disconnect"
new "Langaton ADB-katkaisu:"
# game/android.rpy:569
old "Before packaging Android apps, you'll need to download RAPT, the Ren'Py Android Packaging Tool. Would you like to download RAPT now?"
new "Ennen Android-sovellusten pakkausta, sinun on ladattava RAPT (Ren'Py Android Packaging Tool). Haluatko ladata RAPT:in nyt?"
# game/android.rpy:615
old "Remote ADB Address"
new "Langaton ADB-osoite"
# game/android.rpy:615
old "Please enter the IP address and port number to connect to, in the form \"192.168.1.143:5555\". Consult your device's documentation to determine if it supports remote ADB, and if so, the address and port to use."
new "Syötä yhdistettävän kohteen IP-osoite ja porttinumero, esimerkin \"192.168.1.143:5555\" mukaisesti. Selvitä laitteesi tiedoista kykeneekö se langattomaan ADB:hen, ja jos näin on, käytettävä osoite ja portti."
# game/android.rpy:627
old "Invalid remote ADB address"
new "Langaton ADB-osoite ei kelpaa."
# game/android.rpy:627
old "The address must contain one exactly one ':'."
new "Osoitteessa on oltava yksi, ja vain yksi, ':'."
# game/android.rpy:631
old "The host may not contain whitespace."
new "Isäntä ei voi sisältää välilyöntejä."
# game/android.rpy:637
old "The port must be a number."
new "Portin on oltava numero."
translate finnish strings:
# game/android.rpy:30
old "To build Android packages, please download RAPT, unzip it, and place it into the Ren'Py directory. Then restart the Ren'Py launcher."
new "Luodaksesi Android-sovelluksia, ole hyvä ja lataa RAPT, pura se, ja aseta se Ren'Py kansioon. Tämän jälkeen käynnistä Ren'Py uudelleen."
# game/android.rpy:31
old "A 32-bit Java Development Kit is required to build Android packages on Windows. The JDK is different from the JRE, so it's possible you have Java without having the JDK.\n\nPlease {a=http://www.oracle.com/technetwork/java/javase/downloads/index.html}download and install the JDK{/a}, then restart the Ren'Py launcher."
new "32-bittinen Javan kehitystyökalu vaaditaan Android-sovellusten luomiseen Windowsilla. JDK on erilainen kuin JRE, joten on mahdollista, että sinulla on Java ilman JDK:ta.\n\n{a=http://www.oracle.com/technetwork/java/javase/downloads/index.html}Lataa ja asenna JDK{/a}, ja sen jälkeen käynnistä Ren'Py uudelleen."
# game/android.rpy:32
old "RAPT has been installed, but you'll need to install the Android SDK before you can build Android packages. Choose Install SDK to do this."
new "RAPT on asennettu, mutta sinun on asennettava Android SDK ennen kuin voit luoda Android-sovelluksia. Valitse 'Asenna SDK' tehdäksesi tämän."
# game/android.rpy:33
old "RAPT has been installed, but a key hasn't been configured. Please create a new key, or restore android.keystore."
new "RAPT on asennettu, mutta avainta ei ole konfiguroitu. Luo uusi avain, tai palauta android.keystore."
# game/android.rpy:34
old "The current project has not been configured. Use \"Configure\" to configure it before building."
new "Valittua projektia ei ole konfiguroitu. Käytä \"Konfigurointi\" -toimintoa konfiguroidaksesi sen ennen sovelluksen kokoamista."
# game/android.rpy:35
old "Choose \"Build\" to build the current project, or attach an Android device and choose \"Build & Install\" to build and install it on the device."
new "Valitse \"Kokoa\" kootaksesi projektin, tai kiinnitä Android-laite ja valitse \"Kokoa ja asenna\" kootaksesi ja asentaaksesi sen laitteeseen."
# game/android.rpy:37
old "Attempts to emulate an Android phone.\n\nTouch input is emulated through the mouse, but only when the button is held down. Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "Ren'Py pyrkii emuloimaan Android-puhelinta.\n\nKosketus valintaa emuloidaan hiirellä, mutta vain kun nappia pidetään pohjassa. Esc toimii Menu-näppäimenä ja Pg Up toimii peruutusnappina."
# game/android.rpy:38
old "Attempts to emulate an Android tablet.\n\nTouch input is emulated through the mouse, but only when the button is held down. Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "Ren'Py pyrkii emuloimaan Android-tablettia.\n\nKosketusta emuloidaan hiirellä, mutta vain kun nappia pidetään pohjassa. Esc toimii Menu-näppäimenä ja Pg Up toimii peruutusnappina."
# game/android.rpy:39
old "Attempts to emulate a televison-based Android console, like the OUYA or Fire TV.\n\nController input is mapped to the arrow keys, Enter is mapped to the select button, Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "Ren'Py pyrkii emuloimaan televisiopohjaista Android-konsolia, kuten OUYA tai Fire TV.\n\nOhjainnäppäimet ovat nuolinäppäimet, Enter toimii valitsijana, Esc toimii Menu-näppäimenä ja Pg Up toimii peruutusnappina."
# game/android.rpy:41
old "Downloads and installs the Android SDK and supporting packages. Optionally, generates the keys required to sign the package."
new "Lataa ja asentaa Android SDK:n ja tarvittavat lisäpaketit. Lisäksi, voidaan käyttää avainten luomiseen."
# game/android.rpy:42
old "Configures the package name, version, and other information about this project."
new "Konfiguroi paketin nimen, version sekä kaiken muun projektia koskevan tiedon."
# game/android.rpy:43
old "Opens the file containing the Google Play keys in the editor.\n\nThis is only needed if the application is using an expansion APK. Read the documentation for more details."
new "Avaa tiedoston, joka sisältää Google Play -avaimet, editorissa.\n\nTätä tarvitaan vain, jos sovellus käyttää laajennus-APK:ta. Lue dokumentit saadaksesi lisätietoa."
# game/android.rpy:44
old "Builds the Android package."
new "Rakentaa Android-paketin."
# game/android.rpy:45
old "Builds the Android package, and installs it on an Android device connected to your computer."
new "Rakentaa Android-paketin, ja asentaa sen tietokoneeseen kytkettyyn Android-laitteeseen."
# game/android.rpy:47
old "Connects to an Android device running ADB in TCP/IP mode."
new "Yhdistää Android-laitteeseen, jossa on käytössä ADB TCP/IP -tilassa."
# game/android.rpy:48
old "Disconnects from an Android device running ADB in TCP/IP mode."
new "Katkaisee yhteyden Android-laitteeseen, jossa on käytössä ADB TCP/IP -tila."
# game/android.rpy:164
old "{a=%s}%s{/a}"
new "{a=%s}%s{/a}"
# game/android.rpy:176
old "QUESTION"
new "KYSYMYS"
# game/android.rpy:445
old "Android: [project.current.name!q]"
new "Android: [project.current.name!q]"
# game/android.rpy:465
old "Emulation:"
new "Emulointi:"
# game/android.rpy:473
old "Phone"
new "Puhelin"
# game/android.rpy:477
old "Tablet"
new "Tablettitietokone"
# game/android.rpy:481
old "Television / OUYA"
new "Televisio / OUYA"
# game/android.rpy:493
old "Build:"
new "Kokoa:"
# game/android.rpy:501
old "Install SDK & Create Keys"
new "Asenna SDK & Luo avaimet"
# game/android.rpy:505
old "Configure"
new "Muokkaa asetuksia"
# game/android.rpy:509
old "Build Package"
new "Kokoamispaketti:"
# game/android.rpy:513
old "Build & Install"
new "Kokoa & Asenna"
# game/android.rpy:524
old "Other:"
new "Muu:"
# game/android.rpy:532
old "Remote ADB Connect"
new "Langaton ADB-yhdistäminen:"
# game/android.rpy:536
old "Remote ADB Disconnect"
new "Langaton ADB-katkaisu:"
# game/android.rpy:569
old "Before packaging Android apps, you'll need to download RAPT, the Ren'Py Android Packaging Tool. Would you like to download RAPT now?"
new "Ennen Android-sovellusten pakkausta, sinun on ladattava RAPT (Ren'Py Android Packaging Tool). Haluatko ladata RAPT:in nyt?"
# game/android.rpy:615
old "Remote ADB Address"
new "Langaton ADB-osoite"
# game/android.rpy:615
old "Please enter the IP address and port number to connect to, in the form \"192.168.1.143:5555\". Consult your device's documentation to determine if it supports remote ADB, and if so, the address and port to use."
new "Syötä yhdistettävän kohteen IP-osoite ja porttinumero, esimerkin \"192.168.1.143:5555\" mukaisesti. Selvitä laitteesi tiedoista kykeneekö se langattomaan ADB:hen, ja jos näin on, käytettävä osoite ja portti."
# game/android.rpy:627
old "Invalid remote ADB address"
new "Langaton ADB-osoite ei kelpaa."
# game/android.rpy:627
old "The address must contain one exactly one ':'."
new "Osoitteessa on oltava yksi, ja vain yksi, ':'."
# game/android.rpy:631
old "The host may not contain whitespace."
new "Isäntä ei voi sisältää välilyöntejä."
# game/android.rpy:637
old "The port must be a number."
new "Portin on oltava numero."
translate finnish strings:
# game/android.rpy:46
old "Builds the Android package, installs it on an Android device connected to your computer, then launches the app on your device."
new "Kokoaa Android-paketin, asentaa sen tietokoneeseen kytkettyyn Android-laitteeseen ja käynnistää sovelluksen laitteessa."
# game/android.rpy:50
old "Retrieves the log from the Android device and writes it to a file."
new "Noutaa lokin Android-laitteesta ja kirjoittaa sen tiedostoon."
# game/android.rpy:240
old "Copying Android files to distributions directory."
new "Kopioidaan Android-tiedostoja jakelukansioon."
# game/android.rpy:341
old "Television"
new "Televisio"
# game/android.rpy:377
old "Build, Install & Launch"
new "Kokoa, Asenna & Suorita"
# game/android.rpy:404
old "Logcat"
new "Logcat"
# game/android.rpy:538
old "Retrieving logcat information from device."
new "Noudetaan logcat-informaatiota laitteesta."
@@ -0,0 +1,7 @@
translate finnish strings:
# game/choose_directory.rpy:73
old "Ren'Py was unable to run python with tkinter to choose the directory. Please install the python-tk or tkinter package."
new "Ren'Py ei kyennyt suorittamaan pythonia tkinterillä valitakseen kansion. Ole hyvä ja asenna python-tk tai tkinter-paketti."
+50 -43
View File
@@ -1,43 +1,50 @@
translate finnish strings:
# game/choose_theme.rpy:303
old "Teemaa ei voitu vaihtaa. Kenties options.rpy:tä muutettiin liikaa."
new ""
# game/choose_theme.rpy:368
old "Display"
new "Näyttö"
# game/choose_theme.rpy:369
old "Window"
new "Ikkuna"
# game/choose_theme.rpy:370
old "Fullscreen"
new "Koko näyttö"
# game/choose_theme.rpy:371
old "Planetarium"
new "Planetaario"
# game/choose_theme.rpy:378
old "Sound Volume"
new "Ääniefektien voimakkuus"
# game/choose_theme.rpy:412
old "Choose Theme"
new "Valitse teema"
# game/choose_theme.rpy:425
old "Theme"
new "Teema"
# game/choose_theme.rpy:449
old "Color Scheme"
new "Värikartta"
# game/choose_theme.rpy:480
old "Continue"
new "Jatka"
translate finnish strings:
# game/choose_theme.rpy:303
old ""
new ""
# game/choose_theme.rpy:368
old "Display"
new "Näyttö"
# game/choose_theme.rpy:369
old "Window"
new "Ikkuna"
# game/choose_theme.rpy:370
old "Fullscreen"
new "Koko näyttö"
# game/choose_theme.rpy:371
old "Planetarium"
new "Planetaario"
# game/choose_theme.rpy:378
old "Sound Volume"
new "Ääniefektien voimakkuus"
# game/choose_theme.rpy:412
old "Choose Theme"
new "Valitse teema"
# game/choose_theme.rpy:425
old "Theme"
new "Teema"
# game/choose_theme.rpy:449
old "Color Scheme"
new "Värikartta"
# game/choose_theme.rpy:480
old "Continue"
new "Jatka"
translate finnish strings:
# game/choose_theme.rpy:303
old "Could not change the theme. Perhaps options.rpy was changed too much."
new "Teemaa ei voitu vaihtaa. Kenties options.rpy:tä muutettiin liikaa."
File diff suppressed because it is too large Load Diff
+39 -39
View File
@@ -1,39 +1,39 @@
translate finnish strings:
# game/distribute.rpy:335
old "Building distributions failed:\n\nThe build.directory_name variable may not include the space, colon, or semicolon characters."
new "Ohjelman kokoaminen epäonnistui:\n\nbuild.directory_name -muuttuja ei saa sisältää välilyöntejä, pilkkuja tai puolipilkkuja."
# game/distribute.rpy:381
old "No packages are selected, so there's nothing to do."
new "Yhtäkään pakettia ei valittu, joten mitään ei ole tehtävissä."
# game/distribute.rpy:386
old "Scanning project files..."
new "Skannataan projektin tiedostoja..."
# game/distribute.rpy:396
old "Scanning Ren'Py files..."
new "Skannataan Ren'Py-tiedostoja..."
# game/distribute.rpy:444
old "All packages have been built.\n\nDue to the presence of permission information, unpacking and repacking the Linux and Macintosh distributions on Windows is not supported."
new "Kaikki paketit on koottu.\n\nLupainformaation läsnäolon vuoksi Linux- ja Macintosh-sovellusten pakkaamista Windows-järjestelmässä ei tueta."
# game/distribute.rpy:568
old "Archiving files..."
new "Arkistoidaan tiedostoja..."
# game/distribute.rpy:832
old "Writing the [variant] [format] package."
new "Kirjoitetaan [variant] [format]-pakettia."
# game/distribute.rpy:845
old "Making the [variant] update zsync file."
new "Luodaan [variant] zsync-päivitystiedostoa."
# game/distribute.rpy:941
old "Processed {b}[complete]{/b} of {b}[total]{/b} files."
new "Prosessoitu {b}[complete]{/b}/{b}[total]{/b} tiedostoa."
translate finnish strings:
# game/distribute.rpy:335
old "Building distributions failed:\n\nThe build.directory_name variable may not include the space, colon, or semicolon characters."
new "Ohjelman kokoaminen epäonnistui:\n\nbuild.directory_name -muuttuja ei saa sisältää välilyöntejä, pilkkuja tai puolipilkkuja."
# game/distribute.rpy:381
old "No packages are selected, so there's nothing to do."
new "Yhtäkään pakettia ei valittu, joten mitään ei ole tehtävissä."
# game/distribute.rpy:386
old "Scanning project files..."
new "Skannataan projektin tiedostoja..."
# game/distribute.rpy:396
old "Scanning Ren'Py files..."
new "Skannataan Ren'Py-tiedostoja..."
# game/distribute.rpy:444
old "All packages have been built.\n\nDue to the presence of permission information, unpacking and repacking the Linux and Macintosh distributions on Windows is not supported."
new "Kaikki paketit on koottu.\n\nLupainformaation läsnäolon vuoksi Linux- ja Macintosh-sovellusten pakkaamista Windows-järjestelmässä ei tueta."
# game/distribute.rpy:568
old "Archiving files..."
new "Arkistoidaan tiedostoja..."
# game/distribute.rpy:832
old "Writing the [variant] [format] package."
new "Kirjoitetaan [variant] [format]-pakettia."
# game/distribute.rpy:845
old "Making the [variant] update zsync file."
new "Luodaan [variant] zsync-päivitystiedostoa."
# game/distribute.rpy:941
old "Processed {b}[complete]{/b} of {b}[total]{/b} files."
new "Käsitelty {b}[complete]{/b}/{b}[total]{/b}:sta tiedostosta."
+66 -47
View File
@@ -1,47 +1,66 @@
translate finnish strings:
# game/distribute_gui.rpy:157
old "Build Distributions: [project.current.name!q]"
new "Kokoa ohjelma levitykseen: [project.current.name!q]"
# game/distribute_gui.rpy:171
old "Directory Name:"
new "Kansion nimi:"
# game/distribute_gui.rpy:175
old "Executable Name:"
new "Suoritettavan tiedoston nimi:"
# game/distribute_gui.rpy:185
old "Actions:"
new "Toiminnot:"
# game/distribute_gui.rpy:193
old "Edit options.rpy"
new "Muokkaa options.rpy-tiedostoa"
# game/distribute_gui.rpy:194
old "Refresh"
new "Päivitä"
# game/distribute_gui.rpy:211
old "Build Packages:"
new "Kokoa paketteja:"
# game/distribute_gui.rpy:225
old "Build Updates"
new "Kokoa päivityksiä"
# game/distribute_gui.rpy:229
old "Build"
new "Kokoa"
# game/distribute_gui.rpy:236
old "Errors were detected when running the project. Please ensure the project runs without errors before building distributions."
new "Virheitä havaittu projektia suoritettaessa. Varmista, että projekti toimii moitteetta ennen kuin kokoat ohjelman."
# game/distribute_gui.rpy:253
old "Your project does not contain build information. Would you like to add build information to the end of options.rpy?"
new "Projektisi ei sisällä kokoamisinformaatiota. Haluatko lisätä kokoamisinormaation options.rpy-tiedoston loppuun?"
translate finnish strings:
# game/distribute_gui.rpy:157
old "Build Distributions: [project.current.name!q]"
new "Kokoa ohjelma levitykseen: [project.current.name!q]"
# game/distribute_gui.rpy:171
old "Directory Name:"
new "Kansion nimi:"
# game/distribute_gui.rpy:175
old "Executable Name:"
new "Suoritettavan tiedoston nimi:"
# game/distribute_gui.rpy:185
old "Actions:"
new "Toiminnot:"
# game/distribute_gui.rpy:193
old "Edit options.rpy"
new "Muokkaa options.rpy-tiedostoa"
# game/distribute_gui.rpy:194
old "Refresh"
new "Päivitä"
# game/distribute_gui.rpy:211
old "Build Packages:"
new "Kokoa paketteja:"
# game/distribute_gui.rpy:225
old "Build Updates"
new "Kokoa päivityksiä"
# game/distribute_gui.rpy:229
old "Build"
new "Kokoa"
# game/distribute_gui.rpy:236
old "Errors were detected when running the project. Please ensure the project runs without errors before building distributions."
new "Virheitä havaittu projektia suoritettaessa. Varmista, että projekti toimii moitteetta ennen kuin kokoat ohjelman."
# game/distribute_gui.rpy:253
old "Your project does not contain build information. Would you like to add build information to the end of options.rpy?"
new "Projektisi ei sisällä kokoamisinformaatiota. Haluatko lisätä kokoamisinormaation options.rpy-tiedoston loppuun?"
translate finnish strings:
# game/distribute_gui.rpy:194
old "Add from clauses to calls, once"
new ""
# game/distribute_gui.rpy:231
old "Options:"
new "Valinnat:"
# game/distribute_gui.rpy:238
old "Add from clauses to calls"
new ""
# game/distribute_gui.rpy:247
old "Adding from clauses to call statements that do not have them."
new ""
+55 -55
View File
@@ -1,55 +1,55 @@
translate finnish strings:
# game/editor.rpy:150
old "{b}Recommended.{/b} A beta editor with an easy to use interface and features that aid in development, such as spell-checking. Editra currently lacks the IME support required for Chinese, Japanese, and Korean text input."
new "{b}Suositeltu.{/b} Helppokäyttöinen beta-asteella oleva tekstieditori, joka sisältää kehitystä helpottavia toimintoja. Toistaiseksi Editrasta puuttuu täysin kiinalaisen, japanilaisen ja korealaisen tekstin kannatus."
# game/editor.rpy:151
old "{b}Recommended.{/b} A beta editor with an easy to use interface and features that aid in development, such as spell-checking. Editra currently lacks the IME support required for Chinese, Japanese, and Korean text input. On Linux, Editra requires wxPython."
new "{b}Suositeltu.{/b} Helppokäyttöinen beta-asteella oleva tekstieditori, joka sisältää kehitystä helpottavia toimintoja. Toistaiseksi Editrasta puuttuu täysin kiinalaisen, japanilaisen ja korealaisen tekstin kannatus."
# game/editor.rpy:167
old "This may have occured because wxPython is not installed on this system."
new "Tämä saattoi tapahtua, koska wxPythonia ei ole asennettu järjestelmään."
# game/editor.rpy:169
old "Up to 22 MB download required."
new "22 MB lataus vaaditaan"
# game/editor.rpy:182
old "A mature editor that requires Java."
new "Edistynyt editori, joka vaatii Javan."
# game/editor.rpy:182
old "1.8 MB download required."
new "1.8 MB lataus vaaditaan."
# game/editor.rpy:182
old "This may have occured because Java is not installed on this system."
new "Tämä saattoi tapahtua, koska Javaa ei ole asennettu."
# game/editor.rpy:191
old "Invokes the editor your operating system has associated with .rpy files."
new "Käyttää editoria, jota käyttöjärjestelmäsi käyttää .rpy-tiedostojen kanssa."
# game/editor.rpy:207
old "Prevents Ren'Py from opening a text editor."
new "Estää Ren'Py-ohjelmaa avaamasta tekstieditoria."
# game/editor.rpy:359
old "An exception occured while launching the text editor:\n[exception!q]"
new "Virhe käynnistäessä tekstieditoria:\n[exception!q]"
# game/editor.rpy:457
old "Select Editor"
new "Valitse editori"
# game/editor.rpy:472
old "A text editor is the program you'll use to edit Ren'Py script files. Here, you can select the editor Ren'Py will use. If not already present, the editor will be automatically downloaded and installed."
new "Tekstieditori on ohjelma, jota käytät Ren'Py-skriptitiedostojen muokkaamiseen. Täällä voit valita, mitä editoria Ren'Py käyttää. Jos valitsemaasi editoria ei vielä ole asennettu, se ladataan ja asennetaan automaattisesti."
# game/editor.rpy:494
old "Cancel"
new "Peruuta"
translate finnish strings:
# game/editor.rpy:150
old "{b}Recommended.{/b} A beta editor with an easy to use interface and features that aid in development, such as spell-checking. Editra currently lacks the IME support required for Chinese, Japanese, and Korean text input."
new "{b}Suositeltu.{/b} Helppokäyttöinen beta-asteella oleva tekstieditori, joka sisältää kehitystä helpottavia toimintoja. Toistaiseksi Editrasta puuttuu täysin kiinalaisen, japanilaisen ja korealaisen tekstin kannatus."
# game/editor.rpy:151
old "{b}Recommended.{/b} A beta editor with an easy to use interface and features that aid in development, such as spell-checking. Editra currently lacks the IME support required for Chinese, Japanese, and Korean text input. On Linux, Editra requires wxPython."
new "{b}Suositeltu.{/b} Helppokäyttöinen beta-asteella oleva tekstieditori, joka sisältää kehitystä helpottavia toimintoja. Toistaiseksi Editrasta puuttuu täysin kiinalaisen, japanilaisen ja korealaisen tekstin kannatus."
# game/editor.rpy:167
old "This may have occured because wxPython is not installed on this system."
new "Tämä saattoi tapahtua, koska wxPythonia ei ole asennettu järjestelmään."
# game/editor.rpy:169
old "Up to 22 MB download required."
new "22 MB lataus vaaditaan"
# game/editor.rpy:182
old "A mature editor that requires Java."
new "Edistynyt editori, joka vaatii Javan."
# game/editor.rpy:182
old "1.8 MB download required."
new "1.8 MB lataus vaaditaan."
# game/editor.rpy:182
old "This may have occured because Java is not installed on this system."
new "Tämä saattoi tapahtua, koska Javaa ei ole asennettu."
# game/editor.rpy:191
old "Invokes the editor your operating system has associated with .rpy files."
new "Käyttää editoria, jota käyttöjärjestelmäsi käyttää .rpy-tiedostojen kanssa."
# game/editor.rpy:207
old "Prevents Ren'Py from opening a text editor."
new "Estää Ren'Py-ohjelmaa avaamasta tekstieditoria."
# game/editor.rpy:359
old "An exception occured while launching the text editor:\n[exception!q]"
new "Virhe käynnistäessä tekstieditoria:\n[exception!q]"
# game/editor.rpy:457
old "Select Editor"
new "Valitse editori"
# game/editor.rpy:472
old "A text editor is the program you'll use to edit Ren'Py script files. Here, you can select the editor Ren'Py will use. If not already present, the editor will be automatically downloaded and installed."
new "Tekstieditori on ohjelma, jota käytät Ren'Py-skriptitiedostojen muokkaamiseen. Täällä voit valita, mitä editoria Ren'Py käyttää. Jos valitsemaasi editoria ei vielä ole asennettu, se ladataan ja asennetaan automaattisesti."
# game/editor.rpy:494
old "Cancel"
new "Peruuta"
+118 -107
View File
@@ -1,107 +1,118 @@
translate finnish strings:
# game/front_page.rpy:35
old "Open [text] directory."
new "Avaa [text] sijainti."
# game/front_page.rpy:93
old "refresh"
new "päivitä"
# game/front_page.rpy:120
old "+ Create New Project"
new "+ Luo uusi projekti"
# game/front_page.rpy:132
old "Launch Project"
new "Käynnistä projekti"
# game/front_page.rpy:148
old "[p.name!q] (template)"
new "[p.name!q] (pohja)"
# game/front_page.rpy:150
old "Select project [text]."
new "Valitse projekti [text]."
# game/front_page.rpy:166
old "Tutorial"
new "Opas"
# game/front_page.rpy:167
old "The Question"
new "The Question -esimerkkipeli"
# game/front_page.rpy:183
old "Active Project"
new "Aktiivinen projekti"
# game/front_page.rpy:191
old "Open Directory"
new "Avaa sijainti"
# game/front_page.rpy:196
old "game"
new "game"
# game/front_page.rpy:197
old "base"
new "base"
# game/front_page.rpy:203
old "Edit File"
new "Muokkaa tiedostoa"
# game/front_page.rpy:211
old "All script files"
new "Kaikki skriptitiedostot"
# game/front_page.rpy:220
old "Navigate Script"
new "Navigoi skriptiä"
# game/front_page.rpy:231
old "Check Script (Lint)"
new "Tarkista skripti (Lint)"
# game/front_page.rpy:232
old "Change Theme"
new "Vaihda teemaa"
# game/front_page.rpy:233
old "Delete Persistent"
new "Poista pysyvästi tallennettu data"
# game/front_page.rpy:234
old "Force Recompile"
new "Pakota uudelleenkokoaminen"
# game/front_page.rpy:242
old "Build Distributions"
new "Kokoa jakeluun"
# game/front_page.rpy:244
old "Android"
new "Android"
# game/front_page.rpy:245
old "Generate Translations"
new "Luo käännöksiä"
# game/front_page.rpy:246
old "Extract Dialogue"
new "Kopioi dialogi"
# game/front_page.rpy:262
old "Checking script for potential problems..."
new "Tarkista skripti mahdollisten virheiden varalta..."
# game/front_page.rpy:277
old "Deleting persistent data..."
new "Poistetaan pysyvästi tallennettua dataa..."
# game/front_page.rpy:285
old "Recompiling all rpy files into rpyc files..."
new "Kasataan kaikista .rpy-tiedostoista .rpyc-tiedostoja..."
translate finnish strings:
# game/front_page.rpy:35
old "Open [text] directory."
new "Avaa [text] sijainti."
# game/front_page.rpy:93
old "refresh"
new "päivitä"
# game/front_page.rpy:120
old "+ Create New Project"
new "+ Luo uusi projekti"
# game/front_page.rpy:132
old "Launch Project"
new "Käynnistä projekti"
# game/front_page.rpy:148
old "[p.name!q] (template)"
new "[p.name!q] (pohja)"
# game/front_page.rpy:150
old "Select project [text]."
new "Valitse projekti [text]."
# game/front_page.rpy:166
old "Tutorial"
new "Opas"
# game/front_page.rpy:167
old "The Question"
new "The Question -esimerkkipeli"
# game/front_page.rpy:183
old "Active Project"
new "Aktiivinen projekti"
# game/front_page.rpy:191
old "Open Directory"
new "Avaa sijainti"
# game/front_page.rpy:196
old "game"
new "game"
# game/front_page.rpy:197
old "base"
new "base"
# game/front_page.rpy:203
old "Edit File"
new "Muokkaa tiedostoa"
# game/front_page.rpy:211
old "All script files"
new "Kaikki skriptitiedostot"
# game/front_page.rpy:220
old "Navigate Script"
new "Navigoi skriptiä"
# game/front_page.rpy:231
old "Check Script (Lint)"
new "Tarkista skripti (Lint)"
# game/front_page.rpy:232
old "Change Theme"
new "Vaihda teemaa"
# game/front_page.rpy:233
old "Delete Persistent"
new "Poista pysyvästi tallennettu data"
# game/front_page.rpy:234
old "Force Recompile"
new "Pakota uudelleenkokoaminen"
# game/front_page.rpy:242
old "Build Distributions"
new "Kokoa jakeluun"
# game/front_page.rpy:244
old "Android"
new "Android"
# game/front_page.rpy:245
old "Generate Translations"
new "Luo käännöksiä"
# game/front_page.rpy:246
old "Extract Dialogue"
new "Kopioi dialogi"
# game/front_page.rpy:262
old "Checking script for potential problems..."
new "Tarkista skripti mahdollisten virheiden varalta..."
# game/front_page.rpy:277
old "Deleting persistent data..."
new "Poistetaan pysyvästi tallennettua dataa..."
# game/front_page.rpy:285
old "Recompiling all rpy files into rpyc files..."
new "Kasataan kaikista .rpy-tiedostoista .rpyc-tiedostoja..."
translate finnish strings:
# game/front_page.rpy:198
old "images"
new "kuvat"
# game/front_page.rpy:246
old "iOS"
new "iOS"
+79 -79
View File
@@ -1,79 +1,79 @@
translate finnish strings:
# game/interface.rpy:107
old "Documentation"
new "Dokumentit"
# game/interface.rpy:108
old "Ren'Py Website"
new "Ren'Py:n verkkosivut"
# game/interface.rpy:109
old "Ren'Py Games List"
new "Lista Ren'Py-peleistä"
# game/interface.rpy:110
old "About"
new "Tietoja"
# game/interface.rpy:117
old "update"
new "päivitä"
# game/interface.rpy:119
old "preferences"
new "asetukset"
# game/interface.rpy:120
old "quit"
new "poistu"
# game/interface.rpy:192
old "Yes"
new "Kyllä"
# game/interface.rpy:194
old "No"
new "Ei"
# game/interface.rpy:229
old "Due to package format limitations, non-ASCII file and directory names are not allowed."
new "Pakettiformaatin rajoitusten vuoksi, ei-ASCII tiedostot ja kansion nimet eivät ole sallittuja."
# game/interface.rpy:321
old "ERROR"
new "VIRHE"
# game/interface.rpy:350
old "While [what!q], an error occured:"
new "Kun [what!q], tapahtui virhe."
# game/interface.rpy:350
old "[exception!q]"
new "[exception!q]"
# game/interface.rpy:369
old "Text input may not contain the {{ or [[ characters."
new "Teksti ei voi sisältää {{ tai [[-merkkejä."
# game/interface.rpy:374
old "File and directory names may not contain / or \\."
new "Tiedostot ja kansioiden nimet eivät voi sisältää / tai \\-merkkejä."
# game/interface.rpy:380
old "File and directory names must consist of ASCII characters."
new "Tiedostojen ja kansioiden nimet saavat koostua vain ASCII-merkeistä."
# game/interface.rpy:401
old "INFORMATION"
new "TIETOA"
# game/interface.rpy:448
old "PROCESSING"
new "PROSESSOIDAAN"
# game/interface.rpy:478
old "CHOICE"
new "VALITSE"
translate finnish strings:
# game/interface.rpy:107
old "Documentation"
new "Dokumentit"
# game/interface.rpy:108
old "Ren'Py Website"
new "Ren'Py:n verkkosivut"
# game/interface.rpy:109
old "Ren'Py Games List"
new "Lista Ren'Py-peleistä"
# game/interface.rpy:110
old "About"
new "Tietoja"
# game/interface.rpy:117
old "update"
new "päivitä"
# game/interface.rpy:119
old "preferences"
new "asetukset"
# game/interface.rpy:120
old "quit"
new "poistu"
# game/interface.rpy:192
old "Yes"
new "Kyllä"
# game/interface.rpy:194
old "No"
new "Ei"
# game/interface.rpy:229
old "Due to package format limitations, non-ASCII file and directory names are not allowed."
new "Pakettiformaatin rajoitusten vuoksi, ei-ASCII tiedostot ja kansion nimet eivät ole sallittuja."
# game/interface.rpy:321
old "ERROR"
new "VIRHE"
# game/interface.rpy:350
old "While [what!q], an error occured:"
new "Kun [what!q], tapahtui virhe."
# game/interface.rpy:350
old "[exception!q]"
new "[exception!q]"
# game/interface.rpy:369
old "Text input may not contain the {{ or [[ characters."
new "Teksti ei voi sisältää {{ tai [[-merkkejä."
# game/interface.rpy:374
old "File and directory names may not contain / or \\."
new "Tiedostot ja kansioiden nimet eivät voi sisältää / tai \\-merkkejä."
# game/interface.rpy:380
old "File and directory names must consist of ASCII characters."
new "Tiedostojen ja kansioiden nimet saavat koostua vain ASCII-merkeistä."
# game/interface.rpy:401
old "INFORMATION"
new "TIETOA"
# game/interface.rpy:448
old "PROCESSING"
new "KÄSITELLÄÄN"
# game/interface.rpy:478
old "CHOICE"
new "VALITSE"
+99
View File
@@ -0,0 +1,99 @@
translate finnish strings:
# game/ios.rpy:28
old "To build iOS packages, please download renios, unzip it, and place it into the Ren'Py directory. Then restart the Ren'Py launcher."
new "Luodaksesi iOS-sovelluksia, ole hyvä ja lataa renios, pura se, ja aseta se Ren'Py kansioon. Tämän jälkeen käynnistä Ren'Py uudelleen."
# game/ios.rpy:29
old "The directory in where Xcode projects will be placed has not been selected. Choose 'Select Directory' to select it."
new "Kansiota, johon Xcode-projektit asetetaan, ei ole valittu. Klikkaa 'Valitse kansio' valitaksesi sen."
# game/ios.rpy:30
old "There is no Xcode project corresponding to the current Ren'Py project. Choose 'Create Xcode Project' to create one."
new "Nykyistä Ren'Py-projektia vastaavaa Xcode-projektia ei löydy. Klikkaa 'Luo Xcode-projekti' luodaksesi sellaisen."
# game/ios.rpy:31
old "An Xcode project exists. Choose 'Update Xcode Project' to update it with the latest game files, or use Xcode to build and install it."
new "Xcode-projekti on jo olemassa. Klikkaa 'Päivitä Xcode-projekti' päivittääksesi sen uusimmilla pelin tiedostoilla, tai käytä Xcodea kootaksesi ja asentaaksesi sen."
# game/ios.rpy:33
old "Attempts to emulate an iPhone.\n\nTouch input is emulated through the mouse, but only when the button is held down."
new "Ren'Py pyrkii emuloimaan iPhonea.\n\nKosketusta emuloidaan hiirellä, mutta vain kun nappia pidetään pohjassa."
# game/ios.rpy:34
old "Attempts to emulate an iPad.\n\nTouch input is emulated through the mouse, but only when the button is held down."
new "Ren'Py pyrkii emuloimaan iPadia.\n\nKosketusta emuloidaan hiirellä, mutta vain kun nappia pidetään pohjassa."
# game/ios.rpy:36
old "Selects the directory where Xcode projects will be placed."
new "Valitsee kansion, johon Xcode-projektit sijoitetaan."
# game/ios.rpy:37
old "Creates an Xcode project corresponding to the current Ren'Py project."
new "Luo Xcode-projektin tällä hetkellä valittuna olevasta Ren'Py-projektista."
# game/ios.rpy:38
old "Updates the Xcode project with the latest game files. This must be done each time the Ren'Py project changes."
new "Päivittää Xcode-projektin uusimmilla pelitiedostoilla. Tämä on tehtävä joka kerta Ren'Py-projektin muuttuessa."
# game/ios.rpy:39
old "Opens the Xcode project in Xcode."
new "Avaa Xcode-projektin Xcodessa."
# game/ios.rpy:41
old "Opens the directory containing Xcode projects."
new "Avaa Xcode-projektit sisältävän kansion."
# game/ios.rpy:126
old "The Xcode project already exists. Would you like to rename the old project, and replace it with a new one?"
new "Tämänniminen Xcode-projekti on jo olemassa. Haluatko nimetä vanhan projektin uudelleen ja korvata sen uudella?"
# game/ios.rpy:211
old "iOS: [project.current.name!q]"
new "iOS: [project.current.name!q]"
# game/ios.rpy:240
old "iPhone"
new "iPhone"
# game/ios.rpy:244
old "iPad"
new "iPad"
# game/ios.rpy:264
old "Select Xcode Projects Directory"
new "Valitse Xcode-projektikansio"
# game/ios.rpy:268
old "Create Xcode Project"
new "Luo Xcode-projekti"
# game/ios.rpy:272
old "Update Xcode Project"
new "Päivitä Xcode-projekti"
# game/ios.rpy:277
old "Launch Xcode"
new "Käynnistä Xcode"
# game/ios.rpy:312
old "Open Xcode Projects Directory"
new "Avaa Xcode-projektikansio"
# game/ios.rpy:345
old "Before packaging iOS apps, you'll need to download renios, Ren'Py's iOS support. Would you like to download renios now?"
new "Ennen iOS-sovellusten pakkaamista sinun on ladattava renios, Ren'Py:n iOS-tuki. Haluaisitko ladata reniosin nyt?"
# game/ios.rpy:354
old "XCODE PROJECTS DIRECTORY"
new "XCODE-PROJEKTIKANSIO"
# game/ios.rpy:354
old "Please choose the Xcode Projects Directory using the directory chooser.\n{b}The directory chooser may have opened behind this window.{/b}"
new "Ole hyvä ja valitse Xcode-projektikansio käyttämällä resurssienhallintaa.\n{b}Kansion valinta on saattanut aueta tämän ikkunan taakse.{/b}"
# game/ios.rpy:359
old "Ren'Py has set the Xcode Projects Directory to:"
new "Ren'Py on asettanut Xcode-projektikansioksi:"
+67 -67
View File
@@ -1,67 +1,67 @@
translate finnish strings:
# game/navigation.rpy:168
old "Navigate: [project.current.name]"
new "Navigoi: [project.current.name]"
# game/navigation.rpy:177
old "Order: "
new "Järjestys: "
# game/navigation.rpy:178
old "alphabetical"
new "aakkosellinen"
# game/navigation.rpy:180
old "by-file"
new "tiedoston mukaan"
# game/navigation.rpy:182
old "natural"
new "luonnollinen"
# game/navigation.rpy:194
old "Category:"
new "Kategoria:"
# game/navigation.rpy:196
old "files"
new "tiedostot"
# game/navigation.rpy:197
old "labels"
new "tunnukset"
# game/navigation.rpy:198
old "defines"
new "määritelmät"
# game/navigation.rpy:199
old "transforms"
new "muutokset"
# game/navigation.rpy:200
old "screens"
new "ikkunat"
# game/navigation.rpy:201
old "callables"
new "kutsuttavat"
# game/navigation.rpy:202
old "TODOs"
new "TODO:t"
# game/navigation.rpy:241
old "+ Add script file"
new "+ Lisää skriptitiedosto"
# game/navigation.rpy:249
old "No TODO comments found.\n\nTo create one, include \"# TODO\" in your script."
new "TODO-kommentteja ei löytynyt.\n\nLuodaksesi sellaisen, lisää \"# TODO\" skriptiisi."
# game/navigation.rpy:256
old "The list of names is empty."
new "Nimilista on tyhjä."
translate finnish strings:
# game/navigation.rpy:168
old "Navigate: [project.current.name]"
new "Navigoi: [project.current.name]"
# game/navigation.rpy:177
old "Order: "
new "Järjestys: "
# game/navigation.rpy:178
old "alphabetical"
new "aakkosellinen"
# game/navigation.rpy:180
old "by-file"
new "tiedoston mukaan"
# game/navigation.rpy:182
old "natural"
new "luonnollinen"
# game/navigation.rpy:194
old "Category:"
new "Kategoria:"
# game/navigation.rpy:196
old "files"
new "tiedostot"
# game/navigation.rpy:197
old "labels"
new "tunnukset"
# game/navigation.rpy:198
old "defines"
new "määritelmät"
# game/navigation.rpy:199
old "transforms"
new "muutokset"
# game/navigation.rpy:200
old "screens"
new "ikkunat"
# game/navigation.rpy:201
old "callables"
new "kutsuttavat"
# game/navigation.rpy:202
old "TODOs"
new "TODO:t"
# game/navigation.rpy:241
old "+ Add script file"
new "+ Lisää skriptitiedosto"
# game/navigation.rpy:249
old "No TODO comments found.\n\nTo create one, include \"# TODO\" in your script."
new "TODO-kommentteja ei löytynyt.\n\nLuodaksesi sellaisen, lisää \"# TODO\" skriptiisi."
# game/navigation.rpy:256
old "The list of names is empty."
new "Nimilista on tyhjä."
+35 -35
View File
@@ -1,35 +1,35 @@
translate finnish strings:
# game/new_project.rpy:40
old "Choose Project Template"
new "Valitse projektipohja"
# game/new_project.rpy:58
old "Please select a template to use for your new project. The template sets the default font and the user interface language. If your language is not supported, choose 'english'."
new "Valitse pohja käytettäväksi uudessa projektissasi. Se asettaa perusfontin ja kielen. Jos kieltäsi ei löydy, valitse englanti (English)."
# game/new_project.rpy:71
old "The projects directory could not be set. Giving up."
new "Projektin kansiota ei voitu asettaa."
# game/new_project.rpy:75
old "PROJECT NAME"
new "PROJEKTIN NIMI"
# game/new_project.rpy:75
old "Please enter the name of your project:"
new "Ole hyvä ja anna projektillesi nimi."
# game/new_project.rpy:83
old "The project name may not be empty."
new "Projektin nimi ei voi olla tyhjä."
# game/new_project.rpy:88
old "[project_name!q] already exists. Please choose a different project name."
new "[project_name!q] on jo olemassa. Ole hyvä ja valitse toinen nimi projektillesi."
# game/new_project.rpy:91
old "[project_dir!q] already exists. Please choose a different project name."
new "[project_dir!q] on jo olemassa. Ole hyvä ja valitse toinen nimi projektillesi."
translate finnish strings:
# game/new_project.rpy:40
old "Choose Project Template"
new "Valitse projektipohja"
# game/new_project.rpy:58
old "Please select a template to use for your new project. The template sets the default font and the user interface language. If your language is not supported, choose 'english'."
new "Valitse pohja käytettäväksi uudessa projektissasi. Se asettaa perusfontin ja kielen. Jos kieltäsi ei löydy, valitse englanti (English)."
# game/new_project.rpy:71
old "The projects directory could not be set. Giving up."
new "Projektin kansiota ei voitu asettaa."
# game/new_project.rpy:75
old "PROJECT NAME"
new "PROJEKTIN NIMI"
# game/new_project.rpy:75
old "Please enter the name of your project:"
new "Ole hyvä ja anna projektillesi nimi."
# game/new_project.rpy:83
old "The project name may not be empty."
new "Projektin nimi ei voi olla tyhjä."
# game/new_project.rpy:88
old "[project_name!q] already exists. Please choose a different project name."
new "[project_name!q] on jo olemassa. Ole hyvä ja valitse toinen nimi projektillesi."
# game/new_project.rpy:91
old "[project_dir!q] already exists. Please choose a different project name."
new "[project_dir!q] on jo olemassa. Ole hyvä ja valitse toinen nimi projektillesi."
+86 -75
View File
@@ -1,75 +1,86 @@
translate finnish strings:
# game/preferences.rpy:61
old "Launcher Preferences"
new "Työkalun asetukset"
# game/preferences.rpy:82
old "Projects Directory:"
new "Projektien kansio"
# game/preferences.rpy:89
old "[persistent.projects_directory!q]"
new "[persistent.projects_directory!q]"
# game/preferences.rpy:91
old "Projects directory: [text]"
new "Projektikansio: [text]"
# game/preferences.rpy:93
old "Not Set"
new "Ei asetettu"
# game/preferences.rpy:108
old "Text Editor:"
new "Tekstieditori:"
# game/preferences.rpy:114
old "Text editor: [text]"
new "Tekstieditori: [text]"
# game/preferences.rpy:130
old "Update Channel:"
new "Päivityskanava:"
# game/preferences.rpy:150
old "Navigation Options:"
new "Hakuasetukset"
# game/preferences.rpy:154
old "Include private names"
new "Sisällytä yksityiset nimet"
# game/preferences.rpy:155
old "Include library names"
new "Sisällytä kirjastot"
# game/preferences.rpy:165
old "Launcher Options:"
new "Työkalun asetukset"
# game/preferences.rpy:169
old "Hardware rendering"
new "Laitteistorenderöinti"
# game/preferences.rpy:170
old "Show templates"
new "Näytä esimerkkipohjat"
# game/preferences.rpy:171
old "Large fonts"
new "Suuret fontit"
# game/preferences.rpy:174
old "Console output"
new "Konsolisyöte"
# game/preferences.rpy:195
old "Open launcher project"
new "Avaa työkaluprojekti"
# game/preferences.rpy:209
old "Language:"
new "Kieli:"
translate finnish strings:
# game/preferences.rpy:61
old "Launcher Preferences"
new "Työkalun asetukset"
# game/preferences.rpy:82
old "Projects Directory:"
new "Projektien kansio"
# game/preferences.rpy:89
old "[persistent.projects_directory!q]"
new "[persistent.projects_directory!q]"
# game/preferences.rpy:91
old "Projects directory: [text]"
new "Projektikansio: [text]"
# game/preferences.rpy:93
old "Not Set"
new "Ei valittu"
# game/preferences.rpy:108
old "Text Editor:"
new "Tekstieditori:"
# game/preferences.rpy:114
old "Text editor: [text]"
new "Tekstieditori: [text]"
# game/preferences.rpy:130
old "Update Channel:"
new "Päivityskanava:"
# game/preferences.rpy:150
old "Navigation Options:"
new "Hakuasetukset"
# game/preferences.rpy:154
old "Include private names"
new "Sisällytä yksityiset nimet"
# game/preferences.rpy:155
old "Include library names"
new "Sisällytä kirjastot"
# game/preferences.rpy:165
old "Launcher Options:"
new "Työkalun asetukset"
# game/preferences.rpy:169
old "Hardware rendering"
new "Laitteistorenderöinti"
# game/preferences.rpy:170
old "Show templates"
new "Näytä esimerkkipohjat"
# game/preferences.rpy:171
old "Large fonts"
new "Suuret fontit"
# game/preferences.rpy:174
old "Console output"
new "Konsolisyöte"
# game/preferences.rpy:195
old "Open launcher project"
new "Avaa työkaluprojekti"
# game/preferences.rpy:209
old "Language:"
new "Kieli:"
translate finnish strings:
# game/preferences.rpy:174
old "Show edit file section"
new "Näytä tiedostojen muokkausvalikko"
# game/preferences.rpy:176
old "Generate empty strings for translations"
new "Luo tyhjiä merkkijonoja käännöksiä varten"
+55 -55
View File
@@ -1,55 +1,55 @@
translate finnish strings:
# game/project.rpy:47
old "After making changes to the script, press shift+R to reload your game."
new "Kun olet tehnyt muutoksia pelin tiedostoihin, paina shift+R käynnistääksesi pelisi automaattisesti uudelleen."
# game/project.rpy:47
old "Press shift+O (the letter) to access the console."
new "Paina shift+O (kirjain) päästäksesi käsiksi konsoliin."
# game/project.rpy:47
old "Press shift+D to access the developer menu."
new "Paina shift+D avataksesi kehittäjävalikon."
# game/project.rpy:47
old "Have you backed up your projects recently?"
new "Oletko ottanut projekteistasi varmuuskopiot viime aikoina?"
# game/project.rpy:223
old "Launching the project failed."
new "Projektin käynnistys epäonnistui."
# game/project.rpy:223
old "Please ensure that your project launches normally before running this command."
new "Varmista, että projektisi käynnistyy normaalisti ennen kuin käytät tätä komentoa."
# game/project.rpy:236
old "Ren'Py is scanning the project..."
new "Ren'Py skannaa projektia..."
# game/project.rpy:525
old "Launching"
new "Käynnistetään..."
# game/project.rpy:554
old "PROJECTS DIRECTORY"
new "PROJEKTIKANSIO"
# game/project.rpy:554
old "Please choose the projects directory using the directory chooser.\n{b}The directory chooser may have opened behind this window.{/b}"
new "Ole hyvä ja valitse kansio, jota haluat käyttää projektiesi tallentamiseen.\n{b}Kansion valitsija on saattanut aueta tämän ikkunan taakse.{/b}"
# game/project.rpy:554
old "This launcher will scan for projects in this directory, will create new projects in this directory, and will place built projects into this directory."
new "Tämä työkalu etsii, luo sekä muokkaa projekteja, jotka löytyvät tästä kansiosta."
# game/project.rpy:594
old "Ren'Py was unable to run python with tkinter to choose the projects directory. Please install the python-tk or tkinter package."
new "Ren'Py ei kyennyt käyttämään pythonia tkinterillä valitakseen projektikansion. Ole hyvä ja asenna python-tk tai tkinter-paketti."
# game/project.rpy:604
old "Ren'Py has set the projects directory to:"
new "Ren'Py on valinnut projektikansioksi:"
translate finnish strings:
# game/project.rpy:47
old "After making changes to the script, press shift+R to reload your game."
new "Kun olet tehnyt muutoksia pelin tiedostoihin, paina shift+R käynnistääksesi pelisi automaattisesti uudelleen."
# game/project.rpy:47
old "Press shift+O (the letter) to access the console."
new "Paina shift+O (kirjain) päästäksesi käsiksi konsoliin."
# game/project.rpy:47
old "Press shift+D to access the developer menu."
new "Paina shift+D avataksesi kehittäjävalikon."
# game/project.rpy:47
old "Have you backed up your projects recently?"
new "Oletko ottanut projekteistasi varmuuskopiot viime aikoina?"
# game/project.rpy:223
old "Launching the project failed."
new "Projektin käynnistys epäonnistui."
# game/project.rpy:223
old "Please ensure that your project launches normally before running this command."
new "Varmista, että projektisi käynnistyy normaalisti ennen kuin käytät tätä komentoa."
# game/project.rpy:236
old "Ren'Py is scanning the project..."
new "Ren'Py skannaa projektia..."
# game/project.rpy:525
old "Launching"
new "Käynnistetään..."
# game/project.rpy:554
old "PROJECTS DIRECTORY"
new "PROJEKTIKANSIO"
# game/project.rpy:554
old "Please choose the projects directory using the directory chooser.\n{b}The directory chooser may have opened behind this window.{/b}"
new "Ole hyvä ja valitse kansio, jota haluat käyttää projektiesi tallentamiseen.\n{b}Kansion valitsija on saattanut aueta tämän ikkunan taakse.{/b}"
# game/project.rpy:554
old "This launcher will scan for projects in this directory, will create new projects in this directory, and will place built projects into this directory."
new "Tämä työkalu etsii, luo sekä muokkaa projekteja, jotka löytyvät tästä kansiosta."
# game/project.rpy:594
old "Ren'Py was unable to run python with tkinter to choose the projects directory. Please install the python-tk or tkinter package."
new "Ren'Py ei kyennyt käyttämään pythonia tkinterillä valitakseen projektikansion. Ole hyvä ja asenna python-tk tai tkinter-paketti."
# game/project.rpy:604
old "Ren'Py has set the projects directory to:"
new "Ren'Py on valinnut projektikansioksi:"
+2
View File
@@ -0,0 +1,2 @@
translate finnish python:
make_style_backup()
+35 -35
View File
@@ -1,35 +1,35 @@
translate finnish strings:
# game/translations.rpy:31
old "Create or Update Translations"
new "Luo tai päivitä käännöksiä"
# game/translations.rpy:31
old "Please enter the name of the language for which you want to create or update translations."
new "Ole hyvä ja anna sen kielen nimi, jolle haluat luoda tai päivittää käännöksen."
# game/translations.rpy:36
old "The language name can not be the empty string."
new "Kielen nimi ei voi olla tyhjä."
# game/translations.rpy:47
old "Ren'Py is generating translations...."
new "Ren'Py luo käännöksiä...."
# game/translations.rpy:51
old "Ren'Py has finished generating [language] translations."
new "Ren'Py on onnistuneesti luonut [language] käännöstiedostot."
# game/translations.rpy:64
old "What format would you like for the extracted dialogue?"
new "Millä formaatilla haluat kopioida dialogin?"
# game/translations.rpy:77
old "Ren'Py is extracting dialogue...."
new "Ren'Py kopioi dialogia...."
# game/translations.rpy:81
old "Ren'Py has finished extracting dialogue. The extracted dialogue can be found in dialogue.[format] in the base directory."
new "Ren'Py on onnistuneesti kopioinut dialogin. Kopio löytyy tiedostosta dialogue.[format] projektin kansiosta."
translate finnish strings:
# game/translations.rpy:31
old "Create or Update Translations"
new "Luo tai päivitä käännöksiä"
# game/translations.rpy:31
old "Please enter the name of the language for which you want to create or update translations."
new "Ole hyvä ja anna sen kielen nimi, jolle haluat luoda tai päivittää käännöksen."
# game/translations.rpy:36
old "The language name can not be the empty string."
new "Kielen nimi ei voi olla tyhjä."
# game/translations.rpy:47
old "Ren'Py is generating translations...."
new "Ren'Py luo käännöksiä...."
# game/translations.rpy:51
old "Ren'Py has finished generating [language] translations."
new "Ren'Py on onnistuneesti luonut [language] käännöstiedostot."
# game/translations.rpy:64
old "What format would you like for the extracted dialogue?"
new "Millä formaatilla haluat kopioida dialogin?"
# game/translations.rpy:77
old "Ren'Py is extracting dialogue...."
new "Ren'Py kopioi dialogia...."
# game/translations.rpy:81
old "Ren'Py has finished extracting dialogue. The extracted dialogue can be found in dialogue.[format] in the base directory."
new "Ren'Py on onnistuneesti kopioinut dialogin. Kopio löytyy tiedostosta dialogue.[format] projektin kansiosta."
+95 -95
View File
@@ -1,95 +1,95 @@
translate finnish strings:
# game/updater.rpy:78
old "Select Update Channel"
new "Valitse päivityskanava"
# game/updater.rpy:89
old "The update channel controls the version of Ren'Py the updater will download. Please select an update channel:"
new "Päivityskanava vaikuttaa siihen, mihin versioon Ren'Py päivitetään. Valitse päivityskanava:"
# game/updater.rpy:94
old "Release"
new "Versio"
# game/updater.rpy:100
old "{b}Recommended.{/b} The version of Ren'Py that should be used in all newly-released games."
new "{b}Suositeltu.{/b} Ren'Py:n uusin, vakaa versio, jota suositellaan käytettäväksi."
# game/updater.rpy:105
old "Prerelease"
new "Esiversiot"
# game/updater.rpy:111
old "A preview of the next version of Ren'Py that can be used for testing and taking advantage of new features, but not for final releases of games."
new "Ennakkoversio Ren'Py:n seuraavasta versiosta, jota voidaan käyttää uusien ominaisuuksien testaamiseen ja hyödyntämiseen. Ei suositella pelien julkaisemiseen."
# game/updater.rpy:117
old "Experimental"
new "Kokeelliset versiot"
# game/updater.rpy:123
old "Experimental versions of Ren'Py. You shouldn't select this channel unless asked by a Ren'Py developer."
new "Ren'Py:n kokeellisia versioita. Sinun ei kannata valita tätä, ellei joku Ren'Py:n kehittäjistä erikseen sitä pyydä."
# game/updater.rpy:129
old "Nightly"
new "Jokaöiset julkaisut"
# game/updater.rpy:135
old "The bleeding edge of Ren'Py development. This may have the latest features, or might not run at all."
new "Upouudet Ren'Py-kehitysjulkaisut. Voi sisältää uusimmat toiminnot, tai ei ehkä toimi lainkaan."
# game/updater.rpy:155
old "An error has occured:"
new "On tapahtunut virhe:"
# game/updater.rpy:157
old "Checking for updates."
new "Haetaan päivityksiä."
# game/updater.rpy:159
old "Ren'Py is up to date."
new "Käytät uusinta Ren'Py-versiota."
# game/updater.rpy:161
old "[u.version] is now available. Do you want to install it?"
new "[u.version] on nyt saatavilla. Haluatko asentaa sen?"
# game/updater.rpy:163
old "Preparing to download the update."
new "Valmistellaan päivityksen lataamista."
# game/updater.rpy:165
old "Downloading the update."
new "Ladataan päivitystä."
# game/updater.rpy:167
old "Unpacking the update."
new "Puretaan päivitystä."
# game/updater.rpy:169
old "Finishing up."
new "Viimeistellään asennusta."
# game/updater.rpy:171
old "The update has been installed. Ren'Py will restart."
new "Päivitys on nyt asennettu. Ren'Py käynnistyy nyt uudelleen."
# game/updater.rpy:173
old "The update has been installed."
new "Päivitys on asennettu."
# game/updater.rpy:175
old "The update was cancelled."
new "Päivitys peruttiin."
# game/updater.rpy:192
old "Ren'Py Update"
new "Ren'Py-päivitys"
# game/updater.rpy:198
old "Proceed"
new "Jatka"
translate finnish strings:
# game/updater.rpy:78
old "Select Update Channel"
new "Valitse päivityskanava"
# game/updater.rpy:89
old "The update channel controls the version of Ren'Py the updater will download. Please select an update channel:"
new "Päivityskanava vaikuttaa siihen, mihin versioon Ren'Py päivitetään. Valitse päivityskanava:"
# game/updater.rpy:94
old "Release"
new "Vakaat versiot"
# game/updater.rpy:100
old "{b}Recommended.{/b} The version of Ren'Py that should be used in all newly-released games."
new "{b}Suositeltu.{/b} Ren'Py:n uusin, vakaa versio, jota suositellaan käytettäväksi."
# game/updater.rpy:105
old "Prerelease"
new "Esiversiot"
# game/updater.rpy:111
old "A preview of the next version of Ren'Py that can be used for testing and taking advantage of new features, but not for final releases of games."
new "Ennakkoversio Ren'Py:n seuraavasta versiosta, jota voidaan käyttää uusien ominaisuuksien testaamiseen ja hyödyntämiseen. Ei suositella pelien julkaisemiseen."
# game/updater.rpy:117
old "Experimental"
new "Kokeelliset versiot"
# game/updater.rpy:123
old "Experimental versions of Ren'Py. You shouldn't select this channel unless asked by a Ren'Py developer."
new "Ren'Py:n kokeellisia versioita. Sinun ei kannata valita tätä, ellei joku Ren'Py:n kehittäjistä erikseen sitä pyydä."
# game/updater.rpy:129
old "Nightly"
new "Jokaöiset julkaisut"
# game/updater.rpy:135
old "The bleeding edge of Ren'Py development. This may have the latest features, or might not run at all."
new "Upouudet Ren'Py-kehitysjulkaisut. Voi sisältää uusimmat toiminnot, tai ei ehkä toimi lainkaan."
# game/updater.rpy:155
old "An error has occured:"
new "On tapahtunut virhe:"
# game/updater.rpy:157
old "Checking for updates."
new "Haetaan päivityksiä."
# game/updater.rpy:159
old "Ren'Py is up to date."
new "Käytät uusinta Ren'Py-versiota."
# game/updater.rpy:161
old "[u.version] is now available. Do you want to install it?"
new "[u.version] on nyt saatavilla. Haluatko asentaa sen?"
# game/updater.rpy:163
old "Preparing to download the update."
new "Valmistellaan päivityksen lataamista."
# game/updater.rpy:165
old "Downloading the update."
new "Ladataan päivitystä."
# game/updater.rpy:167
old "Unpacking the update."
new "Puretaan päivitystä."
# game/updater.rpy:169
old "Finishing up."
new "Viimeistellään asennusta."
# game/updater.rpy:171
old "The update has been installed. Ren'Py will restart."
new "Päivitys on nyt asennettu. Ren'Py käynnistyy nyt uudelleen."
# game/updater.rpy:173
old "The update has been installed."
new "Päivitys on asennettu."
# game/updater.rpy:175
old "The update was cancelled."
new "Päivitys peruttiin."
# game/updater.rpy:192
old "Ren'Py Update"
new "Ren'Py-päivitys"
# game/updater.rpy:198
old "Proceed"
new "Jatka"
+1 -1
View File
@@ -7,4 +7,4 @@
# game/about.rpy:25
old "View license"
new "Voir la licence"
+1 -1
View File
@@ -19,4 +19,4 @@
# game/add_file.rpy:21
old "# Ren'Py automatically loads all script files ending with .rpy. To use this\n# file, define a label and jump to it from another file.\n"
new "Ren'Py charge automatiquement tous les fichiers de script finissant par .rpy. Pour utiliser ce ficher\n#, définissez un label et faites un «jump» vers lui depuis un autre fichier.\n"
+1 -1
View File
@@ -3,4 +3,4 @@
style.l_button_text.selected_bold = True
style.l_navigation_text.bold = False
make_style_backup()
+2 -2
View File
@@ -6,7 +6,7 @@
# game/updater.rpy:65
old "The update channel controls the version of Ren'Py the updater will download. Please select an update channel:"
new "Choisissez une version."
new "Le canal de mise à jour détermine la version de Ren'Py qui sera téléchargée. S'il vous plaît, sélectionnez un canal de mise à jour."
# game/updater.rpy:70
old "Release"
@@ -74,7 +74,7 @@
# game/updater.rpy:139
old "The update was cancelled."
new "La mise à jour a été annullée."
new "La mise à jour a été annulée."
# game/updater.rpy:156
old "Ren'Py Update"
+13 -13
View File
@@ -1,13 +1,13 @@
translate german strings:
# game/about.rpy:21
old "[version!q]"
new "[version!q]"
# game/about.rpy:25
old "View license"
new "Lizenz ansehen"
# game/about.rpy:27
old "Back"
new "Zurück"
translate german strings:
# game/about.rpy:21
old "[version!q]"
new "[version!q]"
# game/about.rpy:25
old "View license"
new "Lizenz ansehen"
# game/about.rpy:27
old "Back"
new "Zurück"
+21 -21
View File
@@ -1,21 +1,21 @@
translate german strings:
# game/add_file.rpy:7
old "FILENAME"
new "DATEINAME"
# game/add_file.rpy:7
old "Enter the name of the script file to create."
new "Geben Sie den Namen der Script-Datei ein, um sie zu erstellen."
# game/add_file.rpy:10
old "The filename must have the .rpy extension."
new "Der Dateiname muss die Endung .rpy haben."
# game/add_file.rpy:18
old "The file already exists."
new "Die Datei existiert bereits."
# game/add_file.rpy:21
old "# Ren'Py automatically loads all script files ending with .rpy. To use this\n# file, define a label and jump to it from another file.\n"
new "# RenPy lädt automatisch alle Skript-Dateien, die auf .rpy enden. Um diese\n# Datei zu verwenden, setzen sie ein Label und springen sie aus einer anderen Datei dorthin.\n"
translate german strings:
# game/add_file.rpy:7
old "FILENAME"
new "DATEINAME"
# game/add_file.rpy:7
old "Enter the name of the script file to create."
new "Geben Sie den Namen der Script-Datei ein, um sie zu erstellen."
# game/add_file.rpy:10
old "The filename must have the .rpy extension."
new "Der Dateiname muss die Endung .rpy haben."
# game/add_file.rpy:18
old "The file already exists."
new "Die Datei existiert bereits."
# game/add_file.rpy:21
old "# Ren'Py automatically loads all script files ending with .rpy. To use this\n# file, define a label and jump to it from another file.\n"
new "# RenPy lädt automatisch alle Skript-Dateien, die auf .rpy enden. Um diese\n# Datei zu verwenden, setzen sie ein Label und springen sie aus einer anderen Datei dorthin.\n"
+160 -160
View File
@@ -1,160 +1,160 @@
translate german strings:
# game/android.rpy:12
old "To build Android packages, please download RAPT (from {a=http://www.renpy.org/dl/android}here{/a}), unzip it, and place it into the Ren'Py directory. Then restart the Ren'Py launcher."
new "Um eine Android-Datei zu erstellen, laden Sie bitte RAPT ({a=http://www.renpy.org/dl/android}hier{/a}) herunter, entpacken Sie es und platzieren Sie es im RenPy Verzeichnis. Starten Sie dann bitte RenPy neu."
# game/android.rpy:13
old "RAPT has been installed, but you'll need to install the Android SDK before you can build Android packages. Choose Install SDK to do this."
new "RAPT wurde installiert, aber Sie müssen das Android-SDK installieren, bevor Sie Android-Dateien erstellen können. Wählen Sie „SDK Installieren“, um dies zu tun."
# game/android.rpy:14
old "RAPT has been installed, but a key hasn't been configured. Please create a new key, or restore android.keystore."
new "RAPT wurde installiert, aber ein Key wurde nicht eingestellt. Bitte erstellen Sie einen neuen Key oder stellen Sie android.keystore wieder her."
# game/android.rpy:15
old "The current project has not been configured. Use \"Configure\" to configure it before building."
new "Das aktuelle Projekt wurde nicht eingestellt. Verwenden Sie „Einstellen“, um es vor der Erstellung anzupassen."
# game/android.rpy:16
old "Choose \"Build\" to build the current project, or attach an Android device and choose \"Build & Install\" to build and install it on the device."
new "Wählen Sie „Erstellen“, um das aktuelle Projekt zu erstellen oder schließen Sie ein Android-Gerät an und wählen Sie „Erstellen und installieren“, um es zu erstellen und auf dem Gerät zu installieren."
# game/android.rpy:18
old "Attempts to emulate an Android phone.\n\nTouch input is emulated through the mouse, but only when the button is held down. Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "Emuliert ein Android-Handy.\n\nDie Berührungseingabe wird mithilfe der Maus emuliert, aber nur, wenn die Schaltfläche gedrückt wird. „Escape“ fungiert als Menüschaltfläche und „Bild rauf“ als „Zurück-Schaltfläche“."
# game/android.rpy:19
old "Attempts to emulate an Android tablet.\n\nTouch input is emulated through the mouse, but only when the button is held down. Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "Emuliert ein Android-Tablet.\n\nDie Berührungseingabe wird mithilfe der Maus emuliert, aber nur, wenn die Schaltfläche gedrückt wird. „Escape“ fungiert als Menüschaltfläche und „Bild rauf“ als „Zurück-Schaltfläche“."
# game/android.rpy:20
old "Attempts to emulate an OUYA console.\n\nController input is mapped to the arrow keys, Enter is mapped to the select button, Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "Emuliert eine OUYA-Konsole.\n\nDie Contollereingabe wird mithilfe der Pfeiltasten emuliert, „Enter“ fungiert als Auswahlschaltfläche, „Escape“ als Menüschaltfläche und „Bild rauf“ als „Zurück-Schaltfläche“."
# game/android.rpy:22
old "Downloads and installs the Android SDK and supporting packages. Optionally, generates the keys required to sign the package."
new "Lädt das Android SDK herunter und installiert es. Generiert optional die Keys, die für die Authentifizierung der Datei benötigt werden."
# game/android.rpy:23
old "Configures the package name, version, and other information about this project."
new "Stellt Dateinamen, Version und andere Informationen über dieses Projekt ein."
# game/android.rpy:24
old "Opens the file containing the Google Play keys in the editor.\n\nThis is only needed if the application is using an expansion APK. Read the documentation for more details."
new "Öffnet die Datei mit den Google-Play-Keys im Editor.\n\nDies ist nur nötig, wenn die Anwendung ein Expansion-APK verwendet. Lesen Sie die Dokumentation für weitere Details."
# game/android.rpy:25
old "Builds the Android package."
new "Erstellt die Android-Datei."
# game/android.rpy:26
old "Builds the Android package, and installs it on an Android device connected to your computer."
new "Erstellt die Android-Datei und installiert es auf ein Android-Gerät, das mit Ihrem Computer verbunden ist."
# game/android.rpy:142
old "{a=%s}%s{/a}"
new "{a=%s}%s{/a}"
# game/android.rpy:361
old "Android: [project.current.name!q]"
new "Android: [project.current.name!q]"
# game/android.rpy:381
old "Emulation:"
new "Emulation:"
# game/android.rpy:389
old "Phone"
new "Handy"
# game/android.rpy:393
old "Tablet"
new "Tablet"
# game/android.rpy:397
old "Television / OUYA"
new "Fernseher / OUYA"
# game/android.rpy:409
old "Build:"
new "Erstellen:"
# game/android.rpy:417
old "Install SDK & Create Keys"
new "SDK installieren und Keys erstellen"
# game/android.rpy:421
old "Configure"
new "Einstellen"
# game/android.rpy:425
old "Build Package"
new "Datei erstellen"
# game/android.rpy:429
old "Build & Install"
new "Erstellen und installieren"
translate german strings:
# game/android.rpy:30
old "To build Android packages, please download RAPT, unzip it, and place it into the Ren'Py directory. Then restart the Ren'Py launcher."
new "Um eine Android-Datei zu erstellen, laden Sie bitte RAPT herunter, entpacken Sie es und platzieren Sie es im RenPy Verzeichnis. Starten Sie dann bitte RenPy neu."
# game/android.rpy:31
old "A 32-bit Java Development Kit is required to build Android packages on Windows. The JDK is different from the JRE, so it's possible you have Java without having the JDK.\n\nPlease {a=http://www.oracle.com/technetwork/java/javase/downloads/index.html}download and install the JDK{/a}, then restart the Ren'Py launcher."
new "Ein 32-bit Java-Development-Kit wird benötigt, um Android-Packages auf Windows zu erstellen. Das JDK unterscheidet sich vom JRE, daher ist es möglich, dass Sie Java ohne das JDK installiert haben.\n\nBitte {a=http://www.oracle.com/technetwork/java/javase/downloads/index.html}laden Sie das JDK herunter und installieren Sie es{/a}, dann starten Sie den RenPy-Launcher neu."
# game/android.rpy:39
old "Attempts to emulate a televison-based Android console, like the OUYA or Fire TV.\n\nController input is mapped to the arrow keys, Enter is mapped to the select button, Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "Emuliert eine Fernseher-Android-Konsole wie die OUYA oder Fire TV.\n\nDie Contollereingabe wird mithilfe der Pfeiltasten emuliert, „Enter“ fungiert als Auswahlschaltfläche, „Escape“ als Menüschaltfläche und „Bild rauf“ als „Zurück-Schaltfläche“."
# game/android.rpy:47
old "Connects to an Android device running ADB in TCP/IP mode."
new "Verbindet mit einem Android-Gerät, das auf ADB im TCP/IP-Modus läuft."
# game/android.rpy:48
old "Disconnects from an Android device running ADB in TCP/IP mode."
new "Trennt Verbindung von einem Android-Gerät, das auf ADB im TCP/IP-Modus läuft."
# game/android.rpy:516
old "Other:"
new "Anderes:"
# game/android.rpy:524
old "Remote ADB Connect"
new "Remote-ADB verbinden"
# game/android.rpy:528
old "Remote ADB Disconnect"
new "Remote-ADB trennen"
# game/android.rpy:561
old "Before packaging Android apps, you'll need to download RAPT, the Ren'Py Android Packaging Tool. Would you like to download RAPT now?"
new "Bevor Sie Android-Apps erstellen können, müssen Sie RAPT herunterladen, das RenPy-Android-Packaging-Tool. Möchten Sie RAPT jetzt herunterladen?"
# game/android.rpy:608
old "Remote ADB Address"
new "Remote-ADB-Adresse"
# game/android.rpy:609
old "Please enter the IP address and port number to connect to, in the form \"192.168.1.143:5555\". Consult your device's documentation to determine if it supports remote ADB, and if so, the address and port to use."
new "Bitte geben Sie die IP-Adresse und die Port-Nummer zum Verbinden ein, Beispiel: „192.168.1.143:5555“. Schauen Sie im Handbuch ihres Geräts nach, um festzustellen, ob es Remote-ADB unterstützt, und wenn ja, schauen Sie die Adresse und den Port nach."
# game/android.rpy:619
old "Invalid remote ADB address"
new "Ungültige Remote-ADB-Adresse"
# game/android.rpy:619
old "The address must contain one exactly one ':'."
new "Die Adresse muss exakt ein „:“ beinhalten."
# game/android.rpy:623
old "The host may not contain whitespace."
new "Der Host darf keine Leerzeichen enthalten."
# game/android.rpy:629
old "The port must be a number."
new "Der Port muss eine Nummer sein."
translate german strings:
# game/android.rpy:12
old "To build Android packages, please download RAPT (from {a=http://www.renpy.org/dl/android}here{/a}), unzip it, and place it into the Ren'Py directory. Then restart the Ren'Py launcher."
new "Um eine Android-Datei zu erstellen, laden Sie bitte RAPT ({a=http://www.renpy.org/dl/android}hier{/a}) herunter, entpacken Sie es und platzieren Sie es im RenPy Verzeichnis. Starten Sie dann bitte RenPy neu."
# game/android.rpy:13
old "RAPT has been installed, but you'll need to install the Android SDK before you can build Android packages. Choose Install SDK to do this."
new "RAPT wurde installiert, aber Sie müssen das Android-SDK installieren, bevor Sie Android-Dateien erstellen können. Wählen Sie „SDK Installieren“, um dies zu tun."
# game/android.rpy:14
old "RAPT has been installed, but a key hasn't been configured. Please create a new key, or restore android.keystore."
new "RAPT wurde installiert, aber ein Key wurde nicht eingestellt. Bitte erstellen Sie einen neuen Key oder stellen Sie android.keystore wieder her."
# game/android.rpy:15
old "The current project has not been configured. Use \"Configure\" to configure it before building."
new "Das aktuelle Projekt wurde nicht eingestellt. Verwenden Sie „Einstellen“, um es vor der Erstellung anzupassen."
# game/android.rpy:16
old "Choose \"Build\" to build the current project, or attach an Android device and choose \"Build & Install\" to build and install it on the device."
new "Wählen Sie „Erstellen“, um das aktuelle Projekt zu erstellen oder schließen Sie ein Android-Gerät an und wählen Sie „Erstellen und installieren“, um es zu erstellen und auf dem Gerät zu installieren."
# game/android.rpy:18
old "Attempts to emulate an Android phone.\n\nTouch input is emulated through the mouse, but only when the button is held down. Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "Emuliert ein Android-Handy.\n\nDie Berührungseingabe wird mithilfe der Maus emuliert, aber nur, wenn die Schaltfläche gedrückt wird. „Escape“ fungiert als Menüschaltfläche und „Bild rauf“ als „Zurück-Schaltfläche“."
# game/android.rpy:19
old "Attempts to emulate an Android tablet.\n\nTouch input is emulated through the mouse, but only when the button is held down. Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "Emuliert ein Android-Tablet.\n\nDie Berührungseingabe wird mithilfe der Maus emuliert, aber nur, wenn die Schaltfläche gedrückt wird. „Escape“ fungiert als Menüschaltfläche und „Bild rauf“ als „Zurück-Schaltfläche“."
# game/android.rpy:20
old "Attempts to emulate an OUYA console.\n\nController input is mapped to the arrow keys, Enter is mapped to the select button, Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "Emuliert eine OUYA-Konsole.\n\nDie Contollereingabe wird mithilfe der Pfeiltasten emuliert, „Enter“ fungiert als Auswahlschaltfläche, „Escape“ als Menüschaltfläche und „Bild rauf“ als „Zurück-Schaltfläche“."
# game/android.rpy:22
old "Downloads and installs the Android SDK and supporting packages. Optionally, generates the keys required to sign the package."
new "Lädt das Android SDK herunter und installiert es. Generiert optional die Keys, die für die Authentifizierung der Datei benötigt werden."
# game/android.rpy:23
old "Configures the package name, version, and other information about this project."
new "Stellt Dateinamen, Version und andere Informationen über dieses Projekt ein."
# game/android.rpy:24
old "Opens the file containing the Google Play keys in the editor.\n\nThis is only needed if the application is using an expansion APK. Read the documentation for more details."
new "Öffnet die Datei mit den Google-Play-Keys im Editor.\n\nDies ist nur nötig, wenn die Anwendung ein Expansion-APK verwendet. Lesen Sie die Dokumentation für weitere Details."
# game/android.rpy:25
old "Builds the Android package."
new "Erstellt die Android-Datei."
# game/android.rpy:26
old "Builds the Android package, and installs it on an Android device connected to your computer."
new "Erstellt die Android-Datei und installiert es auf ein Android-Gerät, das mit Ihrem Computer verbunden ist."
# game/android.rpy:142
old "{a=%s}%s{/a}"
new "{a=%s}%s{/a}"
# game/android.rpy:361
old "Android: [project.current.name!q]"
new "Android: [project.current.name!q]"
# game/android.rpy:381
old "Emulation:"
new "Emulation:"
# game/android.rpy:389
old "Phone"
new "Handy"
# game/android.rpy:393
old "Tablet"
new "Tablet"
# game/android.rpy:397
old "Television / OUYA"
new "Fernseher / OUYA"
# game/android.rpy:409
old "Build:"
new "Erstellen:"
# game/android.rpy:417
old "Install SDK & Create Keys"
new "SDK installieren und Keys erstellen"
# game/android.rpy:421
old "Configure"
new "Einstellen"
# game/android.rpy:425
old "Build Package"
new "Datei erstellen"
# game/android.rpy:429
old "Build & Install"
new "Erstellen und installieren"
translate german strings:
# game/android.rpy:30
old "To build Android packages, please download RAPT, unzip it, and place it into the Ren'Py directory. Then restart the Ren'Py launcher."
new "Um eine Android-Datei zu erstellen, laden Sie bitte RAPT herunter, entpacken Sie es und platzieren Sie es im RenPy Verzeichnis. Starten Sie dann bitte RenPy neu."
# game/android.rpy:31
old "A 32-bit Java Development Kit is required to build Android packages on Windows. The JDK is different from the JRE, so it's possible you have Java without having the JDK.\n\nPlease {a=http://www.oracle.com/technetwork/java/javase/downloads/index.html}download and install the JDK{/a}, then restart the Ren'Py launcher."
new "Ein 32-bit Java-Development-Kit wird benötigt, um Android-Packages auf Windows zu erstellen. Das JDK unterscheidet sich vom JRE, daher ist es möglich, dass Sie Java ohne das JDK installiert haben.\n\nBitte {a=http://www.oracle.com/technetwork/java/javase/downloads/index.html}laden Sie das JDK herunter und installieren Sie es{/a}, dann starten Sie den RenPy-Launcher neu."
# game/android.rpy:39
old "Attempts to emulate a televison-based Android console, like the OUYA or Fire TV.\n\nController input is mapped to the arrow keys, Enter is mapped to the select button, Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "Emuliert eine Fernseher-Android-Konsole wie die OUYA oder Fire TV.\n\nDie Contollereingabe wird mithilfe der Pfeiltasten emuliert, „Enter“ fungiert als Auswahlschaltfläche, „Escape“ als Menüschaltfläche und „Bild rauf“ als „Zurück-Schaltfläche“."
# game/android.rpy:47
old "Connects to an Android device running ADB in TCP/IP mode."
new "Verbindet mit einem Android-Gerät, das auf ADB im TCP/IP-Modus läuft."
# game/android.rpy:48
old "Disconnects from an Android device running ADB in TCP/IP mode."
new "Trennt Verbindung von einem Android-Gerät, das auf ADB im TCP/IP-Modus läuft."
# game/android.rpy:516
old "Other:"
new "Anderes:"
# game/android.rpy:524
old "Remote ADB Connect"
new "Remote-ADB verbinden"
# game/android.rpy:528
old "Remote ADB Disconnect"
new "Remote-ADB trennen"
# game/android.rpy:561
old "Before packaging Android apps, you'll need to download RAPT, the Ren'Py Android Packaging Tool. Would you like to download RAPT now?"
new "Bevor Sie Android-Apps erstellen können, müssen Sie RAPT herunterladen, das RenPy-Android-Packaging-Tool. Möchten Sie RAPT jetzt herunterladen?"
# game/android.rpy:608
old "Remote ADB Address"
new "Remote-ADB-Adresse"
# game/android.rpy:609
old "Please enter the IP address and port number to connect to, in the form \"192.168.1.143:5555\". Consult your device's documentation to determine if it supports remote ADB, and if so, the address and port to use."
new "Bitte geben Sie die IP-Adresse und die Port-Nummer zum Verbinden ein, Beispiel: „192.168.1.143:5555“. Schauen Sie im Handbuch ihres Geräts nach, um festzustellen, ob es Remote-ADB unterstützt, und wenn ja, schauen Sie die Adresse und den Port nach."
# game/android.rpy:619
old "Invalid remote ADB address"
new "Ungültige Remote-ADB-Adresse"
# game/android.rpy:619
old "The address must contain one exactly one ':'."
new "Die Adresse muss exakt ein „:“ beinhalten."
# game/android.rpy:623
old "The host may not contain whitespace."
new "Der Host darf keine Leerzeichen enthalten."
# game/android.rpy:629
old "The port must be a number."
new "Der Port muss eine Nummer sein."
+41 -41
View File
@@ -1,41 +1,41 @@
translate german strings:
# game/choose_theme.rpy:274
old "Could not change the theme. Perhaps options.rpy was changed too much."
new "Konnte Theme nicht ändern. Vielleicht wurde options.rpy zu stark verändert."
# game/choose_theme.rpy:332
old "Display"
new "Anzeige"
# game/choose_theme.rpy:333
old "Window"
new "Fenster"
# game/choose_theme.rpy:334
old "Fullscreen"
new "Vollbild"
# game/choose_theme.rpy:335
old "Planetarium"
new "Planetarium"
# game/choose_theme.rpy:342
old "Sound Volume"
new "Soundlautstärke"
# game/choose_theme.rpy:376
old "Choose Theme"
new "Theme auswählen"
# game/choose_theme.rpy:389
old "Theme"
new "Theme"
# game/choose_theme.rpy:413
old "Color Scheme"
new "Farbschema"
# game/choose_theme.rpy:444
old "Continue"
new "Weiter"
translate german strings:
# game/choose_theme.rpy:274
old "Could not change the theme. Perhaps options.rpy was changed too much."
new "Konnte Theme nicht ändern. Vielleicht wurde options.rpy zu stark verändert."
# game/choose_theme.rpy:332
old "Display"
new "Anzeige"
# game/choose_theme.rpy:333
old "Window"
new "Fenster"
# game/choose_theme.rpy:334
old "Fullscreen"
new "Vollbild"
# game/choose_theme.rpy:335
old "Planetarium"
new "Planetarium"
# game/choose_theme.rpy:342
old "Sound Volume"
new "Soundlautstärke"
# game/choose_theme.rpy:376
old "Choose Theme"
new "Theme auswählen"
# game/choose_theme.rpy:389
old "Theme"
new "Theme"
# game/choose_theme.rpy:413
old "Color Scheme"
new "Farbschema"
# game/choose_theme.rpy:444
old "Continue"
new "Weiter"
+458 -458
View File
@@ -1,458 +1,458 @@
translate german strings:
# renpy/common/00action_file.rpy:118
old "%b %d, %H:%M"
new "%d. %b, %H:%M"
# renpy/common/00action_file.rpy:587
old "Quick save complete."
new "Schnellspeicherung erfolgreich."
translate german strings:
# renpy/common/00gallery.rpy:521
old "Image [index] of [count] locked."
new "Grafik [index] von [count] gesperrt."
# renpy/common/00gallery.rpy:539
old "prev"
new "vor"
# renpy/common/00gallery.rpy:540
old "next"
new "weiter"
# renpy/common/00gallery.rpy:541
old "slideshow"
new "slideshow"
# renpy/common/00gallery.rpy:542
old "return"
new "zurück"
translate german strings:
# renpy/common/00gltest.rpy:50
old "Graphics Acceleration"
new "Grafikbeschleuniger"
# renpy/common/00gltest.rpy:54
old "Automatically Choose"
new "Automatisch auswählen"
# renpy/common/00gltest.rpy:59
old "Force Angle/DirectX Renderer"
new "Angle/DirectX-Darstellung erzwingen"
# renpy/common/00gltest.rpy:63
old "Force OpenGL Renderer"
new "OpenGL-Darstellung erzwingen"
# renpy/common/00gltest.rpy:67
old "Force Software Renderer"
new "Software-Darstellung erzwingen"
# renpy/common/00gltest.rpy:73
old "Changes will take effect the next time this program is run."
new "Die Änderungen werden beim nächsten Neustart des Programms übernommen."
# renpy/common/00gltest.rpy:82
old "Return"
new "Zurück"
# renpy/common/00gltest.rpy:112
old "Performance Warning"
new "Performance Warnung"
# renpy/common/00gltest.rpy:117
old "This computer is using software rendering."
new "Dieser Computer verwendet Software-Darstellung."
# renpy/common/00gltest.rpy:119
old "This computer is not using shaders."
new "Dieser Computer verwendet keine Shader."
# renpy/common/00gltest.rpy:121
old "This computer is displaying graphics slowly."
new "Dieser Computer zeigt Grafiken langsam an."
# renpy/common/00gltest.rpy:123
old "This computer has a problem displaying graphics: [problem]."
new "Dieser Computer hat ein Problem, Grafiken anzuzeigen: [problem]."
# renpy/common/00gltest.rpy:128
old "Its graphics drivers may be out of date or not operating correctly. This can lead to slow or incorrect graphics display. Updating DirectX could fix this problem."
new "Die Grafiktreiber könnten nicht mehr aktuell sein oder nicht korrekt funktionieren. Dies kann zu langsamer oder inkorrekter Grafikanzeige führen. Das Aktualisieren von DirectX könnte dieses Problem beheben."
# renpy/common/00gltest.rpy:130
old "Its graphics drivers may be out of date or not operating correctly. This can lead to slow or incorrect graphics display."
new "Die Grafiktreiber könnten nicht mehr aktuell sein oder nicht korrekt funktionieren. Dies kann zu langsamer oder inkorrekter Grafikanzeige führen."
# renpy/common/00gltest.rpy:135
old "Update DirectX"
new "DirectX aktualisieren"
# renpy/common/00gltest.rpy:141
old "Continue, Show this warning again"
new "Fortsetzen, diese Warnung wieder anzeigen"
# renpy/common/00gltest.rpy:145
old "Continue, Don't show warning again"
new "Fortsetzen, diese Warnung nicht mehr anzeigen"
# renpy/common/00gltest.rpy:171
old "Updating DirectX."
new "DirectX aktualisieren."
# renpy/common/00gltest.rpy:175
old "DirectX web setup has been started. It may start minimized in the taskbar. Please follow the prompts to install DirectX."
new "DirectX Websetup wurde gestartet. Es könnte minimiert in der Taskleiste starten. Bitte folgen Sie den Anweisungen, um DirectX zu installieren."
# renpy/common/00gltest.rpy:179
old "{b}Note:{/b} Microsoft's DirectX web setup program will, by default, install the Bing toolbar. If you do not want this toolbar, uncheck the appropriate box."
new "{b}Anmerkung:{/b} Microsofts DirectX Websetup-Programm installiert automatisch die Bing-Toolbar. Wenn Sie diese Toolbar nicht möchten, entfernen Sie das Häkchen bei der entsprechenden Schaltfläche."
# renpy/common/00gltest.rpy:183
old "When setup finishes, please click below to restart this program."
new "Wenn die Installation abgeschlossen ist, klicken Sie bitte unten, um dieses Programm neuzustarten."
# renpy/common/00gltest.rpy:185
old "Restart"
new "Neustart"
translate german strings:
# renpy/common/00keymap.rpy:167
old "Saved screenshot as %s."
new "Screenshot unter %s gespeichert."
translate german strings:
# renpy/common/00layout.rpy:421
old "Are you sure?"
new "Sind Sie sicher?"
# renpy/common/00layout.rpy:422
old "Are you sure you want to delete this save?"
new "Sind Sie sicher, dass Sie diese Datei löschen möchten?"
# renpy/common/00layout.rpy:423
old "Are you sure you want to overwrite your save?"
new "Sind Sie sicher, dass Sie diese Datei überschreiben möchten?"
# renpy/common/00layout.rpy:424
old "Loading will lose unsaved progress.\nAre you sure you want to do this?"
new "Beim Laden geht ungespeicherter Fortschritt verloren.\nSind Sie sicher, dass Sie das tun möchten?"
# renpy/common/00layout.rpy:425
old "Are you sure you want to quit?"
new "Sind Sie sicher, dass Sie beenden möchten?"
# renpy/common/00layout.rpy:426
old "Are you sure you want to return to the main menu?\nThis will lose unsaved progress."
new "Sind Sie sicher, dass Sie zurück zum Hauptmenü möchten?\nUngespeicherter Fortschritt geht dabei verloren."
# renpy/common/00layout.rpy:427
old "Are you sure you want to begin skipping?"
new "Sind Sie sicher, dass Sie vorspulen möchten?"
# renpy/common/00layout.rpy:428
old "Are you sure you want to skip to the next choice?"
new "Sind Sie sicher, dass Sie zur nächsten Auswahl vorspulen möchten?"
# renpy/common/00layout.rpy:429
old "Are you sure you want to skip to unseen dialogue or the next choice?"
new "Sind Sie sicher, dass Sie zum nächsten ungelesenen Dialog oder zur nächsten Auswahl vorspulen möchten?"
translate german strings:
# renpy/common/00library.rpy:77
old "Skip Mode"
new "Vorspulen"
# renpy/common/00library.rpy:80
old "Fast Skip Mode"
new "Schnell vorspulen"
translate german strings:
# renpy/common/00updater.rpy:1255
old "Updater"
new "Aktualisieren"
# renpy/common/00updater.rpy:1264
old "This program is up to date."
new "Dieses Programm ist aktuell."
# renpy/common/00updater.rpy:1266
old "[u.version] is available. Do you want to install it?"
new "[u.version] ist verfügbar. Möchten Sie sie installieren?"
# renpy/common/00updater.rpy:1268
old "Preparing to download the updates."
new "Vorbereiten, um die Aktualisierungen herunterzuladen."
# renpy/common/00updater.rpy:1270
old "Downloading the updates."
new "Aktualisierungen werden heruntergeladen."
# renpy/common/00updater.rpy:1272
old "Unpacking the updates."
new "Aktualisierungen werden entpackt."
# renpy/common/00updater.rpy:1276
old "The updates have been installed. The program will restart."
new "Die Aktualisierungen wurden installiert. Das Programm wird nun neustarten."
# renpy/common/00updater.rpy:1278
old "The updates have been installed."
new "Die Aktualisierungen wurden installiert."
# renpy/common/00updater.rpy:1280
old "The updates were cancelled."
new "Die Aktualisierungen wurden abgebrochen."
translate german strings:
# renpy/common/_compat/gamemenu.rpym:180
old "Empty Slot."
new "Leerer Speicherplatz."
# renpy/common/_compat/gamemenu.rpym:337
old "Previous"
new "Vorige"
# renpy/common/_compat/gamemenu.rpym:344
old "Next"
new "Nächste"
translate german strings:
# renpy/common/_compat/preferences.rpym:411
old "Joystick Mapping"
new "Joystickbelegung"
translate german strings:
# renpy/common/_errorhandling.rpym:434
old "Rollback"
new "Zurückscrollen"
# renpy/common/_errorhandling.rpym:436
old "Attempts a roll back to a prior time, allowing you to save or choose a different choice."
new "Versucht zu einem früheren Zeitpunkt zu gehen und ermöglicht es zu speichern oder eine andere Auswahl zu treffen."
# renpy/common/_errorhandling.rpym:441
old "Ignores the exception, allowing you to continue. This often leads to additional errors."
new "Ignoriert den Fehler und ermöglicht es, fortzufahren. Dies führt oft zu weiteren Fehlern."
# renpy/common/_errorhandling.rpym:446
old "Reloads the game from disk, saving and restoring game state if possible."
new "Startet das Spiel neu und stellt den Spielstand wieder her, wenn möglich."
# renpy/common/_errorhandling.rpym:450
old "Opens the traceback.txt file in a text editor."
new "Öffnet die traceback.txt Datei in einem Texteditor."
# renpy/common/_errorhandling.rpym:483
old "Parsing the script failed."
new "Syntaxanalyse gescheitert."
# renpy/common/_errorhandling.rpym:510
old "Open Parse Errors"
new "Fehleranalyse öffnen"
# renpy/common/_errorhandling.rpym:512
old "Opens the errors.txt file in a text editor."
new "Öffnet die errors.txt Datei in einem Texteditor."
translate german strings:
# renpy/common/_layout/classic_load_save.rpym:152
old "a"
new "a"
# renpy/common/_layout/classic_load_save.rpym:161
old "q"
new "s"
translate german strings:
# renpy/common/00console.rpy:179
old "%(version)s console, originally by Shiz, C, and delta.\n"
new "%(version)s Konsole, ursprünglich von Shiz, C und delta.\n"
# renpy/common/00console.rpy:180
old "Press <esc> to exit console. Type help for help.\n"
new "Drücken Sie <esc>, um die Konsole zu schließen. Geben Sie „help“ ein, um die Hilfe anzuzeigen.\n"
# renpy/common/00console.rpy:184
old "Ren'Py script enabled."
new "RenPy Skript aktiviert."
# renpy/common/00console.rpy:186
old "Ren'Py script disabled."
new "RenPy Skript deaktiviert."
# renpy/common/00console.rpy:392
old "help: show this help"
new "help: zeigt diese Hilfe an"
# renpy/common/00console.rpy:397
old "commands:\n"
new "Befehle:\n"
# renpy/common/00console.rpy:407
old " <renpy script statement>: run the statement\n"
new " <renpy script statement>: startet die Anweisung\n"
# renpy/common/00console.rpy:409
old " <python expression or statement>: run the expression or statement"
new " <python expression or statement>: startet den Ausdruck oder die Anweisung"
# renpy/common/00console.rpy:417
old "clear: clear the console history"
new "clear: leert das Konsolenprotokoll"
# renpy/common/00console.rpy:421
old "exit: exit the console"
new "exit: schließt die Konsole"
# renpy/common/00console.rpy:429
old "load <slot>: loads the game from slot"
new "load <slot>: lädt das Spiel aus dem Speicherplatz"
# renpy/common/00console.rpy:442
old "save <slot>: saves the game in slot"
new "save <slot>: speichert das Spiel im Speicherplatz"
# renpy/common/00console.rpy:453
old "reload: reloads the game, refreshing the scripts"
new "reload: startet das Spiel neu und erneuert die Skripte"
# renpy/common/00console.rpy:461
old "watch <expression>: watch a python expression"
new "watch <expression>: beobachtet einen Python-Ausdruck"
# renpy/common/00console.rpy:470
old "unwatch <expression>: stop watching an expression"
new "unwatch <expression>: beendet das Beobachten eines Ausdrucks"
# renpy/common/00console.rpy:478
old "unwatchall: stop watching all expressions"
new "unwatchall: beendet das Beobachten aller Ausdrücke"
# renpy/common/00console.rpy:484
old "jump <label>: jumps to label"
new "jump <label>: springt zum Label"
translate german strings:
# renpy/common/00keymap.rpy:332
old "Autoreload"
new "Autoneustart"
translate german strings:
# renpy/common/_developer/developer.rpym:65
old "Developer Menu"
new "Entwicklermenü"
# renpy/common/_developer/developer.rpym:67
old "Reload Game (Shift+R)"
new "Spiel neustarten (Shift + R)"
# renpy/common/_developer/developer.rpym:69
old "Console (Shift+O)"
new "Konsole (Shift + O)"
# renpy/common/_developer/developer.rpym:71
old "Variable Viewer"
new "Variablen anzeigen"
# renpy/common/_developer/developer.rpym:73
old "Theme Test"
new "Themetest"
# renpy/common/_developer/developer.rpym:75
old "Image Location Picker"
new "Grafikposition auswählen"
# renpy/common/_developer/developer.rpym:77
old "Filename List"
new "Liste der Dateinamen"
# renpy/common/_developer/developer.rpym:81
old "Show Image Load Log"
new "Grafiklog anzeigen"
# renpy/common/_developer/developer.rpym:84
old "Hide Image Load Log"
new "Grafiklog verbergen"
# renpy/common/_developer/developer.rpym:149
old "No variables have changed since the game started."
new "Keine Variablen wurden geändert, seit das Spiel gestartet wurde."
# renpy/common/_developer/developer.rpym:152
old "Return to the developer menu"
new "Zurück zum Entwicklermenü"
# renpy/common/_developer/developer.rpym:272
old "{b}Missing Images{/b}"
new "{b}Fehlende Grafiken{/b}"
# renpy/common/_developer/developer.rpym:424
old "Rectangle: %r"
new "Rechteck: %r"
# renpy/common/_developer/developer.rpym:429
old "Mouse position: %r"
new "Mausposition: %r"
# renpy/common/_developer/developer.rpym:431
old "Right-click or escape to quit."
new "Rechtsklick oder Escape, um zu beenden."
# renpy/common/_developer/developer.rpym:482
old "Done"
new "Fertig"
translate german strings:
# renpy/common/_developer/inspector.rpym:43
old "Displayable Inspector"
new "Darstellungen prüfen"
# renpy/common/_developer/inspector.rpym:49
old "Nothing to inspect."
new "Nichts zum Prüfen verfügbar"
# renpy/common/_developer/inspector.rpym:58
old "Size"
new "Größe"
# renpy/common/_developer/inspector.rpym:63
old "Style"
new "Stil"
# renpy/common/_developer/inspector.rpym:123
old "Inspecting Styles of [displayable_name!q]"
new "Prüft Stile von [displayable_name!q]"
# renpy/common/_developer/inspector.rpym:135
old "displayable:"
new "Darstellungen:"
# renpy/common/_developer/inspector.rpym:142
old " (no properties affect the displayable)"
new " (keine Eigenschaften beeinflussen diese Darstellung)"
# renpy/common/_developer/inspector.rpym:144
old " (default properties omitted)"
new " (Standardeigenschaften entfallen)"
# renpy/common/_developer/inspector.rpym:174
old "<repr() failed>"
new "<repr() gescheitert>"
translate german strings:
# renpy/common/00action_file.rpy:118
old "%b %d, %H:%M"
new "%d. %b, %H:%M"
# renpy/common/00action_file.rpy:587
old "Quick save complete."
new "Schnellspeicherung erfolgreich."
translate german strings:
# renpy/common/00gallery.rpy:521
old "Image [index] of [count] locked."
new "Grafik [index] von [count] gesperrt."
# renpy/common/00gallery.rpy:539
old "prev"
new "vor"
# renpy/common/00gallery.rpy:540
old "next"
new "weiter"
# renpy/common/00gallery.rpy:541
old "slideshow"
new "slideshow"
# renpy/common/00gallery.rpy:542
old "return"
new "zurück"
translate german strings:
# renpy/common/00gltest.rpy:50
old "Graphics Acceleration"
new "Grafikbeschleuniger"
# renpy/common/00gltest.rpy:54
old "Automatically Choose"
new "Automatisch auswählen"
# renpy/common/00gltest.rpy:59
old "Force Angle/DirectX Renderer"
new "Angle/DirectX-Darstellung erzwingen"
# renpy/common/00gltest.rpy:63
old "Force OpenGL Renderer"
new "OpenGL-Darstellung erzwingen"
# renpy/common/00gltest.rpy:67
old "Force Software Renderer"
new "Software-Darstellung erzwingen"
# renpy/common/00gltest.rpy:73
old "Changes will take effect the next time this program is run."
new "Die Änderungen werden beim nächsten Neustart des Programms übernommen."
# renpy/common/00gltest.rpy:82
old "Return"
new "Zurück"
# renpy/common/00gltest.rpy:112
old "Performance Warning"
new "Performance Warnung"
# renpy/common/00gltest.rpy:117
old "This computer is using software rendering."
new "Dieser Computer verwendet Software-Darstellung."
# renpy/common/00gltest.rpy:119
old "This computer is not using shaders."
new "Dieser Computer verwendet keine Shader."
# renpy/common/00gltest.rpy:121
old "This computer is displaying graphics slowly."
new "Dieser Computer zeigt Grafiken langsam an."
# renpy/common/00gltest.rpy:123
old "This computer has a problem displaying graphics: [problem]."
new "Dieser Computer hat ein Problem, Grafiken anzuzeigen: [problem]."
# renpy/common/00gltest.rpy:128
old "Its graphics drivers may be out of date or not operating correctly. This can lead to slow or incorrect graphics display. Updating DirectX could fix this problem."
new "Die Grafiktreiber könnten nicht mehr aktuell sein oder nicht korrekt funktionieren. Dies kann zu langsamer oder inkorrekter Grafikanzeige führen. Das Aktualisieren von DirectX könnte dieses Problem beheben."
# renpy/common/00gltest.rpy:130
old "Its graphics drivers may be out of date or not operating correctly. This can lead to slow or incorrect graphics display."
new "Die Grafiktreiber könnten nicht mehr aktuell sein oder nicht korrekt funktionieren. Dies kann zu langsamer oder inkorrekter Grafikanzeige führen."
# renpy/common/00gltest.rpy:135
old "Update DirectX"
new "DirectX aktualisieren"
# renpy/common/00gltest.rpy:141
old "Continue, Show this warning again"
new "Fortsetzen, diese Warnung wieder anzeigen"
# renpy/common/00gltest.rpy:145
old "Continue, Don't show warning again"
new "Fortsetzen, diese Warnung nicht mehr anzeigen"
# renpy/common/00gltest.rpy:171
old "Updating DirectX."
new "DirectX aktualisieren."
# renpy/common/00gltest.rpy:175
old "DirectX web setup has been started. It may start minimized in the taskbar. Please follow the prompts to install DirectX."
new "DirectX Websetup wurde gestartet. Es könnte minimiert in der Taskleiste starten. Bitte folgen Sie den Anweisungen, um DirectX zu installieren."
# renpy/common/00gltest.rpy:179
old "{b}Note:{/b} Microsoft's DirectX web setup program will, by default, install the Bing toolbar. If you do not want this toolbar, uncheck the appropriate box."
new "{b}Anmerkung:{/b} Microsofts DirectX Websetup-Programm installiert automatisch die Bing-Toolbar. Wenn Sie diese Toolbar nicht möchten, entfernen Sie das Häkchen bei der entsprechenden Schaltfläche."
# renpy/common/00gltest.rpy:183
old "When setup finishes, please click below to restart this program."
new "Wenn die Installation abgeschlossen ist, klicken Sie bitte unten, um dieses Programm neuzustarten."
# renpy/common/00gltest.rpy:185
old "Restart"
new "Neustart"
translate german strings:
# renpy/common/00keymap.rpy:167
old "Saved screenshot as %s."
new "Screenshot unter %s gespeichert."
translate german strings:
# renpy/common/00layout.rpy:421
old "Are you sure?"
new "Sind Sie sicher?"
# renpy/common/00layout.rpy:422
old "Are you sure you want to delete this save?"
new "Sind Sie sicher, dass Sie diese Datei löschen möchten?"
# renpy/common/00layout.rpy:423
old "Are you sure you want to overwrite your save?"
new "Sind Sie sicher, dass Sie diese Datei überschreiben möchten?"
# renpy/common/00layout.rpy:424
old "Loading will lose unsaved progress.\nAre you sure you want to do this?"
new "Beim Laden geht ungespeicherter Fortschritt verloren.\nSind Sie sicher, dass Sie das tun möchten?"
# renpy/common/00layout.rpy:425
old "Are you sure you want to quit?"
new "Sind Sie sicher, dass Sie beenden möchten?"
# renpy/common/00layout.rpy:426
old "Are you sure you want to return to the main menu?\nThis will lose unsaved progress."
new "Sind Sie sicher, dass Sie zurück zum Hauptmenü möchten?\nUngespeicherter Fortschritt geht dabei verloren."
# renpy/common/00layout.rpy:427
old "Are you sure you want to begin skipping?"
new "Sind Sie sicher, dass Sie vorspulen möchten?"
# renpy/common/00layout.rpy:428
old "Are you sure you want to skip to the next choice?"
new "Sind Sie sicher, dass Sie zur nächsten Auswahl vorspulen möchten?"
# renpy/common/00layout.rpy:429
old "Are you sure you want to skip to unseen dialogue or the next choice?"
new "Sind Sie sicher, dass Sie zum nächsten ungelesenen Dialog oder zur nächsten Auswahl vorspulen möchten?"
translate german strings:
# renpy/common/00library.rpy:77
old "Skip Mode"
new "Vorspulen"
# renpy/common/00library.rpy:80
old "Fast Skip Mode"
new "Schnell vorspulen"
translate german strings:
# renpy/common/00updater.rpy:1255
old "Updater"
new "Aktualisieren"
# renpy/common/00updater.rpy:1264
old "This program is up to date."
new "Dieses Programm ist aktuell."
# renpy/common/00updater.rpy:1266
old "[u.version] is available. Do you want to install it?"
new "[u.version] ist verfügbar. Möchten Sie sie installieren?"
# renpy/common/00updater.rpy:1268
old "Preparing to download the updates."
new "Vorbereiten, um die Aktualisierungen herunterzuladen."
# renpy/common/00updater.rpy:1270
old "Downloading the updates."
new "Aktualisierungen werden heruntergeladen."
# renpy/common/00updater.rpy:1272
old "Unpacking the updates."
new "Aktualisierungen werden entpackt."
# renpy/common/00updater.rpy:1276
old "The updates have been installed. The program will restart."
new "Die Aktualisierungen wurden installiert. Das Programm wird nun neustarten."
# renpy/common/00updater.rpy:1278
old "The updates have been installed."
new "Die Aktualisierungen wurden installiert."
# renpy/common/00updater.rpy:1280
old "The updates were cancelled."
new "Die Aktualisierungen wurden abgebrochen."
translate german strings:
# renpy/common/_compat/gamemenu.rpym:180
old "Empty Slot."
new "Leerer Speicherplatz."
# renpy/common/_compat/gamemenu.rpym:337
old "Previous"
new "Vorige"
# renpy/common/_compat/gamemenu.rpym:344
old "Next"
new "Nächste"
translate german strings:
# renpy/common/_compat/preferences.rpym:411
old "Joystick Mapping"
new "Joystickbelegung"
translate german strings:
# renpy/common/_errorhandling.rpym:434
old "Rollback"
new "Zurückscrollen"
# renpy/common/_errorhandling.rpym:436
old "Attempts a roll back to a prior time, allowing you to save or choose a different choice."
new "Versucht zu einem früheren Zeitpunkt zu gehen und ermöglicht es zu speichern oder eine andere Auswahl zu treffen."
# renpy/common/_errorhandling.rpym:441
old "Ignores the exception, allowing you to continue. This often leads to additional errors."
new "Ignoriert den Fehler und ermöglicht es, fortzufahren. Dies führt oft zu weiteren Fehlern."
# renpy/common/_errorhandling.rpym:446
old "Reloads the game from disk, saving and restoring game state if possible."
new "Startet das Spiel neu und stellt den Spielstand wieder her, wenn möglich."
# renpy/common/_errorhandling.rpym:450
old "Opens the traceback.txt file in a text editor."
new "Öffnet die traceback.txt Datei in einem Texteditor."
# renpy/common/_errorhandling.rpym:483
old "Parsing the script failed."
new "Syntaxanalyse gescheitert."
# renpy/common/_errorhandling.rpym:510
old "Open Parse Errors"
new "Fehleranalyse öffnen"
# renpy/common/_errorhandling.rpym:512
old "Opens the errors.txt file in a text editor."
new "Öffnet die errors.txt Datei in einem Texteditor."
translate german strings:
# renpy/common/_layout/classic_load_save.rpym:152
old "a"
new "a"
# renpy/common/_layout/classic_load_save.rpym:161
old "q"
new "s"
translate german strings:
# renpy/common/00console.rpy:179
old "%(version)s console, originally by Shiz, C, and delta.\n"
new "%(version)s Konsole, ursprünglich von Shiz, C und delta.\n"
# renpy/common/00console.rpy:180
old "Press <esc> to exit console. Type help for help.\n"
new "Drücken Sie <esc>, um die Konsole zu schließen. Geben Sie „help“ ein, um die Hilfe anzuzeigen.\n"
# renpy/common/00console.rpy:184
old "Ren'Py script enabled."
new "RenPy Skript aktiviert."
# renpy/common/00console.rpy:186
old "Ren'Py script disabled."
new "RenPy Skript deaktiviert."
# renpy/common/00console.rpy:392
old "help: show this help"
new "help: zeigt diese Hilfe an"
# renpy/common/00console.rpy:397
old "commands:\n"
new "Befehle:\n"
# renpy/common/00console.rpy:407
old " <renpy script statement>: run the statement\n"
new " <renpy script statement>: startet die Anweisung\n"
# renpy/common/00console.rpy:409
old " <python expression or statement>: run the expression or statement"
new " <python expression or statement>: startet den Ausdruck oder die Anweisung"
# renpy/common/00console.rpy:417
old "clear: clear the console history"
new "clear: leert das Konsolenprotokoll"
# renpy/common/00console.rpy:421
old "exit: exit the console"
new "exit: schließt die Konsole"
# renpy/common/00console.rpy:429
old "load <slot>: loads the game from slot"
new "load <slot>: lädt das Spiel aus dem Speicherplatz"
# renpy/common/00console.rpy:442
old "save <slot>: saves the game in slot"
new "save <slot>: speichert das Spiel im Speicherplatz"
# renpy/common/00console.rpy:453
old "reload: reloads the game, refreshing the scripts"
new "reload: startet das Spiel neu und erneuert die Skripte"
# renpy/common/00console.rpy:461
old "watch <expression>: watch a python expression"
new "watch <expression>: beobachtet einen Python-Ausdruck"
# renpy/common/00console.rpy:470
old "unwatch <expression>: stop watching an expression"
new "unwatch <expression>: beendet das Beobachten eines Ausdrucks"
# renpy/common/00console.rpy:478
old "unwatchall: stop watching all expressions"
new "unwatchall: beendet das Beobachten aller Ausdrücke"
# renpy/common/00console.rpy:484
old "jump <label>: jumps to label"
new "jump <label>: springt zum Label"
translate german strings:
# renpy/common/00keymap.rpy:332
old "Autoreload"
new "Autoneustart"
translate german strings:
# renpy/common/_developer/developer.rpym:65
old "Developer Menu"
new "Entwicklermenü"
# renpy/common/_developer/developer.rpym:67
old "Reload Game (Shift+R)"
new "Spiel neustarten (Shift + R)"
# renpy/common/_developer/developer.rpym:69
old "Console (Shift+O)"
new "Konsole (Shift + O)"
# renpy/common/_developer/developer.rpym:71
old "Variable Viewer"
new "Variablen anzeigen"
# renpy/common/_developer/developer.rpym:73
old "Theme Test"
new "Themetest"
# renpy/common/_developer/developer.rpym:75
old "Image Location Picker"
new "Grafikposition auswählen"
# renpy/common/_developer/developer.rpym:77
old "Filename List"
new "Liste der Dateinamen"
# renpy/common/_developer/developer.rpym:81
old "Show Image Load Log"
new "Grafiklog anzeigen"
# renpy/common/_developer/developer.rpym:84
old "Hide Image Load Log"
new "Grafiklog verbergen"
# renpy/common/_developer/developer.rpym:149
old "No variables have changed since the game started."
new "Keine Variablen wurden geändert, seit das Spiel gestartet wurde."
# renpy/common/_developer/developer.rpym:152
old "Return to the developer menu"
new "Zurück zum Entwicklermenü"
# renpy/common/_developer/developer.rpym:272
old "{b}Missing Images{/b}"
new "{b}Fehlende Grafiken{/b}"
# renpy/common/_developer/developer.rpym:424
old "Rectangle: %r"
new "Rechteck: %r"
# renpy/common/_developer/developer.rpym:429
old "Mouse position: %r"
new "Mausposition: %r"
# renpy/common/_developer/developer.rpym:431
old "Right-click or escape to quit."
new "Rechtsklick oder Escape, um zu beenden."
# renpy/common/_developer/developer.rpym:482
old "Done"
new "Fertig"
translate german strings:
# renpy/common/_developer/inspector.rpym:43
old "Displayable Inspector"
new "Darstellungen prüfen"
# renpy/common/_developer/inspector.rpym:49
old "Nothing to inspect."
new "Nichts zum Prüfen verfügbar"
# renpy/common/_developer/inspector.rpym:58
old "Size"
new "Größe"
# renpy/common/_developer/inspector.rpym:63
old "Style"
new "Stil"
# renpy/common/_developer/inspector.rpym:123
old "Inspecting Styles of [displayable_name!q]"
new "Prüft Stile von [displayable_name!q]"
# renpy/common/_developer/inspector.rpym:135
old "displayable:"
new "Darstellungen:"
# renpy/common/_developer/inspector.rpym:142
old " (no properties affect the displayable)"
new " (keine Eigenschaften beeinflussen diese Darstellung)"
# renpy/common/_developer/inspector.rpym:144
old " (default properties omitted)"
new " (Standardeigenschaften entfallen)"
# renpy/common/_developer/inspector.rpym:174
old "<repr() failed>"
new "<repr() gescheitert>"
+42 -42
View File
@@ -1,42 +1,42 @@
translate german strings:
# game/distribute.rpy:313
old "Nothing to do."
new "Nichts zu tun."
# game/distribute.rpy:317
old "Scanning project files..."
new "Projektdateien werden geprüft …"
# game/distribute.rpy:324
old "Scanning Ren'Py files..."
new "RenPy-Dateien werden geprüft …"
# game/distribute.rpy:474
old "Archiving files..."
new "Dateien werden archiviert …"
# game/distribute.rpy:722
old "Writing the [variant] [format] package."
new "Das [variant] [format] Package wird erstellt."
# game/distribute.rpy:735
old "Making the [variant] update zsync file."
new "Die [variant] Update-zsync-Datei wird erstellt."
# game/distribute.rpy:831
old "Processed {b}[complete]{/b} of {b}[total]{/b} files."
new "{b}[complete]{/b} von {b}[total]{/b} Dateien verarbeitet."
# game/distribute.rpy:892
old "All packages have been built.\n\nDue to the presence of permission information, unpacking and repacking the Linux and Macintosh distributions on Windows is not supported."
new "Alle Packages wurden erstellt.\n\nAufgrund von Zugriffsinformationen ist das Entpacken und Neupacken der Linux und Macintosh Veröffentlichungen unter Windows nicht unterstützt."
# game/distribute.rpy:358
old "No packages are selected, so there's nothing to do."
new "Keine Packages wurden ausgewählt."
# game/distribute.rpy:335
old "Building distributions failed:\n\nThe build.directory_name variable may not include the space, colon, or semicolon characters."
new "Erstellen von Veröffentlichungen gescheiter:\n\nDie build.directory_name Variable darf keine Leerzeichen, Doppelpunkte oder Semikolons enthalten."
translate german strings:
# game/distribute.rpy:313
old "Nothing to do."
new "Nichts zu tun."
# game/distribute.rpy:317
old "Scanning project files..."
new "Projektdateien werden geprüft …"
# game/distribute.rpy:324
old "Scanning Ren'Py files..."
new "RenPy-Dateien werden geprüft …"
# game/distribute.rpy:474
old "Archiving files..."
new "Dateien werden archiviert …"
# game/distribute.rpy:722
old "Writing the [variant] [format] package."
new "Das [variant] [format] Package wird erstellt."
# game/distribute.rpy:735
old "Making the [variant] update zsync file."
new "Die [variant] Update-zsync-Datei wird erstellt."
# game/distribute.rpy:831
old "Processed {b}[complete]{/b} of {b}[total]{/b} files."
new "{b}[complete]{/b} von {b}[total]{/b} Dateien verarbeitet."
# game/distribute.rpy:892
old "All packages have been built.\n\nDue to the presence of permission information, unpacking and repacking the Linux and Macintosh distributions on Windows is not supported."
new "Alle Packages wurden erstellt.\n\nAufgrund von Zugriffsinformationen ist das Entpacken und Neupacken der Linux und Macintosh Veröffentlichungen unter Windows nicht unterstützt."
# game/distribute.rpy:358
old "No packages are selected, so there's nothing to do."
new "Keine Packages wurden ausgewählt."
# game/distribute.rpy:335
old "Building distributions failed:\n\nThe build.directory_name variable may not include the space, colon, or semicolon characters."
new "Erstellen von Veröffentlichungen gescheiter:\n\nDie build.directory_name Variable darf keine Leerzeichen, Doppelpunkte oder Semikolons enthalten."
+45 -45
View File
@@ -1,45 +1,45 @@
translate german strings:
# game/distribute_gui.rpy:139
old "Build Distributions: [project.current.name!q]"
new "Erstellt Veröffentlichung: [project.current.name!q]"
# game/distribute_gui.rpy:154
old "Directory Name:"
new "Verzeichnisname:"
# game/distribute_gui.rpy:158
old "Executable Name:"
new "Programmdateiname:"
# game/distribute_gui.rpy:167
old "Actions:"
new "Aktionen:"
# game/distribute_gui.rpy:175
old "Edit options.rpy"
new "options.rpy bearbeiten"
# game/distribute_gui.rpy:176
old "Refresh"
new "Aktualisieren"
# game/distribute_gui.rpy:193
old "Build Packages:"
new "Packages erstellen:"
# game/distribute_gui.rpy:208
old "Build Updates"
new "Aktualisierungen erstellen"
# game/distribute_gui.rpy:212
old "Build"
new "Erstellen"
# game/distribute_gui.rpy:219
old "Errors were detected when running the project. Please ensure the project runs without errors before building distributions."
new "Fehler wurden beim Starten des Projekts gefunden. Bitte stellen Sie sicher, dass das Projekt ohne Fehler läuft, bevor Sie Veröffentlichungen erstellen."
# game/distribute_gui.rpy:236
old "Your project does not contain build information. Would you like to add build information to the end of options.rpy?"
new "Ihr Projekt enthält keine Erstellinformationen. Würden Sie gerne Erstellinformationen am Ende der options.rpy-Datei einfügen?"
translate german strings:
# game/distribute_gui.rpy:139
old "Build Distributions: [project.current.name!q]"
new "Erstellt Veröffentlichung: [project.current.name!q]"
# game/distribute_gui.rpy:154
old "Directory Name:"
new "Verzeichnisname:"
# game/distribute_gui.rpy:158
old "Executable Name:"
new "Programmdateiname:"
# game/distribute_gui.rpy:167
old "Actions:"
new "Aktionen:"
# game/distribute_gui.rpy:175
old "Edit options.rpy"
new "options.rpy bearbeiten"
# game/distribute_gui.rpy:176
old "Refresh"
new "Aktualisieren"
# game/distribute_gui.rpy:193
old "Build Packages:"
new "Packages erstellen:"
# game/distribute_gui.rpy:208
old "Build Updates"
new "Aktualisierungen erstellen"
# game/distribute_gui.rpy:212
old "Build"
new "Erstellen"
# game/distribute_gui.rpy:219
old "Errors were detected when running the project. Please ensure the project runs without errors before building distributions."
new "Fehler wurden beim Starten des Projekts gefunden. Bitte stellen Sie sicher, dass das Projekt ohne Fehler läuft, bevor Sie Veröffentlichungen erstellen."
# game/distribute_gui.rpy:236
old "Your project does not contain build information. Would you like to add build information to the end of options.rpy?"
new "Ihr Projekt enthält keine Erstellinformationen. Würden Sie gerne Erstellinformationen am Ende der options.rpy-Datei einfügen?"
+56 -56
View File
@@ -1,56 +1,56 @@
translate german strings:
# game/editor.rpy:120
old "{b}Recommended.{/b} A beta editor with an easy to use interface and features that aid in development, such as spell-checking. Editra currently lacks the IME support required for Chinese, Japanese, and Korean text input."
new "{b}Empfohlen.{/b} Ein Betaeditor mit einer leichten Benutzeroberfläche und Funktionen, die bei der Entwicklung helfen, wie eine Rechtschreibprüfung. Editra fehlt derzeit die Eingabemethode, die für Chinesisch, Japanisch und Koreanisch benötigt wird."
# game/editor.rpy:121
old "{b}Recommended.{/b} A beta editor with an easy to use interface and features that aid in development, such as spell-checking. Editra currently lacks the IME support required for Chinese, Japanese, and Korean text input. On Linux, Editra requires wxPython."
new "{b}Empfohlen.{/b} Ein Betaeditor mit einer leichten Benutzeroberfläche und Funktionen, die bei der Entwicklung helfen, wie eine Rechtschreibprüfung. Editra fehlt derzeit die Eingabemethode, die für Chinesisch, Japanisch und Koreanisch benötigt wird. Unter Linux benötigt Editra wxPython."
# game/editor.rpy:137
old "This may have occured because wxPython is not installed on this system."
new "Dies ist vermutlich passiert, weil wxPython nicht auf Ihrem System installiert ist."
# game/editor.rpy:144
old "Up to 22 MB download required."
new "Etwa 22 MB benötigt."
# game/editor.rpy:157
old "1.8 MB download required."
new "1,8 MB benötigt."
# game/editor.rpy:158
old "This may have occured because Java is not installed on this system."
new "Dies ist vermutlich passiert, weil Java nicht auf Ihrem System installiert ist."
# game/editor.rpy:327
old "An exception occured while launching the text editor:\n[exception!q]"
new "Ein Fehler ist beim Starten des Texteditors aufgetreten:\n[exception!q]"
# game/editor.rpy:378
old "Select Editor"
new "Editor auswählen"
# game/editor.rpy:393
old "A text editor is the program you'll use to edit Ren'Py script files. Here, you can select the editor Ren'Py will use. If not already present, the editor will be automatically downloaded and installed."
new "Ein Texeditor ist ein Programm, das verwendet wird, um RenPy Skript-Dateien zu bearbeiten. Hier können Sie den Editor auswählen, den RenPy verwenden soll. Wenn dieser noch nicht installiert ist, wird er automatisch heruntergeladen und installiert."
# game/editor.rpy:415
old "Cancel"
new "Abbrechen"
old "A mature editor that requires Java."
new "Ein fortgeschrittener Editor, der Java benötigt."
old "System Editor"
new "Systemeditor"
old "Invokes the editor your operating system has associated with .rpy files."
new "Startet den Editor, den dein Betriebssystem mit .rpy-Dateien assoziiert."
old "None"
new "Keinen"
old "Prevents Ren'Py from opening a text editor."
new "Verhindert, dass RenPy einen Texteditor öffnet."
translate german strings:
# game/editor.rpy:120
old "{b}Recommended.{/b} A beta editor with an easy to use interface and features that aid in development, such as spell-checking. Editra currently lacks the IME support required for Chinese, Japanese, and Korean text input."
new "{b}Empfohlen.{/b} Ein Betaeditor mit einer leichten Benutzeroberfläche und Funktionen, die bei der Entwicklung helfen, wie eine Rechtschreibprüfung. Editra fehlt derzeit die Eingabemethode, die für Chinesisch, Japanisch und Koreanisch benötigt wird."
# game/editor.rpy:121
old "{b}Recommended.{/b} A beta editor with an easy to use interface and features that aid in development, such as spell-checking. Editra currently lacks the IME support required for Chinese, Japanese, and Korean text input. On Linux, Editra requires wxPython."
new "{b}Empfohlen.{/b} Ein Betaeditor mit einer leichten Benutzeroberfläche und Funktionen, die bei der Entwicklung helfen, wie eine Rechtschreibprüfung. Editra fehlt derzeit die Eingabemethode, die für Chinesisch, Japanisch und Koreanisch benötigt wird. Unter Linux benötigt Editra wxPython."
# game/editor.rpy:137
old "This may have occured because wxPython is not installed on this system."
new "Dies ist vermutlich passiert, weil wxPython nicht auf Ihrem System installiert ist."
# game/editor.rpy:144
old "Up to 22 MB download required."
new "Etwa 22 MB benötigt."
# game/editor.rpy:157
old "1.8 MB download required."
new "1,8 MB benötigt."
# game/editor.rpy:158
old "This may have occured because Java is not installed on this system."
new "Dies ist vermutlich passiert, weil Java nicht auf Ihrem System installiert ist."
# game/editor.rpy:327
old "An exception occured while launching the text editor:\n[exception!q]"
new "Ein Fehler ist beim Starten des Texteditors aufgetreten:\n[exception!q]"
# game/editor.rpy:378
old "Select Editor"
new "Editor auswählen"
# game/editor.rpy:393
old "A text editor is the program you'll use to edit Ren'Py script files. Here, you can select the editor Ren'Py will use. If not already present, the editor will be automatically downloaded and installed."
new "Ein Texeditor ist ein Programm, das verwendet wird, um RenPy Skript-Dateien zu bearbeiten. Hier können Sie den Editor auswählen, den RenPy verwenden soll. Wenn dieser noch nicht installiert ist, wird er automatisch heruntergeladen und installiert."
# game/editor.rpy:415
old "Cancel"
new "Abbrechen"
old "A mature editor that requires Java."
new "Ein fortgeschrittener Editor, der Java benötigt."
old "System Editor"
new "Systemeditor"
old "Invokes the editor your operating system has associated with .rpy files."
new "Startet den Editor, den dein Betriebssystem mit .rpy-Dateien assoziiert."
old "None"
new "Keinen"
old "Prevents Ren'Py from opening a text editor."
new "Verhindert, dass RenPy einen Texteditor öffnet."
+26 -26
View File
@@ -1,26 +1,26 @@
translate german strings:
# game/front_page.rpy:90
old "Launch Project"
new "Projekt starten"
# game/front_page.rpy:204
old "Checking script for potential problems..."
new "Überprüft Script auf potentielle Probleme …"
# game/front_page.rpy:219
old "Deleting persistent data..."
new "Löscht Persistent-Dateien …"
# game/front_page.rpy:204
old "Android"
new "Android"
# game/front_page.rpy:206
old "Extract Dialogue"
new "Dialoge extrahieren"
# game/front_page.rpy:144
old "[p.name!q] (template)"
new "[p.name!q] (Vorlage)"
translate german strings:
# game/front_page.rpy:90
old "Launch Project"
new "Projekt starten"
# game/front_page.rpy:204
old "Checking script for potential problems..."
new "Überprüft Script auf potentielle Probleme …"
# game/front_page.rpy:219
old "Deleting persistent data..."
new "Löscht Persistent-Dateien …"
# game/front_page.rpy:204
old "Android"
new "Android"
# game/front_page.rpy:206
old "Extract Dialogue"
new "Dialoge extrahieren"
# game/front_page.rpy:144
old "[p.name!q] (template)"
new "[p.name!q] (Vorlage)"
+85 -85
View File
@@ -1,85 +1,85 @@
translate german strings:
# game/interface.rpy:89
old "Documentation"
new "Dokumentation"
# game/interface.rpy:90
old "Ren'Py Website"
new "RenPy Webseite"
# game/interface.rpy:91
old "Ren'Py Games List"
new "RenPy Spieleliste"
# game/interface.rpy:92
old "About"
new "Über"
# game/interface.rpy:99
old "update"
new "Aktualisieren"
# game/interface.rpy:101
old "preferences"
new "Einstellungen"
# game/interface.rpy:102
old "quit"
new "Beenden"
# game/interface.rpy:149
old "Yes"
new "Ja"
# game/interface.rpy:151
old "No"
new "Nein"
# game/interface.rpy:181
old "Due to package format limitations, non-ASCII file and directory names are not allowed."
new "Aufgrund von Formateinschränkungen sind nicht-ASCII Datei- und Verzeichnisnamen nicht erlaubt."
# game/interface.rpy:183
old "[title]"
new "[title]"
# game/interface.rpy:248
old "ERROR"
new "FEHLER"
# game/interface.rpy:280
old "While [what!q], an error occured:"
new "Während [what!q] ist ein Fehler aufgetreten:"
# game/interface.rpy:281
old "[exception!q]"
new "[exception!q]"
# game/interface.rpy:298
old "Text input may not contain the {{ or [[ characters."
new "Die Texteingabe darf keine {{ oder [[ enthalten."
# game/interface.rpy:303
old "File and directory names may not contain / or \\."
new "Datei- und Verzeichnisnamen dürfen keine / oder \\ enthalten."
# game/interface.rpy:309
old "File and directory names must consist of ASCII characters."
new "Datei- und Verzeichnisnamen müssen aus ASCII-Buchstaben bestehen."
# game/interface.rpy:330
old "INFORMATION"
new "INFORMATION"
# game/interface.rpy:373
old "PROCESSING"
new "VERARBEITUNG"
# game/interface.rpy:390
old "QUESTION"
new "FRAGE"
# game/interface.rpy:451
old "CHOICE"
new "AUSWAHL"
translate german strings:
# game/interface.rpy:89
old "Documentation"
new "Dokumentation"
# game/interface.rpy:90
old "Ren'Py Website"
new "RenPy Webseite"
# game/interface.rpy:91
old "Ren'Py Games List"
new "RenPy Spieleliste"
# game/interface.rpy:92
old "About"
new "Über"
# game/interface.rpy:99
old "update"
new "Aktualisieren"
# game/interface.rpy:101
old "preferences"
new "Einstellungen"
# game/interface.rpy:102
old "quit"
new "Beenden"
# game/interface.rpy:149
old "Yes"
new "Ja"
# game/interface.rpy:151
old "No"
new "Nein"
# game/interface.rpy:181
old "Due to package format limitations, non-ASCII file and directory names are not allowed."
new "Aufgrund von Formateinschränkungen sind nicht-ASCII Datei- und Verzeichnisnamen nicht erlaubt."
# game/interface.rpy:183
old "[title]"
new "[title]"
# game/interface.rpy:248
old "ERROR"
new "FEHLER"
# game/interface.rpy:280
old "While [what!q], an error occured:"
new "Während [what!q] ist ein Fehler aufgetreten:"
# game/interface.rpy:281
old "[exception!q]"
new "[exception!q]"
# game/interface.rpy:298
old "Text input may not contain the {{ or [[ characters."
new "Die Texteingabe darf keine {{ oder [[ enthalten."
# game/interface.rpy:303
old "File and directory names may not contain / or \\."
new "Datei- und Verzeichnisnamen dürfen keine / oder \\ enthalten."
# game/interface.rpy:309
old "File and directory names must consist of ASCII characters."
new "Datei- und Verzeichnisnamen müssen aus ASCII-Buchstaben bestehen."
# game/interface.rpy:330
old "INFORMATION"
new "INFORMATION"
# game/interface.rpy:373
old "PROCESSING"
new "VERARBEITUNG"
# game/interface.rpy:390
old "QUESTION"
new "FRAGE"
# game/interface.rpy:451
old "CHOICE"
new "AUSWAHL"
+69 -69
View File
@@ -1,69 +1,69 @@
translate german strings:
# game/navigation.rpy:150
old "Navigate: [project.current.name]"
new "Navigieren: [project.current.name]"
# game/navigation.rpy:159
old "Order: "
new "Reihenfolge:"
# game/navigation.rpy:160
old "alphabetical"
new "Alphabetisch"
# game/navigation.rpy:162
old "by-file"
new "Nach Datei"
# game/navigation.rpy:164
old "natural"
new "Natürlich"
# game/navigation.rpy:168
old "refresh"
new "Aktualisieren"
# game/navigation.rpy:176
old "Category:"
new "Kategorie"
# game/navigation.rpy:178
old "files"
new "Dateien"
# game/navigation.rpy:179
old "labels"
new "Labels"
# game/navigation.rpy:180
old "defines"
new "Defines"
# game/navigation.rpy:181
old "transforms"
new "Transforms"
# game/navigation.rpy:182
old "screens"
new "Bildschirme"
# game/navigation.rpy:183
old "callables"
new "Callables"
# game/navigation.rpy:184
old "TODOs"
new "TODOs"
# game/navigation.rpy:223
old "+ Add script file"
new "+ Script-Datei hinzufügen"
# game/navigation.rpy:231
old "No TODO comments found.\n\nTo create one, include \"# TODO\" in your script."
new "Keine TODO-Kommentare gefunden.\n\nUm einen zu erstellen, bauen Sie „# TODO“ in Ihr Script ein."
# game/navigation.rpy:238
old "The list of names is empty."
new "Die Namensliste ist leer."
translate german strings:
# game/navigation.rpy:150
old "Navigate: [project.current.name]"
new "Navigieren: [project.current.name]"
# game/navigation.rpy:159
old "Order: "
new "Reihenfolge:"
# game/navigation.rpy:160
old "alphabetical"
new "Alphabetisch"
# game/navigation.rpy:162
old "by-file"
new "Nach Datei"
# game/navigation.rpy:164
old "natural"
new "Natürlich"
# game/navigation.rpy:168
old "refresh"
new "Aktualisieren"
# game/navigation.rpy:176
old "Category:"
new "Kategorie"
# game/navigation.rpy:178
old "files"
new "Dateien"
# game/navigation.rpy:179
old "labels"
new "Labels"
# game/navigation.rpy:180
old "defines"
new "Defines"
# game/navigation.rpy:181
old "transforms"
new "Transforms"
# game/navigation.rpy:182
old "screens"
new "Bildschirme"
# game/navigation.rpy:183
old "callables"
new "Callables"
# game/navigation.rpy:184
old "TODOs"
new "TODOs"
# game/navigation.rpy:223
old "+ Add script file"
new "+ Script-Datei hinzufügen"
# game/navigation.rpy:231
old "No TODO comments found.\n\nTo create one, include \"# TODO\" in your script."
new "Keine TODO-Kommentare gefunden.\n\nUm einen zu erstellen, bauen Sie „# TODO“ in Ihr Script ein."
# game/navigation.rpy:238
old "The list of names is empty."
new "Die Namensliste ist leer."
+38 -38
View File
@@ -1,38 +1,38 @@
translate german strings:
# game/new_project.rpy:22
old "Choose Project Template"
new "Projektvorlage auswählen"
# game/new_project.rpy:40
old "Please select a template to use for your new project. Ren'Py ships with a default template that creates an English-language game with standard screens."
new "Bitte wählen Sie eine Vorlage für Ihr neues Projekt. RenPy hat eine Standard-Vorlage, die ein englischsprachiges Spiel mit Standardmenüs erstellt."
# game/new_project.rpy:55
old "PROJECT NAME"
new "PROJEKT NAME"
# game/new_project.rpy:56
old "Please enter the name of your project:"
new "Bitte geben Sie den Namen Ihres Projekts ein:"
# game/new_project.rpy:62
old "The project name may not be empty."
new "Der Projektname kann nicht leer sein."
# game/new_project.rpy:67
old "[project_name!q] already exists. Please choose a different project name."
new "[project_name!q] existiert bereits. Bitte wählen Sie einen anderen Projektnamen."
# game/new_project.rpy:70
old "[project_dir!q] already exists. Please choose a different project name."
new "[project_dir!q] existiert bereits. Bitte wählen Sie einen anderen Projektnamen."
# game/new_project.rpy:40
old "Please select a template to use for your new project. The template sets the default font and the user interface language. If your language is not supported, choose 'english'."
new "Bitte wählen Sie eine Vorlage für Ihr neues Projekt. Die Vorlage legt die Standard-Schriftart fest und die Sprache der Benutzeroberfläche. Wenn Ihre Sprache nicht verfügbar ist, wählen Sie bitte 'english'."
# game/new_project.rpy:71
old "The projects directory could not be set. Giving up."
new "Das Projektverzeichnis konnte nicht festgelegt werden."
translate german strings:
# game/new_project.rpy:22
old "Choose Project Template"
new "Projektvorlage auswählen"
# game/new_project.rpy:40
old "Please select a template to use for your new project. Ren'Py ships with a default template that creates an English-language game with standard screens."
new "Bitte wählen Sie eine Vorlage für Ihr neues Projekt. RenPy hat eine Standard-Vorlage, die ein englischsprachiges Spiel mit Standardmenüs erstellt."
# game/new_project.rpy:55
old "PROJECT NAME"
new "PROJEKT NAME"
# game/new_project.rpy:56
old "Please enter the name of your project:"
new "Bitte geben Sie den Namen Ihres Projekts ein:"
# game/new_project.rpy:62
old "The project name may not be empty."
new "Der Projektname kann nicht leer sein."
# game/new_project.rpy:67
old "[project_name!q] already exists. Please choose a different project name."
new "[project_name!q] existiert bereits. Bitte wählen Sie einen anderen Projektnamen."
# game/new_project.rpy:70
old "[project_dir!q] already exists. Please choose a different project name."
new "[project_dir!q] existiert bereits. Bitte wählen Sie einen anderen Projektnamen."
# game/new_project.rpy:40
old "Please select a template to use for your new project. The template sets the default font and the user interface language. If your language is not supported, choose 'english'."
new "Bitte wählen Sie eine Vorlage für Ihr neues Projekt. Die Vorlage legt die Standard-Schriftart fest und die Sprache der Benutzeroberfläche. Wenn Ihre Sprache nicht verfügbar ist, wählen Sie bitte 'english'."
# game/new_project.rpy:71
old "The projects directory could not be set. Giving up."
new "Das Projektverzeichnis konnte nicht festgelegt werden."
+57 -57
View File
@@ -1,57 +1,57 @@
translate german strings:
# game/preferences.rpy:40
old "Launcher Preferences"
new "Launcher Einstellungen"
# game/preferences.rpy:61
old "Projects Directory:"
new "Projektverzeichnis:"
# game/preferences.rpy:68
old "[persistent.projects_directory!q]"
new "[persistent.projects_directory!q]"
# game/preferences.rpy:70
old "Not Set"
new "Nicht eingestellt"
# game/preferences.rpy:84
old "Text Editor:"
new "Texteditor:"
# game/preferences.rpy:106
old "Update Channel:"
new "Aktualisierungskanal:"
# game/preferences.rpy:126
old "Navigation Options:"
new "Navigationsoptionen:"
# game/preferences.rpy:130
old "Include private names"
new "Vertrauliche Namen einschließen"
# game/preferences.rpy:131
old "Include library names"
new "Programmnamen einschließen"
# game/preferences.rpy:141
old "Launcher Options:"
new "Launcher Optionen:"
# game/preferences.rpy:145
old "Hardware rendering"
new "Hardware Wiedergabe"
# game/preferences.rpy:148
old "Console output"
new "Konsolenausgabe"
# game/preferences.rpy:169
old "Open launcher project"
new "Launcherprojekt öffnen"
# game/preferences.rpy:183
old "Language:"
new "Sprache:"
translate german strings:
# game/preferences.rpy:40
old "Launcher Preferences"
new "Launcher Einstellungen"
# game/preferences.rpy:61
old "Projects Directory:"
new "Projektverzeichnis:"
# game/preferences.rpy:68
old "[persistent.projects_directory!q]"
new "[persistent.projects_directory!q]"
# game/preferences.rpy:70
old "Not Set"
new "Nicht eingestellt"
# game/preferences.rpy:84
old "Text Editor:"
new "Texteditor:"
# game/preferences.rpy:106
old "Update Channel:"
new "Aktualisierungskanal:"
# game/preferences.rpy:126
old "Navigation Options:"
new "Navigationsoptionen:"
# game/preferences.rpy:130
old "Include private names"
new "Vertrauliche Namen einschließen"
# game/preferences.rpy:131
old "Include library names"
new "Programmnamen einschließen"
# game/preferences.rpy:141
old "Launcher Options:"
new "Launcher Optionen:"
# game/preferences.rpy:145
old "Hardware rendering"
new "Hardware Wiedergabe"
# game/preferences.rpy:148
old "Console output"
new "Konsolenausgabe"
# game/preferences.rpy:169
old "Open launcher project"
new "Launcherprojekt öffnen"
# game/preferences.rpy:183
old "Language:"
new "Sprache:"
+54 -54
View File
@@ -1,54 +1,54 @@
translate german strings:
# game/project.rpy:199
old "Ren'Py is scanning the project..."
new "RenPy scannt das Projekt …"
# game/project.rpy:488
old "PROJECTS DIRECTORY"
new "PROJEKTVERZEICHNIS"
# game/project.rpy:488
old "Please choose the projects directory."
new "Bitte wählen Sie das Projektverzeichnis."
# game/project.rpy:488
old "This launcher will scan for projects in this directory, will create new projects in this directory, and will place built projects into this directory."
new "Dieser Launcher scannt nach Projekten in diesem Verzeichnis, erstellt neue Projekte und platziert erstellte Projekte dort."
# game/project.rpy:536
old "Ren'Py was unable to run zenity to choose the projects directory."
new "RenPy konnte Zenity nicht starten, um das Projektverzeichnis auszuwählen."
# game/project.rpy:540
old "Ren'Py has set the projects directory to:"
new "RenPy hat das Projektverzeichnis verschoben in:"
# game/project.rpy:485
old "Please choose the projects directory using the directory chooser.\n{b}The directory chooser may have opened behind this window.{/b}"
new "Bitte wählen Sie das Projektverzeichnis mit dem Verzeichnisauswähler.\n{b}Der Verzeichnisauswähler könnte hinter diesem Fenster geöffnet sein.{/b}"
# game/project.rpy:525
old "Ren'Py was unable to run python with tkinter to choose the projects directory."
new "RenPy konnte Python mit tkinter zur Projektsverzeichniswahl nicht starten."
# game/project.rpy:48
old "After making changes to the script, press shift+R to reload your game."
new "Nachdem Sie das Skript verändert haben, drücken Sie Shift + R, um Ihr Spiel neuzustarten."
# game/project.rpy:50
old "Press shift+D to access the developer menu."
new "Drücken Sie Shift + D, um das Entwicklermenü aufzurufen."
# game/project.rpy:219
old "Launching the project failed."
new "Starten des Projekts gescheitert."
# game/project.rpy:219
old "Please ensure that your project launches normally before running this command."
new "Bitte stellen Sie sicher, dass Ihr Projekt normal startet, bevor Sie diesen Befehl ausführen."
# game/project.rpy:585
old "Ren'Py was unable to run python with tkinter to choose the projects directory. Please install the python-tk or tkinter package."
new "RenPy konnte Python mit tkinter zur Projektsverzeichniswahl nicht starten. Bitte installieren Sie python-tk oder tkinter."
translate german strings:
# game/project.rpy:199
old "Ren'Py is scanning the project..."
new "RenPy scannt das Projekt …"
# game/project.rpy:488
old "PROJECTS DIRECTORY"
new "PROJEKTVERZEICHNIS"
# game/project.rpy:488
old "Please choose the projects directory."
new "Bitte wählen Sie das Projektverzeichnis."
# game/project.rpy:488
old "This launcher will scan for projects in this directory, will create new projects in this directory, and will place built projects into this directory."
new "Dieser Launcher scannt nach Projekten in diesem Verzeichnis, erstellt neue Projekte und platziert erstellte Projekte dort."
# game/project.rpy:536
old "Ren'Py was unable to run zenity to choose the projects directory."
new "RenPy konnte Zenity nicht starten, um das Projektverzeichnis auszuwählen."
# game/project.rpy:540
old "Ren'Py has set the projects directory to:"
new "RenPy hat das Projektverzeichnis verschoben in:"
# game/project.rpy:485
old "Please choose the projects directory using the directory chooser.\n{b}The directory chooser may have opened behind this window.{/b}"
new "Bitte wählen Sie das Projektverzeichnis mit dem Verzeichnisauswähler.\n{b}Der Verzeichnisauswähler könnte hinter diesem Fenster geöffnet sein.{/b}"
# game/project.rpy:525
old "Ren'Py was unable to run python with tkinter to choose the projects directory."
new "RenPy konnte Python mit tkinter zur Projektsverzeichniswahl nicht starten."
# game/project.rpy:48
old "After making changes to the script, press shift+R to reload your game."
new "Nachdem Sie das Skript verändert haben, drücken Sie Shift + R, um Ihr Spiel neuzustarten."
# game/project.rpy:50
old "Press shift+D to access the developer menu."
new "Drücken Sie Shift + D, um das Entwicklermenü aufzurufen."
# game/project.rpy:219
old "Launching the project failed."
new "Starten des Projekts gescheitert."
# game/project.rpy:219
old "Please ensure that your project launches normally before running this command."
new "Bitte stellen Sie sicher, dass Ihr Projekt normal startet, bevor Sie diesen Befehl ausführen."
# game/project.rpy:585
old "Ren'Py was unable to run python with tkinter to choose the projects directory. Please install the python-tk or tkinter package."
new "RenPy konnte Python mit tkinter zur Projektsverzeichniswahl nicht starten. Bitte installieren Sie python-tk oder tkinter."
+195 -195
View File
@@ -1,195 +1,195 @@
translate german strings:
old "PROJECTS:"
new "PROJEKTE:"
old "[p.name!q]"
new "[p.name!q]"
old "An exception has occurred."
new "Ein Fehler ist aufgetreten."
old "Ignore"
new "Ignorieren"
translate german strings:
old "Tutorial"
new "Tutorial"
old "The Question"
new "The Question"
old "Reload"
new "Neustarten"
old "Open Traceback"
new "Traceback öffnen"
translate german strings:
old "+ Create New Project"
new "+ Neues Projekt erstellen"
old "Active Project"
new "Aktives Projekt"
old "Quit"
new "Beenden"
old ""
new ""
translate german strings:
old "Open Directory"
new "Verzeichnis öffnen"
old "game"
new "Spielverzeichnis"
old "Quits the game."
new "Beendet das Spiel."
translate german strings:
old "base"
new "Hauptverzeichnis"
old "Edit File"
new "Dateien bearbeiten"
translate german strings:
old "script.rpy"
new "script.rpy"
old "options.rpy"
new "options.rpy"
translate german strings:
old "screens.rpy"
new "screens.rpy"
old "All script files"
new "Alle Dateien"
translate german strings:
old "Navigate Script"
new "Skript navigieren"
old "Check Script (Lint)"
new "Skript überprüfen (Lint)"
translate german strings:
old "Change Theme"
new "Theme ändern"
old "Delete Persistent"
new "Persistent-Dateien löschen"
translate german strings:
old "Build Distributions"
new "Veröffentlichungen erstellen"
old "Generate Translations"
new "Übersetzungen generieren"
translate german strings:
old "Editra"
new "Editra"
old "[name!q]"
new "[name!q]"
old " | "
new " | "
translate german strings:
old "I'm compiling a short test program, to see if you have a working JDK on your\nsystem.\n"
new "Es wird ein kurzes Testprogramm erstellt, um zu testen, ob Sie ein funktionierendes JDK haben.\n"
old "I was unable to use javac to compile a test file. If you haven't installed\nthe Java Development Kit yet, please download it from:\n\n{a=http://www.oracle.com/technetwork/java/javase/downloads/index.html}http://www.oracle.com/technetwork/java/javase/downloads/index.html{/a}\n\nThe JDK is different from the JRE, so it's possible you have Java\nwithout having the JDK. Without a working JDK, I can't continue.\n"
new "Es konnte javac nicht verwendet werden, um eine Testdatei zu erstellen. Wenn Sie\ndas Java Development Kit noch nicht installiert haben, laden Sie es bitte herunter:\n\n{a=http://www.oracle.com/technetwork/java/javase/downloads/index.html}http://www.oracle.com/technetwork/java/javase/downloads/index.html{/a}\n\nDas JDK unterscheidet sich vom JRE, daher ist es möglich, dass Sie Java\nohne JDK haben. Ohne ein funktionierendes JDK, kann ich nicht weitermachen.\n"
translate german strings:
old "[value!q]"
new "[value!q]"
old "[description!q]"
new "[description!q]"
translate german strings:
old "Press shift+O (the letter) to access the console."
new "Drücken Sie Shift + O, um die Konsole aufzurufen."
old "Launching"
new "Startet"
translate german strings:
old "Show templates"
new "Vorlagen anzeigen"
translate german strings:
old "What is the full name of your application? This name will appear in the list of installed applications."
new "Wie lautet der volle Titel Ihrer Anwendung? Dieser Titel wird in der Liste von installierten Anwendungen angezeigt."
old "[ft.text!q]"
new "[ft.text!q]"
old "The JDK is present and working. Good!"
new "Das JDK ist verfügbar und funktioniert. Gut!"
old "Apache ANT has already been unpacked."
new "Apache-ANT wurde bereits entpackt."
old "The Android SDK has already been unpacked."
new "Das Android-SDK wurde bereits entpackt."
old "The required Android packages are already installed."
new "Die benötigten Android-Packages wurden bereits installiert."
old "You've already created an Android keystore, so I won't create a new one for you."
new "Sie haben bereits einen Android-Key erstellt, es wird kein neuer erstellt."
old "It looks like you're ready to start packaging games."
new "Es sieht aus, als wären Sie bereit, Spiele zu erstellen."
translate german strings:
old "English"
new "English"
old "German"
new "German"
old "Japanese"
new "Japanese"
translate german strings:
old "French"
new "French"
old "Spanish"
new "Spanish"
old "Russian"
new "Russian"
old "Arabic"
new "Arabic"
translate german strings:
old "PROJECTS:"
new "PROJEKTE:"
old "[p.name!q]"
new "[p.name!q]"
old "An exception has occurred."
new "Ein Fehler ist aufgetreten."
old "Ignore"
new "Ignorieren"
translate german strings:
old "Tutorial"
new "Tutorial"
old "The Question"
new "The Question"
old "Reload"
new "Neustarten"
old "Open Traceback"
new "Traceback öffnen"
translate german strings:
old "+ Create New Project"
new "+ Neues Projekt erstellen"
old "Active Project"
new "Aktives Projekt"
old "Quit"
new "Beenden"
old ""
new ""
translate german strings:
old "Open Directory"
new "Verzeichnis öffnen"
old "game"
new "Spielverzeichnis"
old "Quits the game."
new "Beendet das Spiel."
translate german strings:
old "base"
new "Hauptverzeichnis"
old "Edit File"
new "Dateien bearbeiten"
translate german strings:
old "script.rpy"
new "script.rpy"
old "options.rpy"
new "options.rpy"
translate german strings:
old "screens.rpy"
new "screens.rpy"
old "All script files"
new "Alle Dateien"
translate german strings:
old "Navigate Script"
new "Skript navigieren"
old "Check Script (Lint)"
new "Skript überprüfen (Lint)"
translate german strings:
old "Change Theme"
new "Theme ändern"
old "Delete Persistent"
new "Persistent-Dateien löschen"
translate german strings:
old "Build Distributions"
new "Veröffentlichungen erstellen"
old "Generate Translations"
new "Übersetzungen generieren"
translate german strings:
old "Editra"
new "Editra"
old "[name!q]"
new "[name!q]"
old " | "
new " | "
translate german strings:
old "I'm compiling a short test program, to see if you have a working JDK on your\nsystem.\n"
new "Es wird ein kurzes Testprogramm erstellt, um zu testen, ob Sie ein funktionierendes JDK haben.\n"
old "I was unable to use javac to compile a test file. If you haven't installed\nthe Java Development Kit yet, please download it from:\n\n{a=http://www.oracle.com/technetwork/java/javase/downloads/index.html}http://www.oracle.com/technetwork/java/javase/downloads/index.html{/a}\n\nThe JDK is different from the JRE, so it's possible you have Java\nwithout having the JDK. Without a working JDK, I can't continue.\n"
new "Es konnte javac nicht verwendet werden, um eine Testdatei zu erstellen. Wenn Sie\ndas Java Development Kit noch nicht installiert haben, laden Sie es bitte herunter:\n\n{a=http://www.oracle.com/technetwork/java/javase/downloads/index.html}http://www.oracle.com/technetwork/java/javase/downloads/index.html{/a}\n\nDas JDK unterscheidet sich vom JRE, daher ist es möglich, dass Sie Java\nohne JDK haben. Ohne ein funktionierendes JDK, kann ich nicht weitermachen.\n"
translate german strings:
old "[value!q]"
new "[value!q]"
old "[description!q]"
new "[description!q]"
translate german strings:
old "Press shift+O (the letter) to access the console."
new "Drücken Sie Shift + O, um die Konsole aufzurufen."
old "Launching"
new "Startet"
translate german strings:
old "Show templates"
new "Vorlagen anzeigen"
translate german strings:
old "What is the full name of your application? This name will appear in the list of installed applications."
new "Wie lautet der volle Titel Ihrer Anwendung? Dieser Titel wird in der Liste von installierten Anwendungen angezeigt."
old "[ft.text!q]"
new "[ft.text!q]"
old "The JDK is present and working. Good!"
new "Das JDK ist verfügbar und funktioniert. Gut!"
old "Apache ANT has already been unpacked."
new "Apache-ANT wurde bereits entpackt."
old "The Android SDK has already been unpacked."
new "Das Android-SDK wurde bereits entpackt."
old "The required Android packages are already installed."
new "Die benötigten Android-Packages wurden bereits installiert."
old "You've already created an Android keystore, so I won't create a new one for you."
new "Sie haben bereits einen Android-Key erstellt, es wird kein neuer erstellt."
old "It looks like you're ready to start packaging games."
new "Es sieht aus, als wären Sie bereit, Spiele zu erstellen."
translate german strings:
old "English"
new "English"
old "German"
new "German"
old "Japanese"
new "Japanese"
translate german strings:
old "French"
new "French"
old "Spanish"
new "Spanish"
old "Russian"
new "Russian"
old "Arabic"
new "Arabic"
+2
View File
@@ -0,0 +1,2 @@
translate german python:
make_style_backup()
+33 -33
View File
@@ -1,33 +1,33 @@
translate german strings:
# game/translations.rpy:10
old "Create or Update Translations"
new "Erstellt oder aktualisiert Übersetzungen"
# game/translations.rpy:10
old "Please enter the name of the language for which you want to create or update translations."
new "Bitte geben Sie den Namen der Sprache ein, deren Übersetzung Sie erstellen oder aktualisieren möchten."
# game/translations.rpy:15
old "The language name can not be the empty string."
new "Der Name der Sprache darf nicht leer sein."
# game/translations.rpy:26
old "Ren'Py is generating translations...."
new "RenPy erstellt Übersetzungen …"
# game/translations.rpy:30
old "Ren'Py has finished generating [language] translations."
new "RenPy hat die Übersetzungen für [language] erstellt."
# game/translations.rpy:44
old "What format would you like for the extracted dialogue?"
new "In welchem Format möchten Sie die extrahierten Dialoge?"
# game/translations.rpy:56
old "Ren'Py is extracting dialogue...."
new "RenPy extrahiert Dialoge …"
# game/translations.rpy:60
old "Ren'Py has finished extracting dialogue. The extracted dialogue can be found in dialogue.[format] in the base directory."
new "RenPy hat die Dialoge fertig extrahiert. Die extrahierten Dialoge können im Hauptverzeichnis unter dialogue.[format] gefunden werden."
translate german strings:
# game/translations.rpy:10
old "Create or Update Translations"
new "Erstellt oder aktualisiert Übersetzungen"
# game/translations.rpy:10
old "Please enter the name of the language for which you want to create or update translations."
new "Bitte geben Sie den Namen der Sprache ein, deren Übersetzung Sie erstellen oder aktualisieren möchten."
# game/translations.rpy:15
old "The language name can not be the empty string."
new "Der Name der Sprache darf nicht leer sein."
# game/translations.rpy:26
old "Ren'Py is generating translations...."
new "RenPy erstellt Übersetzungen …"
# game/translations.rpy:30
old "Ren'Py has finished generating [language] translations."
new "RenPy hat die Übersetzungen für [language] erstellt."
# game/translations.rpy:44
old "What format would you like for the extracted dialogue?"
new "In welchem Format möchten Sie die extrahierten Dialoge?"
# game/translations.rpy:56
old "Ren'Py is extracting dialogue...."
new "RenPy extrahiert Dialoge …"
# game/translations.rpy:60
old "Ren'Py has finished extracting dialogue. The extracted dialogue can be found in dialogue.[format] in the base directory."
new "RenPy hat die Dialoge fertig extrahiert. Die extrahierten Dialoge können im Hauptverzeichnis unter dialogue.[format] gefunden werden."
+94 -94
View File
@@ -1,94 +1,94 @@
translate german strings:
# game/updater.rpy:54
old "Select Update Channel"
new "Aktualisierungskanal auswählen"
# game/updater.rpy:65
old "The update channel controls the version of Ren'Py the updater will download. Please select an update channel:"
new "Der Aktualisierungskanal kontrolliert die Version, die Renpy herunterlädt. Bitte wählen Sie einen Aktualisierungskanal:"
# game/updater.rpy:70
old "Release"
new "Veröffentlichungen"
# game/updater.rpy:76
old "{b}Recommended.{/b} The version of Ren'Py that should be used in all newly-released games."
new "{b}Empfohlen.{/b} Die Version von RenPy, die für alle neuen Spielveröffentlichungen verwendet werden sollte."
# game/updater.rpy:81
old "Prerelease"
new "Vorveröffentlichungen"
# game/updater.rpy:87
old "A preview of the next version of Ren'Py that can be used for testing and taking advantage of new features, but not for final releases of games."
new "Eine Vorschau auf die nächste Version von RenPy, die zu Testzwecken und mit neuen Funktionen verwendet werden kann, jedoch nicht für Veröffentlichung von Spielen geeignet ist."
# game/updater.rpy:93
old "Experimental"
new "Experimentell"
# game/updater.rpy:99
old "Experimental versions of Ren'Py. You shouldn't select this channel unless asked by a Ren'Py developer."
new "Experimentelle Versionen von RenPy. Sie sollten diesen Kanal nur auswählen, wenn Sie von einem RenPy-Entwickler dazu aufgefordert werden."
# game/updater.rpy:119
old "An error has occured:"
new "Ein Fehler ist aufgetreten:"
# game/updater.rpy:121
old "Checking for updates."
new "Überprüft auf Aktualisierungen."
# game/updater.rpy:123
old "Ren'Py is up to date."
new "RenPy ist aktuell"
# game/updater.rpy:125
old "[u.version] is now available. Do you want to install it?"
new "[u.version] ist nun verfügbar. Möchten Sie sie installieren?"
# game/updater.rpy:127
old "Preparing to download the update."
new "Vorbereiten, um die Aktualisierungen herunterzuladen."
# game/updater.rpy:129
old "Downloading the update."
new "Aktualisierungen werden heruntergeladen."
# game/updater.rpy:131
old "Unpacking the update."
new "Aktualisierungen werden entpackt."
# game/updater.rpy:133
old "Finishing up."
new "Abschließen."
# game/updater.rpy:135
old "The update has been installed. Ren'Py will restart."
new "Die Aktualisierungen wurden installiert. RenPy startet neu."
# game/updater.rpy:137
old "The update has been installed."
new "Die Aktualisierungen wurden installiert."
# game/updater.rpy:139
old "The update was cancelled."
new "Die Aktualisierungen wurde abgebrochen."
# game/updater.rpy:156
old "Ren'Py Update"
new "RenPy aktualisieren"
# game/updater.rpy:162
old "Proceed"
new "Fortsetzen"
# game/updater.rpy:129
old "Nightly"
new "Nightly"
# game/updater.rpy:135
old "The bleeding edge of Ren'Py development. This may have the latest features, or might not run at all."
new "Die allerneuste RenPy Version. Diese enthält die neusten Funktionen, könnte aber auch überhaupt nicht funktionieren."
translate german strings:
# game/updater.rpy:54
old "Select Update Channel"
new "Aktualisierungskanal auswählen"
# game/updater.rpy:65
old "The update channel controls the version of Ren'Py the updater will download. Please select an update channel:"
new "Der Aktualisierungskanal kontrolliert die Version, die Renpy herunterlädt. Bitte wählen Sie einen Aktualisierungskanal:"
# game/updater.rpy:70
old "Release"
new "Veröffentlichungen"
# game/updater.rpy:76
old "{b}Recommended.{/b} The version of Ren'Py that should be used in all newly-released games."
new "{b}Empfohlen.{/b} Die Version von RenPy, die für alle neuen Spielveröffentlichungen verwendet werden sollte."
# game/updater.rpy:81
old "Prerelease"
new "Vorveröffentlichungen"
# game/updater.rpy:87
old "A preview of the next version of Ren'Py that can be used for testing and taking advantage of new features, but not for final releases of games."
new "Eine Vorschau auf die nächste Version von RenPy, die zu Testzwecken und mit neuen Funktionen verwendet werden kann, jedoch nicht für Veröffentlichung von Spielen geeignet ist."
# game/updater.rpy:93
old "Experimental"
new "Experimentell"
# game/updater.rpy:99
old "Experimental versions of Ren'Py. You shouldn't select this channel unless asked by a Ren'Py developer."
new "Experimentelle Versionen von RenPy. Sie sollten diesen Kanal nur auswählen, wenn Sie von einem RenPy-Entwickler dazu aufgefordert werden."
# game/updater.rpy:119
old "An error has occured:"
new "Ein Fehler ist aufgetreten:"
# game/updater.rpy:121
old "Checking for updates."
new "Überprüft auf Aktualisierungen."
# game/updater.rpy:123
old "Ren'Py is up to date."
new "RenPy ist aktuell"
# game/updater.rpy:125
old "[u.version] is now available. Do you want to install it?"
new "[u.version] ist nun verfügbar. Möchten Sie sie installieren?"
# game/updater.rpy:127
old "Preparing to download the update."
new "Vorbereiten, um die Aktualisierungen herunterzuladen."
# game/updater.rpy:129
old "Downloading the update."
new "Aktualisierungen werden heruntergeladen."
# game/updater.rpy:131
old "Unpacking the update."
new "Aktualisierungen werden entpackt."
# game/updater.rpy:133
old "Finishing up."
new "Abschließen."
# game/updater.rpy:135
old "The update has been installed. Ren'Py will restart."
new "Die Aktualisierungen wurden installiert. RenPy startet neu."
# game/updater.rpy:137
old "The update has been installed."
new "Die Aktualisierungen wurden installiert."
# game/updater.rpy:139
old "The update was cancelled."
new "Die Aktualisierungen wurde abgebrochen."
# game/updater.rpy:156
old "Ren'Py Update"
new "RenPy aktualisieren"
# game/updater.rpy:162
old "Proceed"
new "Fortsetzen"
# game/updater.rpy:129
old "Nightly"
new "Nightly"
# game/updater.rpy:135
old "The bleeding edge of Ren'Py development. This may have the latest features, or might not run at all."
new "Die allerneuste RenPy Version. Diese enthält die neusten Funktionen, könnte aber auch überhaupt nicht funktionieren."
+15 -15
View File
@@ -1,15 +1,15 @@
translate japanese strings:
# game/about.rpy:21
old "[version!q]"
new "[version!q]"
# game/about.rpy:25
old "View license"
new "ライセンス"
# game/about.rpy:27
old "Back"
new "戻る"
translate japanese strings:
# game/about.rpy:21
old "[version!q]"
new "[version!q]"
# game/about.rpy:25
old "View license"
new "ライセンス"
# game/about.rpy:27
old "Back"
new "戻る"
+23 -23
View File
@@ -1,23 +1,23 @@
translate japanese strings:
# game/add_file.rpy:7
old "FILENAME"
new "ファイル名"
# game/add_file.rpy:7
old "Enter the name of the script file to create."
new "作成するスクリプトファイル名を入力してください。"
# game/add_file.rpy:10
old "The filename must have the .rpy extension."
new "ファイル名は拡張子 .rpy を持つ必要があります。"
# game/add_file.rpy:18
old "The file already exists."
new "ファイルは既に存在します。"
# game/add_file.rpy:21
old "# Ren'Py automatically loads all script files ending with .rpy. To use this\n# file, define a label and jump to it from another file.\n"
new "# Ren'Pyは .rpy で終わるすべてのスクリプトファイルを自動的にロードします。このファイルを使用するためにはラベルを定義し、他のファイルからそこにジャンプしてください。\n"
translate japanese strings:
# game/add_file.rpy:7
old "FILENAME"
new "ファイル名"
# game/add_file.rpy:7
old "Enter the name of the script file to create."
new "作成するスクリプトファイル名を入力してください。"
# game/add_file.rpy:10
old "The filename must have the .rpy extension."
new "ファイル名は拡張子 .rpy を持つ必要があります。"
# game/add_file.rpy:18
old "The file already exists."
new "ファイルは既に存在します。"
# game/add_file.rpy:21
old "# Ren'Py automatically loads all script files ending with .rpy. To use this\n# file, define a label and jump to it from another file.\n"
new "# Ren'Pyは .rpy で終わるすべてのスクリプトファイルを自動的にロードします。このファイルを使用するためにはラベルを定義し、他のファイルからそこにジャンプしてください。\n"
+175 -175
View File
@@ -1,175 +1,175 @@
translate japanese strings:
# game/android.rpy:12
old "To build Android packages, please download RAPT (from {a=http://www.renpy.org/dl/android}here{/a}), unzip it, and place it into the Ren'Py directory. Then restart the Ren'Py launcher."
new "Androidパッケージをビルドするためには{a=http://www.renpy.org/dl/android}RAPT{/a}をダウンロードして解凍し、Ren'Py ディレクトリーに配置してランチャーを再起動してください。"
# game/android.rpy:13
old "RAPT has been installed, but you'll need to install the Android SDK before you can build Android packages. Choose Install SDK to do this."
new "RAPT はインストールされましたが、Androidパッケージをビルドする前に Android SDK もインストールする必要があります。SDKをインストールしてください。"
# game/android.rpy:14
old "RAPT has been installed, but a key hasn't been configured. Please create a new key, or restore android.keystore."
new "RAPT はインストールされましたが、キーが設定されていません。新しいキーを作成するか、android.keystore を復帰させてください。"
# game/android.rpy:15
old "The current project has not been configured. Use \"Configure\" to configure it before building."
new "現在のプロジェクトは設定がされていません。「設定」を使用してビルド前に設定してください。"
# game/android.rpy:16
old "Choose \"Build\" to build the current project, or attach an Android device and choose \"Build & Install\" to build and install it on the device."
new "「ビルド」を選択して現在のプロジェクトをビルドするか、Android デバイスを接続して「ビルド & インストール」を選択し、ビルド後そのデバイスにインストールしてください。"
# game/android.rpy:18
old "Attempts to emulate an Android phone.\n\nTouch input is emulated through the mouse, but only when the button is held down. Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "Android Phoneをエミュレートします。\n\nタッチ入力はマウスを利用してエミュレートされますが、ボタン押下時のみ反応します。Escapeはメニューボタン、PageUpはバックボタンに割り当てられています。"
# game/android.rpy:19
old "Attempts to emulate an Android tablet.\n\nTouch input is emulated through the mouse, but only when the button is held down. Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "Android tabletをエミュレートします。\n\nタッチ入力はマウスを利用してエミュレートされますが、ボタン押下時のみ反応します。Escapeはメニューボタン、PageUpはバックボタンに割り当てられています。"
# game/android.rpy:20
old "Attempts to emulate an OUYA console.\n\nController input is mapped to the arrow keys, Enter is mapped to the select button, Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "Android OUYAをエミュレートします。\n\nコントローラーの入力は矢印キー、Enterはセレクトボタン、Escapeはメニューボタン、PageUpはバックボタンに割り当てられています。"
# game/android.rpy:22
old "Downloads and installs the Android SDK and supporting packages. Optionally, generates the keys required to sign the package."
new "Android SDKをダウンロード後インストールします。サインに必要なキーを任意で生成します。"
# game/android.rpy:23
old "Configures the package name, version, and other information about this project."
new "このプロジェクトについてパッケージ名とバージョン、その他の情報を設定してください。"
# game/android.rpy:24
old "Opens the file containing the Google Play keys in the editor.\n\nThis is only needed if the application is using an expansion APK. Read the documentation for more details."
new "Google Play key を含むファイルをエディターで開いてください。\n\nこれはアプリが拡張APKを使用する場合のみ必要となります。詳細はドキュメントを参照してください。"
# game/android.rpy:25
old "Builds the Android package."
new "Androidパッケージをビルドします。"
# game/android.rpy:26
old "Builds the Android package, and installs it on an Android device connected to your computer."
new "Androidパッケージをビルドし、コンピューターに接続されたAndroidデバイスにインストールします。"
# game/android.rpy:142
old "{a=%s}%s{/a}"
new "{a=%s}%s{/a}"
# game/android.rpy:151
old "QUESTION"
new "質問"
# game/android.rpy:351
old "Android: [project.current.name!q]"
new "Android: [project.current.name!q]"
# game/android.rpy:371
old "Emulation:"
new "エミュレーター:"
# game/android.rpy:379
old "Phone"
new "Phone"
# game/android.rpy:383
old "Tablet"
new "Tablet"
# game/android.rpy:387
old "Television / OUYA"
new "Television / OUYA"
# game/android.rpy:399
old "Build:"
new "ビルド:"
# game/android.rpy:407
old "Install SDK & Create Keys"
new "SDKのインストール & キーの作成"
# game/android.rpy:411
old "Configure"
new "設定"
# game/android.rpy:415
old "Build Package"
new "パッケージのビルド"
# game/android.rpy:419
old "Build & Install"
new "ビルド & インストール"
# game/android.rpy:13
old "A 32-bit Java Development Kit is required to build Android packages on Windows. The JDK is different from the JRE, so it's possible you have Java without having the JDK.\n\nPlease {a=http://www.oracle.com/technetwork/java/javase/downloads/index.html}download and install the JDK{/a}, then restart the Ren'Py launcher."
new "Windowsでは、Androidパッケージのビルドに32-bitのJava開発キットが必要です。JDKはJREとは異なるため、JDKが無くてもJavaが利用できます。\n\n{a=http://www.oracle.com/technetwork/java/javase/downloads/index.html}JDKのダウンロードとインストール{/a}を行い、Ren'Pyランチャーを再起動して下さい。"
# game/android.rpy:30
old "To build Android packages, please download RAPT, unzip it, and place it into the Ren'Py directory. Then restart the Ren'Py launcher."
new "Androidパッケージをビルドするには、RAPTをダウンロード・展開し、Ren'Pyのディレクトリーに設置して下さい。その後、Ren'Pyを再起動して下さい。"
# game/android.rpy:504
old "Before packaging Android apps, you'll need to download RAPT, the Ren'Py Android Packaging Tool. Would you like to download RAPT now?"
new "Androidアプリをパッケージングする前に、RAPT(Ren'Py Android Packaging Tool)をダウンロードする必要があります。今すぐダウンロードしますか?"
# game/android.rpy:39
old "Attempts to emulate a televison-based Android console, like the OUYA or Fire TV.\n\nController input is mapped to the arrow keys, Enter is mapped to the select button, Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "OUYAやFire TVのようなテレビで動作する Android デバイスをエミュレートします。\n\nコントローラーの入力は矢印キー、Enterはセレクトボタン、Escapeはメニューボタン、PageUpはバックボタンに割り当てられています。"
# game/android.rpy:47
old "Connects to an Android device running ADB in TCP/IP mode."
new "TCP/IPモードでADBを実行し、Androidデバイスに接続します。"
# game/android.rpy:48
old "Disconnects from an Android device running ADB in TCP/IP mode."
new "TCP/IPモードでADBを実行し、Androidデバイスとの接続を解除します。"
# game/android.rpy:516
old "Other:"
new "その他"
# game/android.rpy:524
old "Remote ADB Connect"
new "リモートADB接続"
# game/android.rpy:528
old "Remote ADB Disconnect"
new "リモートADB接続解除"
# game/android.rpy:608
old "Remote ADB Address"
new "リモートADBアドレス"
# game/android.rpy:609
old "Please enter the IP address and port number to connect to, in the form \"192.168.1.143:5555\". Consult your device's documentation to determine if it supports remote ADB, and if so, the address and port to use."
new "接続先のIPアドレスとポート番号を\"192.168.1.143:5555\"の形式で入力して下さい。あなたのデバイスがのドキュメントを読んでリモートADB接続をサポートしているかを確認してください。サポートしているなら、そのアドレスとポート番号を使用してください。"
# game/android.rpy:619
old "Invalid remote ADB address"
new "不正なリモートADBアドレスです。"
# game/android.rpy:619
old "The address must contain one exactly one ':'."
new "アドレスは必ずひとつ ':' を含まなければなりません。"
# game/android.rpy:623
old "The host may not contain whitespace."
new "ホストは空白を含まなくともよいです。"
# game/android.rpy:629
old "The port must be a number."
new "ポートは数字でなければなりません。"
# game/android.rpy:46
old "Builds the Android package, installs it on an Android device connected to your computer, then launches the app on your device."
new "Android パッケージをビルドして、接続された Android にインストール、 そのデバイスでアプリを起動します。"
# game/android.rpy:288
old "Television"
new "Television"
# game/android.rpy:324
old "Build, Install & Launch"
new "ビルドとインストール、起動"
translate japanese strings:
# game/android.rpy:12
old "To build Android packages, please download RAPT (from {a=http://www.renpy.org/dl/android}here{/a}), unzip it, and place it into the Ren'Py directory. Then restart the Ren'Py launcher."
new "Androidパッケージをビルドするためには{a=http://www.renpy.org/dl/android}RAPT{/a}をダウンロードして解凍し、Ren'Py ディレクトリーに配置してランチャーを再起動してください。"
# game/android.rpy:13
old "RAPT has been installed, but you'll need to install the Android SDK before you can build Android packages. Choose Install SDK to do this."
new "RAPT はインストールされましたが、Androidパッケージをビルドする前に Android SDK もインストールする必要があります。SDKをインストールしてください。"
# game/android.rpy:14
old "RAPT has been installed, but a key hasn't been configured. Please create a new key, or restore android.keystore."
new "RAPT はインストールされましたが、キーが設定されていません。新しいキーを作成するか、android.keystore を復帰させてください。"
# game/android.rpy:15
old "The current project has not been configured. Use \"Configure\" to configure it before building."
new "現在のプロジェクトは設定がされていません。「設定」を使用してビルド前に設定してください。"
# game/android.rpy:16
old "Choose \"Build\" to build the current project, or attach an Android device and choose \"Build & Install\" to build and install it on the device."
new "「ビルド」を選択して現在のプロジェクトをビルドするか、Android デバイスを接続して「ビルド & インストール」を選択し、ビルド後そのデバイスにインストールしてください。"
# game/android.rpy:18
old "Attempts to emulate an Android phone.\n\nTouch input is emulated through the mouse, but only when the button is held down. Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "Android Phoneをエミュレートします。\n\nタッチ入力はマウスを利用してエミュレートされますが、ボタン押下時のみ反応します。Escapeはメニューボタン、PageUpはバックボタンに割り当てられています。"
# game/android.rpy:19
old "Attempts to emulate an Android tablet.\n\nTouch input is emulated through the mouse, but only when the button is held down. Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "Android tabletをエミュレートします。\n\nタッチ入力はマウスを利用してエミュレートされますが、ボタン押下時のみ反応します。Escapeはメニューボタン、PageUpはバックボタンに割り当てられています。"
# game/android.rpy:20
old "Attempts to emulate an OUYA console.\n\nController input is mapped to the arrow keys, Enter is mapped to the select button, Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "Android OUYAをエミュレートします。\n\nコントローラーの入力は矢印キー、Enterはセレクトボタン、Escapeはメニューボタン、PageUpはバックボタンに割り当てられています。"
# game/android.rpy:22
old "Downloads and installs the Android SDK and supporting packages. Optionally, generates the keys required to sign the package."
new "Android SDKをダウンロード後インストールします。サインに必要なキーを任意で生成します。"
# game/android.rpy:23
old "Configures the package name, version, and other information about this project."
new "このプロジェクトについてパッケージ名とバージョン、その他の情報を設定してください。"
# game/android.rpy:24
old "Opens the file containing the Google Play keys in the editor.\n\nThis is only needed if the application is using an expansion APK. Read the documentation for more details."
new "Google Play key を含むファイルをエディターで開いてください。\n\nこれはアプリが拡張APKを使用する場合のみ必要となります。詳細はドキュメントを参照してください。"
# game/android.rpy:25
old "Builds the Android package."
new "Androidパッケージをビルドします。"
# game/android.rpy:26
old "Builds the Android package, and installs it on an Android device connected to your computer."
new "Androidパッケージをビルドし、コンピューターに接続されたAndroidデバイスにインストールします。"
# game/android.rpy:142
old "{a=%s}%s{/a}"
new "{a=%s}%s{/a}"
# game/android.rpy:151
old "QUESTION"
new "質問"
# game/android.rpy:351
old "Android: [project.current.name!q]"
new "Android: [project.current.name!q]"
# game/android.rpy:371
old "Emulation:"
new "エミュレーター:"
# game/android.rpy:379
old "Phone"
new "Phone"
# game/android.rpy:383
old "Tablet"
new "Tablet"
# game/android.rpy:387
old "Television / OUYA"
new "Television / OUYA"
# game/android.rpy:399
old "Build:"
new "ビルド:"
# game/android.rpy:407
old "Install SDK & Create Keys"
new "SDKのインストール & キーの作成"
# game/android.rpy:411
old "Configure"
new "設定"
# game/android.rpy:415
old "Build Package"
new "パッケージのビルド"
# game/android.rpy:419
old "Build & Install"
new "ビルド & インストール"
# game/android.rpy:13
old "A 32-bit Java Development Kit is required to build Android packages on Windows. The JDK is different from the JRE, so it's possible you have Java without having the JDK.\n\nPlease {a=http://www.oracle.com/technetwork/java/javase/downloads/index.html}download and install the JDK{/a}, then restart the Ren'Py launcher."
new "Windowsでは、Androidパッケージのビルドに32-bitのJava開発キットが必要です。JDKはJREとは異なるため、JDKが無くてもJavaが利用できます。\n\n{a=http://www.oracle.com/technetwork/java/javase/downloads/index.html}JDKのダウンロードとインストール{/a}を行い、Ren'Pyランチャーを再起動して下さい。"
# game/android.rpy:30
old "To build Android packages, please download RAPT, unzip it, and place it into the Ren'Py directory. Then restart the Ren'Py launcher."
new "Androidパッケージをビルドするには、RAPTをダウンロード・展開し、Ren'Pyのディレクトリーに設置して下さい。その後、Ren'Pyを再起動して下さい。"
# game/android.rpy:504
old "Before packaging Android apps, you'll need to download RAPT, the Ren'Py Android Packaging Tool. Would you like to download RAPT now?"
new "Androidアプリをパッケージングする前に、RAPT(Ren'Py Android Packaging Tool)をダウンロードする必要があります。今すぐダウンロードしますか?"
# game/android.rpy:39
old "Attempts to emulate a televison-based Android console, like the OUYA or Fire TV.\n\nController input is mapped to the arrow keys, Enter is mapped to the select button, Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "OUYAやFire TVのようなテレビで動作する Android デバイスをエミュレートします。\n\nコントローラーの入力は矢印キー、Enterはセレクトボタン、Escapeはメニューボタン、PageUpはバックボタンに割り当てられています。"
# game/android.rpy:47
old "Connects to an Android device running ADB in TCP/IP mode."
new "TCP/IPモードでADBを実行し、Androidデバイスに接続します。"
# game/android.rpy:48
old "Disconnects from an Android device running ADB in TCP/IP mode."
new "TCP/IPモードでADBを実行し、Androidデバイスとの接続を解除します。"
# game/android.rpy:516
old "Other:"
new "その他"
# game/android.rpy:524
old "Remote ADB Connect"
new "リモートADB接続"
# game/android.rpy:528
old "Remote ADB Disconnect"
new "リモートADB接続解除"
# game/android.rpy:608
old "Remote ADB Address"
new "リモートADBアドレス"
# game/android.rpy:609
old "Please enter the IP address and port number to connect to, in the form \"192.168.1.143:5555\". Consult your device's documentation to determine if it supports remote ADB, and if so, the address and port to use."
new "接続先のIPアドレスとポート番号を\"192.168.1.143:5555\"の形式で入力して下さい。あなたのデバイスがのドキュメントを読んでリモートADB接続をサポートしているかを確認してください。サポートしているなら、そのアドレスとポート番号を使用してください。"
# game/android.rpy:619
old "Invalid remote ADB address"
new "不正なリモートADBアドレスです。"
# game/android.rpy:619
old "The address must contain one exactly one ':'."
new "アドレスは必ずひとつ ':' を含まなければなりません。"
# game/android.rpy:623
old "The host may not contain whitespace."
new "ホストは空白を含まなくともよいです。"
# game/android.rpy:629
old "The port must be a number."
new "ポートは数字でなければなりません。"
# game/android.rpy:46
old "Builds the Android package, installs it on an Android device connected to your computer, then launches the app on your device."
new "Android パッケージをビルドして、接続された Android にインストール、 そのデバイスでアプリを起動します。"
# game/android.rpy:288
old "Television"
new "Television"
# game/android.rpy:324
old "Build, Install & Launch"
new "ビルドとインストール、起動"
@@ -1,7 +1,7 @@
translate japanese strings:
# game/choose_directory.rpy:73
old "Ren'Py was unable to run python with tkinter to choose the directory. Please install the python-tk or tkinter package."
new "Ren'Py は tkinter でディレクトリーを選択出来ません。 python-tk か tkinter をインストールしてください。"
translate japanese strings:
# game/choose_directory.rpy:73
old "Ren'Py was unable to run python with tkinter to choose the directory. Please install the python-tk or tkinter package."
new "Ren'Py は tkinter でディレクトリーを選択出来ません。 python-tk か tkinter をインストールしてください。"
+43 -43
View File
@@ -1,43 +1,43 @@
translate japanese strings:
# game/choose_theme.rpy:274
old "Could not change the theme. Perhaps options.rpy was changed too much."
new "テーマを変更出来ません。 options.rpy が変更されすぎているかもしれません。"
# game/choose_theme.rpy:332
old "Display"
new "Display"
# game/choose_theme.rpy:333
old "Window"
new "Window"
# game/choose_theme.rpy:334
old "Fullscreen"
new "Fullscreen"
# game/choose_theme.rpy:335
old "Planetarium"
new "Planetarium"
# game/choose_theme.rpy:342
old "Sound Volume"
new "Sound Volume"
# game/choose_theme.rpy:376
old "Choose Theme"
new "Choose Theme"
# game/choose_theme.rpy:389
old "Theme"
new "テーマ"
# game/choose_theme.rpy:413
old "Color Scheme"
new "カラースキーム"
# game/choose_theme.rpy:444
old "Continue"
new "続行"
translate japanese strings:
# game/choose_theme.rpy:274
old "Could not change the theme. Perhaps options.rpy was changed too much."
new "テーマを変更出来ません。 options.rpy が変更されすぎているかもしれません。"
# game/choose_theme.rpy:332
old "Display"
new "Display"
# game/choose_theme.rpy:333
old "Window"
new "Window"
# game/choose_theme.rpy:334
old "Fullscreen"
new "Fullscreen"
# game/choose_theme.rpy:335
old "Planetarium"
new "Planetarium"
# game/choose_theme.rpy:342
old "Sound Volume"
new "Sound Volume"
# game/choose_theme.rpy:376
old "Choose Theme"
new "Choose Theme"
# game/choose_theme.rpy:389
old "Theme"
new "テーマ"
# game/choose_theme.rpy:413
old "Color Scheme"
new "カラースキーム"
# game/choose_theme.rpy:444
old "Continue"
new "続行"
+46
View File
@@ -450,6 +450,15 @@ translate japanese strings:
old "Self-voicing enabled. Press 'v' to disable."
new "セルフボイシングが有効化しました。 'v' で無効化します。"
# renpy/common/_developer/developer.rpym:437
old "Rectangle copied to clipboard."
new "クリップボードに矩形領域がコピーされました"
# renpy/common/_developer/developer.rpym:440
old "Position copied to clipboard."
new "クリップボードに座標がコピーされました"
##Lancherでのみ必要###########################################
# renpy/common/00gltest.rpy:95
old "Quit"
@@ -470,6 +479,43 @@ translate japanese strings:
# renpy/common/_compat/gamemenu.rpym:362
old "Next"
new "次へ"
# renpy/common/00updater.rpy:362
old "The Ren'Py Updater is not supported on mobile devices."
new "モバイル板でのアップデートはサポートしていません。"
# renpy/common/00updater.rpy:478
old "An error is being simulated."
new "エラーがシミュレートされました。"
# renpy/common/00updater.rpy:654
old "Either this project does not support updating, or the update status file was deleted."
new "このプロジェクトはアップデートをサポートしていないか、アップデート用のファイルが削除されました。"
# renpy/common/00updater.rpy:668
old "This account does not have permission to perform an update."
new "このアカウントにはアップデート処理の権限がありません。"
# renpy/common/00updater.rpy:671
old "This account does not have permission to write the update log."
new "このアカウントにはアップデートログを記録する権限がありません。"
# renpy/common/00updater.rpy:696
old "Could not verify update signature."
new "アップデートシグネチャーを認証出来ません。"
# renpy/common/00updater.rpy:956
old "The update file was not downloaded."
new "アップデートファイルがダウンロードされませんでした。"
# renpy/common/00updater.rpy:974
old "The update file does not have the correct digest - it may have been corrupted."
new "アップデートファイルは正しい digest を持っていません - 破損の可能性がありまます。"
# renpy/common/00updater.rpy:1030
old "While unpacking {}, unknown type {}."
new "{} を解凍中に、未知のタイプ {} を検出しました。"
##templateでのみ必要############################################
#
# # renpy/common/00updater.rpy:1385
+42 -42
View File
@@ -1,42 +1,42 @@
translate japanese strings:
# game/distribute.rpy:335
old "Nothing to do."
new "何もしません。"
# game/distribute.rpy:339
old "Scanning project files..."
new "プロジェクトをスキャンしています…"
# game/distribute.rpy:346
old "Scanning Ren'Py files..."
new "Ren'Pyファイルをスキャンしています…"
# game/distribute.rpy:496
old "Archiving files..."
new "ファイルをアーカイブしています…"
# game/distribute.rpy:747
old "Writing the [variant] [format] package."
new "[variant] [format] パッケージを書き出しています。."
# game/distribute.rpy:760
old "Making the [variant] update zsync file."
new "[variant] のアップデート用 zsync ファイルを書き出しています。"
# game/distribute.rpy:856
old "Processed {b}[complete]{/b} of {b}[total]{/b} files."
new "{b}[total]{/b} 中 {b}[complete]{/b} ファイルが処理されました。"
# game/distribute.rpy:917
old "All packages have been built.\n\nDue to the presence of permission information, unpacking and repacking the Linux and Macintosh distributions on Windows is not supported."
new "すべてのパッケージがビルドされました。\n\nパーミッション情報のために、Windows上でのLinuxやMacintosh用の配布物の解凍、再圧縮はサポートされません。"
# game/distribute.rpy:358
old "No packages are selected, so there's nothing to do."
new "パッケージが選択されていないため、何もすることがありません。"
# game/distribute.rpy:335
old "Building distributions failed:\n\nThe build.directory_name variable may not include the space, colon, or semicolon characters."
new "配布物のビルドに失敗しました:\n\nbuild.directory_name 変数にスペース、コロン、セミコロンを含めてはいけません。"
translate japanese strings:
# game/distribute.rpy:335
old "Nothing to do."
new "何もしません。"
# game/distribute.rpy:339
old "Scanning project files..."
new "プロジェクトをスキャンしています…"
# game/distribute.rpy:346
old "Scanning Ren'Py files..."
new "Ren'Pyファイルをスキャンしています…"
# game/distribute.rpy:496
old "Archiving files..."
new "ファイルをアーカイブしています…"
# game/distribute.rpy:747
old "Writing the [variant] [format] package."
new "[variant] [format] パッケージを書き出しています。."
# game/distribute.rpy:760
old "Making the [variant] update zsync file."
new "[variant] のアップデート用 zsync ファイルを書き出しています。"
# game/distribute.rpy:856
old "Processed {b}[complete]{/b} of {b}[total]{/b} files."
new "{b}[total]{/b} 中 {b}[complete]{/b} ファイルが処理されました。"
# game/distribute.rpy:917
old "All packages have been built.\n\nDue to the presence of permission information, unpacking and repacking the Linux and Macintosh distributions on Windows is not supported."
new "すべてのパッケージがビルドされました。\n\nパーミッション情報のために、Windows上でのLinuxやMacintosh用の配布物の解凍、再圧縮はサポートされません。"
# game/distribute.rpy:358
old "No packages are selected, so there's nothing to do."
new "パッケージが選択されていないため、何もすることがありません。"
# game/distribute.rpy:335
old "Building distributions failed:\n\nThe build.directory_name variable may not include the space, colon, or semicolon characters."
new "配布物のビルドに失敗しました:\n\nbuild.directory_name 変数にスペース、コロン、セミコロンを含めてはいけません。"
+63 -47
View File
@@ -1,47 +1,63 @@
translate japanese strings:
# game/distribute_gui.rpy:139
old "Build Distributions: [project.current.name!q]"
new "配布物のビルド: [project.current.name!q]"
# game/distribute_gui.rpy:154
old "Directory Name:"
new "ディレクトリー名:"
# game/distribute_gui.rpy:158
old "Executable Name:"
new "実行ファイル名:"
# game/distribute_gui.rpy:167
old "Actions:"
new "アクション:"
# game/distribute_gui.rpy:175
old "Edit options.rpy"
new "options.rpy を編集"
# game/distribute_gui.rpy:176
old "Refresh"
new "更新"
# game/distribute_gui.rpy:193
old "Build Packages:"
new "パッケージをビルド"
# game/distribute_gui.rpy:208
old "Build Updates"
new "アップデートをビルド"
# game/distribute_gui.rpy:212
old "Build"
new "ビルド"
# game/distribute_gui.rpy:219
old "Errors were detected when running the project. Please ensure the project runs without errors before building distributions."
new "プロジェクトの実行時にエラーが検出されました。配布物をビルドする前にエラーなしでプロジェクトが実行するようにしてください。"
# game/distribute_gui.rpy:236
old "Your project does not contain build information. Would you like to add build information to the end of options.rpy?"
new "プロジェクトにビルド情報がありません。options.rpy の末尾にビルド情報を追加しますか?"
translate japanese strings:
# game/distribute_gui.rpy:139
old "Build Distributions: [project.current.name!q]"
new "配布物のビルド: [project.current.name!q]"
# game/distribute_gui.rpy:154
old "Directory Name:"
new "ディレクトリー名:"
# game/distribute_gui.rpy:158
old "Executable Name:"
new "実行ファイル名:"
# game/distribute_gui.rpy:167
old "Actions:"
new "アクション:"
# game/distribute_gui.rpy:175
old "Edit options.rpy"
new "options.rpy を編集"
# game/distribute_gui.rpy:176
old "Refresh"
new "更新"
# game/distribute_gui.rpy:193
old "Build Packages:"
new "パッケージをビルド"
# game/distribute_gui.rpy:208
old "Build Updates"
new "アップデートをビルド"
# game/distribute_gui.rpy:212
old "Build"
new "ビルド"
# game/distribute_gui.rpy:219
old "Errors were detected when running the project. Please ensure the project runs without errors before building distributions."
new "プロジェクトの実行時にエラーが検出されました。配布物をビルドする前にエラーなしでプロジェクトが実行するようにしてください。"
# game/distribute_gui.rpy:236
old "Your project does not contain build information. Would you like to add build information to the end of options.rpy?"
new "プロジェクトにビルド情報がありません。options.rpy の末尾にビルド情報を追加しますか?"
# game/distribute_gui.rpy:194
old "Add from clauses to calls, once"
new "from 節を call に加える"
# game/distribute_gui.rpy:231
old "Options:"
new "設定:"
# game/distribute_gui.rpy:238
old "Add from clauses to calls"
new "from 節を call ステートメントに加える"
# game/distribute_gui.rpy:246
old "Adding from clauses to call statements that do not have them."
new "from 節がない call ステートメントに from 節を加えています"
+58 -58
View File
@@ -1,58 +1,58 @@
translate japanese strings:
# game/editor.rpy:120
old "{b}Recommended.{/b} A beta editor with an easy to use interface and features that aid in development, such as spell-checking. Editra currently lacks the IME support required for Chinese, Japanese, and Korean text input."
new "{b}推奨{/b} スペルチュックのような開発目的のインターフェースや機能を簡単に使用可能なベータエディターです。Editraは現在中国、韓国、日本語の入力に必要な IME のサポートに欠陥があります。"
# game/editor.rpy:121
old "{b}Recommended.{/b} A beta editor with an easy to use interface and features that aid in development, such as spell-checking. Editra currently lacks the IME support required for Chinese, Japanese, and Korean text input. On Linux, Editra requires wxPython."
new "{b}推奨{/b} スペルチェックのような開発目的のインターフェースや機能を簡単に使用可能なベータエディターです。Editraは現在中国、韓国、日本語の入力に必要な IME のサポートに欠陥があります。LinuxではEditraはwxpythonを必要とします。"
# game/editor.rpy:137
old "This may have occured because wxPython is not installed on this system."
new "これはおそらくwxPythonがこのシステムにインストールされていないため発生しました。"
# game/editor.rpy:144
old "Up to 22 MB download required."
new "22MB までのダウンロードが必要です。"
# game/editor.rpy:157
old "1.8 MB download required."
new "1.8 MB のダウンロードが必要です。"
# game/editor.rpy:158
old "This may have occured because Java is not installed on this system."
new "これはおそらくJavaがこのシステムにインストールされていないため発生しました。"
# game/editor.rpy:327
old "An exception occured while launching the text editor:\n[exception!q]"
new "テキストエディターの選択中にエラーが発生しました:\n[exception!q]"
# game/editor.rpy:423
old "Select Editor"
new "エディターを選択"
# game/editor.rpy:438
old "A text editor is the program you'll use to edit Ren'Py script files. Here, you can select the editor Ren'Py will use. If not already present, the editor will be automatically downloaded and installed."
new "テキストエディタはRen'Pyスクリプトファイルを編集するためのプログラムです。ここではRen'Pyが使用するエディターを選択可能です。存在しなければエディターは自動的にダウンロードされインストールされます。"
# game/editor.rpy:460
old "Cancel"
new "キャンセル"
translate japanese strings:
# game/editor.rpy:155
old "A mature editor that requires Java."
new "Javaを必要とする成熟したエディターです。"
# game/editor.rpy:164
old "Invokes the editor your operating system has associated with .rpy files."
new "オペレーティングシステムで .rpy ファイルに関連づけたエディターを実行します。"
# game/editor.rpy:180
old "Prevents Ren'Py from opening a text editor."
new "Ren'Pyのテキストエディターの実行を停止します。"
translate japanese strings:
# game/editor.rpy:120
old "{b}Recommended.{/b} A beta editor with an easy to use interface and features that aid in development, such as spell-checking. Editra currently lacks the IME support required for Chinese, Japanese, and Korean text input."
new "{b}推奨{/b} スペルチュックのような開発目的のインターフェースや機能を簡単に使用可能なベータエディターです。Editraは現在中国、韓国、日本語の入力に必要な IME のサポートに欠陥があります。"
# game/editor.rpy:121
old "{b}Recommended.{/b} A beta editor with an easy to use interface and features that aid in development, such as spell-checking. Editra currently lacks the IME support required for Chinese, Japanese, and Korean text input. On Linux, Editra requires wxPython."
new "{b}推奨{/b} スペルチェックのような開発目的のインターフェースや機能を簡単に使用可能なベータエディターです。Editraは現在中国、韓国、日本語の入力に必要な IME のサポートに欠陥があります。LinuxではEditraはwxpythonを必要とします。"
# game/editor.rpy:137
old "This may have occured because wxPython is not installed on this system."
new "これはおそらくwxPythonがこのシステムにインストールされていないため発生しました。"
# game/editor.rpy:144
old "Up to 22 MB download required."
new "22MB までのダウンロードが必要です。"
# game/editor.rpy:157
old "1.8 MB download required."
new "1.8 MB のダウンロードが必要です。"
# game/editor.rpy:158
old "This may have occured because Java is not installed on this system."
new "これはおそらくJavaがこのシステムにインストールされていないため発生しました。"
# game/editor.rpy:327
old "An exception occured while launching the text editor:\n[exception!q]"
new "テキストエディターの選択中にエラーが発生しました:\n[exception!q]"
# game/editor.rpy:423
old "Select Editor"
new "エディターを選択"
# game/editor.rpy:438
old "A text editor is the program you'll use to edit Ren'Py script files. Here, you can select the editor Ren'Py will use. If not already present, the editor will be automatically downloaded and installed."
new "テキストエディタはRen'Pyスクリプトファイルを編集するためのプログラムです。ここではRen'Pyが使用するエディターを選択可能です。存在しなければエディターは自動的にダウンロードされインストールされます。"
# game/editor.rpy:460
old "Cancel"
new "キャンセル"
translate japanese strings:
# game/editor.rpy:155
old "A mature editor that requires Java."
new "Javaを必要とする成熟したエディターです。"
# game/editor.rpy:164
old "Invokes the editor your operating system has associated with .rpy files."
new "オペレーティングシステムで .rpy ファイルに関連づけたエディターを実行します。"
# game/editor.rpy:180
old "Prevents Ren'Py from opening a text editor."
new "Ren'Pyのテキストエディターの実行を停止します。"
+111 -111
View File
@@ -1,111 +1,111 @@
translate japanese strings:
# game/front_page.rpy:67
old "refresh"
new "更新"
# game/front_page.rpy:94
old "+ Create New Project"
new "+ 新規プロジェクトの作成"
# game/front_page.rpy:106
old "Launch Project"
new "プロジェクトの起動"
# game/front_page.rpy:127
old "Tutorial"
new "Tutorial"
# game/front_page.rpy:128
old "The Question"
new "The Question"
# game/front_page.rpy:144
old "Active Project"
new "アクティブなプロジェクト"
# game/front_page.rpy:152
old "Open Directory"
new "ディレクトリーを開く"
# game/front_page.rpy:157
old "game"
new "game"
# game/front_page.rpy:158
old "base"
new "base"
# game/front_page.rpy:164
old "Edit File"
new "ファイル編集"
# game/front_page.rpy:172
old "All script files"
new "すべてのスクリプト"
# game/front_page.rpy:181
old "Navigate Script"
new "スクリプトのナビゲート"
# game/front_page.rpy:192
old "Check Script (Lint)"
new "スクリプトチェック(Lint)"
# game/front_page.rpy:193
old "Change Theme"
new "テーマ変更"
# game/front_page.rpy:194
old "Delete Persistent"
new "永続データ削除"
# game/front_page.rpy:202
old "Build Distributions"
new "配布物のビルド"
# game/front_page.rpy:204
old "Android"
new "Android"
# game/front_page.rpy:205
old "Generate Translations"
new "翻訳の生成"
# game/front_page.rpy:206
old "Extract Dialogue"
new "台詞の抽出"
# game/front_page.rpy:222
old "Checking script for potential problems..."
new "潜在的な問題のためにスクリプトをチェックしています…"
# game/front_page.rpy:237
old "Deleting persistent data..."
new "永続データを削除しています…"
# game/front_page.rpy:122
old "[p.name!q] (template)"
new "[p.name!q] (テンプレート)"
# game/front_page.rpy:35
old "Open [text] directory."
new "[text] ディレクトリーを開きます。"
# game/front_page.rpy:150
old "Select project [text]."
new "プロジェクト [text] を選択します。"
# game/front_page.rpy:234
old "Force Recompile"
new "強制再コンパイル"
# game/front_page.rpy:285
old "Recompiling all rpy files into rpyc files..."
new "すべての rpy ファイルを rpyc ファイルにコンパイルしています。"
# game/front_page.rpy:245
old "iOS"
new "iOS"
translate japanese strings:
# game/front_page.rpy:67
old "refresh"
new "更新"
# game/front_page.rpy:94
old "+ Create New Project"
new "+ 新規プロジェクトの作成"
# game/front_page.rpy:106
old "Launch Project"
new "プロジェクトの起動"
# game/front_page.rpy:127
old "Tutorial"
new "Tutorial"
# game/front_page.rpy:128
old "The Question"
new "The Question"
# game/front_page.rpy:144
old "Active Project"
new "アクティブなプロジェクト"
# game/front_page.rpy:152
old "Open Directory"
new "ディレクトリーを開く"
# game/front_page.rpy:157
old "game"
new "game"
# game/front_page.rpy:158
old "base"
new "base"
# game/front_page.rpy:164
old "Edit File"
new "ファイル編集"
# game/front_page.rpy:172
old "All script files"
new "すべてのスクリプト"
# game/front_page.rpy:181
old "Navigate Script"
new "スクリプトのナビゲート"
# game/front_page.rpy:192
old "Check Script (Lint)"
new "スクリプトチェック(Lint)"
# game/front_page.rpy:193
old "Change Theme"
new "テーマ変更"
# game/front_page.rpy:194
old "Delete Persistent"
new "永続データ削除"
# game/front_page.rpy:202
old "Build Distributions"
new "配布物のビルド"
# game/front_page.rpy:204
old "Android"
new "Android"
# game/front_page.rpy:205
old "Generate Translations"
new "翻訳の生成"
# game/front_page.rpy:206
old "Extract Dialogue"
new "台詞の抽出"
# game/front_page.rpy:222
old "Checking script for potential problems..."
new "潜在的な問題のためにスクリプトをチェックしています…"
# game/front_page.rpy:237
old "Deleting persistent data..."
new "永続データを削除しています…"
# game/front_page.rpy:122
old "[p.name!q] (template)"
new "[p.name!q] (テンプレート)"
# game/front_page.rpy:35
old "Open [text] directory."
new "[text] ディレクトリーを開きます。"
# game/front_page.rpy:150
old "Select project [text]."
new "プロジェクト [text] を選択します。"
# game/front_page.rpy:234
old "Force Recompile"
new "強制再コンパイル"
# game/front_page.rpy:285
old "Recompiling all rpy files into rpyc files..."
new "すべての rpy ファイルを rpyc ファイルにコンパイルしています。"
# game/front_page.rpy:245
old "iOS"
new "iOS"
+83 -83
View File
@@ -1,83 +1,83 @@
translate japanese strings:
# game/interface.rpy:89
old "Documentation"
new "ドキュメント"
# game/interface.rpy:90
old "Ren'Py Website"
new "Ren'Pyサイト"
# game/interface.rpy:91
old "Ren'Py Games List"
new "Ren'Pyゲームリスト"
# game/interface.rpy:92
old "About"
new "About"
# game/interface.rpy:99
old "update"
new "アップデート"
# game/interface.rpy:101
old "preferences"
new "設定"
# game/interface.rpy:102
old "quit"
new "終了"
# game/interface.rpy:174
old "Yes"
new "Yes"
# game/interface.rpy:176
old "No"
new "No"
# game/interface.rpy:211
old "Due to package format limitations, non-ASCII file and directory names are not allowed."
new "パッケージフォーマットの制限により、アスキーコード以外のファイル、ディレクトリー名は許可されません。"
# game/interface.rpy:213
old "[title]"
new "[title]"
# game/interface.rpy:299
old "ERROR"
new "エラー"
# game/interface.rpy:328
old "While [what!q], an error occured:"
new "[what!q] 中にエラーが発生しました。:"
# game/interface.rpy:329
old "[exception!q]"
new "[exception!q]"
# game/interface.rpy:347
old "Text input may not contain the {{ or [[ characters."
new "{{ または [[ はテキスト入力出来ません。"
# game/interface.rpy:352
old "File and directory names may not contain / or \\."
new "ファイル、ディレクトリーが / または \\. を含んでいるかもしれません。"
# game/interface.rpy:358
old "File and directory names must consist of ASCII characters."
new "ファイル、ディレクトリー名はアスキーコードの文字列で構成される必要があります。"
# game/interface.rpy:379
old "INFORMATION"
new "情報"
# game/interface.rpy:422
old "PROCESSING"
new "処理中"
# game/interface.rpy:452
old "CHOICE"
new "選択"
translate japanese strings:
# game/interface.rpy:89
old "Documentation"
new "ドキュメント"
# game/interface.rpy:90
old "Ren'Py Website"
new "Ren'Pyサイト"
# game/interface.rpy:91
old "Ren'Py Games List"
new "Ren'Pyゲームリスト"
# game/interface.rpy:92
old "About"
new "About"
# game/interface.rpy:99
old "update"
new "アップデート"
# game/interface.rpy:101
old "preferences"
new "設定"
# game/interface.rpy:102
old "quit"
new "終了"
# game/interface.rpy:174
old "Yes"
new "Yes"
# game/interface.rpy:176
old "No"
new "No"
# game/interface.rpy:211
old "Due to package format limitations, non-ASCII file and directory names are not allowed."
new "パッケージフォーマットの制限により、アスキーコード以外のファイル、ディレクトリー名は許可されません。"
# game/interface.rpy:213
old "[title]"
new "[title]"
# game/interface.rpy:299
old "ERROR"
new "エラー"
# game/interface.rpy:328
old "While [what!q], an error occured:"
new "[what!q] 中にエラーが発生しました。:"
# game/interface.rpy:329
old "[exception!q]"
new "[exception!q]"
# game/interface.rpy:347
old "Text input may not contain the {{ or [[ characters."
new "{{ または [[ はテキスト入力出来ません。"
# game/interface.rpy:352
old "File and directory names may not contain / or \\."
new "ファイル、ディレクトリーが / または \\. を含んでいるかもしれません。"
# game/interface.rpy:358
old "File and directory names must consist of ASCII characters."
new "ファイル、ディレクトリー名はアスキーコードの文字列で構成される必要があります。"
# game/interface.rpy:379
old "INFORMATION"
new "情報"
# game/interface.rpy:422
old "PROCESSING"
new "処理中"
# game/interface.rpy:452
old "CHOICE"
new "選択"
+99 -99
View File
@@ -1,99 +1,99 @@
translate japanese strings:
# game/ios.rpy:28
old "To build iOS packages, please download renios, unzip it, and place it into the Ren'Py directory. Then restart the Ren'Py launcher."
new "iOS パッケージをビルドするには、 renios をダウンロードして、Ren'Py ディレクトリーに配置、ランチャーを再起動してください。"
# game/ios.rpy:29
old "The directory in where Xcode projects will be placed has not been selected. Choose 'Select Directory' to select it."
new "'Select Directory' から、 xcode プロジェクトが配置されるディレクトリーを選択してください。"
# game/ios.rpy:30
old "There is no Xcode project corresponding to the current Ren'Py project. Choose 'Create Xcode Project' to create one."
new "現在の Ren'Py プロジェクトに対応する Xcode プロジェクトがありません。'Create Xcode Project' から作成してください。"
# game/ios.rpy:31
old "An Xcode project exists. Choose 'Update Xcode Project' to update it with the latest game files, or use Xcode to build and install it."
new "Xcode プロジェクトが存在します。'Update Xcode Project' を選択して最新のゲームファイルに更新するか、 Xcode を使用してそれをビルド、インストールしてください。"
# game/ios.rpy:33
old "Attempts to emulate an iPhone.\n\nTouch input is emulated through the mouse, but only when the button is held down."
new "iPhone をエミュレートします。\n\nタッチ入力はマウスを利用してエミュレートされますが、ボタン押下時のみ反応します"
# game/ios.rpy:34
old "Attempts to emulate an iPad.\n\nTouch input is emulated through the mouse, but only when the button is held down."
new "iPad をエミュレートします。\n\nタッチ入力はマウスを利用してエミュレートされますが、ボタン押下時のみ反応します"
# game/ios.rpy:36
old "Selects the directory where Xcode projects will be placed."
new "Xcode プロジェクトが配置されるディレクトリーを選択します。"
# game/ios.rpy:37
old "Creates an Xcode project corresponding to the current Ren'Py project."
new "現在の Ren'PY プロジェクトに対応する Xcode プロジェクトを作成します。"
# game/ios.rpy:38
old "Updates the Xcode project with the latest game files. This must be done each time the Ren'Py project changes."
new "最新のゲームファイルに Xcode プロジェクトを更新します。これは Ren'Py プロジェクトが変更される度に行わなければなりません。"
# game/ios.rpy:39
old "Opens the Xcode project in Xcode."
new "Xcode から Xcode プロジェクトを開きます。"
# game/ios.rpy:41
old "Opens the directory containing Xcode projects."
new "対応する Xcode プロジェクトを開きます。"
# game/ios.rpy:126
old "The Xcode project already exists. Would you like to rename the old project, and replace it with a new one?"
new "その Xcode プロジェクトは既に存在します。古いプロジェクトをリネームするか、新しいもので置き換えますか?"
# game/ios.rpy:202
old "iOS: [project.current.name!q]"
new "iOS: [project.current.name!q]"
# game/ios.rpy:231
old "iPhone"
new "iPhone"
# game/ios.rpy:235
old "iPad"
new "iPad"
# game/ios.rpy:255
old "Select Xcode Projects Directory"
new "Xcode プロジェクトディレクトリー選択してください。"
# game/ios.rpy:259
old "Create Xcode Project"
new "Xcode プロジェクト作成してください。"
# game/ios.rpy:263
old "Update Xcode Project"
new "Xcode プロジェクト更新してください。"
# game/ios.rpy:268
old "Launch Xcode"
new "Xcode 起動"
# game/ios.rpy:303
old "Open Xcode Projects Directory"
new "Xcode プロジェクトディレクトリーを開いてください。"
# game/ios.rpy:336
old "Before packaging iOS apps, you'll need to download renios, Ren'Py's iOS support. Would you like to download renios now?"
new "iOS アプリをパッケージする前に、reniosをダウンロードする必要があります。 renios をダウンロードしますか?"
# game/ios.rpy:345
old "XCODE PROJECTS DIRECTORY"
new "XCODE PROJECTS DIRECTORY"
# game/ios.rpy:345
old "Please choose the Xcode Projects Directory using the directory chooser.\n{b}The directory chooser may have opened behind this window.{/b}"
new "Xcode プロジェクトディレクトリーを選択してください。\n{b}ディレクトリー選択ウィンドウはこのウィンドウの裏に開くかもしれません。{/b}"
# game/ios.rpy:350
old "Ren'Py has set the Xcode Projects Directory to:"
new "Ren'Py は Xcode プロジェクトディレクトリーを以下に設定しました。:"
translate japanese strings:
# game/ios.rpy:28
old "To build iOS packages, please download renios, unzip it, and place it into the Ren'Py directory. Then restart the Ren'Py launcher."
new "iOS パッケージをビルドするには、 renios をダウンロードして、Ren'Py ディレクトリーに配置、ランチャーを再起動してください。"
# game/ios.rpy:29
old "The directory in where Xcode projects will be placed has not been selected. Choose 'Select Directory' to select it."
new "'Select Directory' から、 xcode プロジェクトが配置されるディレクトリーを選択してください。"
# game/ios.rpy:30
old "There is no Xcode project corresponding to the current Ren'Py project. Choose 'Create Xcode Project' to create one."
new "現在の Ren'Py プロジェクトに対応する Xcode プロジェクトがありません。'Create Xcode Project' から作成してください。"
# game/ios.rpy:31
old "An Xcode project exists. Choose 'Update Xcode Project' to update it with the latest game files, or use Xcode to build and install it."
new "Xcode プロジェクトが存在します。'Update Xcode Project' を選択して最新のゲームファイルに更新するか、 Xcode を使用してそれをビルド、インストールしてください。"
# game/ios.rpy:33
old "Attempts to emulate an iPhone.\n\nTouch input is emulated through the mouse, but only when the button is held down."
new "iPhone をエミュレートします。\n\nタッチ入力はマウスを利用してエミュレートされますが、ボタン押下時のみ反応します"
# game/ios.rpy:34
old "Attempts to emulate an iPad.\n\nTouch input is emulated through the mouse, but only when the button is held down."
new "iPad をエミュレートします。\n\nタッチ入力はマウスを利用してエミュレートされますが、ボタン押下時のみ反応します"
# game/ios.rpy:36
old "Selects the directory where Xcode projects will be placed."
new "Xcode プロジェクトが配置されるディレクトリーを選択します。"
# game/ios.rpy:37
old "Creates an Xcode project corresponding to the current Ren'Py project."
new "現在の Ren'PY プロジェクトに対応する Xcode プロジェクトを作成します。"
# game/ios.rpy:38
old "Updates the Xcode project with the latest game files. This must be done each time the Ren'Py project changes."
new "最新のゲームファイルに Xcode プロジェクトを更新します。これは Ren'Py プロジェクトが変更される度に行わなければなりません。"
# game/ios.rpy:39
old "Opens the Xcode project in Xcode."
new "Xcode から Xcode プロジェクトを開きます。"
# game/ios.rpy:41
old "Opens the directory containing Xcode projects."
new "対応する Xcode プロジェクトを開きます。"
# game/ios.rpy:126
old "The Xcode project already exists. Would you like to rename the old project, and replace it with a new one?"
new "その Xcode プロジェクトは既に存在します。古いプロジェクトをリネームするか、新しいもので置き換えますか?"
# game/ios.rpy:202
old "iOS: [project.current.name!q]"
new "iOS: [project.current.name!q]"
# game/ios.rpy:231
old "iPhone"
new "iPhone"
# game/ios.rpy:235
old "iPad"
new "iPad"
# game/ios.rpy:255
old "Select Xcode Projects Directory"
new "Xcode プロジェクトディレクトリー選択"
# game/ios.rpy:259
old "Create Xcode Project"
new "Xcode プロジェクト作成"
# game/ios.rpy:263
old "Update Xcode Project"
new "Xcode プロジェクト更新"
# game/ios.rpy:268
old "Launch Xcode"
new "Xcode 起動"
# game/ios.rpy:303
old "Open Xcode Projects Directory"
new "Xcode プロジェクトディレクトリー開く"
# game/ios.rpy:336
old "Before packaging iOS apps, you'll need to download renios, Ren'Py's iOS support. Would you like to download renios now?"
new "iOS アプリをパッケージする前に、reniosをダウンロードする必要があります。 renios をダウンロードしますか?"
# game/ios.rpy:345
old "XCODE PROJECTS DIRECTORY"
new "XCODE PROJECTS DIRECTORY"
# game/ios.rpy:345
old "Please choose the Xcode Projects Directory using the directory chooser.\n{b}The directory chooser may have opened behind this window.{/b}"
new "Xcode プロジェクトディレクトリーを選択してください。\n{b}ディレクトリー選択ウィンドウはこのウィンドウの裏に開くかもしれません。{/b}"
# game/ios.rpy:350
old "Ren'Py has set the Xcode Projects Directory to:"
new "Ren'Py は Xcode プロジェクトディレクトリーを以下に設定しました。:"
+67 -67
View File
@@ -1,67 +1,67 @@
translate japanese strings:
# game/navigation.rpy:150
old "Navigate: [project.current.name]"
new "ナビゲーション: [project.current.name]"
# game/navigation.rpy:159
old "Order: "
new "並び順:"
# game/navigation.rpy:160
old "alphabetical"
new "アルファベット順"
# game/navigation.rpy:162
old "by-file"
new "ファイル順"
# game/navigation.rpy:164
old "natural"
new "natural"
# game/navigation.rpy:176
old "Category:"
new "カテゴリー:"
# game/navigation.rpy:178
old "files"
new "ファイル"
# game/navigation.rpy:179
old "labels"
new "ラベル"
# game/navigation.rpy:180
old "defines"
new "定義"
# game/navigation.rpy:181
old "transforms"
new "変換"
# game/navigation.rpy:182
old "screens"
new "スクリーン"
# game/navigation.rpy:183
old "callables"
new "関数"
# game/navigation.rpy:184
old "TODOs"
new "TODO"
# game/navigation.rpy:223
old "+ Add script file"
new "+ スクリプトファイルを追加する。"
# game/navigation.rpy:231
old "No TODO comments found.\n\nTo create one, include \"# TODO\" in your script."
new "TODOコメントは見つかりません。\n\n作成には \"# TODO\" をスクリプトに加えてください。"
# game/navigation.rpy:238
old "The list of names is empty."
new "名前のリストは空です。"
translate japanese strings:
# game/navigation.rpy:150
old "Navigate: [project.current.name]"
new "ナビゲーション: [project.current.name]"
# game/navigation.rpy:159
old "Order: "
new "並び順:"
# game/navigation.rpy:160
old "alphabetical"
new "アルファベット順"
# game/navigation.rpy:162
old "by-file"
new "ファイル順"
# game/navigation.rpy:164
old "natural"
new "natural"
# game/navigation.rpy:176
old "Category:"
new "カテゴリー:"
# game/navigation.rpy:178
old "files"
new "ファイル"
# game/navigation.rpy:179
old "labels"
new "ラベル"
# game/navigation.rpy:180
old "defines"
new "定義"
# game/navigation.rpy:181
old "transforms"
new "変換"
# game/navigation.rpy:182
old "screens"
new "スクリーン"
# game/navigation.rpy:183
old "callables"
new "関数"
# game/navigation.rpy:184
old "TODOs"
new "TODO"
# game/navigation.rpy:223
old "+ Add script file"
new "+ スクリプトファイルを追加する。"
# game/navigation.rpy:231
old "No TODO comments found.\n\nTo create one, include \"# TODO\" in your script."
new "TODOコメントは見つかりません。\n\n作成には \"# TODO\" をスクリプトに加えてください。"
# game/navigation.rpy:238
old "The list of names is empty."
new "名前のリストは空です。"
+35 -35
View File
@@ -1,35 +1,35 @@
translate japanese strings:
# game/new_project.rpy:22
old "Choose Project Template"
new "テンプレートを選んでください"
# game/new_project.rpy:40
old "Please select a template to use for your new project. The template sets the default font and the user interface language. If your language is not supported, choose 'english'."
new "新しいプロジェクトで使用するテンプレートを選択してください。Ren'Pyはデフォルトのフォントとユーザーインターフェイスの言語を設定します。あなたの言語がサポートされていないなら 'english' を選択してください。"
# game/new_project.rpy:55
old "PROJECT NAME"
new "プロジェクト名"
# game/new_project.rpy:56
old "Please enter the name of your project:"
new "プロジェクト名を入力してください:"
# game/new_project.rpy:62
old "The project name may not be empty."
new "プロジェクト名が空です。"
# game/new_project.rpy:67
old "[project_name!q] already exists. Please choose a different project name."
new "[project_name!q] は既に存在します。違う名前を選択してください。"
# game/new_project.rpy:70
old "[project_dir!q] already exists. Please choose a different project name."
new "[project_dir!q] は既に存在します。違う名前を選択してください。"
# game/new_project.rpy:71
old "The projects directory could not be set. Giving up."
new "プロジェクトディレクトリーを設定出来ません。キャンセルしています。"
translate japanese strings:
# game/new_project.rpy:22
old "Choose Project Template"
new "テンプレートを選んでください"
# game/new_project.rpy:40
old "Please select a template to use for your new project. The template sets the default font and the user interface language. If your language is not supported, choose 'english'."
new "新しいプロジェクトで使用するテンプレートを選択してください。Ren'Pyはデフォルトのフォントとユーザーインターフェイスの言語を設定します。あなたの言語がサポートされていないなら 'english' を選択してください。"
# game/new_project.rpy:55
old "PROJECT NAME"
new "プロジェクト名"
# game/new_project.rpy:56
old "Please enter the name of your project:"
new "プロジェクト名を入力してください:"
# game/new_project.rpy:62
old "The project name may not be empty."
new "プロジェクト名が空です。"
# game/new_project.rpy:67
old "[project_name!q] already exists. Please choose a different project name."
new "[project_name!q] は既に存在します。違う名前を選択してください。"
# game/new_project.rpy:70
old "[project_dir!q] already exists. Please choose a different project name."
new "[project_dir!q] は既に存在します。違う名前を選択してください。"
# game/new_project.rpy:71
old "The projects directory could not be set. Giving up."
new "プロジェクトディレクトリーを設定出来ません。キャンセルしています。"
+83 -75
View File
@@ -1,75 +1,83 @@
translate japanese strings:
# game/preferences.rpy:40
old "Launcher Preferences"
new "ランチャー設定"
# game/preferences.rpy:61
old "Projects Directory:"
new "プロジェクトディレクトリー:"
# game/preferences.rpy:68
old "[persistent.projects_directory!q]"
new "[persistent.projects_directory!q]"
# game/preferences.rpy:70
old "Not Set"
new "未設定"
# game/preferences.rpy:84
old "Text Editor:"
new "テキストエディター:"
# game/preferences.rpy:106
old "Update Channel:"
new "アップデートチャンネル:"
# game/preferences.rpy:126
old "Navigation Options:"
new "ナビゲートオプション:"
# game/preferences.rpy:130
old "Include private names"
new "内部使用の名前を含める"
# game/preferences.rpy:131
old "Include library names"
new "本体の名前を含める"
# game/preferences.rpy:141
old "Launcher Options:"
new "ランチャー設定:"
# game/preferences.rpy:145
old "Hardware rendering"
new "ハードウェアレンダリング"
# game/preferences.rpy:148
old "Console output"
new "コンソール出力"
# game/preferences.rpy:169
old "Open launcher project"
new "ランチャーのプロジェクトを開く"
# game/preferences.rpy:183
old "Language:"
new "言語:"
# game/preferences.rpy:146
old "Show templates"
new "テンプレートの表示"
# game/preferences.rpy:165
old "Large fonts"
new "フォントを大きくする"
# game/preferences.rpy:91
old "Projects directory: [text]"
new "プロジェクトディレクトリー: [text]"
# game/preferences.rpy:114
old "Text editor: [text]"
new "テキストエディター: [text]"
translate japanese strings:
# game/preferences.rpy:40
old "Launcher Preferences"
new "ランチャー設定"
# game/preferences.rpy:61
old "Projects Directory:"
new "プロジェクトディレクトリー:"
# game/preferences.rpy:68
old "[persistent.projects_directory!q]"
new "[persistent.projects_directory!q]"
# game/preferences.rpy:70
old "Not Set"
new "未設定"
# game/preferences.rpy:84
old "Text Editor:"
new "テキストエディター:"
# game/preferences.rpy:106
old "Update Channel:"
new "アップデートチャンネル:"
# game/preferences.rpy:126
old "Navigation Options:"
new "ナビゲートオプション:"
# game/preferences.rpy:130
old "Include private names"
new "内部使用の名前を含める"
# game/preferences.rpy:131
old "Include library names"
new "本体の名前を含める"
# game/preferences.rpy:141
old "Launcher Options:"
new "ランチャー設定:"
# game/preferences.rpy:145
old "Hardware rendering"
new "ハードウェアレンダリング"
# game/preferences.rpy:148
old "Console output"
new "コンソール出力"
# game/preferences.rpy:169
old "Open launcher project"
new "ランチャーのプロジェクトを開く"
# game/preferences.rpy:183
old "Language:"
new "言語:"
# game/preferences.rpy:146
old "Show templates"
new "テンプレートの表示"
# game/preferences.rpy:165
old "Large fonts"
new "フォントを大きくする"
# game/preferences.rpy:91
old "Projects directory: [text]"
new "プロジェクトディレクトリー: [text]"
# game/preferences.rpy:114
old "Text editor: [text]"
new "テキストエディター: [text]"
# game/preferences.rpy:174
old "Show edit file section"
new "ファイル編集を表示する"
# game/preferences.rpy:176
old "Generate empty strings for translations"
new "空の文字列でも翻訳を生成する"
+59 -59
View File
@@ -1,59 +1,59 @@
translate japanese strings:
# game/project.rpy:204
old "Ren'Py is scanning the project..."
new "Ren'Py プロジェクトをスキャンしています…"
# game/project.rpy:503
old "PROJECTS DIRECTORY"
new "プロジェクトディレクトリー"
# game/project.rpy:503
old "Please choose the projects directory using the directory chooser.\n{b}The directory chooser may have opened behind this window.{/b}"
new "プロジェクトディレクトリーを選択してください。\n{b}ディレクトリー選択画面がこのウィンドウの下に隠れている場合があります。{/b}"
# game/project.rpy:503
old "This launcher will scan for projects in this directory, will create new projects in this directory, and will place built projects into this directory."
new "ランチャーはこのディレクトリーでプロジェクトをスキャンし、新しいプロジェクトを作成し、ビルドしたプロジェクトを出力します。"
# game/project.rpy:543
old "Ren'Py was unable to run python with tkinter to choose the projects directory."
new "Ren'Py はプロジェクトディレクトリーを選択するために tkinter でpythonを実行することは出来ません。"
# game/project.rpy:547
old "Ren'Py has set the projects directory to:"
new "Ren'Py は以下にプロジェクトディレクトリーを設定します:"
# game/project.rpy:48
old "After making changes to the script, press shift+R to reload your game."
new "スクリプトに変更を加えた後、Shift+Rを押すとゲームをリロードします。"
# game/project.rpy:49
old "Press shift+O (the letter) to access the console."
new "Shift+O(英字)を押すとコンソールを表示します。"
# game/project.rpy:50
old "Press shift+D to access the developer menu."
new "Shift+Dを押すと開発者メニューを表示します。"
# game/project.rpy:219
old "Launching the project failed."
new "プロジェクトの起動に失敗しました。"
# game/project.rpy:219
old "Please ensure that your project launches normally before running this command."
new "このコマンドを実行する前に、プロジェクトが通常通り起動することを確認して下さい。"
# game/project.rpy:515
old "Launching"
new "起動中"
# game/project.rpy:584
old "Ren'Py was unable to run python with tkinter to choose the projects directory. Please install the python-tk or tkinter package."
new "Ren'Pyはプロジェクトディレクトリー選択のためのtkinterをPythonの実行時に読み込めませんでした。python-tkもしくはtkinterパッケージをインストールして下さい。"
# game/project.rpy:47
old "Have you backed up your projects recently?"
new "最近ゲームのバックアップはしましたか?"
translate japanese strings:
# game/project.rpy:204
old "Ren'Py is scanning the project..."
new "Ren'Py プロジェクトをスキャンしています…"
# game/project.rpy:503
old "PROJECTS DIRECTORY"
new "プロジェクトディレクトリー"
# game/project.rpy:503
old "Please choose the projects directory using the directory chooser.\n{b}The directory chooser may have opened behind this window.{/b}"
new "プロジェクトディレクトリーを選択してください。\n{b}ディレクトリー選択画面がこのウィンドウの下に隠れている場合があります。{/b}"
# game/project.rpy:503
old "This launcher will scan for projects in this directory, will create new projects in this directory, and will place built projects into this directory."
new "ランチャーはこのディレクトリーでプロジェクトをスキャンし、新しいプロジェクトを作成し、ビルドしたプロジェクトを出力します。"
# game/project.rpy:543
old "Ren'Py was unable to run python with tkinter to choose the projects directory."
new "Ren'Py はプロジェクトディレクトリーを選択するために tkinter でpythonを実行することは出来ません。"
# game/project.rpy:547
old "Ren'Py has set the projects directory to:"
new "Ren'Py は以下にプロジェクトディレクトリーを設定します:"
# game/project.rpy:48
old "After making changes to the script, press shift+R to reload your game."
new "スクリプトに変更を加えた後、Shift+Rを押すとゲームをリロードします。"
# game/project.rpy:49
old "Press shift+O (the letter) to access the console."
new "Shift+O(英字)を押すとコンソールを表示します。"
# game/project.rpy:50
old "Press shift+D to access the developer menu."
new "Shift+Dを押すと開発者メニューを表示します。"
# game/project.rpy:219
old "Launching the project failed."
new "プロジェクトの起動に失敗しました。"
# game/project.rpy:219
old "Please ensure that your project launches normally before running this command."
new "このコマンドを実行する前に、プロジェクトが通常通り起動することを確認して下さい。"
# game/project.rpy:515
old "Launching"
new "起動中"
# game/project.rpy:584
old "Ren'Py was unable to run python with tkinter to choose the projects directory. Please install the python-tk or tkinter package."
new "Ren'Pyはプロジェクトディレクトリー選択のためのtkinterをPythonの実行時に読み込めませんでした。python-tkもしくはtkinterパッケージをインストールして下さい。"
# game/project.rpy:47
old "Have you backed up your projects recently?"
new "最近ゲームのバックアップはしましたか?"
+35 -35
View File
@@ -1,35 +1,35 @@
translate japanese strings:
# game/translations.rpy:10
old "Create or Update Translations"
new "翻訳の作成または更新"
# game/translations.rpy:10
old "Please enter the name of the language for which you want to create or update translations."
new "翻訳を作成または更新したい言語名を入力してください。"
# game/translations.rpy:15
old "The language name can not be the empty string."
new "言語名は空の文字列であってはなりません。"
# game/translations.rpy:26
old "Ren'Py is generating translations...."
new "Ren'Pyは翻訳を生成しています…"
# game/translations.rpy:30
old "Ren'Py has finished generating [language] translations."
new "Ren'Pyは [language] の翻訳ファイルを生成しました。"
# game/translations.rpy:44
old "What format would you like for the extracted dialogue?"
new "どのフォーマットで台詞を抽出しますか?"
# game/translations.rpy:56
old "Ren'Py is extracting dialogue...."
new "Ren'Pyは台詞を抽出しています…"
# game/translations.rpy:60
old "Ren'Py has finished extracting dialogue. The extracted dialogue can be found in dialogue.[format] in the base directory."
new "Ren'Pyは台詞を抽出し終えました。抽出した台詞はベースディレクトリーの dialogue.[format] にあります。"
translate japanese strings:
# game/translations.rpy:10
old "Create or Update Translations"
new "翻訳の作成または更新"
# game/translations.rpy:10
old "Please enter the name of the language for which you want to create or update translations."
new "翻訳を作成または更新したい言語名を入力してください。"
# game/translations.rpy:15
old "The language name can not be the empty string."
new "言語名は空の文字列であってはなりません。"
# game/translations.rpy:26
old "Ren'Py is generating translations...."
new "Ren'Pyは翻訳を生成しています…"
# game/translations.rpy:30
old "Ren'Py has finished generating [language] translations."
new "Ren'Pyは [language] の翻訳ファイルを生成しました。"
# game/translations.rpy:44
old "What format would you like for the extracted dialogue?"
new "どのフォーマットで台詞を抽出しますか?"
# game/translations.rpy:56
old "Ren'Py is extracting dialogue...."
new "Ren'Pyは台詞を抽出しています…"
# game/translations.rpy:60
old "Ren'Py has finished extracting dialogue. The extracted dialogue can be found in dialogue.[format] in the base directory."
new "Ren'Pyは台詞を抽出し終えました。抽出した台詞はベースディレクトリーの dialogue.[format] にあります。"
+95 -95
View File
@@ -1,95 +1,95 @@
translate japanese strings:
# game/updater.rpy:54
old "Select Update Channel"
new "アップデートチャンネルを選択してください"
# game/updater.rpy:65
old "The update channel controls the version of Ren'Py the updater will download. Please select an update channel:"
new "アップデートチャンネルはアップデーターがダウンロードするRen'Pyのバージョンを制御します。アップデートチャンネルを選択してください。"
# game/updater.rpy:70
old "Release"
new "Release"
# game/updater.rpy:76
old "{b}Recommended.{/b} The version of Ren'Py that should be used in all newly-released games."
new "{b}推奨{/b} 全ての新しく配布されるゲームで使用されるべきRen'Pyのバージョンです。"
# game/updater.rpy:81
old "Prerelease"
new "Prerelease"
# game/updater.rpy:87
old "A preview of the next version of Ren'Py that can be used for testing and taking advantage of new features, but not for final releases of games."
new "テストや新機能利用のために使用されるRen'Pyの次期バージョンのプレビューですが、\nゲームの最終リリースには向きません。"
# game/updater.rpy:93
old "Experimental"
new "Experimental"
# game/updater.rpy:99
old "Experimental versions of Ren'Py. You shouldn't select this channel unless asked by a Ren'Py developer."
new "Ren'Pyの試験的なバージョンです。開発者に頼まれない限りこのバージョンを使用するべきではありません。"
# game/updater.rpy:119
old "An error has occured:"
new "エラーが発生しました:"
# game/updater.rpy:121
old "Checking for updates."
new "アップデートをチェックしています。"
# game/updater.rpy:123
old "Ren'Py is up to date."
new "Ren'Pyは最新です。"
# game/updater.rpy:125
old "[u.version] is now available. Do you want to install it?"
new "[u.version] が利用可能です。インストールしますか?"
# game/updater.rpy:127
old "Preparing to download the update."
new "アップデートのダウンロード準備をしています。"
# game/updater.rpy:129
old "Downloading the update."
new "アップデートをダウンロードしています。"
# game/updater.rpy:131
old "Unpacking the update."
new "アップデートを解凍しています。"
# game/updater.rpy:133
old "Finishing up."
new "完了しました。"
# game/updater.rpy:135
old "The update has been installed. Ren'Py will restart."
new "アップデートはインストールされました。Ren'Pyは再起動します。"
# game/updater.rpy:137
old "The update has been installed."
new "アップデートはインストールされました。"
# game/updater.rpy:139
old "The update was cancelled."
new "アップデートはキャンセルされました。"
# game/updater.rpy:156
old "Ren'Py Update"
new "Ren'Py アップデート"
# game/updater.rpy:162
old "Proceed"
new "続行"
# game/updater.rpy:129
old "Nightly"
new "Nightly"
# game/updater.rpy:135
old "The bleeding edge of Ren'Py development. This may have the latest features, or might not run at all."
new "Ren'Pyの開発版で、極めて不安定です。これには最新の機能が含まれていますが、すべては動かないかもしれません。"
translate japanese strings:
# game/updater.rpy:54
old "Select Update Channel"
new "アップデートチャンネルを選択してください"
# game/updater.rpy:65
old "The update channel controls the version of Ren'Py the updater will download. Please select an update channel:"
new "アップデートチャンネルはアップデーターがダウンロードするRen'Pyのバージョンを制御します。アップデートチャンネルを選択してください。"
# game/updater.rpy:70
old "Release"
new "Release"
# game/updater.rpy:76
old "{b}Recommended.{/b} The version of Ren'Py that should be used in all newly-released games."
new "{b}推奨{/b} 全ての新しく配布されるゲームで使用されるべきRen'Pyのバージョンです。"
# game/updater.rpy:81
old "Prerelease"
new "Prerelease"
# game/updater.rpy:87
old "A preview of the next version of Ren'Py that can be used for testing and taking advantage of new features, but not for final releases of games."
new "テストや新機能利用のために使用されるRen'Pyの次期バージョンのプレビューですが、\nゲームの最終リリースには向きません。"
# game/updater.rpy:93
old "Experimental"
new "Experimental"
# game/updater.rpy:99
old "Experimental versions of Ren'Py. You shouldn't select this channel unless asked by a Ren'Py developer."
new "Ren'Pyの試験的なバージョンです。開発者に頼まれない限りこのバージョンを使用するべきではありません。"
# game/updater.rpy:119
old "An error has occured:"
new "エラーが発生しました:"
# game/updater.rpy:121
old "Checking for updates."
new "アップデートをチェックしています。"
# game/updater.rpy:123
old "Ren'Py is up to date."
new "Ren'Pyは最新です。"
# game/updater.rpy:125
old "[u.version] is now available. Do you want to install it?"
new "[u.version] が利用可能です。インストールしますか?"
# game/updater.rpy:127
old "Preparing to download the update."
new "アップデートのダウンロード準備をしています。"
# game/updater.rpy:129
old "Downloading the update."
new "アップデートをダウンロードしています。"
# game/updater.rpy:131
old "Unpacking the update."
new "アップデートを解凍しています。"
# game/updater.rpy:133
old "Finishing up."
new "完了しました。"
# game/updater.rpy:135
old "The update has been installed. Ren'Py will restart."
new "アップデートはインストールされました。Ren'Pyは再起動します。"
# game/updater.rpy:137
old "The update has been installed."
new "アップデートはインストールされました。"
# game/updater.rpy:139
old "The update was cancelled."
new "アップデートはキャンセルされました。"
# game/updater.rpy:156
old "Ren'Py Update"
new "Ren'Py アップデート"
# game/updater.rpy:162
old "Proceed"
new "続行"
# game/updater.rpy:129
old "Nightly"
new "Nightly"
# game/updater.rpy:135
old "The bleeding edge of Ren'Py development. This may have the latest features, or might not run at all."
new "Ren'Pyの開発版で、極めて不安定です。これには最新の機能が含まれていますが、すべては動かないかもしれません。"
+15 -15
View File
@@ -1,15 +1,15 @@
translate korean strings:
# game/about.rpy:39
old "[version!q]"
new "[version!q]"
# game/about.rpy:43
old "View license"
new "라이선스 보기"
# game/about.rpy:45
old "Back"
new "뒤로"
translate korean strings:
# game/about.rpy:39
old "[version!q]"
new "[version!q]"
# game/about.rpy:43
old "View license"
new "라이선스 보기"
# game/about.rpy:45
old "Back"
new "뒤로"
+23 -23
View File
@@ -1,23 +1,23 @@
translate korean strings:
# game/add_file.rpy:28
old "FILENAME"
new "파일이름"
# game/add_file.rpy:28
old "Enter the name of the script file to create."
new "새로 만들 스크립트 파일 이름을 입력하세요."
# game/add_file.rpy:31
old "The filename must have the .rpy extension."
new "파일 이름에는 반드시 .rpy 확장자가 적혀있어야 합니다."
# game/add_file.rpy:39
old "The file already exists."
new "이 파일 이름은 이미 존재합니다."
# game/add_file.rpy:42
old "# Ren'Py automatically loads all script files ending with .rpy. To use this\n# file, define a label and jump to it from another file.\n"
new "# 렌파이는 자동으로 파일 이름이 .rpy 로 끝나는 스크립트 파일을 불러옵니다. \n# 파일을 사용하려면, 레이블을 정의하여 다른 파일에서 해당 레이블로 점프하세요.\n"
translate korean strings:
# game/add_file.rpy:28
old "FILENAME"
new "파일이름"
# game/add_file.rpy:28
old "Enter the name of the script file to create."
new "새로 만들 스크립트 파일 이름을 입력하세요."
# game/add_file.rpy:31
old "The filename must have the .rpy extension."
new "파일 이름에는 반드시 .rpy 확장자가 적혀있어야 합니다."
# game/add_file.rpy:39
old "The file already exists."
new "이 파일 이름은 이미 존재합니다."
# game/add_file.rpy:42
old "# Ren'Py automatically loads all script files ending with .rpy. To use this\n# file, define a label and jump to it from another file.\n"
new "# 렌파이는 자동으로 파일 이름이 .rpy 로 끝나는 스크립트 파일을 불러옵니다. \n# 파일을 사용하려면, 레이블을 정의하여 다른 파일에서 해당 레이블로 점프하세요.\n"
+173 -155
View File
@@ -1,155 +1,173 @@
translate korean strings:
# game/android.rpy:30
old "To build Android packages, please download RAPT, unzip it, and place it into the Ren'Py directory. Then restart the Ren'Py launcher."
new "안드로이드 배포판을 만드려면, RAPT 파일을 내려받은 뒤에 렌파이 디렉토리에 압축 해제하세요. 그 다음 렌파이 런처를 재시작해주세요."
# game/android.rpy:31
old "A 32-bit Java Development Kit is required to build Android packages on Windows. The JDK is different from the JRE, so it's possible you have Java without having the JDK.\n\nPlease {a=http://www.oracle.com/technetwork/java/javase/downloads/index.html}download and install the JDK{/a}, then restart the Ren'Py launcher."
new "윈도우에서 안드로이드 배포판을 만드려면 32비트 JDK가 필요합니다. JDK는 JRE와 다르므로 PC에 JDK가 없는 자바가 설치되어 있을 수 있습니다.\n\n{a=http://www.oracle.com/technetwork/java/javase/downloads/index.html}JDK를 내려받아 설치한 뒤{/a}, 렌파이 런처를 재시작해주세요."
# game/android.rpy:32
old "RAPT has been installed, but you'll need to install the Android SDK before you can build Android packages. Choose Install SDK to do this."
new "RAPT는 설치되었으나 안드로이드 패키지를 만드려면 안드로이드 SDK를 설치해야 합니다. SDK 설치하기 버튼을 눌러 설치해주세요."
# game/android.rpy:33
old "RAPT has been installed, but a key hasn't been configured. Please create a new key, or restore android.keystore."
new "RAPT가 설치되었으나 키가 설정되지 않았습니다. 새 키를 만드시거나 android.keystore 파일을 복구하세요."
# game/android.rpy:34
old "The current project has not been configured. Use \"Configure\" to configure it before building."
new "현재 선택된 프로젝트가 설정되지 않았습니다. \"설정하기\" 버튼으로 배포판을 만들기 전에 환경설정을 해주세요."
# game/android.rpy:35
old "Choose \"Build\" to build the current project, or attach an Android device and choose \"Build & Install\" to build and install it on the device."
new "\"배포판 만들기\"로 현재 선택된 프로젝트의 배포판을 만들거나, 안드로이드 기기를 연결하고 \"패키지 만들기 & 설치하기\"로 연결된 기기에 배포판을 설치하세요."
# game/android.rpy:37
old "Attempts to emulate an Android phone.\n\nTouch input is emulated through the mouse, but only when the button is held down. Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "안드로이드 폰을 본뜹니다.\n\n터치 입력은 마우스 버튼이 눌린 때에만 마우스로 대신합니다. 메뉴 버튼은 Esc 버튼으로 연결되어 있으며, 뒤로 버튼은 PageUp으로 연결되어 있습니다."
# game/android.rpy:38
old "Attempts to emulate an Android tablet.\n\nTouch input is emulated through the mouse, but only when the button is held down. Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "안드로이드 태블릿을 본뜹니다.\n\n터치 입력은 마우스 버튼이 눌린 때에만 마우스로 대신합니다. 메뉴 버튼은 Esc 버튼으로 연결되어 있으며, 뒤로 버튼은 PageUp으로 연결되어 있습니다."
# game/android.rpy:39
old "Attempts to emulate a televison-based Android console, like the OUYA or Fire TV.\n\nController input is mapped to the arrow keys, Enter is mapped to the select button, Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "OUYA나 Fire TV 같은 TV기반 안드로이드 콘솔을 본뜹니다. 컨트롤러 입력은 화살표 키에 연결되어있으며, 선택 버튼은 Enter 키, 메뉴 버튼은 Esc 키, 뒤로 버튼은 PageUp 키로 연결되어 있습니다."
# game/android.rpy:41
old "Downloads and installs the Android SDK and supporting packages. Optionally, generates the keys required to sign the package."
new "안드로이드 SDK 파일과 기타 패키지를 내려받고 설치합니다. 추가적으로 패키지에 사인할 때에 필요한 키를 생성합니다."
# game/android.rpy:42
old "Configures the package name, version, and other information about this project."
new "이 프로젝트의 패키지 이름과 버전, 기타 정보를 설정합니다."
# game/android.rpy:43
old "Opens the file containing the Google Play keys in the editor.\n\nThis is only needed if the application is using an expansion APK. Read the documentation for more details."
new "구글 플레이 키가 적힌 파일을 에디터로 엽니다.\n\n어플리케이션이 APK 확장자일 때에만 필요합니다. 자세한 내용은 문서를 참조해주세요."
# game/android.rpy:44
old "Builds the Android package."
new "안드로이드 패키지를 만듭니다."
# game/android.rpy:45
old "Builds the Android package, and installs it on an Android device connected to your computer."
new "안드로이드 패키지를 만들고, 현재 컴퓨터에 연결된 안드로이드 기기에 패키지를 설치합니다."
# game/android.rpy:47
old "Connects to an Android device running ADB in TCP/IP mode."
new "TCP/IP 모드로 실행 중인 ADB를 안드로이드 기기에 연결합니다."
# game/android.rpy:48
old "Disconnects from an Android device running ADB in TCP/IP mode."
new "TCP/IP 모드로 실행 중인 ADB를 안드로이드 기기에서 연결 해제합니다."
# game/android.rpy:164
old "{a=%s}%s{/a}"
new "{a=%s}%s{/a}"
# game/android.rpy:176
old "QUESTION"
new "QUESTION"
# game/android.rpy:437
old "Android: [project.current.name!q]"
new "안드로이드: [project.current.name!q]"
# game/android.rpy:457
old "Emulation:"
new "본뜨기:"
# game/android.rpy:465
old "Phone"
new "스마트폰"
# game/android.rpy:469
old "Tablet"
new "태블릿"
# game/android.rpy:473
old "Television / OUYA"
new "TV / OUYA"
# game/android.rpy:485
old "Build:"
new "만들기:"
# game/android.rpy:493
old "Install SDK & Create Keys"
new "SDK 설치 & 키 생성하기"
# game/android.rpy:497
old "Configure"
new "설정하기"
# game/android.rpy:501
old "Build Package"
new "패키지 만들기"
# game/android.rpy:505
old "Build & Install"
new "패키지 만들기 & 설치"
# game/android.rpy:516
old "Other:"
new "기타:"
# game/android.rpy:524
old "Remote ADB Connect"
new "ADB 연결"
# game/android.rpy:528
old "Remote ADB Disconnect"
new "원격 ADB 연결 해제"
# game/android.rpy:561
old "Before packaging Android apps, you'll need to download RAPT, the Ren'Py Android Packaging Tool. Would you like to download RAPT now?"
new "안드로이드 앱을 만들기 전에, 렌파이 안드로이드 패키징 도구(RAPT)를 내려받아야합니다. RAPT를 내려받으시겠습니까?"
# game/android.rpy:608
old "Remote ADB Address"
new "원격 ADB 주소"
# game/android.rpy:609
old "Please enter the IP address and port number to connect to, in the form \"192.168.1.143:5555\". Consult your device's documentation to determine if it supports remote ADB, and if so, the address and port to use."
new "\"192.168.1.143:5555\" 형식으로 연결할 기기의 IP어드레스와 포트를 입력하세요. 문서를 참고하여 기기가 원격 ADB를 지원하는지 확인한 , 사용할 주소와 포트를 입력하세요."
# game/android.rpy:619
old "Invalid remote ADB address"
new "사용할 수 없는 원격 ADB 주소"
# game/android.rpy:619
old "The address must contain one exactly one ':'."
new "주소에는 ':'가 포함되어야 합니다."
# game/android.rpy:623
old "The host may not contain whitespace."
new "호스트 주소에는 공백이 없어야 합니다."
# game/android.rpy:629
old "The port must be a number."
new "포트는 반드시 숫자이어야 합니다."
translate korean strings:
# game/android.rpy:30
old "To build Android packages, please download RAPT, unzip it, and place it into the Ren'Py directory. Then restart the Ren'Py launcher."
new "안드로이드 패키지를 만드려면, RAPT 파일을 내려받은 뒤에 렌파이 디렉토리에 압축 해제하세요. 그 다음 렌파이 런처를 재시작세요."
# game/android.rpy:31
old "A 32-bit Java Development Kit is required to build Android packages on Windows. The JDK is different from the JRE, so it's possible you have Java without having the JDK.\n\nPlease {a=http://www.oracle.com/technetwork/java/javase/downloads/index.html}download and install the JDK{/a}, then restart the Ren'Py launcher."
new "윈도우에서 안드로이드 패키지를 만드려면 32비트 JDK가 필요합니다. JDK는 JRE와 다르므로 PC에 JDK가 없는 자바가 설치되어 있을 수 있습니다.\n\n{a=http://www.oracle.com/technetwork/java/javase/downloads/index.html}JDK를 내려받아 설치한 뒤{/a}, 렌파이 런처를 재시작해주세요."
# game/android.rpy:32
old "RAPT has been installed, but you'll need to install the Android SDK before you can build Android packages. Choose Install SDK to do this."
new "RAPT는 설치되었으나 안드로이드 패키지를 만드려면 안드로이드 SDK를 설치해야 합니다. SDK 설치하기 버튼을 눌러 설치세요."
# game/android.rpy:33
old "RAPT has been installed, but a key hasn't been configured. Please create a new key, or restore android.keystore."
new "RAPT가 설치되었으나 키가 설정되지 않았습니다. 새 키를 만거나 android.keystore 파일을 복구하세요."
# game/android.rpy:34
old "The current project has not been configured. Use \"Configure\" to configure it before building."
new "현재 선택된 프로젝트의 환경 설정이 이루어지지 않았습니다. \"설정하기\" 버튼으로 패키지를 만들기 전에 설정하세요."
# game/android.rpy:35
old "Choose \"Build\" to build the current project, or attach an Android device and choose \"Build & Install\" to build and install it on the device."
new "\"패키지 만들기\"로 현재 선택된 프로젝트의 패키지를 만들거나, 안드로이드 기기를 연결하고 \"패키지 만들기 & 설치하기\"로 연결된 기기에 패키지를 설치하세요."
# game/android.rpy:37
old "Attempts to emulate an Android phone.\n\nTouch input is emulated through the mouse, but only when the button is held down. Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "안드로이드 폰 환경을 모방하여 프로젝트를 실행합니다.\n\n터치 입력은 마우스 버튼이 눌린 때에만 마우스로 대신합니다. 메뉴 버튼은 Esc , 뒤로 버튼은 PageUp 키가 대신합니다."
# game/android.rpy:38
old "Attempts to emulate an Android tablet.\n\nTouch input is emulated through the mouse, but only when the button is held down. Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "안드로이드 태블릿 환경을 모방하여 프로젝트를 실행합니다.\n\n터치 입력은 마우스 버튼이 눌린 때에만 마우스로 대신합니다. 메뉴 버튼은 Esc , 뒤로 버튼은 PageUp 키가 대신합니다."
# game/android.rpy:39
old "Attempts to emulate a televison-based Android console, like the OUYA or Fire TV.\n\nController input is mapped to the arrow keys, Enter is mapped to the select button, Escape is mapped to the menu button, and PageUp is mapped to the back button."
new "OUYA나 Fire TV 같은 TV기반 안드로이드 콘솔 환경을 모방하여 게임을 실행합니다. 컨트롤러 입력은 화살표 키, 선택 버튼은 Enter 키, 메뉴 버튼은 Esc 키, 뒤로 버튼은 PageUp 키가 대신합니다."
# game/android.rpy:41
old "Downloads and installs the Android SDK and supporting packages. Optionally, generates the keys required to sign the package."
new "안드로이드 SDK 파일과 기타 패키지를 내려받고 설치합니다. 추가적으로 패키지에 사인할 때에 필요한 키를 생성합니다."
# game/android.rpy:42
old "Configures the package name, version, and other information about this project."
new "이 프로젝트의 패키지 이름과 버전, 기타 정보를 설정합니다."
# game/android.rpy:43
old "Opens the file containing the Google Play keys in the editor.\n\nThis is only needed if the application is using an expansion APK. Read the documentation for more details."
new "구글 플레이 키가 적힌 파일을 에디터로 엽니다.\n\n어플리케이션이 APK 확장자일 때에만 필요합니다. 자세한 내용은 문서를 참조해주세요."
# game/android.rpy:44
old "Builds the Android package."
new "안드로이드 패키지를 만듭니다."
# game/android.rpy:45
old "Builds the Android package, and installs it on an Android device connected to your computer."
new "안드로이드 패키지를 만들고, 현재 컴퓨터에 연결된 안드로이드 기기에 패키지를 설치합니다."
# game/android.rpy:47
old "Connects to an Android device running ADB in TCP/IP mode."
new "TCP/IP 모드로 실행 중인 ADB를 안드로이드 기기에 연결합니다."
# game/android.rpy:48
old "Disconnects from an Android device running ADB in TCP/IP mode."
new "TCP/IP 모드로 실행 중인 ADB를 안드로이드 기기에서 연결 해제합니다."
# game/android.rpy:164
old "{a=%s}%s{/a}"
new "{a=%s}%s{/a}"
# game/android.rpy:176
old "QUESTION"
new "확인"
# game/android.rpy:437
old "Android: [project.current.name!q]"
new "안드로이드: [project.current.name!q]"
# game/android.rpy:457
old "Emulation:"
new "에뮬레이션:"
# game/android.rpy:465
old "Phone"
new "스마트폰"
# game/android.rpy:469
old "Tablet"
new "태블릿"
# game/android.rpy:473
old "Television / OUYA"
new "TV / OUYA"
# game/android.rpy:485
old "Build:"
new "만들기:"
# game/android.rpy:493
old "Install SDK & Create Keys"
new "SDK 설치 & 키 생성하기"
# game/android.rpy:497
old "Configure"
new "설정하기"
# game/android.rpy:501
old "Build Package"
new "패키지 만들기"
# game/android.rpy:505
old "Build & Install"
new "패키지 만들기 & 설치"
# game/android.rpy:516
old "Other:"
new "기타:"
# game/android.rpy:524
old "Remote ADB Connect"
new "ADB 연결"
# game/android.rpy:528
old "Remote ADB Disconnect"
new "원격 ADB 연결 해제"
# game/android.rpy:561
old "Before packaging Android apps, you'll need to download RAPT, the Ren'Py Android Packaging Tool. Would you like to download RAPT now?"
new "안드로이드 앱을 만들기 전에, 렌파이 안드로이드 패키징 도구(RAPT)를 내려받아야합니다. RAPT를 내려받으시겠습니까?"
# game/android.rpy:608
old "Remote ADB Address"
new "원격 ADB 주소"
# game/android.rpy:609
old "Please enter the IP address and port number to connect to, in the form \"192.168.1.143:5555\". Consult your device's documentation to determine if it supports remote ADB, and if so, the address and port to use."
new "\"192.168.1.143:5555\" 형식으로 연결할 기기의 IP주소와 포트를 입력하세요. 문서를 참고하여 기기가 원격 ADB를 지원하는지 확인한 다음, 사용할 주소와 포트를 입력하세요."
# game/android.rpy:619
old "Invalid remote ADB address"
new "사용할 수 없는 원격 ADB 주소"
# game/android.rpy:619
old "The address must contain one exactly one ':'."
new "주소에는 ':' 한 개가 포함되어야 합니다."
# game/android.rpy:623
old "The host may not contain whitespace."
new "호스트 주소에는 공백이 없어야 합니다."
# game/android.rpy:629
old "The port must be a number."
new "포트는 반드시 숫자이어야 합니다."
translate korean strings:
# game/android.rpy:46
old "Builds the Android package, installs it on an Android device connected to your computer, then launches the app on your device."
new "안드로이드 패키지를 만들어 컴퓨터와 연결된 안드로이드 기기에 설치한 뒤 기기에서 설치한 앱을 실행합니다."
# game/android.rpy:239
old "Copying Android files to distributions directory."
new "안드로이드 파일을 패키지 경로에 복사하는 중."
# game/android.rpy:340
old "Television"
new "TV"
# game/android.rpy:376
old "Build, Install & Launch"
new "패키지를 만들어 설치하고 실행하기"
@@ -0,0 +1,7 @@
translate korean strings:
# game/choose_directory.rpy:73
old "Ren'Py was unable to run python with tkinter to choose the directory. Please install the python-tk or tkinter package."
new "프로젝트 경로를 선택하는 tkinter를 구동하지 못했습니다. python-tk나 tkinter 패키지를 설치하세요."
+43 -43
View File
@@ -1,43 +1,43 @@
translate korean strings:
# game/choose_theme.rpy:292
old "Could not change the theme. Perhaps options.rpy was changed too much."
new "테마를 바꿀 수 없습니다. options.rpy를 너무 많이 수정했을 수도 있습니다."
# game/choose_theme.rpy:357
old "Display"
new "Display"
# game/choose_theme.rpy:358
old "Window"
new "Window"
# game/choose_theme.rpy:359
old "Fullscreen"
new "Fullscreen"
# game/choose_theme.rpy:360
old "Planetarium"
new "Planetarium"
# game/choose_theme.rpy:367
old "Sound Volume"
new "Sound Volume"
# game/choose_theme.rpy:401
old "Choose Theme"
new "테마 선택하기"
# game/choose_theme.rpy:414
old "Theme"
new "테마"
# game/choose_theme.rpy:438
old "Color Scheme"
new "색상 배색"
# game/choose_theme.rpy:469
old "Continue"
new "계속하기"
translate korean strings:
# game/choose_theme.rpy:292
old "Could not change the theme. Perhaps options.rpy was changed too much."
new "테마를 바꿀 수 없습니다. options.rpy의 내용이 크게 변경되었을 가능성이 있습니다."
# game/choose_theme.rpy:357
old "Display"
new "Display"
# game/choose_theme.rpy:358
old "Window"
new "Window"
# game/choose_theme.rpy:359
old "Fullscreen"
new "Fullscreen"
# game/choose_theme.rpy:360
old "Planetarium"
new "Planetarium"
# game/choose_theme.rpy:367
old "Sound Volume"
new "Sound Volume"
# game/choose_theme.rpy:401
old "Choose Theme"
new "테마 선택하기"
# game/choose_theme.rpy:414
old "Theme"
new "테마"
# game/choose_theme.rpy:438
old "Color Scheme"
new "색상 배색"
# game/choose_theme.rpy:469
old "Continue"
new "계속하기"
File diff suppressed because it is too large Load Diff
+39 -39
View File
@@ -1,39 +1,39 @@
translate korean strings:
# game/distribute.rpy:335
old "Building distributions failed:\n\nThe build.directory_name variable may not include the space, colon, or semicolon characters."
new "배포판 만들기에 실패했습니다.\n\n build.directory_name 변수에는 공백이나 콜론, 세미 콜론 문자를 입력할 수 없습니다."
# game/distribute.rpy:381
old "No packages are selected, so there's nothing to do."
new "선택된 패키지가 없으므로 할 수 있는 작업이 없습니다."
# game/distribute.rpy:386
old "Scanning project files..."
new "프로젝트 파일 살펴보는 중..."
# game/distribute.rpy:396
old "Scanning Ren'Py files..."
new "렌파이 파일 살펴보는 중..."
# game/distribute.rpy:444
old "All packages have been built.\n\nDue to the presence of permission information, unpacking and repacking the Linux and Macintosh distributions on Windows is not supported."
new "패키지를 전부 작성했습니다.\n\n 권한 정보로 인해 리눅스와 매킨토시 배포판을 윈도우에서 압축해제하거나 재압축하는 것은 지원하지 않습니다."
# game/distribute.rpy:568
old "Archiving files..."
new "파일 압축 중..."
# game/distribute.rpy:831
old "Writing the [variant] [format] package."
new "[variant] [format] 패키지 작성 중."
# game/distribute.rpy:844
old "Making the [variant] update zsync file."
new "[variant] 업데이트 zsync 파일 생성 중."
# game/distribute.rpy:940
old "Processed {b}[complete]{/b} of {b}[total]{/b} files."
new "총 {b}[total]{/b}개의 파일 중에서 {b}[complete]{/b} 파일 완료."
translate korean strings:
# game/distribute.rpy:335
old "Building distributions failed:\n\nThe build.directory_name variable may not include the space, colon, or semicolon characters."
new "배포판 만들기에 실패했습니다.\n\n build.directory_name 변수에는 공백이나 콜론, 세미 콜론 문자를 입력할 수 없습니다."
# game/distribute.rpy:381
old "No packages are selected, so there's nothing to do."
new "선택된 패키지가 없으므로 할 수 있는 작업이 없습니다."
# game/distribute.rpy:386
old "Scanning project files..."
new "프로젝트 파일 살펴보는 중..."
# game/distribute.rpy:396
old "Scanning Ren'Py files..."
new "렌파이 파일 살펴보는 중..."
# game/distribute.rpy:444
old "All packages have been built.\n\nDue to the presence of permission information, unpacking and repacking the Linux and Macintosh distributions on Windows is not supported."
new "패키지를 전부 작성했습니다.\n\n 권한 정보로 인해 리눅스와 매킨토시 배포판을 윈도우에서 압축해제하거나 재압축하는 것은 지원하지 않습니다."
# game/distribute.rpy:568
old "Archiving files..."
new "파일 압축 중..."
# game/distribute.rpy:831
old "Writing the [variant] [format] package."
new "[variant] [format] 패키지 작성 중."
# game/distribute.rpy:844
old "Making the [variant] update zsync file."
new "[variant] 업데이트 zsync 파일 생성 중."
# game/distribute.rpy:940
old "Processed {b}[complete]{/b} of {b}[total]{/b} files."
new "총 {b}[total]{/b}개의 파일 중에서 {b}[complete]{/b} 파일 완료."
+65 -47
View File
@@ -1,47 +1,65 @@
translate korean strings:
# game/distribute_gui.rpy:157
old "Build Distributions: [project.current.name!q]"
new "[project.current.name!q] 배포판 만들기"
# game/distribute_gui.rpy:172
old "Directory Name:"
new "디렉토리 이름:"
# game/distribute_gui.rpy:176
old "Executable Name:"
new "실행 파일 이름:"
# game/distribute_gui.rpy:185
old "Actions:"
new "작업:"
# game/distribute_gui.rpy:193
old "Edit options.rpy"
new "options.rpy 수정하기"
# game/distribute_gui.rpy:194
old "Refresh"
new "새로고침"
# game/distribute_gui.rpy:211
old "Build Packages:"
new "만들 패키지:"
# game/distribute_gui.rpy:225
old "Build Updates"
new "업데이트 파일 만들기"
# game/distribute_gui.rpy:229
old "Build"
new "만들기"
# game/distribute_gui.rpy:236
old "Errors were detected when running the project. Please ensure the project runs without errors before building distributions."
new "프로젝트를 실행하던 도중 오류를 발견했습니다. 배포판을 작성하기 전에 프로젝트가 오류 없이 실행되는지 확인해주세요."
# game/distribute_gui.rpy:253
old "Your project does not contain build information. Would you like to add build information to the end of options.rpy?"
new "프로젝트에 배포판 정보가 없습니다. options.rpy 끝부분에 배포판 정보를 추가하겠습니까?"
translate korean strings:
# game/distribute_gui.rpy:157
old "Build Distributions: [project.current.name!q]"
new "[project.current.name!q] 배포판 만들기"
# game/distribute_gui.rpy:172
old "Directory Name:"
new "디렉토리 이름:"
# game/distribute_gui.rpy:176
old "Executable Name:"
new "실행 파일 이름:"
# game/distribute_gui.rpy:185
old "Actions:"
new "작업:"
# game/distribute_gui.rpy:193
old "Edit options.rpy"
new "options.rpy 수정하기"
# game/distribute_gui.rpy:194
old "Refresh"
new "새로고침"
# game/distribute_gui.rpy:211
old "Build Packages:"
new "만들 패키지:"
# game/distribute_gui.rpy:225
old "Build Updates"
new "업데이트 파일 만들기"
# game/distribute_gui.rpy:229
old "Build"
new "만들기"
# game/distribute_gui.rpy:236
old "Errors were detected when running the project. Please ensure the project runs without errors before building distributions."
new "프로젝트를 실행하던 도중 오류를 발견했습니다. 배포판을 작성하기 전에 프로젝트가 오류 없이 실행되는지 확인세요."
# game/distribute_gui.rpy:253
old "Your project does not contain build information. Would you like to add build information to the end of options.rpy?"
new "프로젝트에 배포판 정보가 없습니다. options.rpy 끝부분에 배포판 정보를 추가하겠습니까?"
translate korean strings:
# game/distribute_gui.rpy:194
old "Add from clauses to calls, once"
new "from 절을 call 문에 추가하기(1회)"
# game/distribute_gui.rpy:231
old "Options:"
new "설정:"
# game/distribute_gui.rpy:238
old "Add from clauses to calls"
new "from 절을 call 문에 추가하기"
# game/distribute_gui.rpy:246
old "Adding from clauses to call statements that do not have them."
new "from 절이 없는 call 문에 from 절을 추가합니다."
+55 -55
View File
@@ -1,55 +1,55 @@
translate korean strings:
# game/editor.rpy:150
old "{b}Recommended.{/b} A beta editor with an easy to use interface and features that aid in development, such as spell-checking. Editra currently lacks the IME support required for Chinese, Japanese, and Korean text input."
new "{b}추천.{/b} 인터페이스를 사용하기 쉬우며 맞춤법 검사 등 개발을 편리하게 해주는 기능이 있는 에디터입니다. 에디트라는 현재 중국어, 일본어, 한국어 텍스트를 입력할 때 필요한 IME를 지원하지 않습니다."
# game/editor.rpy:151
old "{b}Recommended.{/b} A beta editor with an easy to use interface and features that aid in development, such as spell-checking. Editra currently lacks the IME support required for Chinese, Japanese, and Korean text input. On Linux, Editra requires wxPython."
new "{b}추천.{/b} 인터페이스를 사용하기 쉬우며 맞춤법 검사 등 개발을 편리하게 해주는 기능이 있는 에디터입니다. 에디트라는 현재 중국어, 일본어, 한국어 텍스트를 입력할 때 필요한 IME를 지원하지 않습니다. 에디트라를 리눅스에서 실행하려면 wxPython이 필요합니다."
# game/editor.rpy:167
old "This may have occured because wxPython is not installed on this system."
new "wxPython이 설치되지 않아 문제가 발생했을 수도 있습니다."
# game/editor.rpy:174
old "Up to 22 MB download required."
new "22MB 내려받기 필요."
# game/editor.rpy:185
old "A mature editor that requires Java."
new "Java를 사용하는 완성도 높은 에디터."
# game/editor.rpy:187
old "1.8 MB download required."
new "1.8MB 내려받기 필요."
# game/editor.rpy:188
old "This may have occured because Java is not installed on this system."
new "Java가 설치되지 않아 문제가 발생했을 수도 있습니다."
# game/editor.rpy:194
old "Invokes the editor your operating system has associated with .rpy files."
new "OS에서 .rpy 파일을 열 때 사용하는 에디터를 실행다."
# game/editor.rpy:210
old "Prevents Ren'Py from opening a text editor."
new "렌파이가 스크립트 에디터를 실행하지 못하도록 합니다."
# game/editor.rpy:357
old "An exception occured while launching the text editor:\n[exception!q]"
new "스크립트 에디터를 실행하던 도중 예외가 발생했습니다:\n[exception!q]"
# game/editor.rpy:453
old "Select Editor"
new "에디터 선택하기"
# game/editor.rpy:468
old "A text editor is the program you'll use to edit Ren'Py script files. Here, you can select the editor Ren'Py will use. If not already present, the editor will be automatically downloaded and installed."
new "스크립트 에디터란 렌파이 스크립트 파일을 수정할 때 사용하는 프로그램입니다. 이곳에서는 렌파이가 실행시킬 에디터를 선택할 수 있습니다. 에디터가 없다면 에디터를 자동으로 다운로드해 설치합니다."
# game/editor.rpy:490
old "Cancel"
new "취소"
translate korean strings:
# game/editor.rpy:150
old "{b}Recommended.{/b} A beta editor with an easy to use interface and features that aid in development, such as spell-checking. Editra currently lacks the IME support required for Chinese, Japanese, and Korean text input."
new "{b}추천.{/b} 인터페이스를 사용하기 쉬우며 맞춤법 검사 등 개발을 편리하게 해주는 기능이 있는 에디터입니다. 에디트라는 현재 중국어, 일본어, 한국어 텍스트를 입력할 때 필요한 IME를 지원하지 않습니다."
# game/editor.rpy:151
old "{b}Recommended.{/b} A beta editor with an easy to use interface and features that aid in development, such as spell-checking. Editra currently lacks the IME support required for Chinese, Japanese, and Korean text input. On Linux, Editra requires wxPython."
new "{b}추천.{/b} 인터페이스를 사용하기 쉬우며 맞춤법 검사 등 개발을 편리하게 해주는 기능이 있는 에디터입니다. 에디트라는 현재 중국어, 일본어, 한국어 텍스트를 입력할 때 필요한 IME를 지원하지 않습니다. 에디트라를 리눅스에서 실행하려면 wxPython이 필요합니다."
# game/editor.rpy:167
old "This may have occured because wxPython is not installed on this system."
new "wxPython이 설치되지 않아 문제가 발생했을 가능성이 있습니다."
# game/editor.rpy:174
old "Up to 22 MB download required."
new "22MB 내려받기 필요."
# game/editor.rpy:185
old "A mature editor that requires Java."
new "Java를 사용하는 완성도 높은 에디터."
# game/editor.rpy:187
old "1.8 MB download required."
new "1.8MB 내려받기 필요."
# game/editor.rpy:188
old "This may have occured because Java is not installed on this system."
new "Java가 설치되지 않아 문제가 발생했을 수도 있습니다."
# game/editor.rpy:194
old "Invokes the editor your operating system has associated with .rpy files."
new "OS에서 .rpy 파일을 열 때 사용하는 에디터를 실행합니다."
# game/editor.rpy:210
old "Prevents Ren'Py from opening a text editor."
new "렌파이가 스크립트 에디터를 실행하지 못하도록 합니다."
# game/editor.rpy:357
old "An exception occured while launching the text editor:\n[exception!q]"
new "스크립트 에디터를 실행하던 도중 예외가 발생했습니다:\n[exception!q]"
# game/editor.rpy:453
old "Select Editor"
new "에디터 선택하기"
# game/editor.rpy:468
old "A text editor is the program you'll use to edit Ren'Py script files. Here, you can select the editor Ren'Py will use. If not already present, the editor will be automatically downloaded and installed."
new "스크립트 에디터란 렌파이 스크립트 파일을 수정할 때 사용하는 프로그램입니다. 이곳에서는 렌파이가 실행시킬 에디터를 선택할 수 있습니다. 에디터가 없다면 에디터를 자동으로 다운로드해 설치합니다."
# game/editor.rpy:490
old "Cancel"
new "취소"
+117 -91
View File
@@ -1,91 +1,117 @@
translate korean strings:
# game/front_page.rpy:89
old "refresh"
new "새로고침"
# game/front_page.rpy:116
old "+ Create New Project"
new "+ 새 프로젝트 만들기"
# game/front_page.rpy:128
old "Launch Project"
new "프로젝트 실행"
# game/front_page.rpy:144
old "[p.name!q] (template)"
new "[p.name!q] (서식)"
# game/front_page.rpy:160
old "Tutorial"
new "길라잡이"
# game/front_page.rpy:161
old "The Question"
new "The Question"
# game/front_page.rpy:177
old "Active Project"
new "진행 중인 프로젝트"
# game/front_page.rpy:185
old "Open Directory"
new "폴더 열기"
# game/front_page.rpy:190
old "game"
new "game"
# game/front_page.rpy:191
old "base"
new "base"
# game/front_page.rpy:197
old "Edit File"
new "파일 수정하기"
# game/front_page.rpy:205
old "All script files"
new "모든 스크립트 파일"
# game/front_page.rpy:214
old "Navigate Script"
new "스크립트 살펴보기"
# game/front_page.rpy:225
old "Check Script (Lint)"
new "스크립트 확인 (오류 검사)"
# game/front_page.rpy:226
old "Change Theme"
new "테마 바꾸기"
# game/front_page.rpy:227
old "Delete Persistent"
new "지속 데이터 삭제하기"
# game/front_page.rpy:235
old "Build Distributions"
new "배포판 만들기"
# game/front_page.rpy:237
old "Android"
new "안드로이드"
# game/front_page.rpy:238
old "Generate Translations"
new "번역 파일 만들기"
# game/front_page.rpy:239
old "Extract Dialogue"
new "대사 추출하기"
# game/front_page.rpy:255
old "Checking script for potential problems..."
new "스크립트에서 문제가 발생할 수 있는지를 확인하고 있습니다..."
# game/front_page.rpy:270
old "Deleting persistent data..."
new "지속 데이터를 삭제하고 있습니다... "
translate korean strings:
# game/front_page.rpy:89
old "refresh"
new "새로고침"
# game/front_page.rpy:116
old "+ Create New Project"
new "+ 새 프로젝트 만들기"
# game/front_page.rpy:128
old "Launch Project"
new "프로젝트 실행"
# game/front_page.rpy:144
old "[p.name!q] (template)"
new "[p.name!q] (서식)"
# game/front_page.rpy:160
old "Tutorial"
new "길라잡이"
# game/front_page.rpy:161
old "The Question"
new "The Question"
# game/front_page.rpy:177
old "Active Project"
new "진행 중인 프로젝트"
# game/front_page.rpy:185
old "Open Directory"
new "폴더 열기"
# game/front_page.rpy:190
old "game"
new "game"
# game/front_page.rpy:191
old "base"
new "base"
# game/front_page.rpy:197
old "Edit File"
new "파일 수정하기"
# game/front_page.rpy:205
old "All script files"
new "모든 스크립트 파일"
# game/front_page.rpy:214
old "Navigate Script"
new "스크립트 살펴보기"
# game/front_page.rpy:225
old "Check Script (Lint)"
new "스크립트 확인 (오류 검사)"
# game/front_page.rpy:226
old "Change Theme"
new "테마 바꾸기"
# game/front_page.rpy:227
old "Delete Persistent"
new "지속 데이터 삭제하기"
# game/front_page.rpy:235
old "Build Distributions"
new "배포판 만들기"
# game/front_page.rpy:237
old "Android"
new "안드로이드"
# game/front_page.rpy:238
old "Generate Translations"
new "번역 파일 만들기"
# game/front_page.rpy:239
old "Extract Dialogue"
new "대사 추출하기"
# game/front_page.rpy:255
old "Checking script for potential problems..."
new "스크립트에서 문제가 발생할 수 있는지를 확인하고 있습니다..."
# game/front_page.rpy:270
old "Deleting persistent data..."
new "지속 데이터를 삭제하고 있습니다... "
translate korean strings:
# game/front_page.rpy:35
old "Open [text] directory."
new "[text] 경로를 엽니다."
# game/front_page.rpy:150
old "Select project [text]."
new "[text] 프로젝트를 선택합니다."
# game/front_page.rpy:198
old "images"
new "images"
# game/front_page.rpy:235
old "Force Recompile"
new "강제 재컴파일"
# game/front_page.rpy:246
old "iOS"
new "iOS"
# game/front_page.rpy:287
old "Recompiling all rpy files into rpyc files..."
new "모든 rpy 파일을 rpyc 파일로 재컴파일하는 중..."
+79 -79
View File
@@ -1,79 +1,79 @@
translate korean strings:
# game/interface.rpy:107
old "Documentation"
new "매뉴얼"
# game/interface.rpy:108
old "Ren'Py Website"
new "렌파이 공식 홈페이지"
# game/interface.rpy:109
old "Ren'Py Games List"
new "렌파이 게임 목록"
# game/interface.rpy:110
old "About"
new "렌파이란"
# game/interface.rpy:117
old "update"
new "업데이트"
# game/interface.rpy:119
old "preferences"
new "환경설정"
# game/interface.rpy:120
old "quit"
new "종료"
# game/interface.rpy:192
old "Yes"
new "네"
# game/interface.rpy:194
old "No"
new "아니오"
# game/interface.rpy:229
old "Due to package format limitations, non-ASCII file and directory names are not allowed."
new "패키지 형식에 제한이 있으므로 ASCII가 아닌 문자가 입력된 파일 이름이나 디렉토리 이름은 사용할 수 없습니다."
# game/interface.rpy:321
old "ERROR"
new "오류"
# game/interface.rpy:350
old "While [what!q], an error occured:"
new "[what!q] 도중, 에러가 발생했습니다:"
# game/interface.rpy:351
old "[exception!q]"
new "[exception!q]"
# game/interface.rpy:369
old "Text input may not contain the {{ or [[ characters."
new "글자를 입력할 때는 {{나 [[ 문자는 없어야 합니다."
# game/interface.rpy:374
old "File and directory names may not contain / or \\."
new "파일 및 디렉토리 이름에는 / 나 \\가 없어야 합니다."
# game/interface.rpy:380
old "File and directory names must consist of ASCII characters."
new "파일이나 디렉토리 이름은 ASCII 문자로 지어야 합니다."
# game/interface.rpy:401
old "INFORMATION"
new "알림"
# game/interface.rpy:448
old "PROCESSING"
new "처리 중"
# game/interface.rpy:478
old "CHOICE"
new "선택"
translate korean strings:
# game/interface.rpy:107
old "Documentation"
new "매뉴얼"
# game/interface.rpy:108
old "Ren'Py Website"
new "렌파이 공식 홈페이지"
# game/interface.rpy:109
old "Ren'Py Games List"
new "렌파이 게임 목록"
# game/interface.rpy:110
old "About"
new "렌파이란"
# game/interface.rpy:117
old "update"
new "업데이트"
# game/interface.rpy:119
old "preferences"
new "환경설정"
# game/interface.rpy:120
old "quit"
new "종료"
# game/interface.rpy:192
old "Yes"
new "네"
# game/interface.rpy:194
old "No"
new "아니오"
# game/interface.rpy:229
old "Due to package format limitations, non-ASCII file and directory names are not allowed."
new "패키지 형식에 제한이 있으므로 ASCII가 아닌 문자가 입력된 파일 이름이나 디렉토리 이름은 사용할 수 없습니다."
# game/interface.rpy:321
old "ERROR"
new "오류"
# game/interface.rpy:350
old "While [what!q], an error occured:"
new "[what!q] 도중, 에러가 발생했습니다:"
# game/interface.rpy:351
old "[exception!q]"
new "[exception!q]"
# game/interface.rpy:369
old "Text input may not contain the {{ or [[ characters."
new "글자를 입력할 때는 {{나 [[ 문자는 없어야 합니다."
# game/interface.rpy:374
old "File and directory names may not contain / or \\."
new "파일 및 디렉토리 이름에는 / 나 \\가 없어야 합니다."
# game/interface.rpy:380
old "File and directory names must consist of ASCII characters."
new "파일이나 디렉토리 이름은 ASCII 문자로 지어야 합니다."
# game/interface.rpy:401
old "INFORMATION"
new "알림"
# game/interface.rpy:448
old "PROCESSING"
new "처리 중"
# game/interface.rpy:478
old "CHOICE"
new "선택"
+97
View File
@@ -0,0 +1,97 @@
translate korean strings:
# game/ios.rpy:28
old "To build iOS packages, please download renios, unzip it, and place it into the Ren'Py directory. Then restart the Ren'Py launcher."
new "iOS 배포판을 만드려면 renios 패키지를 다운받은 후, 렌'파이 디렉터리에 압축을 해제하세요. 그 다음, 렌'파이를 재시작하세요."
# game/ios.rpy:29
old "The directory in where Xcode projects will be placed has not been selected. Choose 'Select Directory' to select it."
new "Xcode 프로젝트가 생성될 폴더가 지정되지 않았습니다. '경로 선택' 버튼을 눌러 경로를 선택하세요."
# game/ios.rpy:30
old "There is no Xcode project corresponding to the current Ren'Py project. Choose 'Create Xcode Project' to create one."
new "현재 렌'파이 프로젝트에 대응하는 Xcode 프로젝트가 없습니다. 'Xcode 프로젝트 만들기'를 눌러 프로젝트를 만드세요."
# game/ios.rpy:31
old "An Xcode project exists. Choose 'Update Xcode Project' to update it with the latest game files, or use Xcode to build and install it."
new "이미 Xcode 프로젝트가 존재합니다. 'Xcode 프로젝트 업데이트'를 눌러 프로젝트를 최신 파일로 업데이트하거나, Xcode를 이용해 프로젝트를 빌드하세요."
# game/ios.rpy:33
old "Attempts to emulate an iPhone.\n\nTouch input is emulated through the mouse, but only when the button is held down."
new "iPhone 환경을 모방하여 프로젝트를 실행합니다.\n\n터치 입력은 마우스로 대체합니다. 그러나 마우스를 클릭할 때만 활성화됩니다."
# game/ios.rpy:34
old "Attempts to emulate an iPad.\n\nTouch input is emulated through the mouse, but only when the button is held down."
new "iPhone 환경을 모방하여 프로젝트를 실행합니다.\n\n터치 입력은 마우스로 대체합니다. 그러나 마우스를 클릭할 때만 활성화됩니다."
# game/ios.rpy:36
old "Selects the directory where Xcode projects will be placed."
new "Xcode 프로젝트가 위치할 경로를 선택합니다."
# game/ios.rpy:37
old "Creates an Xcode project corresponding to the current Ren'Py project."
new "현재 프로젝트에 대응하는 Xcode 프로젝트를 만듭니다."
# game/ios.rpy:38
old "Updates the Xcode project with the latest game files. This must be done each time the Ren'Py project changes."
new "Xcode 프로젝트 파일을 최신 게임 파일으로 업데이트합니다. 이 작업은 프로젝트에 변경 사항이 생길 때마다 행해져야 합니다."
# game/ios.rpy:39
old "Opens the Xcode project in Xcode."
new "Xcode에서 Xcode 프로젝트를 엽니다."
# game/ios.rpy:41
old "Opens the directory containing Xcode projects."
new "Xcode 프로젝트가 있는 경로를 엽니다."
# game/ios.rpy:126
old "The Xcode project already exists. Would you like to rename the old project, and replace it with a new one?"
new "Xcode 프로젝트가 이미 존재합니다. 이전 프로젝트의 이름을 바꾸고 새 프로젝트 파일로 교체하겠습니까?"
# game/ios.rpy:200
old "iOS: [project.current.name!q]"
new "iOS: [project.current.name!q]"
# game/ios.rpy:229
old "iPhone"
new "iPhone"
# game/ios.rpy:233
old "iPad"
new "iPad"
# game/ios.rpy:253
old "Select Xcode Projects Directory"
new "경로 선택하기"
# game/ios.rpy:257
old "Create Xcode Project"
new "Xcode 프로젝트 만들기"
# game/ios.rpy:261
old "Update Xcode Project"
new "Xcode 프로젝트 업데이트하기"
# game/ios.rpy:266
old "Launch Xcode"
new "Xcode 실행하기"
# game/ios.rpy:301
old "Open Xcode Projects Directory"
new "Xcode 프로젝트 경로 열기"
# game/ios.rpy:334
old "Before packaging iOS apps, you'll need to download renios, Ren'Py's iOS support. Would you like to download renios now?"
new "iOS 앱을 패키징하기 전, 렌파이 iOS 서포트(renios)를 다운로드할 필요가 있습니다. 지금 다운로드하겠습니까?"
# game/ios.rpy:343
old "XCODE PROJECTS DIRECTORY"
new "Xcode 프로젝트 경로"
# game/ios.rpy:343
old "Please choose the Xcode Projects Directory using the directory chooser.\n{b}The directory chooser may have opened behind this window.{/b}"
new "경로 선택창을 이용하여 Xcode 프로젝트 경로를 선택하세요.\n{b}경로 선택 창이 이 창의 뒤에 열렸을 수도 있습니다."
# game/ios.rpy:348
old "Ren'Py has set the Xcode Projects Directory to:"
new "렌'파이가 Xcode 프로젝트 경로를 다음과 같이 설정했습니다:"
+67 -67
View File
@@ -1,67 +1,67 @@
translate korean strings:
# game/navigation.rpy:168
old "Navigate: [project.current.name]"
new "[project.current.name] 살펴보기"
# game/navigation.rpy:177
old "Order: "
new "순서: "
# game/navigation.rpy:178
old "alphabetical"
new "알파벳 순서로"
# game/navigation.rpy:180
old "by-file"
new "파일 별로"
# game/navigation.rpy:182
old "natural"
new "생성된 순서대로"
# game/navigation.rpy:194
old "Category:"
new "종류:"
# game/navigation.rpy:196
old "files"
new "파일"
# game/navigation.rpy:197
old "labels"
new "레이블"
# game/navigation.rpy:198
old "defines"
new "정의"
# game/navigation.rpy:199
old "transforms"
new "트랜스폼"
# game/navigation.rpy:200
old "screens"
new "스크린"
# game/navigation.rpy:201
old "callables"
new "콜러블"
# game/navigation.rpy:202
old "TODOs"
new "해야할 작업"
# game/navigation.rpy:241
old "+ Add script file"
new "+ 새 스크립트 파일 추가하기"
# game/navigation.rpy:249
old "No TODO comments found.\n\nTo create one, include \"# TODO\" in your script."
new "TODO 주석을 발견하지 못했습니다.\n\nTODO 주석을 만드려면 스크립트 파일에 \"# TODO\" 를 적으세요."
# game/navigation.rpy:256
old "The list of names is empty."
new "이름 목록이 비었습니다."
translate korean strings:
# game/navigation.rpy:168
old "Navigate: [project.current.name]"
new "[project.current.name] 살펴보기"
# game/navigation.rpy:177
old "Order: "
new "순서: "
# game/navigation.rpy:178
old "alphabetical"
new "알파벳 순서로"
# game/navigation.rpy:180
old "by-file"
new "파일 별로"
# game/navigation.rpy:182
old "natural"
new "생성된 순서대로"
# game/navigation.rpy:194
old "Category:"
new "종류:"
# game/navigation.rpy:196
old "files"
new "파일"
# game/navigation.rpy:197
old "labels"
new "레이블"
# game/navigation.rpy:198
old "defines"
new "정의"
# game/navigation.rpy:199
old "transforms"
new "트랜스폼"
# game/navigation.rpy:200
old "screens"
new "스크린"
# game/navigation.rpy:201
old "callables"
new "콜러블"
# game/navigation.rpy:202
old "TODOs"
new "해야할 작업"
# game/navigation.rpy:241
old "+ Add script file"
new "+ 새 스크립트 파일 추가하기"
# game/navigation.rpy:249
old "No TODO comments found.\n\nTo create one, include \"# TODO\" in your script."
new "TODO 주석을 발견하지 못했습니다.\n\nTODO 주석을 만드려면 스크립트 파일에 \"# TODO\" 를 적으세요."
# game/navigation.rpy:256
old "The list of names is empty."
new "이름 목록이 비었습니다."
+35 -35
View File
@@ -1,35 +1,35 @@
translate korean strings:
# game/new_project.rpy:40
old "Choose Project Template"
new "프로젝트의 서식을 선택하세요"
# game/new_project.rpy:58
old "Please select a template to use for your new project. The template sets the default font and the user interface language. If your language is not supported, choose 'english'."
new "새 프로젝트에서 사용할 서식을 선택하세요. 서식은 기본 사용 폰트와 UI 언어를 설정합니다. 사용중인 언어가 지원되지 않는다면, 'english' 를 선택하세요."
# game/new_project.rpy:71
old "The projects directory could not be set. Giving up."
new "프로젝트 경로를 설정할 수 없습니다. 취소 중."
# game/new_project.rpy:76
old "PROJECT NAME"
new "프로젝트 이름"
# game/new_project.rpy:77
old "Please enter the name of your project:"
new "프로젝트 이름을 입력하세요:"
# game/new_project.rpy:83
old "The project name may not be empty."
new "프로젝트 이름을 입력하지 않았습니다."
# game/new_project.rpy:88
old "[project_name!q] already exists. Please choose a different project name."
new "[project_name!q]는 이미 존재합니다. 다른 프로젝트 이름을 선택해주세요."
# game/new_project.rpy:91
old "[project_dir!q] already exists. Please choose a different project name."
new "[project_dir!q]는 이미 존재합니다. 다른 프로젝트 이름을 선택해주세요."
translate korean strings:
# game/new_project.rpy:40
old "Choose Project Template"
new "프로젝트의 서식을 선택하세요"
# game/new_project.rpy:58
old "Please select a template to use for your new project. The template sets the default font and the user interface language. If your language is not supported, choose 'english'."
new "새 프로젝트에서 사용할 서식을 선택하세요. 서식은 기본 사용 폰트와 UI 언어를 설정합니다. 본인이 사용하는 언어가 지원되지 않는다면, 'english' 를 선택하세요."
# game/new_project.rpy:71
old "The projects directory could not be set. Giving up."
new "프로젝트 경로를 설정할 수 없습니다. 취소 중."
# game/new_project.rpy:76
old "PROJECT NAME"
new "프로젝트 이름"
# game/new_project.rpy:77
old "Please enter the name of your project:"
new "프로젝트 이름을 입력하세요:"
# game/new_project.rpy:83
old "The project name may not be empty."
new "프로젝트 이름을 입력하지 않았습니다."
# game/new_project.rpy:88
old "[project_name!q] already exists. Please choose a different project name."
new "[project_name!q]는 이미 존재합니다. 다른 프로젝트 이름을 선택세요."
# game/new_project.rpy:91
old "[project_dir!q] already exists. Please choose a different project name."
new "[project_dir!q]는 이미 존재합니다. 다른 프로젝트 이름을 선택세요."
+85 -63
View File
@@ -1,63 +1,85 @@
translate korean strings:
# game/preferences.rpy:58
old "Launcher Preferences"
new "런처 환경설정"
# game/preferences.rpy:79
old "Projects Directory:"
new "프로젝트 경로:"
# game/preferences.rpy:86
old "[persistent.projects_directory!q]"
new "[persistent.projects_directory!q]"
# game/preferences.rpy:88
old "Not Set"
new "설정되지 않음"
# game/preferences.rpy:102
old "Text Editor:"
new "스크립트 에디터:"
# game/preferences.rpy:124
old "Update Channel:"
new "업데이트 경로:"
# game/preferences.rpy:144
old "Navigation Options:"
new "스크립트 살펴보기 옵션:"
# game/preferences.rpy:148
old "Include private names"
new "개인 이름을 포함한다"
# game/preferences.rpy:149
old "Include library names"
new "라이브러리 이름을 포함한다"
# game/preferences.rpy:159
old "Launcher Options:"
new "런처 옵션:"
# game/preferences.rpy:163
old "Hardware rendering"
new "하드웨어 렌더링"
# game/preferences.rpy:164
old "Show templates"
new "서식 표시하기"
# game/preferences.rpy:167
old "Console output"
new "콘솔 출력"
# game/preferences.rpy:188
old "Open launcher project"
new "런처 프로젝트 열기"
# game/preferences.rpy:202
old "Language:"
new "언어:"
translate korean strings:
# game/preferences.rpy:58
old "Launcher Preferences"
new "런처 환경설정"
# game/preferences.rpy:79
old "Projects Directory:"
new "프로젝트 경로:"
# game/preferences.rpy:86
old "[persistent.projects_directory!q]"
new "[persistent.projects_directory!q]"
# game/preferences.rpy:88
old "Not Set"
new "설정되지 않음"
# game/preferences.rpy:102
old "Text Editor:"
new "스크립트 에디터:"
# game/preferences.rpy:124
old "Update Channel:"
new "업데이트 경로:"
# game/preferences.rpy:144
old "Navigation Options:"
new "스크립트 살펴보기 옵션:"
# game/preferences.rpy:148
old "Include private names"
new "개인 이름을 포함한다"
# game/preferences.rpy:149
old "Include library names"
new "라이브러리 이름을 포함한다"
# game/preferences.rpy:159
old "Launcher Options:"
new "런처 옵션:"
# game/preferences.rpy:163
old "Hardware rendering"
new "하드웨어 렌더링"
# game/preferences.rpy:164
old "Show templates"
new "서식 표시하기"
# game/preferences.rpy:167
old "Console output"
new "콘솔 출력"
# game/preferences.rpy:188
old "Open launcher project"
new "런처 프로젝트 열기"
# game/preferences.rpy:202
old "Language:"
new "언어:"
translate korean strings:
# game/preferences.rpy:94
old "Projects directory: [text]"
new "프로젝트 경로: [text]"
# game/preferences.rpy:117
old "Text editor: [text]"
new "텍스트 에디터: [text]"
# game/preferences.rpy:174
old "Show edit file section"
new "파일 수정하기 영역 표시하기"
# game/preferences.rpy:175
old "Large fonts"
new "글자 크게 표시하기"
# game/preferences.rpy:176
old "Generate empty strings for translations"
new "번역 파일 생성 시 빈 문자열 만들기"
+54 -51
View File
@@ -1,51 +1,54 @@
translate korean strings:
# game/project.rpy:48
old "After making changes to the script, press shift+R to reload your game."
new "스크립트를 변경한 다음에는 Shift+R를 눌러 게임을 다시 불러오세요."
# game/project.rpy:49
old "Press shift+O (the letter) to access the console."
new "Shift+O로 콘솔을 엽니다."
# game/project.rpy:50
old "Press shift+D to access the developer menu."
new "Shift+D개발자 메뉴를 엽니다."
# game/project.rpy:219
old "Launching the project failed."
new "프로젝트 실행에 실패했습니다."
# game/project.rpy:219
old "Please ensure that your project launches normally before running this command."
new "이 명령을 실행하기 전에 프로젝트를 정상적으로 실행했는지 확인하세요."
# game/project.rpy:232
old "Ren'Py is scanning the project..."
new "프로젝트를 살펴보고 있습니다..."
# game/project.rpy:516
old "Launching"
new "실행 중"
# game/project.rpy:545
old "PROJECTS DIRECTORY"
new "프로젝트 경로"
# game/project.rpy:545
old "Please choose the projects directory using the directory chooser.\n{b}The directory chooser may have opened behind this window.{/b}"
new "디렉토리 선택창을 이용하여 프로젝트가 저장된 디렉토리를 선택하세요.\n{b}디렉토리 선택창이 이 창 뒤에서 열렸을 수도 있습니다."
# game/project.rpy:545
old "This launcher will scan for projects in this directory, will create new projects in this directory, and will place built projects into this directory."
new "런처가 이 디렉토리를 살펴보고 이 디렉토리에서 새 프로젝트를 생성하며 프로젝트 배포판을 만듭니다."
# game/project.rpy:585
old "Ren'Py was unable to run python with tkinter to choose the projects directory. Please install the python-tk or tkinter package."
new "프로젝트 경로를 선택하는 tkinter를 파이썬으로 구동하지 못했습니다. python-tk나 tkinter 패키지를 설치하세요."
# game/project.rpy:595
old "Ren'Py has set the projects directory to:"
new "렌파이가 프로젝트 경로를 다음과 같이 설정했습니다."
translate korean strings:
# game/project.rpy:47
old "Have you backed up your projects recently?"
new "프로젝트는 자주 백업합시다!"
# game/project.rpy:48
old "After making changes to the script, press shift+R to reload your game."
new "스크립트를 변경한 다음에는 Shift+R를 눌러 게임을 다시 불러오세요."
# game/project.rpy:49
old "Press shift+O (the letter) to access the console."
new "Shift+O콘솔을 엽니다."
# game/project.rpy:50
old "Press shift+D to access the developer menu."
new "Shift+D로 개발자 메뉴를 엽니다."
# game/project.rpy:219
old "Launching the project failed."
new "프로젝트를 실행하지 못했습니다."
# game/project.rpy:219
old "Please ensure that your project launches normally before running this command."
new "이 명령을 실행하기 전에 프로젝트를 정상적으로 실행했는지 확인하세요."
# game/project.rpy:232
old "Ren'Py is scanning the project..."
new "프로젝트를 살펴보고 있습니다..."
# game/project.rpy:516
old "Launching"
new "실행 중"
# game/project.rpy:545
old "PROJECTS DIRECTORY"
new "프로젝트 경로"
# game/project.rpy:545
old "Please choose the projects directory using the directory chooser.\n{b}The directory chooser may have opened behind this window.{/b}"
new "경로 선택창을 이용하여 프로젝트가 저장된 경로를 선택하세요.\n{b}경로 선택창이 런처 창 뒤에서 열렸을 수도 있습니다."
# game/project.rpy:545
old "This launcher will scan for projects in this directory, will create new projects in this directory, and will place built projects into this directory."
new "런처가 이 경로를 살펴보고 이 경로에서 새 프로젝트를 생성하며 프로젝트 배포판을 만듭니다."
# game/project.rpy:585
old "Ren'Py was unable to run python with tkinter to choose the projects directory. Please install the python-tk or tkinter package."
new "프로젝트 경로를 선택하는 tkinter를 구동하지 못했습니다. python-tk나 tkinter 패키지를 설치하세요."
# game/project.rpy:595
old "Ren'Py has set the projects directory to:"
new "렌파이가 프로젝트 경로를 다음과 같이 설정했습니다."

Some files were not shown because too many files have changed in this diff Show More