mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
New Crowdin updates (#1883)
* New translations en.json (Norwegian Bokmal) * Auto commit: Calculate translation coverage * New translations en.json (Hindi) * Auto commit: Calculate translation coverage * New translations en.json (Hindi) * Auto commit: Calculate translation coverage * New translations en.json (French) * New translations en.json (Russian) * New translations en.json (Norwegian Bokmal) * New translations en.json (Ukrainian) * New translations en.json (Persian) * New translations en.json (Albanian) * New translations en.json (Catalan) * New translations en.json (Hebrew) * New translations en.json (Hindi) * New translations en.json (Indonesian) * New translations en.json (Chinese Traditional) * New translations en.json (Chinese Simplified) * New translations en.json (Turkish) * New translations en.json (Portuguese) * New translations en.json (Spanish) * New translations en.json (Polish) * New translations en.json (Dutch) * New translations en.json (Korean) * New translations en.json (Japanese) * New translations en.json (Italian) * New translations en.json (Hungarian) * New translations en.json (Finnish) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (Bulgarian) * New translations en.json (Arabic) * New translations en.json (Norwegian Nynorsk) * Auto commit: Calculate translation coverage * New translations en.json (Norwegian Bokmal) * Auto commit: Calculate translation coverage * New translations en.json (Portuguese) * Auto commit: Calculate translation coverage * New translations en.json (Persian) * Auto commit: Calculate translation coverage * New translations en.json (Chinese Traditional) * Auto commit: Calculate translation coverage * New translations en.json (Finnish) * Auto commit: Calculate translation coverage * New translations en.json (Hindi) * Auto commit: Calculate translation coverage * New translations en.json (German) * New translations en.json (German) * Auto commit: Calculate translation coverage * New translations en.json (French) * New translations en.json (Russian) * New translations en.json (Norwegian Bokmal) * New translations en.json (Ukrainian) * New translations en.json (Persian) * New translations en.json (Albanian) * New translations en.json (Catalan) * New translations en.json (Hebrew) * New translations en.json (Hindi) * New translations en.json (Indonesian) * New translations en.json (Chinese Traditional) * New translations en.json (Chinese Simplified) * New translations en.json (Turkish) * New translations en.json (Portuguese) * New translations en.json (Spanish) * New translations en.json (Polish) * New translations en.json (Dutch) * New translations en.json (Korean) * New translations en.json (Japanese) * New translations en.json (Italian) * New translations en.json (Hungarian) * New translations en.json (Finnish) * New translations en.json (Greek) * New translations en.json (German) * New translations en.json (Bulgarian) * New translations en.json (Arabic) * New translations en.json (Norwegian Nynorsk) * Auto commit: Calculate translation coverage * New translations en.json (Chinese Traditional) * Auto commit: Calculate translation coverage * New translations en.json (Norwegian Bokmal) * Auto commit: Calculate translation coverage * New translations en.json (Ukrainian) * Auto commit: Calculate translation coverage * New translations en.json (Finnish) * Auto commit: Calculate translation coverage * New translations en.json (German) * Auto commit: Calculate translation coverage * New translations en.json (Catalan) * Auto commit: Calculate translation coverage * New translations en.json (Catalan) * Auto commit: Calculate translation coverage * New translations en.json (Spanish) * New translations en.json (Catalan) * Auto commit: Calculate translation coverage * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Italian) * New translations en.json (Portuguese) * Auto commit: Calculate translation coverage * New translations en.json (Italian) * Auto commit: Calculate translation coverage * New translations en.json (Russian) * New translations en.json (Russian) * Auto commit: Calculate translation coverage Co-authored-by: Kostas Bariotis <konmpar@gmail.com>
This commit is contained in:
parent
8f3ccac54c
commit
8ab7921796
28 changed files with 259 additions and 124 deletions
|
@ -3,7 +3,7 @@
|
|||
"paste": "Вставить",
|
||||
"selectAll": "Выбрать все",
|
||||
"multiSelect": "",
|
||||
"moveCanvas": "",
|
||||
"moveCanvas": "Переместить холст",
|
||||
"copy": "Копировать",
|
||||
"copyAsPng": "Скопировать в буфер обмена как PNG",
|
||||
"copyAsSvg": "Скопировать в буфер обмена как SVG",
|
||||
|
@ -62,10 +62,13 @@
|
|||
"name": "Имя",
|
||||
"yourName": "Ваше имя",
|
||||
"madeWithExcalidraw": "Сделано в Excalidraw",
|
||||
"group": "",
|
||||
"ungroup": "",
|
||||
"group": "Сгруппировать выделение",
|
||||
"ungroup": "Разделить выделение",
|
||||
"collaborators": "Сотрудники",
|
||||
"toggleGridMode": ""
|
||||
"toggleGridMode": "",
|
||||
"addToLibrary": "Добавить в библиотеку",
|
||||
"removeFromLibrary": "Удалить из библиотеки",
|
||||
"libraryLoadingMessage": ""
|
||||
},
|
||||
"buttons": {
|
||||
"clearReset": "Очистить холст и сбросить цвет фона",
|
||||
|
@ -103,17 +106,19 @@
|
|||
"cannotExportEmptyCanvas": "Не может экспортировать пустой холст.",
|
||||
"couldNotCopyToClipboard": "Не удалось скопировать в буфер обмена. Попробуйте использовать веб-браузер Chrome.",
|
||||
"decryptFailed": "Не удалось декодировать данные.",
|
||||
"uploadedSecurly": "Загружаемые данные защищена сквозным шифрованием, что означает, что сервер Excalidraw и третьи стороны не могут прочитать содержимое."
|
||||
"uploadedSecurly": "Загружаемые данные защищена сквозным шифрованием, что означает, что сервер Excalidraw и третьи стороны не могут прочитать содержимое.",
|
||||
"loadSceneOverridePrompt": ""
|
||||
},
|
||||
"toolBar": {
|
||||
"selection": "Выделение области",
|
||||
"draw": "",
|
||||
"draw": "Свободное рисование",
|
||||
"rectangle": "Прямоугольник",
|
||||
"diamond": "Ромб",
|
||||
"ellipse": "Эллипс",
|
||||
"arrow": "Cтрелка",
|
||||
"line": "Линия",
|
||||
"text": "Текст",
|
||||
"library": "Библиотека",
|
||||
"lock": "Сохранять выбранный инструмент активным после рисования"
|
||||
},
|
||||
"headings": {
|
||||
|
@ -123,11 +128,11 @@
|
|||
},
|
||||
"hints": {
|
||||
"linearElement": "Нажмите, чтобы начать несколько точек, перетащите для одной линии",
|
||||
"freeDraw": "",
|
||||
"freeDraw": "Нажмите и перетаскивайте, отпустите по завершении",
|
||||
"linearElementMulti": "Кликните на последней точке или нажмите Escape или Enter чтобы закончить",
|
||||
"resize": "Вы можете ограничить пропорции, удерживая SHIFT во время изменения размеров,\nудерживайте ALT чтобы изменить размер из центра",
|
||||
"rotate": "Вы можете ограничить углы, удерживая SHIFT во время вращения",
|
||||
"lineEditor_info": "",
|
||||
"lineEditor_info": "Дважды кликните или нажмите Enter, чтобы редактировать точки",
|
||||
"lineEditor_pointSelected": "",
|
||||
"lineEditor_nothingSelected": ""
|
||||
},
|
||||
|
@ -161,17 +166,17 @@
|
|||
"title": "Сочетания клавиш",
|
||||
"shapes": "Фигуры",
|
||||
"or": "или",
|
||||
"click": "",
|
||||
"drag": "",
|
||||
"click": "нажать",
|
||||
"drag": "перетащить",
|
||||
"curvedArrow": "Изогнутая стрелка",
|
||||
"curvedLine": "Изогнутая линия",
|
||||
"editor": "Редактор",
|
||||
"view": "Просмотр",
|
||||
"blog": "Прочитайте наш блог",
|
||||
"howto": "",
|
||||
"github": "",
|
||||
"howto": "Следуйте нашим инструкциям",
|
||||
"github": "Нашли проблему? Отправьте",
|
||||
"textNewLine": "Добавить новую строку (текст)",
|
||||
"textFinish": "",
|
||||
"textFinish": "Закончить редактирование (текст)",
|
||||
"zoomToFit": ""
|
||||
},
|
||||
"encrypted": {
|
||||
|
@ -179,6 +184,6 @@
|
|||
},
|
||||
"charts": {
|
||||
"noNumericColumn": "",
|
||||
"tooManyColumns": ""
|
||||
"tooManyColumns": "Вы вставили таблицу с более чем двумя столбцами."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue