From 0282a0f448bc03477879f1db08c8fc69828c706f Mon Sep 17 00:00:00 2001 From: Dmithiy Date: Tue, 18 Mar 2014 15:12:39 +0600 Subject: Add some translate --- lang-ru.js | 68 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 36 insertions(+), 32 deletions(-) (limited to 'lang-ru.js') diff --git a/lang-ru.js b/lang-ru.js index 45a0870..4834f7c 100644 --- a/lang-ru.js +++ b/lang-ru.js @@ -186,15 +186,15 @@ SnapTranslator.dict.ru = { // GUI // control bar: 'untitled': - 'неозаглавленный', + 'Безымянный', 'development mode': - 'разрабатываемая версия', + 'Разрабатываемая версия', // categories: 'Motion': 'Движение', 'Looks': - 'Изображение', + 'Внешность', 'Sound': 'Звук', 'Pen': @@ -202,7 +202,7 @@ SnapTranslator.dict.ru = { 'Control': 'Управление', 'Sensing': - 'Состояние', + 'Сенсоры', 'Operators': 'Операторы', 'Variables': @@ -220,13 +220,13 @@ SnapTranslator.dict.ru = { 'Scripts': 'Скрипты', 'Costumes': - 'Маски', + 'Костюмы', 'Sounds': - 'Звучания', + 'Звуки', // names: 'Sprite': - 'Образ', + 'Спрайт', 'Stage': 'Сцена', @@ -236,17 +236,17 @@ SnapTranslator.dict.ru = { 'can rotate': 'вращаемый', 'only face left/right': - 'вращаемый только слева направо', + 'вращаемый только на лево и направо', // new sprite button: 'add a new sprite': - 'Добавить новый Образ', + 'Добавить новый спрайт', // tab help 'costumes tab help': - 'импорт изображение с другого веб-сайта\nили со своего компьютера скопировав его сюда', + 'импортируйте изображение с другого веб-сайта\nили со своего компьютера скопировав его сюда', 'import a sound from your computer\nby dragging it into here': - 'импорт звук со своего компьютера\nскопировав его сюда', + 'импортируйте звук со своего компьютера\nскопировав его сюда', // primitive blocks: @@ -282,7 +282,7 @@ SnapTranslator.dict.ru = { // motion: 'Stage selected:\nno motion primitives': - 'Сцена-клавиша нажата:\nДвижение-примитивы отключены', + 'Выбрана сцена:\nнет блоков движения', 'move %n steps': 'передвинуть на %n шагов', @@ -291,7 +291,7 @@ SnapTranslator.dict.ru = { 'turn %counterclockwise %n degrees': 'повернуть %counterclockwise на %n градусов', 'point in direction %dir': - 'указывать в направл. %dir', + 'указывать в направлении %dir', 'point towards %dst': 'указывать на %dst', 'go to x: %n y: %n': @@ -319,17 +319,17 @@ SnapTranslator.dict.ru = { // looks: 'switch to costume %cst': - 'измен. маску на %cst', + 'изменить костюм на %cst', 'next costume': - 'следующая маска', + 'следующий костюм', 'costume #': - 'маска #', + 'костюм №', 'say %s for %n secs': - 'произн. %s в теч. %n сек.', + 'говорить %s в течение %n сек', 'say %s': - 'произнести %s', + 'говорить %s', 'think %s for %n secs': - 'думать %s в теч. %n сек.', + 'думать %s в течение %n сек', 'think %s': 'думать %s', 'Hello!': @@ -337,25 +337,25 @@ SnapTranslator.dict.ru = { 'Hmm...': 'Хмм...', 'change %eff effect by %n': - 'измен. %eff эфф. на %n', + 'изменить эффект %eff на %n', 'set %eff effect to %n': - 'устан. %eff эфф. %n', + 'установить эффект %eff в %n', 'clear graphic effects': - 'аннулировать графич. эфф-ты', + 'убрать эффекты', 'change size by %n': 'изменить размер на %n', 'set size to %n %': - 'установить размер %n %', + 'установить размер в %n', 'size': 'размер', 'show': - 'показывать', + 'показаться', 'hide': - 'прятать', + 'спрятаться', 'go to front': - 'переместить вперед', + 'переместиться на слой вперед', 'go back %n layers': - 'перемест. на %n уровня назад', + 'переместиться на %n слоёв назад', 'development mode \ndebugging primitives:': 'Разрабатываемая версия \nотладка примитивов:', @@ -913,7 +913,7 @@ SnapTranslator.dict.ru = { // About Snap 'About Snap': - 'Snap! Реквизиты', + 'О Snap!', 'Back...': 'Bозврат...', 'License...': @@ -957,7 +957,7 @@ SnapTranslator.dict.ru = { // coments 'add comment here...': - 'добавить комментарий сюда...', + 'добавьте комментарий сюда...', // drow downs // directions @@ -974,17 +974,17 @@ SnapTranslator.dict.ru = { 'mouse-pointer': 'курсор мышки', 'edge': - 'грань', + 'край', 'pen trails': 'линии пера', // costumes 'Turtle': - 'Горлица', + 'Черепашка', // graphical effects 'ghost': - 'прозрачн.', + 'прозрачность', // keys 'space': @@ -1117,4 +1117,8 @@ SnapTranslator.dict.ru = { 'последний', 'any': 'любой' + 'now connected': + 'вы вошли в систему' + 'undo': + 'отменить' }; -- cgit v1.3.1 From f9989ad7cfa5e27b4784d8cd464fdc7cbe289942 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Fri, 2 May 2014 11:08:30 +0200 Subject: checkpoint - release --- blocks.js | 2 +- lang-ru.js | 3 ++- locale.js | 2 +- paint.js | 2 +- store.js | 2 +- threads.js | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) (limited to 'lang-ru.js') diff --git a/blocks.js b/blocks.js index 8e868f8..69ae610 100644 --- a/blocks.js +++ b/blocks.js @@ -155,7 +155,7 @@ DialogBoxMorph, BlockInputFragmentMorph, PrototypeHatBlockMorph, Costume*/ // Global stuff //////////////////////////////////////////////////////// -modules.blocks = '2014-April-30'; +modules.blocks = '2014-May-02'; var SyntaxElementMorph; diff --git a/lang-ru.js b/lang-ru.js index 4834f7c..f113f2c 100644 --- a/lang-ru.js +++ b/lang-ru.js @@ -168,7 +168,8 @@ SnapTranslator.dict.ru = { Special characters: (see ) €, Š \u00c4, \u00e4 -…, š \u00d6, \u00f6 + +, š \u00d6, \u00f6 †, Ÿ \u00dc, \u00fc § \u00df */ diff --git a/locale.js b/locale.js index c6924e9..d981960 100644 --- a/locale.js +++ b/locale.js @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2014-April-30'; +modules.locale = '2014-May-02'; // Global stuff diff --git a/paint.js b/paint.js index 44c988b..ee40b23 100644 --- a/paint.js +++ b/paint.js @@ -66,7 +66,7 @@ // Global stuff //////////////////////////////////////////////////////// -modules.paint = '2014-April-30'; +modules.paint = '2014-May-02'; // Declarations diff --git a/store.js b/store.js index d69667a..e143245 100644 --- a/store.js +++ b/store.js @@ -61,7 +61,7 @@ SyntaxElementMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.store = '2014-April-30'; +modules.store = '2014-May-02'; // XML_Serializer /////////////////////////////////////////////////////// diff --git a/threads.js b/threads.js index 2d954a8..b82a8c5 100644 --- a/threads.js +++ b/threads.js @@ -83,7 +83,7 @@ ArgLabelMorph, localize, XML_Element, hex_sha512*/ // Global stuff //////////////////////////////////////////////////////// -modules.threads = '2014-April-30'; +modules.threads = '2014-May-02'; var ThreadManager; var Process; -- cgit v1.3.1