renpy/launcher/game/tl/ukrainian/developer.rpy

91 lines
4 KiB
Plaintext
Raw Normal View History

2023-01-18 22:13:55 +00:00

translate ukrainian strings:
# 00console.rpy:255
old "Press <esc> to exit console. Type help for help.\n"
new "Натисніть <esc>, щоб вийти із консолі. Введіть <help> для допомоги.\n"
# 00console.rpy:259
old "Ren'Py script enabled."
new "Ren'Py script активовано."
# 00console.rpy:261
old "Ren'Py script disabled."
new "Ren'Py script деактивовано."
# 00console.rpy:496
old "help: show this help"
new "help: показує допомогу"
# 00console.rpy:501
old "commands:\n"
new "команди:\n"
# 00console.rpy:511
old " <renpy script statement>: run the statement\n"
new " <оператор renpy script>: запуск оператора\n"
# 00console.rpy:513
old " <python expression or statement>: run the expression or statement"
new " <вираз або оператор python>: запустити вираз або оператор"
# 00console.rpy:521
old "clear: clear the console history"
new "clear: очищення історії консолі"
# 00console.rpy:525
old "exit: exit the console"
new "exit: вихід із консолі"
# 00console.rpy:533
old "load <slot>: loads the game from slot"
new "load <слот>: завантажує гру з вибраного слота"
# 00console.rpy:546
old "save <slot>: saves the game in slot"
new "save <слот>: зберігає гру у вибраний слот"
# 00console.rpy:557
old "reload: reloads the game, refreshing the scripts"
new "reload: перезавантажує гру, оновлює скрипти"
# 00console.rpy:565
old "watch <expression>: watch a python expression"
new "watch <вираз>: спостерігати за виразом python"
# 00console.rpy:591
old "unwatch <expression>: stop watching an expression"
new "unwatch <вираз>: припинити спостерігати за виразом"
# 00console.rpy:622
old "unwatchall: stop watching all expressions"
new "unwatchall: глобальне припинення спостереження"
# 00console.rpy:639
old "jump <label>: jumps to label"
new "jump <мітка>: стрибок на мітку"
# 00console.rpy:685
old "short: Shorten the representation of objects on the console (default)."
new "short: Скорочене представлення об'єктів (repr) у консолі (за замовчуванням)."
# 00console.rpy:690
old "long: Print the full representation of objects on the console."
new "long: Виводити повне уявлення об'єктів (repr) у консолі."
# renpy/common/00console.rpy:814
old "watch <expression>: watch a python expression\n watch short: makes the representation of traced expressions short (default)\n watch long: makes the representation of traced expressions as is"
new "watch <вираз>: спостерігати за виразом python\n watch short: вкорочує відображення виразів, що відстежуються (за замовчуванням)\n watch long: робить відображення відстежуваних виразів як є"
# renpy/common/00console.rpy:925
old "escape: Enables escaping of unicode symbols in unicode strings."
new "escape: Включає екранування Unicode символів у рядках unicode."
# renpy/common/00console.rpy:929
old "unescape: Disables escaping of unicode symbols in unicode strings and print it as is (default)."
new "unescape: Вимикає екранування Unicode символів у рядках unicode та виводить їх як є (за замовчуванням)."
# renpy/common/00console.rpy:784
old "stack: print the return stack"
new "stack: виводить стек повернення (return stack)"