Revision e5a2b431
Added by Francisco Del Roio about 2 years ago
src/translations/es/ui/dialog/console.yml | ||
---|---|---|
1 | 1 |
title: Consola Python |
2 | 2 |
warning: | |
3 |
BEWARE: this console is strictly for developers. Much damage |
|
4 |
can be done through it. It's a fantastic debugging tool, but |
|
5 |
shouldn't be used without knowing the hierarchy and layout of |
|
6 |
the code. |
|
3 |
Atención: esta consola es estrictamente para desarrolladores. Se puede causar mucho daño a través de ella. |
|
7 | 4 |
|
8 |
Defined variables: |
|
9 |
engine: the game engine |
|
10 |
world: the current world |
|
5 |
Variables disponibles: |
|
6 |
engine: el motor de juego |
|
7 |
world: el mundo abierto actualmente |
Also available in: Unified diff
Fixed translations for bug #143.
- Now they point to the "ES" project in place of the main ones.