fix editor start with src and dist using es-dev-server
13
dist/editor/extensions/ext-closepath.js
vendored
@@ -3972,10 +3972,8 @@ function _wrapRegExp(re, groups) {
|
||||
var extClosepath = {
|
||||
name: 'closepath',
|
||||
init: function init(_ref) {
|
||||
var _this = this;
|
||||
|
||||
return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
||||
var importLocale, $, strings, svgEditor, selElems, updateButton, showPanel, toggleClosed, buttons;
|
||||
var importLocale, $, strings, selElems, updateButton, showPanel, toggleClosed, buttons;
|
||||
return regeneratorRuntime.wrap(function _callee$(_context) {
|
||||
while (1) {
|
||||
switch (_context.prev = _context.next) {
|
||||
@@ -3986,7 +3984,6 @@ var extClosepath = {
|
||||
|
||||
case 3:
|
||||
strings = _context.sent;
|
||||
svgEditor = _this;
|
||||
|
||||
updateButton = function updateButton(path) {
|
||||
var seglist = path.pathSegList,
|
||||
@@ -4028,7 +4025,7 @@ var extClosepath = {
|
||||
|
||||
buttons = [{
|
||||
id: 'tool_openpath',
|
||||
icon: svgEditor.curConfig.extIconsPath + 'openpath.png',
|
||||
icon: 'openpath.png',
|
||||
type: 'context',
|
||||
panel: 'closepath_panel',
|
||||
events: {
|
||||
@@ -4038,7 +4035,7 @@ var extClosepath = {
|
||||
}
|
||||
}, {
|
||||
id: 'tool_closepath',
|
||||
icon: svgEditor.curConfig.extIconsPath + 'closepath.png',
|
||||
icon: 'closepath.png',
|
||||
type: 'context',
|
||||
panel: 'closepath_panel',
|
||||
events: {
|
||||
@@ -4049,7 +4046,7 @@ var extClosepath = {
|
||||
}];
|
||||
return _context.abrupt("return", {
|
||||
name: strings.name,
|
||||
svgicons: svgEditor.curConfig.extIconsPath + 'closepath_icons.svg',
|
||||
svgicons: 'closepath_icons.svg',
|
||||
buttons: strings.buttons.map(function (button, i) {
|
||||
return Object.assign(buttons[i], button);
|
||||
}),
|
||||
@@ -4076,7 +4073,7 @@ var extClosepath = {
|
||||
}
|
||||
});
|
||||
|
||||
case 10:
|
||||
case 9:
|
||||
case "end":
|
||||
return _context.stop();
|
||||
}
|
||||
|
||||
2
dist/editor/extensions/ext-closepath.js.map
vendored
2
dist/editor/extensions/ext-connector.js
vendored
@@ -1985,7 +1985,7 @@ var extConnector = {
|
||||
}];
|
||||
return _context.abrupt("return", {
|
||||
name: strings.name,
|
||||
svgicons: svgEditor.curConfig.imgPath + 'conn.svg',
|
||||
svgicons: 'conn.svg',
|
||||
buttons: strings.buttons.map(function (button, i) {
|
||||
return Object.assign(buttons[i], button);
|
||||
}),
|
||||
|
||||
2
dist/editor/extensions/ext-connector.js.map
vendored
14
dist/editor/extensions/ext-eyedropper.js
vendored
@@ -1646,8 +1646,14 @@ function _wrapRegExp(re, groups) {
|
||||
return _wrapRegExp.apply(this, arguments);
|
||||
}
|
||||
|
||||
var eyedropperIcon = "eyedropper-icon.xml";
|
||||
|
||||
/**
|
||||
* @file ext-eyedropper.js
|
||||
*
|
||||
* @license MIT
|
||||
*
|
||||
* @copyright 2010 Jeff Schiller
|
||||
*
|
||||
*/
|
||||
var extEyedropper = {
|
||||
name: 'eyedropper',
|
||||
init: function init(S) {
|
||||
@@ -1716,7 +1722,7 @@ var extEyedropper = {
|
||||
|
||||
buttons = [{
|
||||
id: 'tool_eyedropper',
|
||||
icon: svgEditor.curConfig.extIconsPath + 'eyedropper.png',
|
||||
icon: 'eyedropper.png',
|
||||
type: 'mode',
|
||||
events: {
|
||||
click: function click() {
|
||||
@@ -1726,7 +1732,7 @@ var extEyedropper = {
|
||||
}];
|
||||
return _context.abrupt("return", {
|
||||
name: strings.name,
|
||||
svgicons: svgEditor.curConfig.extIconsPath + 'eyedropper-icon.xml',
|
||||
svgicons: 'eyedropper-icon.xml',
|
||||
buttons: strings.buttons.map(function (button, i) {
|
||||
return Object.assign(buttons[i], button);
|
||||
}),
|
||||
|
||||
2
dist/editor/extensions/ext-eyedropper.js.map
vendored
16
dist/editor/extensions/ext-foreignobject.js
vendored
@@ -1646,8 +1646,14 @@ function _wrapRegExp(re, groups) {
|
||||
return _wrapRegExp.apply(this, arguments);
|
||||
}
|
||||
|
||||
var foreignobjectIcons = "foreignobject-icons.xml";
|
||||
|
||||
/**
|
||||
* @file ext-foreignobject.js
|
||||
*
|
||||
* @license Apache-2.0
|
||||
*
|
||||
* @copyright 2010 Jacques Distler, 2010 Alexis Deveria
|
||||
*
|
||||
*/
|
||||
var extForeignobject = {
|
||||
name: 'foreignobject',
|
||||
init: function init(S) {
|
||||
@@ -1748,7 +1754,7 @@ var extForeignobject = {
|
||||
|
||||
buttons = [{
|
||||
id: 'tool_foreign',
|
||||
icon: svgEditor.curConfig.extIconsPath + 'foreignobject-tool.png',
|
||||
icon: 'foreignobject-tool.png',
|
||||
type: 'mode',
|
||||
events: {
|
||||
click: function click() {
|
||||
@@ -1757,7 +1763,7 @@ var extForeignobject = {
|
||||
}
|
||||
}, {
|
||||
id: 'edit_foreign',
|
||||
icon: svgEditor.curConfig.extIconsPath + 'foreignobject-edit.png',
|
||||
icon: 'foreignobject-edit.png',
|
||||
type: 'context',
|
||||
panel: 'foreignObject_panel',
|
||||
events: {
|
||||
@@ -1799,7 +1805,7 @@ var extForeignobject = {
|
||||
}];
|
||||
return _context2.abrupt("return", {
|
||||
name: strings.name,
|
||||
svgicons: svgEditor.curConfig.extIconsPath + 'foreignobject-icons.xml',
|
||||
svgicons: 'foreignobject-icons.xml',
|
||||
buttons: strings.buttons.map(function (button, i) {
|
||||
return Object.assign(buttons[i], button);
|
||||
}),
|
||||
|
||||
14
dist/editor/extensions/ext-grid.js
vendored
@@ -1646,8 +1646,14 @@ function _wrapRegExp(re, groups) {
|
||||
return _wrapRegExp.apply(this, arguments);
|
||||
}
|
||||
|
||||
var gridIcon = "grid-icon.xml";
|
||||
|
||||
/**
|
||||
* @file ext-grid.js
|
||||
*
|
||||
* @license Apache-2.0
|
||||
*
|
||||
* @copyright 2010 Redou Mine, 2010 Alexis Deveria
|
||||
*
|
||||
*/
|
||||
var extGrid = {
|
||||
name: 'grid',
|
||||
init: function init(_ref) {
|
||||
@@ -1782,7 +1788,7 @@ var extGrid = {
|
||||
|
||||
buttons = [{
|
||||
id: 'view_grid',
|
||||
icon: svgEditor.curConfig.extIconsPath + 'grid.png',
|
||||
icon: 'grid.png',
|
||||
type: 'context',
|
||||
panel: 'editor_panel',
|
||||
events: {
|
||||
@@ -1794,7 +1800,7 @@ var extGrid = {
|
||||
}];
|
||||
return _context.abrupt("return", {
|
||||
name: strings.name,
|
||||
svgicons: svgEditor.curConfig.extIconsPath + 'grid-icon.xml',
|
||||
svgicons: 'grid-icon.xml',
|
||||
zoomChanged: function zoomChanged(zoom) {
|
||||
if (showGrid) {
|
||||
updateGrid(zoom);
|
||||
|
||||
2
dist/editor/extensions/ext-grid.js.map
vendored
4
dist/editor/extensions/ext-helloworld.js
vendored
@@ -1683,13 +1683,13 @@ var extHelloworld = {
|
||||
name: strings.name,
|
||||
// For more notes on how to make an icon file, see the source of
|
||||
// the helloworld-icon.xml
|
||||
svgicons: svgEditor.curConfig.extIconsPath + 'helloworld-icon.xml',
|
||||
svgicons: 'helloworld-icon.xml',
|
||||
// Multiple buttons can be added in this array
|
||||
buttons: [{
|
||||
// Must match the icon ID in helloworld-icon.xml
|
||||
id: 'hello_world',
|
||||
// Fallback, e.g., for `file:///` access
|
||||
icon: svgEditor.curConfig.extIconsPath + 'helloworld.png',
|
||||
icon: 'helloworld.png',
|
||||
// This indicates that the button will be added to the "mode"
|
||||
// button panel on the left side
|
||||
type: 'mode',
|
||||
|
||||
2
dist/editor/extensions/ext-helloworld.js.map
vendored
25
dist/editor/extensions/ext-imagelib.js
vendored
@@ -1646,15 +1646,21 @@ function _wrapRegExp(re, groups) {
|
||||
return _wrapRegExp.apply(this, arguments);
|
||||
}
|
||||
|
||||
var extImagelib = "ext-imagelib.xml";
|
||||
|
||||
var extImagelib$1 = {
|
||||
/**
|
||||
* @file ext-imagelib.js
|
||||
*
|
||||
* @license MIT
|
||||
*
|
||||
* @copyright 2010 Alexis Deveria
|
||||
*
|
||||
*/
|
||||
var extImagelib = {
|
||||
name: 'imagelib',
|
||||
init: function init(_ref) {
|
||||
var _this = this;
|
||||
|
||||
return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee2() {
|
||||
var $, decode64, importLocale, dropXMLInternalSubset, imagelibStrings, modularVersion, svgEditor, uiStrings, svgCanvas, extIconsPath, allowedImageLibOrigins, closeBrowser, importImage, pending, mode, multiArr, transferStopped, preview, submit, onMessage, _onMessage, toggleMulti, showBrowser, buttons;
|
||||
var $, decode64, importLocale, dropXMLInternalSubset, imagelibStrings, modularVersion, svgEditor, uiStrings, svgCanvas, allowedImageLibOrigins, closeBrowser, importImage, pending, mode, multiArr, transferStopped, preview, submit, onMessage, _onMessage, toggleMulti, showBrowser, buttons;
|
||||
|
||||
return regeneratorRuntime.wrap(function _callee2$(_context2) {
|
||||
while (1) {
|
||||
@@ -2094,7 +2100,7 @@ var extImagelib$1 = {
|
||||
imagelibStrings = _context2.sent;
|
||||
modularVersion = !('svgEditor' in window) || !window.svgEditor || window.svgEditor.modules !== false;
|
||||
svgEditor = _this;
|
||||
uiStrings = svgEditor.uiStrings, svgCanvas = svgEditor.canvas, extIconsPath = svgEditor.curConfig.extIconsPath;
|
||||
uiStrings = svgEditor.uiStrings, svgCanvas = svgEditor.canvas;
|
||||
imagelibStrings.imgLibs = imagelibStrings.imgLibs.map(function (_ref2) {
|
||||
var name = _ref2.name,
|
||||
url = _ref2.url,
|
||||
@@ -2102,8 +2108,7 @@ var extImagelib$1 = {
|
||||
// Todo: Adopt some standard formatting library like `fluent.js` instead
|
||||
url = url // Keep these regexes as is in prep. for switching to `u` flag
|
||||
// which will require escaping
|
||||
// eslint-disable-next-line unicorn/better-regex
|
||||
.replace(/\{path\}/g, extIconsPath).replace( // eslint-disable-next-line unicorn/better-regex
|
||||
.replace( // eslint-disable-next-line unicorn/better-regex
|
||||
/\{modularVersion\}/g, modularVersion ? imagelibStrings.moduleEnding || '-es' : '');
|
||||
return {
|
||||
name: name,
|
||||
@@ -2140,14 +2145,14 @@ var extImagelib$1 = {
|
||||
id: 'tool_imagelib',
|
||||
type: 'app_menu',
|
||||
// _flyout
|
||||
icon: extIconsPath + 'imagelib.png',
|
||||
icon: 'imagelib.png',
|
||||
position: 4,
|
||||
events: {
|
||||
mouseup: showBrowser
|
||||
}
|
||||
}];
|
||||
return _context2.abrupt("return", {
|
||||
svgicons: extIconsPath + 'ext-imagelib.xml',
|
||||
svgicons: 'ext-imagelib.xml',
|
||||
buttons: imagelibStrings.buttons.map(function (button, i) {
|
||||
return Object.assign(buttons[i], button);
|
||||
}),
|
||||
@@ -2166,5 +2171,5 @@ var extImagelib$1 = {
|
||||
}
|
||||
};
|
||||
|
||||
export default extImagelib$1;
|
||||
export default extImagelib;
|
||||
//# sourceMappingURL=ext-imagelib.js.map
|
||||
|
||||
2
dist/editor/extensions/ext-imagelib.js.map
vendored
36
dist/editor/extensions/ext-markers.js
vendored
@@ -1646,8 +1646,36 @@ function _wrapRegExp(re, groups) {
|
||||
return _wrapRegExp.apply(this, arguments);
|
||||
}
|
||||
|
||||
var markersIcons = "markers-icons.xml";
|
||||
|
||||
/**
|
||||
* @file ext-markers.js
|
||||
*
|
||||
* @license Apache-2.0
|
||||
*
|
||||
* @copyright 2010 Will Schleter based on ext-arrows.js by Copyright(c) 2010 Alexis Deveria
|
||||
*
|
||||
* This extension provides for the addition of markers to the either end
|
||||
* or the middle of a line, polyline, path, polygon.
|
||||
*
|
||||
* Markers may be either a graphic or arbitary text
|
||||
*
|
||||
* to simplify the coding and make the implementation as robust as possible,
|
||||
* markers are not shared - every object has its own set of markers.
|
||||
* this relationship is maintained by a naming convention between the
|
||||
* ids of the markers and the ids of the object
|
||||
*
|
||||
* The following restrictions exist for simplicty of use and programming
|
||||
* objects and their markers to have the same color
|
||||
* marker size is fixed
|
||||
* text marker font, size, and attributes are fixed
|
||||
* an application specific attribute - se_type - is added to each marker element
|
||||
* to store the type of marker
|
||||
*
|
||||
* @todo
|
||||
* remove some of the restrictions above
|
||||
* add option for keeping text aligned to horizontal
|
||||
* add support for dimension extension lines
|
||||
*
|
||||
*/
|
||||
var extMarkers = {
|
||||
name: 'markers',
|
||||
init: function init(S) {
|
||||
@@ -1695,7 +1723,7 @@ var extMarkers = {
|
||||
buttons.push({
|
||||
id: idPrefix + pos + '_' + id,
|
||||
svgicon: id,
|
||||
icon: svgEditor.curConfig.extIconsPath + 'markers-' + id + '.png',
|
||||
icon: 'markers-' + id + '.png',
|
||||
title: title,
|
||||
type: 'context',
|
||||
events: {
|
||||
@@ -2279,7 +2307,7 @@ var extMarkers = {
|
||||
}];
|
||||
return _context3.abrupt("return", {
|
||||
name: strings.name,
|
||||
svgicons: svgEditor.curConfig.extIconsPath + 'markers-icons.xml',
|
||||
svgicons: 'markers-icons.xml',
|
||||
callback: function callback() {
|
||||
$('#marker_panel').addClass('toolset').hide();
|
||||
},
|
||||
|
||||
2
dist/editor/extensions/ext-markers.js.map
vendored
6
dist/editor/extensions/ext-mathjax.js
vendored
@@ -1775,7 +1775,7 @@ var extMathjax = {
|
||||
buttons = [{
|
||||
id: 'tool_mathjax',
|
||||
type: 'mode',
|
||||
icon: svgEditor.curConfig.extIconsPath + 'mathjax.png',
|
||||
icon: 'mathjax.png',
|
||||
events: {
|
||||
click: function click() {
|
||||
return _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
||||
@@ -1833,7 +1833,7 @@ var extMathjax = {
|
||||
|
||||
_context.prev = 7;
|
||||
_context.next = 10;
|
||||
return import(svgEditor.curConfig.extIconsPath + mathjaxSrcSecure);
|
||||
return import(mathjaxSrcSecure);
|
||||
|
||||
case 10:
|
||||
// When MathJax is loaded get the div where the math will be rendered.
|
||||
@@ -1866,7 +1866,7 @@ var extMathjax = {
|
||||
}];
|
||||
return _context2.abrupt("return", {
|
||||
name: strings.name,
|
||||
svgicons: svgEditor.curConfig.extIconsPath + 'mathjax-icons.xml',
|
||||
svgicons: 'mathjax-icons.xml',
|
||||
buttons: strings.buttons.map(function (button, i) {
|
||||
return Object.assign(buttons[i], button);
|
||||
}),
|
||||
|
||||
2
dist/editor/extensions/ext-mathjax.js.map
vendored
20
dist/editor/extensions/ext-panning.js
vendored
@@ -1646,9 +1646,19 @@ function _wrapRegExp(re, groups) {
|
||||
return _wrapRegExp.apply(this, arguments);
|
||||
}
|
||||
|
||||
var extPanning = "ext-panning.xml";
|
||||
/**
|
||||
* @file ext-panning.js
|
||||
*
|
||||
* @license MIT
|
||||
*
|
||||
* @copyright 2013 Luis Aguirre
|
||||
*
|
||||
*/
|
||||
|
||||
var extPanning$1 = {
|
||||
/*
|
||||
This is a very basic SVG-Edit extension to let tablet/mobile devices pan without problem
|
||||
*/
|
||||
var extPanning = {
|
||||
name: 'panning',
|
||||
init: function init(_ref) {
|
||||
var _this = this;
|
||||
@@ -1669,7 +1679,7 @@ var extPanning$1 = {
|
||||
svgCanvas = svgEditor.canvas;
|
||||
buttons = [{
|
||||
id: 'ext-panning',
|
||||
icon: svgEditor.curConfig.extIconsPath + 'panning.png',
|
||||
icon: 'panning.png',
|
||||
type: 'mode',
|
||||
events: {
|
||||
click: function click() {
|
||||
@@ -1679,7 +1689,7 @@ var extPanning$1 = {
|
||||
}];
|
||||
return _context.abrupt("return", {
|
||||
name: strings.name,
|
||||
svgicons: svgEditor.curConfig.extIconsPath + 'ext-panning.xml',
|
||||
svgicons: 'ext-panning.xml',
|
||||
buttons: strings.buttons.map(function (button, i) {
|
||||
return Object.assign(buttons[i], button);
|
||||
}),
|
||||
@@ -1716,5 +1726,5 @@ var extPanning$1 = {
|
||||
}
|
||||
};
|
||||
|
||||
export default extPanning$1;
|
||||
export default extPanning;
|
||||
//# sourceMappingURL=ext-panning.js.map
|
||||
|
||||
2
dist/editor/extensions/ext-panning.js.map
vendored
@@ -1 +1 @@
|
||||
{"version":3,"file":"ext-panning.js","sources":["../../../src/editor/extensions/ext-panning.xml","../../../src/editor/extensions/ext-panning.js"],"sourcesContent":["export default \"ext-panning.xml\"","/**\n * @file ext-panning.js\n *\n * @license MIT\n *\n * @copyright 2013 Luis Aguirre\n *\n */\n/*\n This is a very basic SVG-Edit extension to let tablet/mobile devices pan without problem\n*/\n\nimport './ext-panning.xml';\n\nexport default {\n name: 'panning',\n async init ({importLocale}) {\n const strings = await importLocale();\n const svgEditor = this;\n const svgCanvas = svgEditor.canvas;\n const buttons = [{\n id: 'ext-panning',\n icon: svgEditor.curConfig.extIconsPath + 'panning.png',\n type: 'mode',\n events: {\n click () {\n svgCanvas.setMode('ext-panning');\n }\n }\n }];\n return {\n name: strings.name,\n svgicons: svgEditor.curConfig.extIconsPath + 'ext-panning.xml',\n buttons: strings.buttons.map((button, i) => {\n return Object.assign(buttons[i], button);\n }),\n mouseDown () {\n if (svgCanvas.getMode() === 'ext-panning') {\n svgEditor.setPanning(true);\n return {started: true};\n }\n return undefined;\n },\n mouseUp () {\n if (svgCanvas.getMode() === 'ext-panning') {\n svgEditor.setPanning(false);\n return {\n keep: false,\n element: null\n };\n }\n return undefined;\n }\n };\n }\n};\n"],"names":["name","init","importLocale","strings","svgEditor","svgCanvas","canvas","buttons","id","icon","curConfig","extIconsPath","type","events","click","setMode","svgicons","map","button","i","Object","assign","mouseDown","getMode","setPanning","started","undefined","mouseUp","keep","element"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iBAAe;;ACcf,mBAAe;AACbA,EAAAA,IAAI,EAAE,SADO;AAEPC,EAAAA,IAFO,sBAEe;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAfC,cAAAA,YAAe,QAAfA,YAAe;AAAA;AAAA,qBACJA,YAAY,EADR;;AAAA;AACpBC,cAAAA,OADoB;AAEpBC,cAAAA,SAFoB,GAER,KAFQ;AAGpBC,cAAAA,SAHoB,GAGRD,SAAS,CAACE,MAHF;AAIpBC,cAAAA,OAJoB,GAIV,CAAC;AACfC,gBAAAA,EAAE,EAAE,aADW;AAEfC,gBAAAA,IAAI,EAAEL,SAAS,CAACM,SAAV,CAAoBC,YAApB,GAAmC,aAF1B;AAGfC,gBAAAA,IAAI,EAAE,MAHS;AAIfC,gBAAAA,MAAM,EAAE;AACNC,kBAAAA,KADM,mBACG;AACPT,oBAAAA,SAAS,CAACU,OAAV,CAAkB,aAAlB;AACD;AAHK;AAJO,eAAD,CAJU;AAAA,+CAcnB;AACLf,gBAAAA,IAAI,EAAEG,OAAO,CAACH,IADT;AAELgB,gBAAAA,QAAQ,EAAEZ,SAAS,CAACM,SAAV,CAAoBC,YAApB,GAAmC,iBAFxC;AAGLJ,gBAAAA,OAAO,EAAEJ,OAAO,CAACI,OAAR,CAAgBU,GAAhB,CAAoB,UAACC,MAAD,EAASC,CAAT,EAAe;AAC1C,yBAAOC,MAAM,CAACC,MAAP,CAAcd,OAAO,CAACY,CAAD,CAArB,EAA0BD,MAA1B,CAAP;AACD,iBAFQ,CAHJ;AAMLI,gBAAAA,SANK,uBAMQ;AACX,sBAAIjB,SAAS,CAACkB,OAAV,OAAwB,aAA5B,EAA2C;AACzCnB,oBAAAA,SAAS,CAACoB,UAAV,CAAqB,IAArB;AACA,2BAAO;AAACC,sBAAAA,OAAO,EAAE;AAAV,qBAAP;AACD;;AACD,yBAAOC,SAAP;AACD,iBAZI;AAaLC,gBAAAA,OAbK,qBAaM;AACT,sBAAItB,SAAS,CAACkB,OAAV,OAAwB,aAA5B,EAA2C;AACzCnB,oBAAAA,SAAS,CAACoB,UAAV,CAAqB,KAArB;AACA,2BAAO;AACLI,sBAAAA,IAAI,EAAE,KADD;AAELC,sBAAAA,OAAO,EAAE;AAFJ,qBAAP;AAID;;AACD,yBAAOH,SAAP;AACD;AAtBI,eAdmB;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAsC3B;AAxCY,CAAf;;;;"}
|
||||
{"version":3,"file":"ext-panning.js","sources":["../../../src/editor/extensions/ext-panning.js"],"sourcesContent":["/**\n * @file ext-panning.js\n *\n * @license MIT\n *\n * @copyright 2013 Luis Aguirre\n *\n */\n/*\n This is a very basic SVG-Edit extension to let tablet/mobile devices pan without problem\n*/\n\nexport default {\n name: 'panning',\n async init ({importLocale}) {\n const strings = await importLocale();\n const svgEditor = this;\n const svgCanvas = svgEditor.canvas;\n const buttons = [{\n id: 'ext-panning',\n icon: 'panning.png',\n type: 'mode',\n events: {\n click () {\n svgCanvas.setMode('ext-panning');\n }\n }\n }];\n return {\n name: strings.name,\n svgicons: 'ext-panning.xml',\n buttons: strings.buttons.map((button, i) => {\n return Object.assign(buttons[i], button);\n }),\n mouseDown () {\n if (svgCanvas.getMode() === 'ext-panning') {\n svgEditor.setPanning(true);\n return {started: true};\n }\n return undefined;\n },\n mouseUp () {\n if (svgCanvas.getMode() === 'ext-panning') {\n svgEditor.setPanning(false);\n return {\n keep: false,\n element: null\n };\n }\n return undefined;\n }\n };\n }\n};\n"],"names":["name","init","importLocale","strings","svgEditor","svgCanvas","canvas","buttons","id","icon","type","events","click","setMode","svgicons","map","button","i","Object","assign","mouseDown","getMode","setPanning","started","undefined","mouseUp","keep","element"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;AAQA;;;AAIA,iBAAe;AACbA,EAAAA,IAAI,EAAE,SADO;AAEPC,EAAAA,IAFO,sBAEe;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAfC,cAAAA,YAAe,QAAfA,YAAe;AAAA;AAAA,qBACJA,YAAY,EADR;;AAAA;AACpBC,cAAAA,OADoB;AAEpBC,cAAAA,SAFoB,GAER,KAFQ;AAGpBC,cAAAA,SAHoB,GAGRD,SAAS,CAACE,MAHF;AAIpBC,cAAAA,OAJoB,GAIV,CAAC;AACfC,gBAAAA,EAAE,EAAE,aADW;AAEfC,gBAAAA,IAAI,EAAE,aAFS;AAGfC,gBAAAA,IAAI,EAAE,MAHS;AAIfC,gBAAAA,MAAM,EAAE;AACNC,kBAAAA,KADM,mBACG;AACPP,oBAAAA,SAAS,CAACQ,OAAV,CAAkB,aAAlB;AACD;AAHK;AAJO,eAAD,CAJU;AAAA,+CAcnB;AACLb,gBAAAA,IAAI,EAAEG,OAAO,CAACH,IADT;AAELc,gBAAAA,QAAQ,EAAE,iBAFL;AAGLP,gBAAAA,OAAO,EAAEJ,OAAO,CAACI,OAAR,CAAgBQ,GAAhB,CAAoB,UAACC,MAAD,EAASC,CAAT,EAAe;AAC1C,yBAAOC,MAAM,CAACC,MAAP,CAAcZ,OAAO,CAACU,CAAD,CAArB,EAA0BD,MAA1B,CAAP;AACD,iBAFQ,CAHJ;AAMLI,gBAAAA,SANK,uBAMQ;AACX,sBAAIf,SAAS,CAACgB,OAAV,OAAwB,aAA5B,EAA2C;AACzCjB,oBAAAA,SAAS,CAACkB,UAAV,CAAqB,IAArB;AACA,2BAAO;AAACC,sBAAAA,OAAO,EAAE;AAAV,qBAAP;AACD;;AACD,yBAAOC,SAAP;AACD,iBAZI;AAaLC,gBAAAA,OAbK,qBAaM;AACT,sBAAIpB,SAAS,CAACgB,OAAV,OAAwB,aAA5B,EAA2C;AACzCjB,oBAAAA,SAAS,CAACkB,UAAV,CAAqB,KAArB;AACA,2BAAO;AACLI,sBAAAA,IAAI,EAAE,KADD;AAELC,sBAAAA,OAAO,EAAE;AAFJ,qBAAP;AAID;;AACD,yBAAOH,SAAP;AACD;AAtBI,eAdmB;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAsC3B;AAxCY,CAAf;;;;"}
|
||||
6
dist/editor/extensions/ext-placemark.js
vendored
@@ -1670,7 +1670,7 @@ var extPlacemark = {
|
||||
buttons.push({
|
||||
id: 'placemark_marker_' + id,
|
||||
svgicon: id,
|
||||
icon: svgEditor.curConfig.extIconsPath + 'markers-' + id + '.png',
|
||||
icon: 'markers-' + id + '.png',
|
||||
title: title,
|
||||
type: 'context',
|
||||
events: {
|
||||
@@ -1994,7 +1994,7 @@ var extPlacemark = {
|
||||
|
||||
buttons = [{
|
||||
id: 'tool_placemark',
|
||||
icon: svgEditor.curConfig.extIconsPath + 'placemark.png',
|
||||
icon: 'placemark.png',
|
||||
type: 'mode',
|
||||
position: 12,
|
||||
events: {
|
||||
@@ -2037,7 +2037,7 @@ var extPlacemark = {
|
||||
}];
|
||||
return _context.abrupt("return", {
|
||||
name: strings.name,
|
||||
svgicons: svgEditor.curConfig.extIconsPath + 'placemark-icons.xml',
|
||||
svgicons: 'placemark-icons.xml',
|
||||
buttons: addMarkerButtons(strings.buttons.map(function (button, i) {
|
||||
return Object.assign(buttons[i], button);
|
||||
})),
|
||||
|
||||
2
dist/editor/extensions/ext-placemark.js.map
vendored
13
dist/editor/extensions/ext-polygon.js
vendored
@@ -1646,8 +1646,13 @@ function _wrapRegExp(re, groups) {
|
||||
return _wrapRegExp.apply(this, arguments);
|
||||
}
|
||||
|
||||
var polygonIcons = "polygon-icons.svg";
|
||||
|
||||
/**
|
||||
* @file ext-polygon.js
|
||||
*
|
||||
*
|
||||
* @copyright 2010 CloudCanvas, Inc. All rights reserved
|
||||
*
|
||||
*/
|
||||
var extPolygon = {
|
||||
name: 'polygon',
|
||||
init: function init(S) {
|
||||
@@ -1738,7 +1743,7 @@ var extPolygon = {
|
||||
*/
|
||||
buttons = [{
|
||||
id: 'tool_polygon',
|
||||
icon: svgEditor.curConfig.extIconsPath + 'polygon.png',
|
||||
icon: 'polygon.png',
|
||||
type: 'mode',
|
||||
position: 11,
|
||||
events: {
|
||||
@@ -1762,7 +1767,7 @@ var extPolygon = {
|
||||
}];
|
||||
return _context.abrupt("return", {
|
||||
name: strings.name,
|
||||
svgicons: svgEditor.curConfig.extIconsPath + 'polygon-icons.svg',
|
||||
svgicons: 'polygon-icons.svg',
|
||||
buttons: strings.buttons.map(function (button, i) {
|
||||
return Object.assign(buttons[i], button);
|
||||
}),
|
||||
|
||||
2
dist/editor/extensions/ext-polygon.js.map
vendored
20
dist/editor/extensions/ext-shapes.js
vendored
@@ -1646,9 +1646,15 @@ function _wrapRegExp(re, groups) {
|
||||
return _wrapRegExp.apply(this, arguments);
|
||||
}
|
||||
|
||||
var extShapes = "ext-shapes.xml";
|
||||
|
||||
var extShapes$1 = {
|
||||
/**
|
||||
* @file ext-shapes.js
|
||||
*
|
||||
* @license MIT
|
||||
*
|
||||
* @copyright 2010 Christian Tzurcanu, 2010 Alexis Deveria
|
||||
*
|
||||
*/
|
||||
var extShapes = {
|
||||
name: 'shapes',
|
||||
init: function init(_ref) {
|
||||
var _this = this;
|
||||
@@ -1664,7 +1670,7 @@ var extShapes$1 = {
|
||||
|
||||
if (!lib) {
|
||||
$('#shape_buttons').html(strings.loading);
|
||||
$.getJSON(svgEditor.curConfig.extIconsPath + 'shapelib/' + catId + '.json', function (result) {
|
||||
$.getJSON('./shapelib/' + catId + '.json', function (result) {
|
||||
curLib = library[catId] = {
|
||||
data: result.data,
|
||||
size: result.size,
|
||||
@@ -1779,7 +1785,7 @@ var extShapes$1 = {
|
||||
|
||||
buttons = [{
|
||||
id: 'tool_shapelib',
|
||||
icon: svgEditor.curConfig.extIconsPath + 'shapes.png',
|
||||
icon: 'shapes.png',
|
||||
type: 'mode_flyout',
|
||||
// _flyout
|
||||
position: 6,
|
||||
@@ -1790,7 +1796,7 @@ var extShapes$1 = {
|
||||
}
|
||||
}];
|
||||
return _context.abrupt("return", {
|
||||
svgicons: svgEditor.curConfig.extIconsPath + 'ext-shapes.xml',
|
||||
svgicons: 'ext-shapes.xml',
|
||||
buttons: strings.buttons.map(function (button, i) {
|
||||
return Object.assign(buttons[i], button);
|
||||
}),
|
||||
@@ -1983,5 +1989,5 @@ var extShapes$1 = {
|
||||
}
|
||||
};
|
||||
|
||||
export default extShapes$1;
|
||||
export default extShapes;
|
||||
//# sourceMappingURL=ext-shapes.js.map
|
||||
|
||||
2
dist/editor/extensions/ext-shapes.js.map
vendored
13
dist/editor/extensions/ext-star.js
vendored
@@ -1646,8 +1646,13 @@ function _wrapRegExp(re, groups) {
|
||||
return _wrapRegExp.apply(this, arguments);
|
||||
}
|
||||
|
||||
var starIcons = "star-icons.svg";
|
||||
|
||||
/**
|
||||
* @file ext-star.js
|
||||
*
|
||||
*
|
||||
* @copyright 2010 CloudCanvas, Inc. All rights reserved
|
||||
*
|
||||
*/
|
||||
var extStar = {
|
||||
name: 'star',
|
||||
init: function init(S) {
|
||||
@@ -1695,7 +1700,7 @@ var extStar = {
|
||||
*/
|
||||
buttons = [{
|
||||
id: 'tool_star',
|
||||
icon: svgEditor.curConfig.extIconsPath + 'star.png',
|
||||
icon: 'star.png',
|
||||
type: 'mode',
|
||||
position: 12,
|
||||
events: {
|
||||
@@ -1736,7 +1741,7 @@ var extStar = {
|
||||
}];
|
||||
return _context.abrupt("return", {
|
||||
name: strings.name,
|
||||
svgicons: svgEditor.curConfig.extIconsPath + 'star-icons.svg',
|
||||
svgicons: 'star-icons.svg',
|
||||
buttons: strings.buttons.map(function (button, i) {
|
||||
return Object.assign(buttons[i], button);
|
||||
}),
|
||||
|
||||
2
dist/editor/extensions/ext-star.js.map
vendored
4
dist/editor/extensions/ext-webappfind.js
vendored
@@ -1741,7 +1741,7 @@ var extWebappfind = {
|
||||
buttons = [{
|
||||
id: 'webappfind_save',
|
||||
//
|
||||
icon: svgEditor.curConfig.extIconsPath + 'webappfind.png',
|
||||
icon: 'webappfind.png',
|
||||
type: 'app_menu',
|
||||
position: 4,
|
||||
// Before 0-based index position 4 (after the regular "Save Image (S)")
|
||||
@@ -1766,7 +1766,7 @@ var extWebappfind = {
|
||||
}];
|
||||
return _context.abrupt("return", {
|
||||
name: strings.name,
|
||||
svgicons: svgEditor.curConfig.extIconsPath + 'webappfind-icon.svg',
|
||||
svgicons: 'webappfind-icon.svg',
|
||||
buttons: strings.buttons.map(function (button, i) {
|
||||
return Object.assign(buttons[i], button);
|
||||
})
|
||||
|
||||
2
dist/editor/extensions/ext-webappfind.js.map
vendored
41
dist/editor/images/closepath_icons.svg
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="tool_closepath">
|
||||
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g>
|
||||
<title>Layer 1</title>
|
||||
<path stroke="#000" stroke-width="15" fill="#ffc8c8" d="m121.5,40l-84,106l27,115l166,2l29,-111"/>
|
||||
<line x1="240" y1="136" x2="169.5" y2="74" stroke="#A00" stroke-width="25" fill="none"/>
|
||||
<path stroke="none" fill ="#A00" d="m158,65l31,74l-3,-50l51,-3z"/>
|
||||
<g stroke-width="15" stroke="#00f" fill="#0ff">
|
||||
<circle r="30" cy="41" cx="123"/>
|
||||
<circle r="30" cy="146" cx="40"/>
|
||||
<circle r="30" cy="260" cx="69"/>
|
||||
<circle r="30" cy="260" cx="228"/>
|
||||
<circle r="30" cy="148" cx="260"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="tool_openpath">
|
||||
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g>
|
||||
<title>Layer 1</title>
|
||||
<path stroke="#000" stroke-width="15" fill="#ffc8c8" d="m123.5,38l-84,106l27,115l166,2l29,-111"/>
|
||||
<line x1="276.5" y1="153" x2="108.5" y2="24" stroke="#000" stroke-width="10" fill="none"/>
|
||||
<g stroke-width="15" stroke="#00f" fill="#0ff">
|
||||
<circle r="30" cy="41" cx="123"/>
|
||||
<circle r="30" cy="146" cx="40"/>
|
||||
<circle r="30" cy="260" cx="69"/>
|
||||
<circle r="30" cy="260" cx="228"/>
|
||||
<circle r="30" cy="148" cx="260"/>
|
||||
</g>
|
||||
<g stroke="#A00" stroke-width="15" fill="none">
|
||||
<line x1="168" y1="24" x2="210" y2="150"/>
|
||||
<line x1="210" y1="24" x2="168" y2="150"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</g>
|
||||
|
||||
<g id="svg_eof"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 789 B After Width: | Height: | Size: 789 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
BIN
dist/editor/images/eyedropper.png
vendored
Normal file
|
After Width: | Height: | Size: 568 B |
BIN
dist/editor/images/foreignobject-edit.png
vendored
Normal file
|
After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
BIN
dist/editor/images/foreignobject-tool.png
vendored
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
BIN
dist/editor/images/grid.png
vendored
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
21
dist/editor/images/helloworld-icon.xml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<!--
|
||||
Sample icons file. This file looks like an SVG file with groups as its
|
||||
children. Each group element has an ID that must match the ID of the button given
|
||||
in the extension. The SVG inside the group makes up the actual icon, and
|
||||
needs use a viewBox instead of width/height for it to scale properly.
|
||||
|
||||
Multiple icons can be included, each within their own group.
|
||||
-->
|
||||
<g id="hello_world">
|
||||
<svg width="102" height="102" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Created with SVG-edit - https://github.com/SVG-Edit/svgedit -->
|
||||
<g>
|
||||
<title>Layer 1</title>
|
||||
<rect ry="30" rx="30" x="2.5" y="2.5" width="97" height="97" id="svg_3" fill="#008000" stroke="#000000" stroke-width="5"/>
|
||||
<text x="52.668" y="42.5" id="svg_1" fill="#ffffff" stroke="#000000" stroke-width="0" font-size="24" font-family="Monospace" text-anchor="middle" xml:space="preserve">Hello</text>
|
||||
<text x="52.668" y="71.5" fill="#ffffff" stroke="#000000" stroke-width="0" font-size="24" font-family="Monospace" text-anchor="middle" xml:space="preserve" id="svg_2">World!</text>
|
||||
</g>
|
||||
</svg>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
BIN
dist/editor/images/helloworld.png
vendored
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
dist/editor/images/imagelib.png
vendored
Normal file
|
After Width: | Height: | Size: 6.8 KiB |
BIN
dist/editor/images/markers-box.png
vendored
Normal file
|
After Width: | Height: | Size: 9.3 KiB |
BIN
dist/editor/images/markers-box_o.png
vendored
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
dist/editor/images/markers-forwardslash.png
vendored
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
BIN
dist/editor/images/markers-leftarrow.png
vendored
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
dist/editor/images/markers-leftarrow_o.png
vendored
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
dist/editor/images/markers-mcircle.png
vendored
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
dist/editor/images/markers-mcircle_o.png
vendored
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
BIN
dist/editor/images/markers-mkr_markers_dimension.png
vendored
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
dist/editor/images/markers-mkr_markers_label.png
vendored
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
dist/editor/images/markers-mkr_markers_off.png
vendored
Normal file
|
After Width: | Height: | Size: 585 B |
BIN
dist/editor/images/markers-nomarker.png
vendored
Normal file
|
After Width: | Height: | Size: 625 B |
BIN
dist/editor/images/markers-reverseslash.png
vendored
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
dist/editor/images/markers-rightarrow.png
vendored
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
dist/editor/images/markers-rightarrow_o.png
vendored
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
dist/editor/images/markers-star.png
vendored
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
dist/editor/images/markers-star_o.png
vendored
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
dist/editor/images/markers-textmarker.png
vendored
Normal file
|
After Width: | Height: | Size: 135 KiB |
BIN
dist/editor/images/markers-triangle.png
vendored
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
dist/editor/images/markers-triangle_o.png
vendored
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
dist/editor/images/markers-verticalslash.png
vendored
Normal file
|
After Width: | Height: | Size: 698 B |
BIN
dist/editor/images/markers-xmark.png
vendored
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
11
dist/editor/images/mathjax-icons.xml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="tool_mathjax">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 43 43">
|
||||
<g id="svg_20" stroke="black" fill="black" transform="matrix(0.0510725, 0, 0, -0.0510725, 0, 37.4108)">
|
||||
<path id="svg_21" stroke-width="10" d="m20.45372,122.639297q0,57 19,104t49,78.000015t67,52t70,31t63.000015,9l3,0q45,0 78,-22t33,-65q0,-90.000015 -111,-118.000015q-49.000015,-13 -134.000015,-14q-37,0 -38,-2q0,-2 -6,-35t-7,-58q0,-46.999996 21,-73.999996t63,-28t93.000015,19t92,65.999996q9,10 12,10q4,0 13,-9t10,-13.999996t-9,-16t-30,-27t-46,-31t-63,-25t-76.000015,-10q-79,0 -122,53t-44,125.999996zm334.000015,185.000015q-6,52 -68,52q-33.000015,0 -61.000015,-14t-45,-34t-29,-41t-16,-36.000015t-5,-19q0,-1 20,-1q113.000015,0 158.000015,24t46,69.000015z"/>
|
||||
<path id="svg_22" stroke-width="10" d="m489.156433,571.236389q4.949707,29.698486 38.183716,68.589355t82.024414,39.597961q24.748657,0 45.254761,-12.727905t30.40564,-31.819824q29.698486,44.547729 71.417847,44.547729q26.162842,0 45.254761,-15.556335t19.79895,-41.719299q0,-20.506104 -9.899414,-33.234009t-19.091919,-15.556396t-16.263428,-2.82843q-13.435059,0 -21.920288,7.778198t-8.485352,20.506104q0,32.526917 35.355347,44.547729q-7.778198,9.192383 -28.284302,9.192383q-9.192383,0 -13.434937,-1.414246q-26.870117,-11.31366 -39.598022,-46.669006q-42.426392,-156.270599 -42.426392,-182.433502q0,-19.799011 11.313721,-28.284302t24.748657,-8.485291q26.162964,0 51.618896,23.334534t34.648193,57.275635q2.121338,7.071106 4.242676,7.778198t11.313721,1.414185l2.828369,0q10.606567,0 10.606567,-5.65686q0,-0.707092 -1.414185,-7.778137q-11.313721,-40.305115 -43.840576,-71.417786t-75.6604,-31.112732q-49.497559,0 -74.953369,44.547729q-28.991333,-43.840576 -66.468018,-43.840576l-4.242676,0q-34.648193,0 -49.497437,18.384766t-15.556396,38.890869q0,22.62738 13.435059,36.769531t31.819824,14.142151q30.405518,0 30.405518,-29.698486q0,-14.142151 -8.485229,-24.748718t-16.263428,-14.142151t-9.192383,-3.535522l-2.121338,-0.707153q0,-0.707092 4.242676,-2.828369t11.313599,-4.949768t13.435059,-2.121338q25.455811,0 43.840698,31.819824q6.363892,11.313721 16.263428,48.083252t19.79895,76.367523t11.313721,46.669006q3.535522,19.091919 3.535522,27.577209q0,19.79895 -10.606567,28.284241t-24.041626,8.485291q-28.284302,0 -53.033081,-22.627441t-34.648193,-57.982727q-1.414185,-6.363953 -3.535522,-7.071106t-11.313721,-1.414185l-9.899536,0q-4.242554,4.242615 -4.242554,7.778198z"/>
|
||||
</g>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="svg_eof"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
BIN
dist/editor/images/mathjax.png
vendored
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
dist/editor/images/panning.png
vendored
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
138
dist/editor/images/placemark-icons.xml
vendored
Normal file
@@ -0,0 +1,138 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Created with SVG-edit - https://github.com/SVG-Edit/svgedit -->
|
||||
<g id="nomarker">
|
||||
<svg viewBox="-60 -60 120 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<path stroke-width="10" stroke="#ff7f00" fill="#ff7f00" d="m-50,0l100,0"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="leftarrow">
|
||||
<svg viewBox="-60 -60 120 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<path stroke-width="10" stroke="#ff7f00" fill="#ff7f00" d="m-50,0l100,40l-30,-40l30,-40z"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="rightarrow">
|
||||
<svg viewBox="-60 -60 120 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<path stroke-width="10" stroke="#ff7f00" fill="#ff7f00" d="m50,0l-100,40l30,-40l-30,-40z"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="leftarrow_o">
|
||||
<svg viewBox="-60 -60 120 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<path stroke-width="10" stroke="#ff7f00" fill="none" d="m-50,0l100,40l-30,-40l30,-40z"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="rightarrow_o">
|
||||
<svg viewBox="-60 -60 120 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<path stroke-width="10" stroke="#ff7f00" fill="none" d="m50,0l-100,40l30,-40l-30,-40z"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="forwardslash">
|
||||
<svg viewBox="-60 -60 120 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<path stroke-width="10" stroke="#ff7f00" fill="none" d="m-20,50l40,-100"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="reverseslash">
|
||||
<svg viewBox="-60 -60 120 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<path stroke-width="10" stroke="#ff7f00" fill="none" d="m-20,-50l40,100"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="verticalslash">
|
||||
<svg viewBox="-60 -60 120 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<path stroke-width="10" stroke="#ff7f00" fill="none" d="m0,-50l0,100"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="mcircle">
|
||||
<svg viewBox="-60 -60 120 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle stroke-width="10" stroke="#ff7f00" fill="#ff7f00" cy="0" cx="0" r="30"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="mcircle_o">
|
||||
<svg viewBox="-60 -60 120 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle stroke-width="10" stroke="#ff7f00" fill="none" cy="0" cx="0" r="30"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="xmark">
|
||||
<svg viewBox="-60 -60 120 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<path stroke-width="10" stroke="#ff7f00" fill="#ff7f00" d="m-30,30l60,-60m0,60l-60,-60"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="box">
|
||||
<svg viewBox="-60 -60 120 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<path stroke-width="10" stroke="#ff7f00" fill="#ff7f00" d="m-30,-30l0,60l60,0l0,-60z"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="star">
|
||||
<svg viewBox="-60 -60 120 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<path stroke-width="10" stroke="#ff7f00" fill="#ff7f00" d="m-40,-20l80,0l-70,60l30,-80l30,80z"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="box_o">
|
||||
<svg viewBox="-60 -60 120 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<path stroke-width="10" stroke="#ff7f00" fill="none" d="m-30,-30l0,60l60,0l0,-60z"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="star_o">
|
||||
<svg viewBox="-60 -60 120 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<path stroke-width="10" stroke="#ff7f00" fill="none" d="m-40,-20l80,0l-70,60l30,-80l30,80z"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="triangle_o">
|
||||
<svg viewBox="-60 -60 120 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<path stroke-width="10" stroke="#ff7f00" fill="none" d="M-30,30 L0,-30 L30,30 Z"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="triangle">
|
||||
<svg viewBox="-60 -60 120 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<path stroke-width="10" stroke="#ff7f00" fill="#ff7f00" d="M-30,30 L0,-30 L30,30 Z"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="textmarker">
|
||||
<svg viewBox="-60 -60 120 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<text xml:space="preserve" text-anchor="middle" font-family="serif" font-size="120" y="40" x="0" stroke-width="0" stroke="#ff7f00" fill="#ff7f00">T</text>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="textmarker_top">
|
||||
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
||||
<path stroke-width="4" stroke="#ff7f00" fill="none" d="M 0 60 h 100 z M 30 30 h 40 v 20 h -40 z"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="textmarker_bottom">
|
||||
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
||||
<path stroke-width="4" stroke="#ff7f00" fill="none" d="M 0 30 h 100 z M 30 40 h 40 v 20 h -40 z"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="tool_placemark">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-1 -1 110 110">
|
||||
<line fill="none" id="svg_4" marker-start="url(#se_marker_start_svg_4)" stroke="#000000" stroke-linecap="round" stroke-linejoin="round" stroke-width="5" x1="0" x2="42.58373" y1="0" y2="56.42415"/>
|
||||
<line fill="none" id="svg_5" stroke="#000000" stroke-linecap="round" stroke-width="5" x1="99.99999" x2="42.58373" y1="56.42415" y2="56.42415"/>
|
||||
<rect fill="none" height="26.47059" id="svg_2" stroke="#000000" stroke-dasharray="10,10" stroke-linecap="round" stroke-linejoin="round" stroke-width="5" width="55.02392" x="44.01914" y="16.71827"/>
|
||||
<rect fill="none" height="32.73994" id="svg_3" stroke="#000000" stroke-dasharray="10,10" stroke-linecap="round" stroke-linejoin="null" stroke-width="5" width="55.98086" x="44.01914" y="67.56966"/>
|
||||
<defs>
|
||||
<marker class="leftarrow" id="se_marker_start_svg_4" markerHeight="5" markerUnits="strokeWidth" markerWidth="5" orient="auto" refX="0" refY="50" viewBox="0 0 100 100">
|
||||
<path d="m0,50l100,40l-30,-40l30,-40l-100,40z" fill="#000000" id="svg_1" stroke="#000000" stroke-width="10"/>
|
||||
</marker>
|
||||
</defs>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="mkr_markers_off">
|
||||
<svg viewBox="-60 -60 120 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<line y2="0" x2="50" y1="0" x1="-50" stroke-width="5" stroke="#ff7f00" fill="none"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="mkr_markers_dimension">
|
||||
<svg viewBox="-60 -60 120 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<line y2="0" x2="40" y1="0" x1="20" stroke-width="5" stroke="#ff7f00" fill="none"/>
|
||||
<line y2="0" x2="-40" y1="0" x1="-20" stroke-width="5" stroke="#ff7f00" fill="none"/>
|
||||
<text text-anchor="middle" font-family="serif" font-size="80" y="20" x="0" stroke-width="0" stroke="#ff7f00" fill="#ff7f00">T</text>
|
||||
<path stroke-width="5" stroke="#ff7f00" fill="#ff7f00" d="M-50,0 L-30,-15 L-30,15 Z"/>
|
||||
<path stroke-width="5" stroke="#ff7f00" fill="#ff7f00" d="M50,0 L30,-15 L30,15 Z"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="mkr_markers_label">
|
||||
<svg viewBox="-60 -60 120 120" xmlns="http://www.w3.org/2000/svg">
|
||||
<line y2="0" x2="40" y1="0" x1="-20" stroke-width="5" stroke="#ff7f00" fill="none"/>
|
||||
<text text-anchor="middle" font-family="serif" font-size="80" y="20" x="-40" stroke-width="0" stroke="#ff7f00" fill="#ff7f00">T</text>
|
||||
<path stroke-width="5" stroke="#ff7f00" fill="#ff7f00" d="M50,0 L30,-15 L30,15 Z"/>
|
||||
</svg>
|
||||
</g>
|
||||
<g id="svg_eof"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.0 KiB |
BIN
dist/editor/images/placemark.png
vendored
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 619 B After Width: | Height: | Size: 619 B |
BIN
dist/editor/images/polygon.png
vendored
|
Before Width: | Height: | Size: 922 B After Width: | Height: | Size: 16 KiB |
BIN
dist/editor/images/shapes.png
vendored
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 687 B After Width: | Height: | Size: 687 B |
BIN
dist/editor/images/star.png
vendored
Normal file
|
After Width: | Height: | Size: 14 KiB |
23
dist/editor/images/webappfind-icon.svg
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
|
||||
<!--
|
||||
Copied from /editor/images/svg_edit_icons.svg#save but with id renamed, first stop-color changed to red, and SVG namespaces moved to root
|
||||
-->
|
||||
<g id="webappfind_save">
|
||||
<svg viewBox="0 0 24 24">
|
||||
<defs>
|
||||
<linearGradient y2="0" x2="1" y1="0" x1="0" id="svg_41">
|
||||
<stop stop-opacity="1" stop-color="red" offset="0"/>
|
||||
<stop stop-opacity="1" stop-color="#d6d6d6" offset="1"/>
|
||||
</linearGradient>
|
||||
<linearGradient y2="0.875" x2="0.21484" y1="0.00391" x1="0.04297" id="svg_46">
|
||||
<stop stop-opacity="1" stop-color="#81bbf4" offset="0"/>
|
||||
<stop stop-opacity="1" stop-color="#376eb7" offset="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<path stroke="#202020" fill="#e0e0e0" id="svg_21" d="m1.51669,22.3458l21.13245,-0.10111l0,-6.06673l-2.62892,-9.80789l-16.27907,0.10111l-2.32558,9.20121l0.10111,6.67341z"/>
|
||||
<rect stroke="#efefef" fill="url(#svg_41)" id="svg_32" height="4.75108" width="19.21031" y="16.58227" x="2.42667"/>
|
||||
<path stroke="#ffffff" fill="#c0c0c0" id="svg_42" d="m4.55005,11.12235l0.70779,-2.83114l13.04348,0l0.70779,3.13448c-0.70779,2.52781 -4.04479,3.84227 -7.17897,3.84227c-2.72977,0 -6.37007,-1.41557 -7.28008,-4.1456z"/>
|
||||
<path stroke="#285582" fill="url(#svg_46)" id="svg_45" d="m7.14286,9.74903l5.21236,5.79151l5.50193,-5.88803l-2.50965,-0.09653l0,-2.79923c0,-2.3166 -2.3166,-5.59846 -6.56371,-5.59846c-4.05405,0 -6.27413,3.37838 -6.56371,6.75676c0.48263,-1.5444 2.7027,-4.53668 4.44015,-4.44015c2.12355,-0.09653 2.79923,1.64093 2.79923,3.37838l0.09653,2.79923l-2.41313,0.09653z"/>
|
||||
</svg>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
BIN
dist/editor/images/webappfind.png
vendored
Normal file
|
After Width: | Height: | Size: 95 KiB |
13214
dist/editor/index.js
vendored
2
dist/editor/index.js.map
vendored
220
dist/editor/locale/lang.af.js
vendored
@@ -1,220 +0,0 @@
|
||||
var lang_af = {
|
||||
lang: 'af',
|
||||
dir: 'ltr',
|
||||
common: {
|
||||
ok: 'Spaar',
|
||||
cancel: 'Annuleer',
|
||||
key_backspace: 'backspace',
|
||||
key_del: 'delete',
|
||||
key_down: 'down',
|
||||
key_up: 'up',
|
||||
more_opts: 'More Options',
|
||||
url: 'URL',
|
||||
width: 'Width',
|
||||
height: 'Height'
|
||||
},
|
||||
misc: {
|
||||
powered_by: 'Powered by'
|
||||
},
|
||||
ui: {
|
||||
toggle_stroke_tools: 'Show/hide more stroke tools',
|
||||
palette_info: 'Klik om te verander vul kleur, verskuiwing klik om 'n beroerte kleur verander',
|
||||
zoom_level: 'Change zoom vlak',
|
||||
panel_drag: 'Drag left/right to resize side panel',
|
||||
quality: 'Quality:',
|
||||
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
|
||||
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
fill_color: 'Verandering vul kleur',
|
||||
stroke_color: 'Verandering beroerte kleur',
|
||||
stroke_style: 'Verandering beroerte dash styl',
|
||||
stroke_width: 'Verandering beroerte breedte',
|
||||
pos_x: 'Change X coordinate',
|
||||
pos_y: 'Change Y coordinate',
|
||||
linecap_butt: 'Linecap: Butt',
|
||||
linecap_round: 'Linecap: Round',
|
||||
linecap_square: 'Linecap: Square',
|
||||
linejoin_bevel: 'Linejoin: Bevel',
|
||||
linejoin_miter: 'Linejoin: Miter',
|
||||
linejoin_round: 'Linejoin: Round',
|
||||
angle: 'Verandering rotasie-hoek',
|
||||
blur: 'Change gaussian blur value',
|
||||
opacity: 'Verander geselekteerde item opaciteit',
|
||||
circle_cx: 'Verandering sirkel se cx koördineer',
|
||||
circle_cy: 'Verandering sirkel se cy koördineer',
|
||||
circle_r: 'Verandering sirkel se radius',
|
||||
ellipse_cx: 'Verandering ellips se cx koördineer',
|
||||
ellipse_cy: 'Verander ellips se cy koördineer',
|
||||
ellipse_rx: 'Verandering ellips se x radius',
|
||||
ellipse_ry: 'Verander ellips se j radius',
|
||||
line_x1: 'Verandering lyn se vertrek x koördinaat',
|
||||
line_x2: 'Verandering lyn se eindig x koördinaat',
|
||||
line_y1: 'Verandering lyn se vertrek y koördinaat',
|
||||
line_y2: 'Verandering lyn se eindig y koördinaat',
|
||||
rect_height: 'Verandering reghoek hoogte',
|
||||
rect_width: 'Verandering reghoek breedte',
|
||||
corner_radius: 'Verandering Rechthoek Corner Radius',
|
||||
image_width: 'Verander prent breedte',
|
||||
image_height: 'Verandering prent hoogte',
|
||||
image_url: 'URL verander',
|
||||
node_x: 'Change node\'s x coordinate',
|
||||
node_y: 'Change node\'s y coordinate',
|
||||
seg_type: 'Change Segment type',
|
||||
straight_segments: 'Straight',
|
||||
curve_segments: 'Curve',
|
||||
text_contents: 'Verander teks inhoud',
|
||||
font_family: 'Lettertipe verander Familie',
|
||||
font_size: 'Verandering Lettertipe Grootte',
|
||||
bold: 'Vetgedrukte teks',
|
||||
italic: 'Italic Text'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
bkgnd_color_opac: 'Verander agtergrondkleur / opaciteit',
|
||||
connector_no_arrow: 'No arrow',
|
||||
fitToContent: 'Pas na inhoud',
|
||||
fit_to_all: 'Passing tot al inhoud',
|
||||
fit_to_canvas: 'Passing tot doek',
|
||||
fit_to_layer_content: 'Passing tot laag inhoud',
|
||||
fit_to_sel: 'Passing tot seleksie',
|
||||
align_relative_to: 'Align in verhouding tot ...',
|
||||
relativeTo: 'relatief tot:',
|
||||
page: 'bladsy',
|
||||
largest_object: 'grootste voorwerp',
|
||||
selected_objects: 'verkose voorwerpe',
|
||||
smallest_object: 'kleinste voorwerp',
|
||||
new_doc: 'Nuwe Beeld',
|
||||
open_doc: 'Open Beeld',
|
||||
export_img: 'Export',
|
||||
save_doc: 'Slaan Beeld',
|
||||
import_doc: 'Import Image',
|
||||
align_to_page: 'Align Element to Page',
|
||||
align_bottom: 'Align Bottom',
|
||||
align_center: 'Rig Middel',
|
||||
align_left: 'Links Regterkant',
|
||||
align_middle: 'Align Midde',
|
||||
align_right: 'Lijn regs uit',
|
||||
align_top: 'Align Top',
|
||||
mode_select: 'Select Gereedschap',
|
||||
mode_fhpath: 'Potlood tool',
|
||||
mode_line: 'Lyn Gereedskap',
|
||||
mode_rect: 'Rectangle Tool',
|
||||
mode_square: 'Square Tool',
|
||||
mode_fhrect: 'Free-hand Rectangle',
|
||||
mode_ellipse: 'Ellips',
|
||||
mode_circle: 'Sirkel',
|
||||
mode_fhellipse: 'Gratis-Hand Ellips',
|
||||
mode_path: 'Poli Gereedskap',
|
||||
mode_text: 'Text Gereedskap',
|
||||
mode_image: 'Image Gereedskap',
|
||||
mode_zoom: 'Klik op die Gereedskap',
|
||||
no_embed: 'NOTE: This image cannot be embedded. It will depend on this path to be displayed',
|
||||
undo: 'Boontoe',
|
||||
redo: 'Oordoen',
|
||||
tool_source: 'Wysig Bron',
|
||||
wireframe_mode: 'Wireframe Mode',
|
||||
clone: 'Clone Element(s)',
|
||||
del: 'Delete Element(s)',
|
||||
group_elements: 'Groep Elemente',
|
||||
make_link: 'Make (hyper)link',
|
||||
set_link_url: 'Set link URL (leave empty to remove)',
|
||||
to_path: 'Convert to Path',
|
||||
reorient_path: 'Reorient path',
|
||||
ungroup: 'Ungroup Elemente',
|
||||
docprops: 'Document Properties',
|
||||
editor_homepage: 'SVG-Edit Home Page',
|
||||
move_bottom: 'Skuif na Bottom',
|
||||
move_top: 'Skuif na bo',
|
||||
node_clone: 'Clone Node',
|
||||
node_delete: 'Delete Node',
|
||||
node_link: 'Link Control Points',
|
||||
add_subpath: 'Add sub-path',
|
||||
openclose_path: 'Open/close sub-path',
|
||||
source_save: 'Spaar',
|
||||
cut: 'Cut',
|
||||
copy: 'Copy',
|
||||
paste: 'Paste',
|
||||
paste_in_place: 'Paste in Place',
|
||||
delete: 'Delete',
|
||||
group: 'Group',
|
||||
move_front: 'Bring to Front',
|
||||
move_up: 'Bring Forward',
|
||||
move_down: 'Send Backward',
|
||||
move_back: 'Send to Back'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
layers: 'Layers',
|
||||
del: 'Verwyder Laag',
|
||||
move_down: 'Beweeg afbreek Down',
|
||||
new: 'Nuwe Layer',
|
||||
rename: 'Rename Layer',
|
||||
move_up: 'Beweeg afbreek Up',
|
||||
dupe: 'Duplicate Layer',
|
||||
merge_down: 'Merge Down',
|
||||
merge_all: 'Merge All',
|
||||
move_elems_to: 'Move elements to:',
|
||||
move_selected: 'Move selected elements to a different layer'
|
||||
},
|
||||
config: {
|
||||
image_props: 'Image Properties',
|
||||
doc_title: 'Title',
|
||||
doc_dims: 'Doek Dimensions',
|
||||
included_images: 'Included Images',
|
||||
image_opt_embed: 'Embed data (local files)',
|
||||
image_opt_ref: 'Use file reference',
|
||||
editor_prefs: 'Editor Preferences',
|
||||
icon_size: 'Icon size',
|
||||
language: 'Language',
|
||||
background: 'Editor Background',
|
||||
editor_img_url: 'Image URL',
|
||||
editor_bg_note: 'Note: Background will not be saved with image.',
|
||||
icon_large: 'Large',
|
||||
icon_medium: 'Medium',
|
||||
icon_small: 'Small',
|
||||
icon_xlarge: 'Extra Large',
|
||||
select_predefined: 'Kies gedefinieerde:',
|
||||
units_and_rulers: 'Units & Rulers',
|
||||
show_rulers: 'Show rulers',
|
||||
base_unit: 'Base Unit:',
|
||||
grid: 'Grid',
|
||||
snapping_onoff: 'Snapping on/off',
|
||||
snapping_stepsize: 'Snapping Step-Size:',
|
||||
grid_color: 'Grid color'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
noContentToFitTo: 'No content to fit to',
|
||||
dupeLayerName: 'There is already a layer named that!',
|
||||
enterUniqueLayerName: 'Please enter a unique layer name',
|
||||
enterNewLayerName: 'Please enter the new layer name',
|
||||
layerHasThatName: 'Layer already has that name',
|
||||
QmoveElemsToLayer: "Move selected elements to layer '%s'?",
|
||||
QwantToClear: 'Do you want to clear the drawing?\nThis will also erase your undo history!',
|
||||
QwantToOpen: 'Do you want to open a new file?\nThis will also erase your undo history!',
|
||||
QerrorsRevertToSource: 'There were parsing errors in your SVG source.\nRevert back to original SVG source?',
|
||||
QignoreSourceChanges: 'Ignore changes made to SVG source?',
|
||||
featNotSupported: 'Feature not supported',
|
||||
enterNewImgURL: 'Enter the new image URL',
|
||||
defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.',
|
||||
loadingImage: 'Loading image, please wait...',
|
||||
saveFromBrowser: "Select 'Save As...' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.",
|
||||
noteTheseIssues: 'Also note the following issues: ',
|
||||
unsavedChanges: 'There are unsaved changes.',
|
||||
enterNewLinkURL: 'Enter the new hyperlink URL',
|
||||
errorLoadingSVG: 'Error: Unable to load SVG data',
|
||||
URLLoadFail: 'Unable to load from URL',
|
||||
retrieving: "Retrieving '%s' ...",
|
||||
popupWindowBlocked: 'Popup window may be blocked by browser',
|
||||
exportNoBlur: 'Blurred elements will appear as un-blurred',
|
||||
exportNoforeignObject: 'foreignObject elements will not appear',
|
||||
exportNoDashArray: 'Strokes will appear filled',
|
||||
exportNoText: 'Text may not appear as expected'
|
||||
}
|
||||
};
|
||||
|
||||
export default lang_af;
|
||||
220
dist/editor/locale/lang.ar.js
vendored
@@ -1,220 +0,0 @@
|
||||
var lang_ar = {
|
||||
lang: 'ar',
|
||||
dir: 'rtl',
|
||||
common: {
|
||||
ok: 'حفظ',
|
||||
cancel: 'إلغاء',
|
||||
key_backspace: 'backspace',
|
||||
key_del: 'delete',
|
||||
key_down: 'down',
|
||||
key_up: 'up',
|
||||
more_opts: 'More Options',
|
||||
url: 'URL',
|
||||
width: 'Width',
|
||||
height: 'Height'
|
||||
},
|
||||
misc: {
|
||||
powered_by: 'Powered by'
|
||||
},
|
||||
ui: {
|
||||
toggle_stroke_tools: 'Show/hide more stroke tools',
|
||||
palette_info: 'انقر لتغيير لون التعبئة ، تحولا مزدوجا فوق لتغيير لون السكتة الدماغية',
|
||||
zoom_level: 'تغيير مستوى التكبير',
|
||||
panel_drag: 'Drag left/right to resize side panel',
|
||||
quality: 'Quality:',
|
||||
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
|
||||
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
fill_color: 'تغير لون التعبئة',
|
||||
stroke_color: 'تغير لون السكتة الدماغية',
|
||||
stroke_style: 'تغيير نمط السكتة الدماغية اندفاعة',
|
||||
stroke_width: 'تغيير عرض السكتة الدماغية',
|
||||
pos_x: 'Change X coordinate',
|
||||
pos_y: 'Change Y coordinate',
|
||||
linecap_butt: 'Linecap: Butt',
|
||||
linecap_round: 'Linecap: Round',
|
||||
linecap_square: 'Linecap: Square',
|
||||
linejoin_bevel: 'Linejoin: Bevel',
|
||||
linejoin_miter: 'Linejoin: Miter',
|
||||
linejoin_round: 'Linejoin: Round',
|
||||
angle: 'تغيير زاوية الدوران',
|
||||
blur: 'Change gaussian blur value',
|
||||
opacity: 'تغيير مختارة غموض البند',
|
||||
circle_cx: 'دائرة التغيير لتنسيق cx',
|
||||
circle_cy: "Change circle's cy coordinate",
|
||||
circle_r: 'التغيير في دائرة نصف قطرها',
|
||||
ellipse_cx: 'تغيير شكل البيضاوي cx تنسيق',
|
||||
ellipse_cy: 'تغيير شكل البيضاوي قبرصي تنسيق',
|
||||
ellipse_rx: 'تغيير شكل البيضاوي خ نصف قطرها',
|
||||
ellipse_ry: 'تغيير القطع الناقص في دائرة نصف قطرها ذ',
|
||||
line_x1: 'تغيير الخط لبدء تنسيق خ',
|
||||
line_x2: 'تغيير الخط لانهاء خ تنسيق',
|
||||
line_y1: 'تغيير الخط لبدء تنسيق ذ',
|
||||
line_y2: 'تغيير الخط لإنهاء تنسيق ذ',
|
||||
rect_height: 'تغيير المستطيل الارتفاع',
|
||||
rect_width: 'تغيير عرض المستطيل',
|
||||
corner_radius: 'تغيير مستطيل ركن الشعاع',
|
||||
image_width: 'تغيير صورة العرض',
|
||||
image_height: 'تغيير ارتفاع الصورة',
|
||||
image_url: 'تغيير العنوان',
|
||||
node_x: "Change node's x coordinate",
|
||||
node_y: "Change node's y coordinate",
|
||||
seg_type: 'Change Segment type',
|
||||
straight_segments: 'Straight',
|
||||
curve_segments: 'Curve',
|
||||
text_contents: 'تغيير محتويات النص',
|
||||
font_family: 'تغيير الخط الأسرة',
|
||||
font_size: 'تغيير حجم الخط',
|
||||
bold: 'نص جريء',
|
||||
italic: 'مائل نص'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
bkgnd_color_opac: 'تغير لون الخلفية / غموض',
|
||||
connector_no_arrow: 'No arrow',
|
||||
fitToContent: 'لائقا للمحتوى',
|
||||
fit_to_all: 'يصلح لجميع المحتويات',
|
||||
fit_to_canvas: 'يصلح لوحة زيتية على قماش',
|
||||
fit_to_layer_content: 'يصلح لطبقة المحتوى',
|
||||
fit_to_sel: 'يصلح لاختيار',
|
||||
align_relative_to: 'محاذاة النسبي ل ...',
|
||||
relativeTo: 'بالنسبة إلى:',
|
||||
page: 'الصفحة',
|
||||
largest_object: 'أكبر كائن',
|
||||
selected_objects: 'انتخب الأجسام',
|
||||
smallest_object: 'أصغر كائن',
|
||||
new_doc: 'صورة جديدة',
|
||||
open_doc: 'فتح الصورة',
|
||||
export_img: 'Export',
|
||||
save_doc: 'حفظ صورة',
|
||||
import_doc: 'Import Image',
|
||||
align_to_page: 'Align Element to Page',
|
||||
align_bottom: 'محاذاة القاع',
|
||||
align_center: 'مركز محاذاة',
|
||||
align_left: 'محاذاة إلى اليسار',
|
||||
align_middle: 'محاذاة الأوسط',
|
||||
align_right: 'محاذاة إلى اليمين',
|
||||
align_top: 'محاذاة الأعلى',
|
||||
mode_select: 'اختر أداة',
|
||||
mode_fhpath: 'أداة قلم رصاص',
|
||||
mode_line: 'خط أداة',
|
||||
mode_rect: 'Rectangle Tool',
|
||||
mode_square: 'Square Tool',
|
||||
mode_fhrect: 'Free-Hand Rectangle',
|
||||
mode_ellipse: 'القطع الناقص',
|
||||
mode_circle: 'دائرة',
|
||||
mode_fhellipse: 'اليد الحرة البيضوي',
|
||||
mode_path: 'بولي أداة',
|
||||
mode_text: 'النص أداة',
|
||||
mode_image: 'الصورة أداة',
|
||||
mode_zoom: 'أداة تكبير',
|
||||
no_embed: 'NOTE: This image cannot be embedded. It will depend on this path to be displayed',
|
||||
undo: 'التراجع',
|
||||
redo: 'إعادته',
|
||||
tool_source: 'عدل المصدر',
|
||||
wireframe_mode: 'Wireframe Mode',
|
||||
clone: 'Clone Element(s)',
|
||||
del: 'Delete Element(s)',
|
||||
group_elements: 'مجموعة عناصر',
|
||||
make_link: 'Make (hyper)link',
|
||||
set_link_url: 'Set link URL (leave empty to remove)',
|
||||
to_path: 'Convert to Path',
|
||||
reorient_path: 'Reorient path',
|
||||
ungroup: 'فك تجميع عناصر',
|
||||
docprops: 'خصائص المستند',
|
||||
editor_homepage: 'SVG-Edit Home Page',
|
||||
move_bottom: 'الانتقال إلى أسفل',
|
||||
move_top: 'الانتقال إلى أعلى',
|
||||
node_clone: 'Clone Node',
|
||||
node_delete: 'Delete Node',
|
||||
node_link: 'Link Control Points',
|
||||
add_subpath: 'Add sub-path',
|
||||
openclose_path: 'Open/close sub-path',
|
||||
source_save: 'حفظ',
|
||||
cut: 'Cut',
|
||||
copy: 'Copy',
|
||||
paste: 'Paste',
|
||||
paste_in_place: 'Paste in Place',
|
||||
delete: 'Delete',
|
||||
group: 'Group',
|
||||
move_front: 'Bring to Front',
|
||||
move_up: 'Bring Forward',
|
||||
move_down: 'Send Backward',
|
||||
move_back: 'Send to Back'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
layers: 'Layers',
|
||||
del: 'حذف طبقة',
|
||||
move_down: 'تحرك لأسفل طبقة',
|
||||
new: 'طبقة جديدة',
|
||||
rename: 'تسمية الطبقة',
|
||||
move_up: 'تحرك لأعلى طبقة',
|
||||
dupe: 'Duplicate Layer',
|
||||
merge_down: 'Merge Down',
|
||||
merge_all: 'Merge All',
|
||||
move_elems_to: 'Move elements to:',
|
||||
move_selected: 'Move selected elements to a different layer'
|
||||
},
|
||||
config: {
|
||||
image_props: 'Image Properties',
|
||||
doc_title: 'Title',
|
||||
doc_dims: 'Canvas Dimensions',
|
||||
included_images: 'Included Images',
|
||||
image_opt_embed: 'Embed data (local files)',
|
||||
image_opt_ref: 'Use file reference',
|
||||
editor_prefs: 'Editor Preferences',
|
||||
icon_size: 'Icon size',
|
||||
language: 'Language',
|
||||
background: 'Editor Background',
|
||||
editor_img_url: 'Image URL',
|
||||
editor_bg_note: 'Note: Background will not be saved with image.',
|
||||
icon_large: 'Large',
|
||||
icon_medium: 'Medium',
|
||||
icon_small: 'Small',
|
||||
icon_xlarge: 'Extra Large',
|
||||
select_predefined: 'حدد سلفا:',
|
||||
units_and_rulers: 'Units & Rulers',
|
||||
show_rulers: 'Show rulers',
|
||||
base_unit: 'Base Unit:',
|
||||
grid: 'Grid',
|
||||
snapping_onoff: 'Snapping on/off',
|
||||
snapping_stepsize: 'Snapping Step-Size:',
|
||||
grid_color: 'Grid color'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
noContentToFitTo: 'No content to fit to',
|
||||
dupeLayerName: 'There is already a layer named that!',
|
||||
enterUniqueLayerName: 'Please enter a unique layer name',
|
||||
enterNewLayerName: 'Please enter the new layer name',
|
||||
layerHasThatName: 'Layer already has that name',
|
||||
QmoveElemsToLayer: "Move selected elements to layer '%s'?",
|
||||
QwantToClear: 'Do you want to clear the drawing?\nThis will also erase your undo history!',
|
||||
QwantToOpen: 'Do you want to open a new file?\nThis will also erase your undo history!',
|
||||
QerrorsRevertToSource: 'There were parsing errors in your SVG source.\nRevert back to original SVG source?',
|
||||
QignoreSourceChanges: 'Ignore changes made to SVG source?',
|
||||
featNotSupported: 'Feature not supported',
|
||||
enterNewImgURL: 'Enter the new image URL',
|
||||
defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.',
|
||||
loadingImage: 'Loading image, please wait...',
|
||||
saveFromBrowser: "Select 'Save As...' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.",
|
||||
noteTheseIssues: 'Also note the following issues: ',
|
||||
unsavedChanges: 'There are unsaved changes.',
|
||||
enterNewLinkURL: 'Enter the new hyperlink URL',
|
||||
errorLoadingSVG: 'Error: Unable to load SVG data',
|
||||
URLLoadFail: 'Unable to load from URL',
|
||||
retrieving: "Retrieving '%s' ...",
|
||||
popupWindowBlocked: 'Popup window may be blocked by browser',
|
||||
exportNoBlur: 'Blurred elements will appear as un-blurred',
|
||||
exportNoforeignObject: 'foreignObject elements will not appear',
|
||||
exportNoDashArray: 'Strokes will appear filled',
|
||||
exportNoText: 'Text may not appear as expected'
|
||||
}
|
||||
};
|
||||
|
||||
export default lang_ar;
|
||||
220
dist/editor/locale/lang.az.js
vendored
@@ -1,220 +0,0 @@
|
||||
var lang_az = {
|
||||
lang: 'az',
|
||||
dir: 'ltr',
|
||||
common: {
|
||||
ok: 'OK',
|
||||
cancel: 'Cancel',
|
||||
key_backspace: 'backspace',
|
||||
key_del: 'delete',
|
||||
key_down: 'down',
|
||||
key_up: 'up',
|
||||
more_opts: 'More Options',
|
||||
url: 'URL',
|
||||
width: 'Width',
|
||||
height: 'Height'
|
||||
},
|
||||
misc: {
|
||||
powered_by: 'Powered by'
|
||||
},
|
||||
ui: {
|
||||
toggle_stroke_tools: 'Show/hide more stroke tools',
|
||||
palette_info: 'Click to change fill color, shift-click to change stroke color',
|
||||
zoom_level: 'Change zoom level',
|
||||
panel_drag: 'Drag left/right to resize side panel',
|
||||
quality: 'Quality:',
|
||||
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
|
||||
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
fill_color: 'Change fill color',
|
||||
stroke_color: 'Change stroke color',
|
||||
stroke_style: 'Change stroke dash style',
|
||||
stroke_width: 'Change stroke width',
|
||||
pos_x: 'Change X coordinate',
|
||||
pos_y: 'Change Y coordinate',
|
||||
linecap_butt: 'Linecap: Butt',
|
||||
linecap_round: 'Linecap: Round',
|
||||
linecap_square: 'Linecap: Square',
|
||||
linejoin_bevel: 'Linejoin: Bevel',
|
||||
linejoin_miter: 'Linejoin: Miter',
|
||||
linejoin_round: 'Linejoin: Round',
|
||||
angle: 'Change rotation angle',
|
||||
blur: 'Change gaussian blur value',
|
||||
opacity: 'Change selected item opacity',
|
||||
circle_cx: "Change circle's cx coordinate",
|
||||
circle_cy: "Change circle's cy coordinate",
|
||||
circle_r: "Change circle's radius",
|
||||
ellipse_cx: "Change ellipse's cx coordinate",
|
||||
ellipse_cy: "Change ellipse's cy coordinate",
|
||||
ellipse_rx: "Change ellipse's x radius",
|
||||
ellipse_ry: "Change ellipse's y radius",
|
||||
line_x1: "Change line's starting x coordinate",
|
||||
line_x2: "Change line's ending x coordinate",
|
||||
line_y1: "Change line's starting y coordinate",
|
||||
line_y2: "Change line's ending y coordinate",
|
||||
rect_height: 'Change rectangle height',
|
||||
rect_width: 'Change rectangle width',
|
||||
corner_radius: 'Change Rectangle Corner Radius',
|
||||
image_width: 'Change image width',
|
||||
image_height: 'Change image height',
|
||||
image_url: 'Change URL',
|
||||
node_x: "Change node's x coordinate",
|
||||
node_y: "Change node's y coordinate",
|
||||
seg_type: 'Change Segment type',
|
||||
straight_segments: 'Straight',
|
||||
curve_segments: 'Curve',
|
||||
text_contents: 'Change text contents',
|
||||
font_family: 'Change Font Family',
|
||||
font_size: 'Change Font Size',
|
||||
bold: 'Bold Text',
|
||||
italic: 'Italic Text'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
bkgnd_color_opac: 'Change background color/opacity',
|
||||
connector_no_arrow: 'No arrow',
|
||||
fitToContent: 'Fit to Content',
|
||||
fit_to_all: 'Fit to all content',
|
||||
fit_to_canvas: 'Fit to canvas',
|
||||
fit_to_layer_content: 'Fit to layer content',
|
||||
fit_to_sel: 'Fit to selection',
|
||||
align_relative_to: 'Align relative to ...',
|
||||
relativeTo: 'relative to:',
|
||||
page: 'page',
|
||||
largest_object: 'largest object',
|
||||
selected_objects: 'selected objects',
|
||||
smallest_object: 'smallest object',
|
||||
new_doc: 'New Image',
|
||||
open_doc: 'Open SVG',
|
||||
export_img: 'Export',
|
||||
save_doc: 'Save Image',
|
||||
import_doc: 'Import Image',
|
||||
align_to_page: 'Align Element to Page',
|
||||
align_bottom: 'Align Bottom',
|
||||
align_center: 'Align Center',
|
||||
align_left: 'Align Left',
|
||||
align_middle: 'Align Middle',
|
||||
align_right: 'Align Right',
|
||||
align_top: 'Align Top',
|
||||
mode_select: 'Select Tool',
|
||||
mode_fhpath: 'Pencil Tool',
|
||||
mode_line: 'Line Tool',
|
||||
mode_rect: 'Rectangle Tool',
|
||||
mode_square: 'Square Tool',
|
||||
mode_fhrect: 'Free-Hand Rectangle',
|
||||
mode_ellipse: 'Ellipse',
|
||||
mode_circle: 'Circle',
|
||||
mode_fhellipse: 'Free-Hand Ellipse',
|
||||
mode_path: 'Path Tool',
|
||||
mode_text: 'Text Tool',
|
||||
mode_image: 'Image Tool',
|
||||
mode_zoom: 'Zoom Tool',
|
||||
no_embed: 'NOTE: This image cannot be embedded. It will depend on this path to be displayed',
|
||||
undo: 'Undo',
|
||||
redo: 'Redo',
|
||||
tool_source: 'Edit Source',
|
||||
wireframe_mode: 'Wireframe Mode',
|
||||
clone: 'Clone Element(s)',
|
||||
del: 'Delete Element(s)',
|
||||
group_elements: 'Group Elements',
|
||||
make_link: 'Make (hyper)link',
|
||||
set_link_url: 'Set link URL (leave empty to remove)',
|
||||
to_path: 'Convert to Path',
|
||||
reorient_path: 'Reorient path',
|
||||
ungroup: 'Ungroup Elements',
|
||||
docprops: 'Document Properties',
|
||||
editor_homepage: 'SVG-Edit Home Page',
|
||||
move_bottom: 'Move to Bottom',
|
||||
move_top: 'Move to Top',
|
||||
node_clone: 'Clone Node',
|
||||
node_delete: 'Delete Node',
|
||||
node_link: 'Link Control Points',
|
||||
add_subpath: 'Add sub-path',
|
||||
openclose_path: 'Open/close sub-path',
|
||||
source_save: 'Apply Changes',
|
||||
cut: 'Cut',
|
||||
copy: 'Copy',
|
||||
paste: 'Paste',
|
||||
paste_in_place: 'Paste in Place',
|
||||
delete: 'Delete',
|
||||
group: 'Group',
|
||||
move_front: 'Bring to Front',
|
||||
move_up: 'Bring Forward',
|
||||
move_down: 'Send Backward',
|
||||
move_back: 'Send to Back'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
layers: 'Layers',
|
||||
del: 'Delete Layer',
|
||||
move_down: 'Move Layer Down',
|
||||
new: 'New Layer',
|
||||
rename: 'Rename Layer',
|
||||
move_up: 'Move Layer Up',
|
||||
dupe: 'Duplicate Layer',
|
||||
merge_down: 'Merge Down',
|
||||
merge_all: 'Merge All',
|
||||
move_elems_to: 'Move elements to:',
|
||||
move_selected: 'Move selected elements to a different layer'
|
||||
},
|
||||
config: {
|
||||
image_props: 'Image Properties',
|
||||
doc_title: 'Title',
|
||||
doc_dims: 'Canvas Dimensions',
|
||||
included_images: 'Included Images',
|
||||
image_opt_embed: 'Embed data (local files)',
|
||||
image_opt_ref: 'Use file reference',
|
||||
editor_prefs: 'Editor Preferences',
|
||||
icon_size: 'Icon size',
|
||||
language: 'Language',
|
||||
background: 'Editor Background',
|
||||
editor_img_url: 'Image URL',
|
||||
editor_bg_note: 'Note: Background will not be saved with image.',
|
||||
icon_large: 'Large',
|
||||
icon_medium: 'Medium',
|
||||
icon_small: 'Small',
|
||||
icon_xlarge: 'Extra Large',
|
||||
select_predefined: 'Select predefined:',
|
||||
units_and_rulers: 'Units & Rulers',
|
||||
show_rulers: 'Show rulers',
|
||||
base_unit: 'Base Unit:',
|
||||
grid: 'Grid',
|
||||
snapping_onoff: 'Snapping on/off',
|
||||
snapping_stepsize: 'Snapping Step-Size:',
|
||||
grid_color: 'Grid color'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
noContentToFitTo: 'No content to fit to',
|
||||
dupeLayerName: 'There is already a layer named that!',
|
||||
enterUniqueLayerName: 'Please enter a unique layer name',
|
||||
enterNewLayerName: 'Please enter the new layer name',
|
||||
layerHasThatName: 'Layer already has that name',
|
||||
QmoveElemsToLayer: "Move selected elements to layer '%s'?",
|
||||
QwantToClear: 'Do you want to clear the drawing?\nThis will also erase your undo history!',
|
||||
QwantToOpen: 'Do you want to open a new file?\nThis will also erase your undo history!',
|
||||
QerrorsRevertToSource: 'There were parsing errors in your SVG source.\nRevert back to original SVG source?',
|
||||
QignoreSourceChanges: 'Ignore changes made to SVG source?',
|
||||
featNotSupported: 'Feature not supported',
|
||||
enterNewImgURL: 'Enter the new image URL',
|
||||
defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.',
|
||||
loadingImage: 'Loading image, please wait...',
|
||||
saveFromBrowser: "Select 'Save As...' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.",
|
||||
noteTheseIssues: 'Also note the following issues: ',
|
||||
unsavedChanges: 'There are unsaved changes.',
|
||||
enterNewLinkURL: 'Enter the new hyperlink URL',
|
||||
errorLoadingSVG: 'Error: Unable to load SVG data',
|
||||
URLLoadFail: 'Unable to load from URL',
|
||||
retrieving: "Retrieving '%s' ...",
|
||||
popupWindowBlocked: 'Popup window may be blocked by browser',
|
||||
exportNoBlur: 'Blurred elements will appear as un-blurred',
|
||||
exportNoforeignObject: 'foreignObject elements will not appear',
|
||||
exportNoDashArray: 'Strokes will appear filled',
|
||||
exportNoText: 'Text may not appear as expected'
|
||||
}
|
||||
};
|
||||
|
||||
export default lang_az;
|
||||
220
dist/editor/locale/lang.be.js
vendored
@@ -1,220 +0,0 @@
|
||||
var lang_be = {
|
||||
lang: 'be',
|
||||
dir: 'ltr',
|
||||
common: {
|
||||
ok: 'Захаваць',
|
||||
cancel: 'Адмена',
|
||||
key_backspace: 'backspace',
|
||||
key_del: 'delete',
|
||||
key_down: 'down',
|
||||
key_up: 'up',
|
||||
more_opts: 'More Options',
|
||||
url: 'URL',
|
||||
width: 'Width',
|
||||
height: 'Height'
|
||||
},
|
||||
misc: {
|
||||
powered_by: 'Powered by'
|
||||
},
|
||||
ui: {
|
||||
toggle_stroke_tools: 'Show/hide more stroke tools',
|
||||
palette_info: 'Націсніце для змены колеру залівання, Shift-Click змяніць обводка',
|
||||
zoom_level: 'Змяненне маштабу',
|
||||
panel_drag: 'Drag left/right to resize side panel',
|
||||
quality: 'Quality:',
|
||||
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
|
||||
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
fill_color: 'Змяненне колеру залівання',
|
||||
stroke_color: 'Змяненне колеру інсульт',
|
||||
stroke_style: 'Змяненне стылю інсульт працяжнік',
|
||||
stroke_width: 'Змены шырыня штрых',
|
||||
pos_x: 'Change X coordinate',
|
||||
pos_y: 'Change Y coordinate',
|
||||
linecap_butt: 'Linecap: Butt',
|
||||
linecap_round: 'Linecap: Round',
|
||||
linecap_square: 'Linecap: Square',
|
||||
linejoin_bevel: 'Linejoin: Bevel',
|
||||
linejoin_miter: 'Linejoin: Miter',
|
||||
linejoin_round: 'Linejoin: Round',
|
||||
angle: 'Змены вугла павароту',
|
||||
blur: 'Change gaussian blur value',
|
||||
opacity: 'Старонка абранага пункта непразрыстасці',
|
||||
circle_cx: 'CX змене круга каардынаты',
|
||||
circle_cy: 'Змены гуртка CY каардынаты',
|
||||
circle_r: 'Старонка круга's радыус',
|
||||
ellipse_cx: 'Змены эліпса CX каардынаты',
|
||||
ellipse_cy: 'Змены эліпса CY каардынаты',
|
||||
ellipse_rx: 'Х змяненні эліпса радыюсам',
|
||||
ellipse_ry: 'Змены у эліпса радыюсам',
|
||||
line_x1: 'Змены лінія пачынае каардынаты х',
|
||||
line_x2: 'Змяненне за перыяд, скончыўся лінія каардынаты х',
|
||||
line_y1: 'Змены лінія пачынае Y каардынаты',
|
||||
line_y2: 'Змяненне за перыяд, скончыўся лінія Y каардынаты',
|
||||
rect_height: 'Змены прастакутнік вышынёй',
|
||||
rect_width: 'Змяненне шырыні прамавугольніка',
|
||||
corner_radius: 'Змены прастакутнік Corner Radius',
|
||||
image_width: 'Змены шырыня выявы',
|
||||
image_height: 'Змена вышыні выявы',
|
||||
image_url: 'Змяніць URL',
|
||||
node_x: "Change node's x coordinate",
|
||||
node_y: "Change node's y coordinate",
|
||||
seg_type: 'Change Segment type',
|
||||
straight_segments: 'Straight',
|
||||
curve_segments: 'Curve',
|
||||
text_contents: 'Змяненне зместу тэксту',
|
||||
font_family: 'Змены Сямейства шрыфтоў',
|
||||
font_size: 'Змяніць памер шрыфта',
|
||||
bold: 'Тоўсты тэкст',
|
||||
italic: 'Нахілены тэкст'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
bkgnd_color_opac: 'Змяненне колеру фону / непразрыстасць',
|
||||
connector_no_arrow: 'No arrow',
|
||||
fitToContent: 'Па памеры ўтрымання',
|
||||
fit_to_all: 'Па памеру ўсе змесціва',
|
||||
fit_to_canvas: 'Памер палатна',
|
||||
fit_to_layer_content: 'По размеру слой ўтрымання',
|
||||
fit_to_sel: 'Выбар памеру',
|
||||
align_relative_to: 'Выраўнаваць па дачыненні да ...',
|
||||
relativeTo: 'па параўнанні з:',
|
||||
page: 'старонка',
|
||||
largest_object: 'найбуйнейшы аб'ект',
|
||||
selected_objects: 'выбранымі аб'ектамі',
|
||||
smallest_object: 'маленькі аб'ект',
|
||||
new_doc: 'Новае выява',
|
||||
open_doc: 'Адкрыць выява',
|
||||
export_img: 'Export',
|
||||
save_doc: 'Захаваць малюнак',
|
||||
import_doc: 'Import Image',
|
||||
align_to_page: 'Align Element to Page',
|
||||
align_bottom: 'Лінаваць па ніжнім краю',
|
||||
align_center: 'Лінаваць па цэнтру',
|
||||
align_left: 'Па левым краю',
|
||||
align_middle: 'Выраўнаваць Блізкага',
|
||||
align_right: 'Па правым краю',
|
||||
align_top: 'Лінаваць па верхнім краю',
|
||||
mode_select: 'Выберыце інструмент',
|
||||
mode_fhpath: 'Pencil Tool',
|
||||
mode_line: 'Line Tool',
|
||||
mode_rect: 'Rectangle Tool',
|
||||
mode_square: 'Square Tool',
|
||||
mode_fhrect: 'Свабоднай рукі Прастакутнік',
|
||||
mode_ellipse: 'Эліпс',
|
||||
mode_circle: 'Круг',
|
||||
mode_fhellipse: 'Свабоднай рукі Эліпс',
|
||||
mode_path: 'Poly Tool',
|
||||
mode_text: 'Тэкст Tool',
|
||||
mode_image: 'Image Tool',
|
||||
mode_zoom: 'Zoom Tool',
|
||||
no_embed: 'NOTE: This image cannot be embedded. It will depend on this path to be displayed',
|
||||
undo: 'Адмяніць',
|
||||
redo: 'Паўтор',
|
||||
tool_source: 'Змяніць зыходны',
|
||||
wireframe_mode: 'Wireframe Mode',
|
||||
clone: 'Clone Element(s)',
|
||||
del: 'Delete Element(s)',
|
||||
group_elements: 'Група элементаў',
|
||||
make_link: 'Make (hyper)link',
|
||||
set_link_url: 'Set link URL (leave empty to remove)',
|
||||
to_path: 'Convert to Path',
|
||||
reorient_path: 'Reorient path',
|
||||
ungroup: 'Элементы Разгруппировать',
|
||||
docprops: 'Уласцівасці дакумента',
|
||||
editor_homepage: 'SVG-Edit Home Page',
|
||||
move_bottom: 'Перамясціць уніз',
|
||||
move_top: 'Перамясціць угару',
|
||||
node_clone: 'Clone Node',
|
||||
node_delete: 'Delete Node',
|
||||
node_link: 'Link Control Points',
|
||||
add_subpath: 'Add sub-path',
|
||||
openclose_path: 'Open/close sub-path',
|
||||
source_save: 'Захаваць',
|
||||
cut: 'Cut',
|
||||
copy: 'Copy',
|
||||
paste: 'Paste',
|
||||
paste_in_place: 'Paste in Place',
|
||||
delete: 'Delete',
|
||||
group: 'Group',
|
||||
move_front: 'Bring to Front',
|
||||
move_up: 'Bring Forward',
|
||||
move_down: 'Send Backward',
|
||||
move_back: 'Send to Back'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
layers: 'Layers',
|
||||
del: 'Выдаліць слой',
|
||||
move_down: 'Перамясціць слой на',
|
||||
new: 'Новы слой',
|
||||
rename: 'Перайменаваць Слой',
|
||||
move_up: 'Перамяшчэнне слоя да',
|
||||
dupe: 'Duplicate Layer',
|
||||
merge_down: 'Merge Down',
|
||||
merge_all: 'Merge All',
|
||||
move_elems_to: 'Move elements to:',
|
||||
move_selected: 'Move selected elements to a different layer'
|
||||
},
|
||||
config: {
|
||||
image_props: 'Image Properties',
|
||||
doc_title: 'Title',
|
||||
doc_dims: 'Canvas Dimensions',
|
||||
included_images: 'Included Images',
|
||||
image_opt_embed: 'Embed data (local files)',
|
||||
image_opt_ref: 'Use file reference',
|
||||
editor_prefs: 'Editor Preferences',
|
||||
icon_size: 'Icon size',
|
||||
language: 'Language',
|
||||
background: 'Editor Background',
|
||||
editor_img_url: 'Image URL',
|
||||
editor_bg_note: 'Note: Background will not be saved with image.',
|
||||
icon_large: 'Large',
|
||||
icon_medium: 'Medium',
|
||||
icon_small: 'Small',
|
||||
icon_xlarge: 'Extra Large',
|
||||
select_predefined: 'Выберыце прадвызначэньні:',
|
||||
units_and_rulers: 'Units & Rulers',
|
||||
show_rulers: 'Show rulers',
|
||||
base_unit: 'Base Unit:',
|
||||
grid: 'Grid',
|
||||
snapping_onoff: 'Snapping on/off',
|
||||
snapping_stepsize: 'Snapping Step-Size:',
|
||||
grid_color: 'Grid color'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
noContentToFitTo: 'No content to fit to',
|
||||
dupeLayerName: 'There is already a layer named that!',
|
||||
enterUniqueLayerName: 'Please enter a unique layer name',
|
||||
enterNewLayerName: 'Please enter the new layer name',
|
||||
layerHasThatName: 'Layer already has that name',
|
||||
QmoveElemsToLayer: "Move selected elements to layer '%s'?",
|
||||
QwantToClear: 'Do you want to clear the drawing?\nThis will also erase your undo history!',
|
||||
QwantToOpen: 'Do you want to open a new file?\nThis will also erase your undo history!',
|
||||
QerrorsRevertToSource: 'There were parsing errors in your SVG source.\nRevert back to original SVG source?',
|
||||
QignoreSourceChanges: 'Ignore changes made to SVG source?',
|
||||
featNotSupported: 'Feature not supported',
|
||||
enterNewImgURL: 'Enter the new image URL',
|
||||
defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.',
|
||||
loadingImage: 'Loading image, please wait...',
|
||||
saveFromBrowser: "Select 'Save As...' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.",
|
||||
noteTheseIssues: 'Also note the following issues: ',
|
||||
unsavedChanges: 'There are unsaved changes.',
|
||||
enterNewLinkURL: 'Enter the new hyperlink URL',
|
||||
errorLoadingSVG: 'Error: Unable to load SVG data',
|
||||
URLLoadFail: 'Unable to load from URL',
|
||||
retrieving: "Retrieving '%s' ...",
|
||||
popupWindowBlocked: 'Popup window may be blocked by browser',
|
||||
exportNoBlur: 'Blurred elements will appear as un-blurred',
|
||||
exportNoforeignObject: 'foreignObject elements will not appear',
|
||||
exportNoDashArray: 'Strokes will appear filled',
|
||||
exportNoText: 'Text may not appear as expected'
|
||||
}
|
||||
};
|
||||
|
||||
export default lang_be;
|
||||
220
dist/editor/locale/lang.bg.js
vendored
@@ -1,220 +0,0 @@
|
||||
var lang_bg = {
|
||||
lang: 'bg',
|
||||
dir: 'ltr',
|
||||
common: {
|
||||
ok: 'Спасявам',
|
||||
cancel: 'Отказ',
|
||||
key_backspace: 'backspace',
|
||||
key_del: 'delete',
|
||||
key_down: 'down',
|
||||
key_up: 'up',
|
||||
more_opts: 'More Options',
|
||||
url: 'URL',
|
||||
width: 'Width',
|
||||
height: 'Height'
|
||||
},
|
||||
misc: {
|
||||
powered_by: 'Powered by'
|
||||
},
|
||||
ui: {
|
||||
toggle_stroke_tools: 'Show/hide more stroke tools',
|
||||
palette_info: 'Кликнете, за да промени попълнете цвят, на смени, кликнете да променят цвета си удар',
|
||||
zoom_level: 'Промяна на ниво на мащабиране',
|
||||
panel_drag: 'Drag left/right to resize side panel',
|
||||
quality: 'Quality:',
|
||||
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
|
||||
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
fill_color: 'Промяна попълнете цвят',
|
||||
stroke_color: 'Промяна на инсулт цвят',
|
||||
stroke_style: 'Промяна на стила удар тире',
|
||||
stroke_width: 'Промяна на ширината инсулт',
|
||||
pos_x: 'Change X coordinate',
|
||||
pos_y: 'Change Y coordinate',
|
||||
linecap_butt: 'Linecap: Butt',
|
||||
linecap_round: 'Linecap: Round',
|
||||
linecap_square: 'Linecap: Square',
|
||||
linejoin_bevel: 'Linejoin: Bevel',
|
||||
linejoin_miter: 'Linejoin: Miter',
|
||||
linejoin_round: 'Linejoin: Round',
|
||||
angle: 'Промяна ъгъл на завъртане',
|
||||
blur: 'Change gaussian blur value',
|
||||
opacity: 'Промяна на избрания елемент непрозрачност',
|
||||
circle_cx: 'CX Промяна кръг на координатната',
|
||||
circle_cy: 'Промяна кръг's CY координира',
|
||||
circle_r: 'Промяна кръг радиус',
|
||||
ellipse_cx: 'Промяна на елипса's CX координира',
|
||||
ellipse_cy: 'Промяна на елипса's CY координира',
|
||||
ellipse_rx: 'Промяна на елипса's X радиус',
|
||||
ellipse_ry: 'Промяна на елипса's Y радиус',
|
||||
line_x1: 'Промяна на линия, започваща х координира',
|
||||
line_x2: 'Промяна на линията приключва х координира',
|
||||
line_y1: 'Промяна линия, започваща Y координира',
|
||||
line_y2: 'Промяна на линията приключва Y координира',
|
||||
rect_height: 'Промяна на правоъгълник височина',
|
||||
rect_width: 'Промяна на правоъгълник ширина',
|
||||
corner_radius: 'Промяна на правоъгълник Corner Radius',
|
||||
image_width: 'Промяна на изображението ширина',
|
||||
image_height: 'Промяна на изображението височина',
|
||||
image_url: 'Промяна на URL',
|
||||
node_x: "Change node's x coordinate",
|
||||
node_y: "Change node's y coordinate",
|
||||
seg_type: 'Change Segment type',
|
||||
straight_segments: 'Straight',
|
||||
curve_segments: 'Curve',
|
||||
text_contents: 'Промяна на текст съдържание',
|
||||
font_family: 'Промяна на шрифта Семейство',
|
||||
font_size: 'Промени размера на буквите',
|
||||
bold: 'Получер текст',
|
||||
italic: 'Курсив текст'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
bkgnd_color_opac: 'Промяна на цвета на фона / непрозрачност',
|
||||
connector_no_arrow: 'No arrow',
|
||||
fitToContent: 'Fit към съдържание',
|
||||
fit_to_all: 'Побери цялото съдържание',
|
||||
fit_to_canvas: 'Fit на платно',
|
||||
fit_to_layer_content: 'Fit да слой съдържание',
|
||||
fit_to_sel: 'Fit за подбор',
|
||||
align_relative_to: 'Привеждане в сравнение с ...',
|
||||
relativeTo: 'в сравнение с:',
|
||||
page: 'страница',
|
||||
largest_object: 'най-големият обект',
|
||||
selected_objects: 'избраните обекти',
|
||||
smallest_object: 'най-малката обект',
|
||||
new_doc: 'Ню Имидж',
|
||||
open_doc: 'Отворете изображението',
|
||||
export_img: 'Export',
|
||||
save_doc: 'Save Image',
|
||||
import_doc: 'Import Image',
|
||||
align_to_page: 'Align Element to Page',
|
||||
align_bottom: 'Привеждане Отдолу',
|
||||
align_center: 'Подравняване в средата',
|
||||
align_left: 'Подравняване вляво',
|
||||
align_middle: 'Привеждане в Близкия',
|
||||
align_right: 'Подравняване надясно',
|
||||
align_top: 'Привеждане Топ',
|
||||
mode_select: 'Select Tool',
|
||||
mode_fhpath: 'Pencil Tool',
|
||||
mode_line: 'Line Tool',
|
||||
mode_rect: 'Rectangle Tool',
|
||||
mode_square: 'Square Tool',
|
||||
mode_fhrect: 'Свободен Употребявани правоъгълник',
|
||||
mode_ellipse: 'Елипса',
|
||||
mode_circle: 'Кръгът',
|
||||
mode_fhellipse: 'Свободен Употребявани Елипса',
|
||||
mode_path: 'Поли Tool',
|
||||
mode_text: 'Текст Оръдие',
|
||||
mode_image: 'Image Tool',
|
||||
mode_zoom: 'Zoom Tool',
|
||||
no_embed: 'NOTE: This image cannot be embedded. It will depend on this path to be displayed',
|
||||
undo: 'Отмени',
|
||||
redo: 'Възстановяване',
|
||||
tool_source: 'Редактиране Източник',
|
||||
wireframe_mode: 'Wireframe Mode',
|
||||
clone: 'Clone Element(s)',
|
||||
del: 'Delete Element(s)',
|
||||
group_elements: 'Група Елементи',
|
||||
make_link: 'Make (hyper)link',
|
||||
set_link_url: 'Set link URL (leave empty to remove)',
|
||||
to_path: 'Convert to Path',
|
||||
reorient_path: 'Reorient path',
|
||||
ungroup: 'Разгрупирай Елементи',
|
||||
docprops: 'Document Properties',
|
||||
editor_homepage: 'SVG-Edit Home Page',
|
||||
move_bottom: 'Премести надолу',
|
||||
move_top: 'Премести в началото',
|
||||
node_clone: 'Clone Node',
|
||||
node_delete: 'Delete Node',
|
||||
node_link: 'Link Control Points',
|
||||
add_subpath: 'Add sub-path',
|
||||
openclose_path: 'Open/close sub-path',
|
||||
source_save: 'Спасявам',
|
||||
cut: 'Cut',
|
||||
copy: 'Copy',
|
||||
paste: 'Paste',
|
||||
paste_in_place: 'Paste in Place',
|
||||
delete: 'Delete',
|
||||
group: 'Group',
|
||||
move_front: 'Bring to Front',
|
||||
move_up: 'Bring Forward',
|
||||
move_down: 'Send Backward',
|
||||
move_back: 'Send to Back'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
layers: 'Layers',
|
||||
del: 'Изтриване на слой',
|
||||
move_down: 'Move слой надолу',
|
||||
new: 'Нов слой',
|
||||
rename: 'Преименуване Layer',
|
||||
move_up: 'Move Up Layer',
|
||||
dupe: 'Duplicate Layer',
|
||||
merge_down: 'Merge Down',
|
||||
merge_all: 'Merge All',
|
||||
move_elems_to: 'Move elements to:',
|
||||
move_selected: 'Move selected elements to a different layer'
|
||||
},
|
||||
config: {
|
||||
image_props: 'Image Properties',
|
||||
doc_title: 'Title',
|
||||
doc_dims: 'Canvas Dimensions',
|
||||
included_images: 'Included Images',
|
||||
image_opt_embed: 'Embed data (local files)',
|
||||
image_opt_ref: 'Use file reference',
|
||||
editor_prefs: 'Editor Preferences',
|
||||
icon_size: 'Icon size',
|
||||
language: 'Language',
|
||||
background: 'Editor Background',
|
||||
editor_img_url: 'Image URL',
|
||||
editor_bg_note: 'Note: Background will not be saved with image.',
|
||||
icon_large: 'Large',
|
||||
icon_medium: 'Medium',
|
||||
icon_small: 'Small',
|
||||
icon_xlarge: 'Extra Large',
|
||||
select_predefined: 'Изберете предварително:',
|
||||
units_and_rulers: 'Units & Rulers',
|
||||
show_rulers: 'Show rulers',
|
||||
base_unit: 'Base Unit:',
|
||||
grid: 'Grid',
|
||||
snapping_onoff: 'Snapping on/off',
|
||||
snapping_stepsize: 'Snapping Step-Size:',
|
||||
grid_color: 'Grid color'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
noContentToFitTo: 'No content to fit to',
|
||||
dupeLayerName: 'There is already a layer named that!',
|
||||
enterUniqueLayerName: 'Please enter a unique layer name',
|
||||
enterNewLayerName: 'Please enter the new layer name',
|
||||
layerHasThatName: 'Layer already has that name',
|
||||
QmoveElemsToLayer: "Move selected elements to layer '%s'?",
|
||||
QwantToClear: 'Do you want to clear the drawing?\nThis will also erase your undo history!',
|
||||
QwantToOpen: 'Do you want to open a new file?\nThis will also erase your undo history!',
|
||||
QerrorsRevertToSource: 'There were parsing errors in your SVG source.\nRevert back to original SVG source?',
|
||||
QignoreSourceChanges: 'Ignore changes made to SVG source?',
|
||||
featNotSupported: 'Feature not supported',
|
||||
enterNewImgURL: 'Enter the new image URL',
|
||||
defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.',
|
||||
loadingImage: 'Loading image, please wait...',
|
||||
saveFromBrowser: "Select 'Save As...' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.",
|
||||
noteTheseIssues: 'Also note the following issues: ',
|
||||
unsavedChanges: 'There are unsaved changes.',
|
||||
enterNewLinkURL: 'Enter the new hyperlink URL',
|
||||
errorLoadingSVG: 'Error: Unable to load SVG data',
|
||||
URLLoadFail: 'Unable to load from URL',
|
||||
retrieving: "Retrieving '%s' ...",
|
||||
popupWindowBlocked: 'Popup window may be blocked by browser',
|
||||
exportNoBlur: 'Blurred elements will appear as un-blurred',
|
||||
exportNoforeignObject: 'foreignObject elements will not appear',
|
||||
exportNoDashArray: 'Strokes will appear filled',
|
||||
exportNoText: 'Text may not appear as expected'
|
||||
}
|
||||
};
|
||||
|
||||
export default lang_bg;
|
||||
220
dist/editor/locale/lang.ca.js
vendored
@@ -1,220 +0,0 @@
|
||||
var lang_ca = {
|
||||
lang: 'ca',
|
||||
dir: 'ltr',
|
||||
common: {
|
||||
ok: 'Salvar',
|
||||
cancel: 'Cancel',
|
||||
key_backspace: 'backspace',
|
||||
key_del: 'delete',
|
||||
key_down: 'down',
|
||||
key_up: 'up',
|
||||
more_opts: 'More Options',
|
||||
url: 'URL',
|
||||
width: 'Width',
|
||||
height: 'Height'
|
||||
},
|
||||
misc: {
|
||||
powered_by: 'Powered by'
|
||||
},
|
||||
ui: {
|
||||
toggle_stroke_tools: 'Show/hide more stroke tools',
|
||||
palette_info: 'Feu clic per canviar el color de farciment, shift-clic per canviar el color del traç',
|
||||
zoom_level: 'Canviar el nivell de zoom',
|
||||
panel_drag: 'Drag left/right to resize side panel',
|
||||
quality: 'Quality:',
|
||||
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
|
||||
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
fill_color: 'Canviar el color de farciment',
|
||||
stroke_color: 'Canviar el color del traç',
|
||||
stroke_style: 'Canviar estil de traç guió',
|
||||
stroke_width: 'Canviar l'amplada del traç',
|
||||
pos_x: 'Change X coordinate',
|
||||
pos_y: 'Change Y coordinate',
|
||||
linecap_butt: 'Linecap: Butt',
|
||||
linecap_round: 'Linecap: Round',
|
||||
linecap_square: 'Linecap: Square',
|
||||
linejoin_bevel: 'Linejoin: Bevel',
|
||||
linejoin_miter: 'Linejoin: Miter',
|
||||
linejoin_round: 'Linejoin: Round',
|
||||
angle: 'Canviar l'angle de rotació',
|
||||
blur: 'Change gaussian blur value',
|
||||
opacity: 'Canviar la opacitat tema seleccionat',
|
||||
circle_cx: 'CX cercle Canvi de coordenades',
|
||||
circle_cy: 'Cercle Canvi CY coordinar',
|
||||
circle_r: 'Ràdio de cercle Canvi',
|
||||
ellipse_cx: 'Canviar lipse CX coordinar',
|
||||
ellipse_cy: 'Lipse Canvi CY coordinar',
|
||||
ellipse_rx: 'Ràdio x lipse Canvi',
|
||||
ellipse_ry: 'Ràdio i lipse Canvi',
|
||||
line_x1: 'Canviar la línia de partida de la coordenada x',
|
||||
line_x2: 'Canviar la línia d'hores de coordenada x',
|
||||
line_y1: 'Canviar la línia de partida i de coordinar',
|
||||
line_y2: 'Canviar la línia d'hores de coordenada',
|
||||
rect_height: 'Rectangle d'alçada Canvi',
|
||||
rect_width: 'Ample rectangle Canvi',
|
||||
corner_radius: 'Canviar Rectangle Corner Radius',
|
||||
image_width: 'Amplada de la imatge Canvi',
|
||||
image_height: 'Canviar l'altura de la imatge',
|
||||
image_url: 'Canviar URL',
|
||||
node_x: "Change node's x coordinate",
|
||||
node_y: "Change node's y coordinate",
|
||||
seg_type: 'Change Segment type',
|
||||
straight_segments: 'Straight',
|
||||
curve_segments: 'Curve',
|
||||
text_contents: 'Contingut del text',
|
||||
font_family: 'Canviar la font Família',
|
||||
font_size: 'Change Font Size',
|
||||
bold: 'Text en negreta',
|
||||
italic: 'Text en cursiva'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
bkgnd_color_opac: 'Color de fons / opacitat',
|
||||
connector_no_arrow: 'No arrow',
|
||||
fitToContent: 'Ajustar al contingut',
|
||||
fit_to_all: 'Ajustar a tot el contingut',
|
||||
fit_to_canvas: 'Ajustar a la lona',
|
||||
fit_to_layer_content: 'Ajustar al contingut de la capa d'',
|
||||
fit_to_sel: 'Ajustar a la selecció',
|
||||
align_relative_to: 'Alinear pel que fa a ...',
|
||||
relativeTo: 'en relació amb:',
|
||||
page: 'Pàgina',
|
||||
largest_object: 'objecte més gran',
|
||||
selected_objects: 'objectes escollits',
|
||||
smallest_object: 'objecte més petit',
|
||||
new_doc: 'Nova imatge',
|
||||
open_doc: 'Obrir imatge',
|
||||
export_img: 'Export',
|
||||
save_doc: 'Guardar imatge',
|
||||
import_doc: 'Import Image',
|
||||
align_to_page: 'Align Element to Page',
|
||||
align_bottom: 'Alinear baix',
|
||||
align_center: 'Alinear al centre',
|
||||
align_left: 'Alinear a l'esquerra',
|
||||
align_middle: 'Alinear Medi',
|
||||
align_right: 'Alinear a la dreta',
|
||||
align_top: 'Alinear a dalt',
|
||||
mode_select: 'Eina de selecció',
|
||||
mode_fhpath: 'Eina Llapis',
|
||||
mode_line: 'L'eina',
|
||||
mode_rect: 'Rectangle Tool',
|
||||
mode_square: 'Square Tool',
|
||||
mode_fhrect: 'Free-Hand Rectangle',
|
||||
mode_ellipse: 'Lipse',
|
||||
mode_circle: 'Cercle',
|
||||
mode_fhellipse: 'Free-Hand Ellipse',
|
||||
mode_path: 'Path Tool',
|
||||
mode_text: 'Eina de text',
|
||||
mode_image: 'Image Tool',
|
||||
mode_zoom: 'Zoom Tool',
|
||||
no_embed: 'NOTE: This image cannot be embedded. It will depend on this path to be displayed',
|
||||
undo: 'Desfés',
|
||||
redo: 'Refer',
|
||||
tool_source: 'Font Edita',
|
||||
wireframe_mode: 'Wireframe Mode',
|
||||
clone: 'Clone Element(s)',
|
||||
del: 'Delete Element(s)',
|
||||
group_elements: 'Elements de Grup de',
|
||||
make_link: 'Make (hyper)link',
|
||||
set_link_url: 'Set link URL (leave empty to remove)',
|
||||
to_path: 'Convert to Path',
|
||||
reorient_path: 'Reorient path',
|
||||
ungroup: 'Desagrupar elements',
|
||||
docprops: 'Propietats del document',
|
||||
editor_homepage: 'SVG-Edit Home Page',
|
||||
move_bottom: 'Mou al final',
|
||||
move_top: 'Mou al principi',
|
||||
node_clone: 'Clone Node',
|
||||
node_delete: 'Delete Node',
|
||||
node_link: 'Link Control Points',
|
||||
add_subpath: 'Add sub-path',
|
||||
openclose_path: 'Open/close sub-path',
|
||||
source_save: 'Salvar',
|
||||
cut: 'Cut',
|
||||
copy: 'Copy',
|
||||
paste: 'Paste',
|
||||
paste_in_place: 'Paste in Place',
|
||||
delete: 'Delete',
|
||||
group: 'Group',
|
||||
move_front: 'Bring to Front',
|
||||
move_up: 'Bring Forward',
|
||||
move_down: 'Send Backward',
|
||||
move_back: 'Send to Back'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
layers: 'Layers',
|
||||
del: 'Eliminar capa',
|
||||
move_down: 'Mou la capa de Down',
|
||||
new: 'Nova capa',
|
||||
rename: 'Canvieu el nom de la capa',
|
||||
move_up: 'Mou la capa Up',
|
||||
dupe: 'Duplicate Layer',
|
||||
merge_down: 'Merge Down',
|
||||
merge_all: 'Merge All',
|
||||
move_elems_to: 'Move elements to:',
|
||||
move_selected: 'Move selected elements to a different layer'
|
||||
},
|
||||
config: {
|
||||
image_props: 'Image Properties',
|
||||
doc_title: 'Title',
|
||||
doc_dims: 'Canvas Dimensions',
|
||||
included_images: 'Included Images',
|
||||
image_opt_embed: 'Embed data (local files)',
|
||||
image_opt_ref: 'Use file reference',
|
||||
editor_prefs: 'Editor Preferences',
|
||||
icon_size: 'Icon size',
|
||||
language: 'Language',
|
||||
background: 'Editor Background',
|
||||
editor_img_url: 'Image URL',
|
||||
editor_bg_note: 'Note: Background will not be saved with image.',
|
||||
icon_large: 'Large',
|
||||
icon_medium: 'Medium',
|
||||
icon_small: 'Small',
|
||||
icon_xlarge: 'Extra Large',
|
||||
select_predefined: 'Seleccioneu predefinides:',
|
||||
units_and_rulers: 'Units & Rulers',
|
||||
show_rulers: 'Show rulers',
|
||||
base_unit: 'Base Unit:',
|
||||
grid: 'Grid',
|
||||
snapping_onoff: 'Snapping on/off',
|
||||
snapping_stepsize: 'Snapping Step-Size:',
|
||||
grid_color: 'Grid color'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
noContentToFitTo: 'No content to fit to',
|
||||
dupeLayerName: 'There is already a layer named that!',
|
||||
enterUniqueLayerName: 'Please enter a unique layer name',
|
||||
enterNewLayerName: 'Please enter the new layer name',
|
||||
layerHasThatName: 'Layer already has that name',
|
||||
QmoveElemsToLayer: "Move selected elements to layer '%s'?",
|
||||
QwantToClear: 'Do you want to clear the drawing?\nThis will also erase your undo history!',
|
||||
QwantToOpen: 'Do you want to open a new file?\nThis will also erase your undo history!',
|
||||
QerrorsRevertToSource: 'There were parsing errors in your SVG source.\nRevert back to original SVG source?',
|
||||
QignoreSourceChanges: 'Ignore changes made to SVG source?',
|
||||
featNotSupported: 'Feature not supported',
|
||||
enterNewImgURL: 'Enter the new image URL',
|
||||
defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.',
|
||||
loadingImage: 'Loading image, please wait...',
|
||||
saveFromBrowser: "Select 'Save As...' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.",
|
||||
noteTheseIssues: 'Also note the following issues: ',
|
||||
unsavedChanges: 'There are unsaved changes.',
|
||||
enterNewLinkURL: 'Enter the new hyperlink URL',
|
||||
errorLoadingSVG: 'Error: Unable to load SVG data',
|
||||
URLLoadFail: 'Unable to load from URL',
|
||||
retrieving: "Retrieving '%s' ...",
|
||||
popupWindowBlocked: 'Popup window may be blocked by browser',
|
||||
exportNoBlur: 'Blurred elements will appear as un-blurred',
|
||||
exportNoforeignObject: 'foreignObject elements will not appear',
|
||||
exportNoDashArray: 'Strokes will appear filled',
|
||||
exportNoText: 'Text may not appear as expected'
|
||||
}
|
||||
};
|
||||
|
||||
export default lang_ca;
|
||||
220
dist/editor/locale/lang.cs.js
vendored
@@ -1,220 +0,0 @@
|
||||
var lang_cs = {
|
||||
lang: 'cs',
|
||||
dir: 'ltr',
|
||||
common: {
|
||||
ok: 'Uložit',
|
||||
cancel: 'Storno',
|
||||
key_backspace: 'backspace',
|
||||
key_del: 'delete',
|
||||
key_down: 'šipka dolů',
|
||||
key_up: 'šipka nahoru',
|
||||
more_opts: 'More Options',
|
||||
url: 'URL',
|
||||
width: 'Width',
|
||||
height: 'Height'
|
||||
},
|
||||
misc: {
|
||||
powered_by: 'Běží na'
|
||||
},
|
||||
ui: {
|
||||
toggle_stroke_tools: 'Zobrazit/schovat více možností',
|
||||
palette_info: 'Kliknutím změníte barvu výplně, kliknutím současně s klávesou shift změníte barvu čáry',
|
||||
zoom_level: 'Změna přiblížení',
|
||||
panel_drag: 'Drag left/right to resize side panel',
|
||||
quality: 'Quality:',
|
||||
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
|
||||
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
|
||||
},
|
||||
properties: {
|
||||
id: 'Změnit ID elementu',
|
||||
fill_color: 'Změnit barvu výplně',
|
||||
stroke_color: 'Změnit barvu čáry',
|
||||
stroke_style: 'Změnit styl čáry',
|
||||
stroke_width: 'Změnit šířku čáry',
|
||||
pos_x: 'Změnit souřadnici X',
|
||||
pos_y: 'Změnit souřadnici Y',
|
||||
linecap_butt: 'Konec úsečky: přesný',
|
||||
linecap_round: 'Konec úsečky: zaoblený',
|
||||
linecap_square: 'Konec úsečky: s čtvercovým přesahem',
|
||||
linejoin_bevel: 'Styl napojení úseček: zkosené',
|
||||
linejoin_miter: 'Styl napojení úseček: ostré',
|
||||
linejoin_round: 'Styl napojení úseček: oblé',
|
||||
angle: 'Změnit úhel natočení',
|
||||
blur: 'Změnit rozostření',
|
||||
opacity: 'Změnit průhlednost objektů',
|
||||
circle_cx: 'Změnit souřadnici X středu kružnice',
|
||||
circle_cy: 'Změnit souřadnici Y středu kružnice',
|
||||
circle_r: 'Změnit poloměr kružnice',
|
||||
ellipse_cx: 'Změnit souřadnici X středu elipsy',
|
||||
ellipse_cy: 'Změnit souřadnici Y středu elipsy',
|
||||
ellipse_rx: 'Změnit poloměr X elipsy',
|
||||
ellipse_ry: 'Změnit poloměr Y elipsy',
|
||||
line_x1: 'Změnit počáteční souřadnici X úsečky',
|
||||
line_x2: 'Změnit koncovou souřadnici X úsečky',
|
||||
line_y1: 'Změnit počáteční souřadnici Y úsečky',
|
||||
line_y2: 'Změnit koncovou souřadnici X úsečky',
|
||||
rect_height: 'Změnit výšku obdélníku',
|
||||
rect_width: 'Změnit šířku obdélníku',
|
||||
corner_radius: 'Změnit zaoblení obdélníku',
|
||||
image_width: 'Změnit šířku dokumentu',
|
||||
image_height: 'Změnit výšku dokumentu',
|
||||
image_url: 'Změnit adresu URL',
|
||||
node_x: 'Změnit souřadnici X uzlu',
|
||||
node_y: 'Změnit souřadnici Y uzlu',
|
||||
seg_type: 'Změnit typ segmentu',
|
||||
straight_segments: 'úsečka',
|
||||
curve_segments: 'křivka',
|
||||
text_contents: 'Změnit text',
|
||||
font_family: 'Změnit font',
|
||||
font_size: 'Změnit velikost písma',
|
||||
bold: 'Tučně',
|
||||
italic: 'Kurzíva'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Hlavní menu',
|
||||
bkgnd_color_opac: 'Změnit barvu a průhlednost pozadí',
|
||||
connector_no_arrow: 'Bez šipky',
|
||||
fitToContent: 'přizpůsobit obsahu',
|
||||
fit_to_all: 'Přizpůsobit veškerému obsahu',
|
||||
fit_to_canvas: 'Přizpůsobit stránce',
|
||||
fit_to_layer_content: 'Přizpůsobit obsahu vrstvy',
|
||||
fit_to_sel: 'Přizpůsobit výběru',
|
||||
align_relative_to: 'Zarovnat relativně',
|
||||
relativeTo: 'relatativně k:',
|
||||
page: 'stránce',
|
||||
largest_object: 'největšímu objektu',
|
||||
selected_objects: 'zvoleným objektům',
|
||||
smallest_object: 'nejmenšímu objektu',
|
||||
new_doc: 'Nový dokument',
|
||||
open_doc: 'Otevřít dokument',
|
||||
export_img: 'Export',
|
||||
save_doc: 'Uložit dokument',
|
||||
import_doc: 'Importovat SVG',
|
||||
align_to_page: 'Zarovnat element na stránku',
|
||||
align_bottom: 'Zarovnat dolů',
|
||||
align_center: 'Zarovnat nastřed',
|
||||
align_left: 'Zarovnat doleva',
|
||||
align_middle: 'Zarovnat nastřed',
|
||||
align_right: 'Zarovnat doprava',
|
||||
align_top: 'Zarovnat nahoru',
|
||||
mode_select: 'Výběr a transformace objektů',
|
||||
mode_fhpath: 'Kresba od ruky',
|
||||
mode_line: 'Úsečka',
|
||||
mode_rect: 'Rectangle Tool',
|
||||
mode_square: 'Square Tool',
|
||||
mode_fhrect: 'Obdélník volnou rukou',
|
||||
mode_ellipse: 'Elipsa',
|
||||
mode_circle: 'Kružnice',
|
||||
mode_fhellipse: 'Elipsa volnou rukou',
|
||||
mode_path: 'Křivka',
|
||||
mode_text: 'Text',
|
||||
mode_image: 'Obrázek',
|
||||
mode_zoom: 'Přiblížení',
|
||||
no_embed: 'POZOR: Obrázek nelze uložit s dokumentem. Bude zobrazován z adresáře, kde se nyní nachází.',
|
||||
undo: 'Zpět',
|
||||
redo: 'Znovu',
|
||||
tool_source: 'Upravovat SVG kód',
|
||||
wireframe_mode: 'Zobrazit jen kostru',
|
||||
clone: 'Clone Element(s)',
|
||||
del: 'Delete Element(s)',
|
||||
group_elements: 'Seskupit objekty',
|
||||
make_link: 'Make (hyper)link',
|
||||
set_link_url: 'Set link URL (leave empty to remove)',
|
||||
to_path: 'Objekt na křivku',
|
||||
reorient_path: 'Změna orientace křivky',
|
||||
ungroup: 'Zrušit seskupení',
|
||||
docprops: 'Vlastnosti dokumentu',
|
||||
editor_homepage: 'SVG-Edit Home Page',
|
||||
move_bottom: 'Vrstvu úplně dospodu',
|
||||
move_top: 'Vrstvu úplně nahoru',
|
||||
node_clone: 'Vložit nový uzel',
|
||||
node_delete: 'Ostranit uzel',
|
||||
node_link: 'Provázat ovládací body uzlu',
|
||||
add_subpath: 'Přidat další součást křivky',
|
||||
openclose_path: 'Otevřít/zavřít součást křivky',
|
||||
source_save: 'Uložit',
|
||||
cut: 'Cut',
|
||||
copy: 'Copy',
|
||||
paste: 'Paste',
|
||||
paste_in_place: 'Paste in Place',
|
||||
delete: 'Delete',
|
||||
group: 'Group',
|
||||
move_front: 'Bring to Front',
|
||||
move_up: 'Bring Forward',
|
||||
move_down: 'Send Backward',
|
||||
move_back: 'Send to Back'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Vrstva',
|
||||
layers: 'Layers',
|
||||
del: 'Odstranit vrstvu',
|
||||
move_down: 'Přesunout vrstvu níž',
|
||||
new: 'Přidat vrstvu',
|
||||
rename: 'Přejmenovat vrstvu',
|
||||
move_up: 'Přesunout vrstvu výš',
|
||||
dupe: 'Duplicate Layer',
|
||||
merge_down: 'Merge Down',
|
||||
merge_all: 'Merge All',
|
||||
move_elems_to: 'Přesunout objekty do:',
|
||||
move_selected: 'Přesunout objekty do jiné vrstvy'
|
||||
},
|
||||
config: {
|
||||
image_props: 'Vlastnosti dokumentu',
|
||||
doc_title: 'Název',
|
||||
doc_dims: 'Vlastní velikost',
|
||||
included_images: 'Vložené obrázky',
|
||||
image_opt_embed: 'Vkládat do dokumentu',
|
||||
image_opt_ref: 'Jen odkazem',
|
||||
editor_prefs: 'Nastavení editoru',
|
||||
icon_size: 'Velikost ikon',
|
||||
language: 'Jazyk',
|
||||
background: 'Obrázek v pozadí editoru',
|
||||
editor_img_url: 'Image URL',
|
||||
editor_bg_note: 'Pozor: obrázek v pozadí nebude uložen jako součást dokumentu.',
|
||||
icon_large: 'velké',
|
||||
icon_medium: 'střední',
|
||||
icon_small: 'malé',
|
||||
icon_xlarge: 'největší',
|
||||
select_predefined: 'vybrat předdefinovaný:',
|
||||
units_and_rulers: 'Units & Rulers',
|
||||
show_rulers: 'Show rulers',
|
||||
base_unit: 'Base Unit:',
|
||||
grid: 'Grid',
|
||||
snapping_onoff: 'Snapping on/off',
|
||||
snapping_stepsize: 'Snapping Step-Size:',
|
||||
grid_color: 'Grid color'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Nevhodná hodnota',
|
||||
noContentToFitTo: 'Vyberte oblast pro přizpůsobení',
|
||||
dupeLayerName: 'Taková vrstva už bohužel existuje',
|
||||
enterUniqueLayerName: 'Zadejte prosím jedinečné jméno pro vrstvu',
|
||||
enterNewLayerName: 'Zadejte prosím jméno pro novou vrstvu',
|
||||
layerHasThatName: 'Vrstva už se tak jmenuje',
|
||||
QmoveElemsToLayer: "Opravdu chcete přesunout vybrané objekty do vrstvy '%s'?",
|
||||
QwantToClear: 'Opravdu chcete smazat současný dokument?\nHistorie změn bude také smazána.',
|
||||
QwantToOpen: 'Do you want to open a new file?\nThis will also erase your undo history!',
|
||||
QerrorsRevertToSource: 'Chyba v parsování zdrojového kódu SVG.\nChcete se vrátit k původnímu?',
|
||||
QignoreSourceChanges: 'Opravdu chcete stornovat změny provedené v SVG kódu?',
|
||||
featNotSupported: 'Tato vlastnost ještě není k dispozici',
|
||||
enterNewImgURL: 'Vložte adresu URL, na které se nachází vkládaný obrázek',
|
||||
defsFailOnSave: 'POZOR: Kvůli nedokonalosti Vašeho prohlížeče se mohou některé části dokumentu špatně vykreslovat (mohou chybět barevné přechody nebo některé objekty). Po uložení dokumentu by se ale vše mělo zobrazovat správně.',
|
||||
loadingImage: 'Nahrávám obrázek ...',
|
||||
saveFromBrowser: "Select 'Save As...' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.",
|
||||
noteTheseIssues: 'Mohou se vyskytnout následující problémy: ',
|
||||
unsavedChanges: 'There are unsaved changes.',
|
||||
enterNewLinkURL: 'Enter the new hyperlink URL',
|
||||
errorLoadingSVG: 'Error: Unable to load SVG data',
|
||||
URLLoadFail: 'Unable to load from URL',
|
||||
retrieving: "Retrieving '%s' ...",
|
||||
popupWindowBlocked: 'Popup window may be blocked by browser',
|
||||
exportNoBlur: 'Blurred elements will appear as un-blurred',
|
||||
exportNoforeignObject: 'foreignObject elements will not appear',
|
||||
exportNoDashArray: 'Strokes will appear filled',
|
||||
exportNoText: 'Text may not appear as expected'
|
||||
}
|
||||
};
|
||||
|
||||
export default lang_cs;
|
||||
220
dist/editor/locale/lang.cy.js
vendored
@@ -1,220 +0,0 @@
|
||||
var lang_cy = {
|
||||
lang: 'cy',
|
||||
dir: 'ltr',
|
||||
common: {
|
||||
ok: 'Cadw',
|
||||
cancel: 'Canslo',
|
||||
key_backspace: 'backspace',
|
||||
key_del: 'delete',
|
||||
key_down: 'down',
|
||||
key_up: 'up',
|
||||
more_opts: 'More Options',
|
||||
url: 'URL',
|
||||
width: 'Width',
|
||||
height: 'Height'
|
||||
},
|
||||
misc: {
|
||||
powered_by: 'Powered by'
|
||||
},
|
||||
ui: {
|
||||
toggle_stroke_tools: 'Show/hide more stroke tools',
|
||||
palette_info: 'Cliciwch yma i lenwi newid lliw, sifft-cliciwch i newid lliw strôc',
|
||||
zoom_level: 'Newid lefel chwyddo',
|
||||
panel_drag: 'Drag left/right to resize side panel',
|
||||
quality: 'Quality:',
|
||||
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
|
||||
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
fill_color: 'Newid lliw llenwi',
|
||||
stroke_color: 'Newid lliw strôc',
|
||||
stroke_style: 'Newid arddull strôc diferyn',
|
||||
stroke_width: 'Lled strôc Newid',
|
||||
pos_x: 'Change X coordinate',
|
||||
pos_y: 'Change Y coordinate',
|
||||
linecap_butt: 'Linecap: Butt',
|
||||
linecap_round: 'Linecap: Round',
|
||||
linecap_square: 'Linecap: Square',
|
||||
linejoin_bevel: 'Linejoin: Bevel',
|
||||
linejoin_miter: 'Linejoin: Miter',
|
||||
linejoin_round: 'Linejoin: Round',
|
||||
angle: 'Ongl cylchdro Newid',
|
||||
blur: 'Change gaussian blur value',
|
||||
opacity: 'Newid dewis Didreiddiad eitem',
|
||||
circle_cx: 'CX Newid cylch yn cydlynu',
|
||||
circle_cy: 'Newid cylch's cy gydgysylltu',
|
||||
circle_r: 'Newid radiws cylch yn',
|
||||
ellipse_cx: 'Newid Ellipse yn CX gydgysylltu',
|
||||
ellipse_cy: 'Newid Ellipse yn cydlynu cy',
|
||||
ellipse_rx: 'Radiws Newid Ellipse's x',
|
||||
ellipse_ry: 'Radiws Newid Ellipse yn y',
|
||||
line_x1: 'Newid llinell yn cychwyn x gydgysylltu',
|
||||
line_x2: 'Newid llinell yn diweddu x gydgysylltu',
|
||||
line_y1: 'Newid llinell ar y cychwyn yn cydlynu',
|
||||
line_y2: 'Newid llinell yn dod i ben y gydgysylltu',
|
||||
rect_height: 'Uchder petryal Newid',
|
||||
rect_width: 'Lled petryal Newid',
|
||||
corner_radius: 'Newid Hirsgwâr Corner Radiws',
|
||||
image_width: 'Lled delwedd Newid',
|
||||
image_height: 'Uchder delwedd Newid',
|
||||
image_url: 'Newid URL',
|
||||
node_x: "Change node's x coordinate",
|
||||
node_y: "Change node's y coordinate",
|
||||
seg_type: 'Change Segment type',
|
||||
straight_segments: 'Straight',
|
||||
curve_segments: 'Curve',
|
||||
text_contents: 'Cynnwys testun Newid',
|
||||
font_family: 'Newid Font Teulu',
|
||||
font_size: 'Newid Maint Ffont',
|
||||
bold: 'Testun Bras',
|
||||
italic: 'Italig Testun'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
bkgnd_color_opac: 'Newid lliw cefndir / Didreiddiad',
|
||||
connector_no_arrow: 'No arrow',
|
||||
fitToContent: 'Ffit i Cynnwys',
|
||||
fit_to_all: 'Yn addas i bawb content',
|
||||
fit_to_canvas: 'Ffit i ofyn',
|
||||
fit_to_layer_content: 'Ffit cynnwys haen i',
|
||||
fit_to_sel: 'Yn addas at ddewis',
|
||||
align_relative_to: 'Alinio perthynas i ...',
|
||||
relativeTo: 'cymharol i:',
|
||||
page: 'tudalen',
|
||||
largest_object: 'gwrthrych mwyaf',
|
||||
selected_objects: 'gwrthrychau etholedig',
|
||||
smallest_object: 'lleiaf gwrthrych',
|
||||
new_doc: 'Newydd Delwedd',
|
||||
open_doc: 'Delwedd Agored',
|
||||
export_img: 'Export',
|
||||
save_doc: 'Cadw Delwedd',
|
||||
import_doc: 'Import Image',
|
||||
align_to_page: 'Align Element to Page',
|
||||
align_bottom: 'Alinio Gwaelod',
|
||||
align_center: 'Alinio Center',
|
||||
align_left: 'Alinio Chwith',
|
||||
align_middle: 'Alinio Canol',
|
||||
align_right: 'Alinio Hawl',
|
||||
align_top: 'Alinio Top',
|
||||
mode_select: 'Dewiswch Offer',
|
||||
mode_fhpath: 'Teclyn pensil',
|
||||
mode_line: 'Llinell Offer',
|
||||
mode_rect: 'Rectangle Tool',
|
||||
mode_square: 'Square Tool',
|
||||
mode_fhrect: 'Hand rhad ac am ddim Hirsgwâr',
|
||||
mode_ellipse: 'Ellipse',
|
||||
mode_circle: 'Cylch',
|
||||
mode_fhellipse: 'Rhad ac am ddim Hand Ellipse',
|
||||
mode_path: 'Offer poly',
|
||||
mode_text: 'Testun Offer',
|
||||
mode_image: 'Offer Delwedd',
|
||||
mode_zoom: 'Offer Chwyddo',
|
||||
no_embed: 'NOTE: This image cannot be embedded. It will depend on this path to be displayed',
|
||||
undo: 'Dadwneud',
|
||||
redo: 'Ail-wneud',
|
||||
tool_source: 'Golygu Ffynhonnell',
|
||||
wireframe_mode: 'Wireframe Mode',
|
||||
clone: 'Clone Element(s)',
|
||||
del: 'Delete Element(s)',
|
||||
group_elements: 'Elfennau Grŵp',
|
||||
make_link: 'Make (hyper)link',
|
||||
set_link_url: 'Set link URL (leave empty to remove)',
|
||||
to_path: 'Convert to Path',
|
||||
reorient_path: 'Reorient path',
|
||||
ungroup: 'Elfennau Ungroup',
|
||||
docprops: 'Document Eiddo',
|
||||
editor_homepage: 'SVG-Edit Home Page',
|
||||
move_bottom: 'Symud i'r Gwaelod',
|
||||
move_top: 'Symud i'r Top',
|
||||
node_clone: 'Clone Node',
|
||||
node_delete: 'Delete Node',
|
||||
node_link: 'Link Control Points',
|
||||
add_subpath: 'Add sub-path',
|
||||
openclose_path: 'Open/close sub-path',
|
||||
source_save: 'Cadw',
|
||||
cut: 'Cut',
|
||||
copy: 'Copy',
|
||||
paste: 'Paste',
|
||||
paste_in_place: 'Paste in Place',
|
||||
delete: 'Delete',
|
||||
group: 'Group',
|
||||
move_front: 'Bring to Front',
|
||||
move_up: 'Bring Forward',
|
||||
move_down: 'Send Backward',
|
||||
move_back: 'Send to Back'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
layers: 'Layers',
|
||||
del: 'Dileu Haen',
|
||||
move_down: 'Symud Haen i Lawr',
|
||||
new: 'Haen Newydd',
|
||||
rename: 'Ail-enwi Haen',
|
||||
move_up: 'Symud Haen Up',
|
||||
dupe: 'Duplicate Layer',
|
||||
merge_down: 'Merge Down',
|
||||
merge_all: 'Merge All',
|
||||
move_elems_to: 'Move elements to:',
|
||||
move_selected: 'Move selected elements to a different layer'
|
||||
},
|
||||
config: {
|
||||
image_props: 'Image Properties',
|
||||
doc_title: 'Title',
|
||||
doc_dims: 'Canvas Dimensions',
|
||||
included_images: 'Included Images',
|
||||
image_opt_embed: 'Embed data (local files)',
|
||||
image_opt_ref: 'Use file reference',
|
||||
editor_prefs: 'Editor Preferences',
|
||||
icon_size: 'Icon size',
|
||||
language: 'Language',
|
||||
background: 'Editor Background',
|
||||
editor_img_url: 'Image URL',
|
||||
editor_bg_note: 'Note: Background will not be saved with image.',
|
||||
icon_large: 'Large',
|
||||
icon_medium: 'Medium',
|
||||
icon_small: 'Small',
|
||||
icon_xlarge: 'Extra Large',
|
||||
select_predefined: 'Rhagosodol Dewis:',
|
||||
units_and_rulers: 'Units & Rulers',
|
||||
show_rulers: 'Show rulers',
|
||||
base_unit: 'Base Unit:',
|
||||
grid: 'Grid',
|
||||
snapping_onoff: 'Snapping on/off',
|
||||
snapping_stepsize: 'Snapping Step-Size:',
|
||||
grid_color: 'Grid color'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
noContentToFitTo: 'No content to fit to',
|
||||
dupeLayerName: 'There is already a layer named that!',
|
||||
enterUniqueLayerName: 'Please enter a unique layer name',
|
||||
enterNewLayerName: 'Please enter the new layer name',
|
||||
layerHasThatName: 'Layer already has that name',
|
||||
QmoveElemsToLayer: "Move selected elements to layer '%s'?",
|
||||
QwantToClear: 'Do you want to clear the drawing?\nThis will also erase your undo history!',
|
||||
QwantToOpen: 'Do you want to open a new file?\nThis will also erase your undo history!',
|
||||
QerrorsRevertToSource: 'There were parsing errors in your SVG source.\nRevert back to original SVG source?',
|
||||
QignoreSourceChanges: 'Ignore changes made to SVG source?',
|
||||
featNotSupported: 'Feature not supported',
|
||||
enterNewImgURL: 'Enter the new image URL',
|
||||
defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.',
|
||||
loadingImage: 'Loading image, please wait...',
|
||||
saveFromBrowser: "Select 'Save As...' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.",
|
||||
noteTheseIssues: 'Also note the following issues: ',
|
||||
unsavedChanges: 'There are unsaved changes.',
|
||||
enterNewLinkURL: 'Enter the new hyperlink URL',
|
||||
errorLoadingSVG: 'Error: Unable to load SVG data',
|
||||
URLLoadFail: 'Unable to load from URL',
|
||||
retrieving: "Retrieving '%s' ...",
|
||||
popupWindowBlocked: 'Popup window may be blocked by browser',
|
||||
exportNoBlur: 'Blurred elements will appear as un-blurred',
|
||||
exportNoforeignObject: 'foreignObject elements will not appear',
|
||||
exportNoDashArray: 'Strokes will appear filled',
|
||||
exportNoText: 'Text may not appear as expected'
|
||||
}
|
||||
};
|
||||
|
||||
export default lang_cy;
|
||||
220
dist/editor/locale/lang.da.js
vendored
@@ -1,220 +0,0 @@
|
||||
var lang_da = {
|
||||
lang: 'da',
|
||||
dir: 'ltr',
|
||||
common: {
|
||||
ok: 'Gemme',
|
||||
cancel: 'Annuller',
|
||||
key_backspace: 'backspace',
|
||||
key_del: 'delete',
|
||||
key_down: 'down',
|
||||
key_up: 'up',
|
||||
more_opts: 'More Options',
|
||||
url: 'URL',
|
||||
width: 'Width',
|
||||
height: 'Height'
|
||||
},
|
||||
misc: {
|
||||
powered_by: 'Powered by'
|
||||
},
|
||||
ui: {
|
||||
toggle_stroke_tools: 'Show/hide more stroke tools',
|
||||
palette_info: 'Klik for at ændre fyldfarve, shift-klik for at ændre stregfarve',
|
||||
zoom_level: 'Skift zoomniveau',
|
||||
panel_drag: 'Drag left/right to resize side panel',
|
||||
quality: 'Quality:',
|
||||
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
|
||||
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
fill_color: 'Skift fyldfarve',
|
||||
stroke_color: 'Skift stregfarve',
|
||||
stroke_style: 'Skift slagtilfælde Dash stil',
|
||||
stroke_width: 'Skift slagtilfælde bredde',
|
||||
pos_x: 'Change X coordinate',
|
||||
pos_y: 'Change Y coordinate',
|
||||
linecap_butt: 'Linecap: Butt',
|
||||
linecap_round: 'Linecap: Round',
|
||||
linecap_square: 'Linecap: Square',
|
||||
linejoin_bevel: 'Linejoin: Bevel',
|
||||
linejoin_miter: 'Linejoin: Miter',
|
||||
linejoin_round: 'Linejoin: Round',
|
||||
angle: 'Skift rotationsvinkel',
|
||||
blur: 'Change gaussian blur value',
|
||||
opacity: 'Skift valgte element opacitet',
|
||||
circle_cx: 'Skift cirklens cx koordinere',
|
||||
circle_cy: 'Skift cirklens cy koordinere',
|
||||
circle_r: 'Skift cirklens radius',
|
||||
ellipse_cx: 'Skift ellipse's cx koordinere',
|
||||
ellipse_cy: 'Skift ellipse's cy koordinere',
|
||||
ellipse_rx: 'Skift ellipse's x radius',
|
||||
ellipse_ry: 'Skift ellipse's y radius',
|
||||
line_x1: 'Skift linie's start x-koordinat',
|
||||
line_x2: 'Skift Line's slutter x-koordinat',
|
||||
line_y1: 'Skift linjens start y-koordinat',
|
||||
line_y2: 'Skift Line's slutter y-koordinat',
|
||||
rect_height: 'Skift rektangel højde',
|
||||
rect_width: 'Skift rektanglets bredde',
|
||||
corner_radius: 'Skift Rektangel Corner Radius',
|
||||
image_width: 'Skift billede bredde',
|
||||
image_height: 'Skift billede højde',
|
||||
image_url: 'Skift webadresse',
|
||||
node_x: "Change node's x coordinate",
|
||||
node_y: "Change node's y coordinate",
|
||||
seg_type: 'Change Segment type',
|
||||
straight_segments: 'Straight',
|
||||
curve_segments: 'Curve',
|
||||
text_contents: 'Skift tekst indhold',
|
||||
font_family: 'Skift Font Family',
|
||||
font_size: 'Skift skriftstørrelse',
|
||||
bold: 'Fed tekst',
|
||||
italic: 'Italic Text'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
bkgnd_color_opac: 'Skift baggrundsfarve / uigennemsigtighed',
|
||||
connector_no_arrow: 'No arrow',
|
||||
fitToContent: 'Tilpas til indhold',
|
||||
fit_to_all: 'Passer til alt indhold',
|
||||
fit_to_canvas: 'Tilpas til lærred',
|
||||
fit_to_layer_content: 'Tilpas til lag indhold',
|
||||
fit_to_sel: 'Tilpas til udvælgelse',
|
||||
align_relative_to: 'Juster i forhold til ...',
|
||||
relativeTo: 'i forhold til:',
|
||||
page: 'side',
|
||||
largest_object: 'største objekt',
|
||||
selected_objects: 'valgte objekter',
|
||||
smallest_object: 'mindste objekt',
|
||||
new_doc: 'Nyt billede',
|
||||
open_doc: 'Open SVG',
|
||||
export_img: 'Export',
|
||||
save_doc: 'Gem billede',
|
||||
import_doc: 'Import Image',
|
||||
align_to_page: 'Align Element to Page',
|
||||
align_bottom: 'Juster Bottom',
|
||||
align_center: 'Centrer',
|
||||
align_left: 'Venstrejusteret',
|
||||
align_middle: 'Juster Mellemøsten',
|
||||
align_right: 'Højrejusteret',
|
||||
align_top: 'Juster Top',
|
||||
mode_select: 'Select Tool',
|
||||
mode_fhpath: 'Pencil Tool',
|
||||
mode_line: 'Line Tool',
|
||||
mode_rect: 'Rectangle Tool',
|
||||
mode_square: 'Square Tool',
|
||||
mode_fhrect: 'Free-Hand Rektangel',
|
||||
mode_ellipse: 'Ellipse',
|
||||
mode_circle: 'Cirkel',
|
||||
mode_fhellipse: 'Free-Hand Ellipse',
|
||||
mode_path: 'Path Tool',
|
||||
mode_text: 'Tekstværktøj',
|
||||
mode_image: 'Image Tool',
|
||||
mode_zoom: 'Zoom Tool',
|
||||
no_embed: 'NOTE: This image cannot be embedded. It will depend on this path to be displayed',
|
||||
undo: 'Fortryd',
|
||||
redo: 'Redo',
|
||||
tool_source: 'Edit Source',
|
||||
wireframe_mode: 'Wireframe Mode',
|
||||
clone: 'Clone Element(s)',
|
||||
del: 'Delete Element(s)',
|
||||
group_elements: 'Gruppe Elements',
|
||||
make_link: 'Make (hyper)link',
|
||||
set_link_url: 'Set link URL (leave empty to remove)',
|
||||
to_path: 'Convert to Path',
|
||||
reorient_path: 'Reorient path',
|
||||
ungroup: 'Opdel Elements',
|
||||
docprops: 'Document Properties',
|
||||
editor_homepage: 'SVG-Edit Home Page',
|
||||
move_bottom: 'Flyt til bund',
|
||||
move_top: 'Flyt til toppen',
|
||||
node_clone: 'Clone Node',
|
||||
node_delete: 'Delete Node',
|
||||
node_link: 'Link Control Points',
|
||||
add_subpath: 'Add sub-path',
|
||||
openclose_path: 'Open/close sub-path',
|
||||
source_save: 'Gemme',
|
||||
cut: 'Cut',
|
||||
copy: 'Copy',
|
||||
paste: 'Paste',
|
||||
paste_in_place: 'Paste in Place',
|
||||
delete: 'Delete',
|
||||
group: 'Group',
|
||||
move_front: 'Bring to Front',
|
||||
move_up: 'Bring Forward',
|
||||
move_down: 'Send Backward',
|
||||
move_back: 'Send to Back'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
layers: 'Layers',
|
||||
del: 'Slet Layer',
|
||||
move_down: 'Flyt lag ned',
|
||||
new: 'New Layer',
|
||||
rename: 'Omdøb Layer',
|
||||
move_up: 'Flyt Layer Up',
|
||||
dupe: 'Duplicate Layer',
|
||||
merge_down: 'Merge Down',
|
||||
merge_all: 'Merge All',
|
||||
move_elems_to: 'Move elements to:',
|
||||
move_selected: 'Move selected elements to a different layer'
|
||||
},
|
||||
config: {
|
||||
image_props: 'Image Properties',
|
||||
doc_title: 'Title',
|
||||
doc_dims: 'Canvas Dimensions',
|
||||
included_images: 'Included Images',
|
||||
image_opt_embed: 'Embed data (local files)',
|
||||
image_opt_ref: 'Use file reference',
|
||||
editor_prefs: 'Editor Preferences',
|
||||
icon_size: 'Icon size',
|
||||
language: 'Language',
|
||||
background: 'Editor Background',
|
||||
editor_img_url: 'Image URL',
|
||||
editor_bg_note: 'Note: Background will not be saved with image.',
|
||||
icon_large: 'Large',
|
||||
icon_medium: 'Medium',
|
||||
icon_small: 'Small',
|
||||
icon_xlarge: 'Extra Large',
|
||||
select_predefined: 'Vælg foruddefinerede:',
|
||||
units_and_rulers: 'Units & Rulers',
|
||||
show_rulers: 'Show rulers',
|
||||
base_unit: 'Base Unit:',
|
||||
grid: 'Grid',
|
||||
snapping_onoff: 'Snapping on/off',
|
||||
snapping_stepsize: 'Snapping Step-Size:',
|
||||
grid_color: 'Grid color'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
noContentToFitTo: 'No content to fit to',
|
||||
dupeLayerName: 'There is already a layer named that!',
|
||||
enterUniqueLayerName: 'Please enter a unique layer name',
|
||||
enterNewLayerName: 'Please enter the new layer name',
|
||||
layerHasThatName: 'Layer already has that name',
|
||||
QmoveElemsToLayer: "Move selected elements to layer '%s'?",
|
||||
QwantToClear: 'Do you want to clear the drawing?\nThis will also erase your undo history!',
|
||||
QwantToOpen: 'Do you want to open a new file?\nThis will also erase your undo history!',
|
||||
QerrorsRevertToSource: 'There were parsing errors in your SVG source.\nRevert back to original SVG source?',
|
||||
QignoreSourceChanges: 'Ignore changes made to SVG source?',
|
||||
featNotSupported: 'Feature not supported',
|
||||
enterNewImgURL: 'Enter the new image URL',
|
||||
defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.',
|
||||
loadingImage: 'Loading image, please wait...',
|
||||
saveFromBrowser: "Select 'Save As...' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.",
|
||||
noteTheseIssues: 'Also note the following issues: ',
|
||||
unsavedChanges: 'There are unsaved changes.',
|
||||
enterNewLinkURL: 'Enter the new hyperlink URL',
|
||||
errorLoadingSVG: 'Error: Unable to load SVG data',
|
||||
URLLoadFail: 'Unable to load from URL',
|
||||
retrieving: "Retrieving '%s' ...",
|
||||
popupWindowBlocked: 'Popup window may be blocked by browser',
|
||||
exportNoBlur: 'Blurred elements will appear as un-blurred',
|
||||
exportNoforeignObject: 'foreignObject elements will not appear',
|
||||
exportNoDashArray: 'Strokes will appear filled',
|
||||
exportNoText: 'Text may not appear as expected'
|
||||
}
|
||||
};
|
||||
|
||||
export default lang_da;
|
||||
220
dist/editor/locale/lang.de.js
vendored
@@ -1,220 +0,0 @@
|
||||
var lang_de = {
|
||||
lang: 'de',
|
||||
dir: 'ltr',
|
||||
common: {
|
||||
ok: 'OK',
|
||||
cancel: 'Abbrechen',
|
||||
key_backspace: 'Rücktaste',
|
||||
key_del: 'Löschen',
|
||||
key_down: 'nach unten',
|
||||
key_up: 'nach oben',
|
||||
more_opts: 'Mehr Optionen',
|
||||
url: 'URL',
|
||||
width: 'Breite',
|
||||
height: 'Höhe'
|
||||
},
|
||||
misc: {
|
||||
powered_by: 'powered by'
|
||||
},
|
||||
ui: {
|
||||
toggle_stroke_tools: 'Zeige/Verberge weitere Linien-Werkzeuge',
|
||||
palette_info: 'Klick zum Ändern der Füllfarbe, Shift-Klick zum Ändern der Linienfarbe',
|
||||
zoom_level: 'vergrößern',
|
||||
panel_drag: 'Nach links/rechts ziehen, um die Größe vom Seitenpanel zu ändern',
|
||||
quality: 'Quality:',
|
||||
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
|
||||
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
|
||||
},
|
||||
properties: {
|
||||
id: 'Element identifizieren',
|
||||
fill_color: 'Füllfarbe ändern',
|
||||
stroke_color: 'Linienfarbe ändern',
|
||||
stroke_style: 'Linienstil ändern',
|
||||
stroke_width: 'Linienbreite ändern',
|
||||
pos_x: 'Ändere die X-Koordinate',
|
||||
pos_y: 'Ändere die Y-Koordinate',
|
||||
linecap_butt: 'Form der Linienendung: Stumpf',
|
||||
linecap_round: 'Form der Linienendung: Rund',
|
||||
linecap_square: 'Form der Linienendung: Rechteckig',
|
||||
linejoin_bevel: 'Zusammentreffen von zwei Linien: abgeschrägte Kante',
|
||||
linejoin_miter: 'Zusammentreffen von zwei Linien: Gehrung',
|
||||
linejoin_round: 'Zusammentreffen von zwei Linien: Rund',
|
||||
angle: 'Drehwinkel ändern',
|
||||
blur: 'Ändere Wert des Gaußschen Weichzeichners',
|
||||
opacity: 'Opazität des ausgewählten Objekts ändern',
|
||||
circle_cx: 'Kreiszentrum (cx) ändern',
|
||||
circle_cy: 'Kreiszentrum (cy) ändern',
|
||||
circle_r: 'Kreisradius (r) ändern',
|
||||
ellipse_cx: 'Ellipsenzentrum (cx) ändern',
|
||||
ellipse_cy: 'Ellipsenzentrum (cy) ändern',
|
||||
ellipse_rx: 'Ellipsenradius (x) ändern',
|
||||
ellipse_ry: 'Ellipsenradius (y) ändern',
|
||||
line_x1: 'X-Koordinate des Linienanfangs ändern',
|
||||
line_x2: 'X-Koordinate des Linienendes ändern',
|
||||
line_y1: 'Y-Koordinate des Linienanfangs ändern',
|
||||
line_y2: 'Y-Koordinate des Linienendes ändern',
|
||||
rect_height: 'Höhe des Rechtecks ändern',
|
||||
rect_width: 'Breite des Rechtecks ändern',
|
||||
corner_radius: 'Eckenradius des Rechtecks ändern',
|
||||
image_width: 'Bildbreite ändern',
|
||||
image_height: 'Bildhöhe ändern',
|
||||
image_url: 'URL ändern',
|
||||
node_x: 'Ändere die X-Koordinate des Knoten',
|
||||
node_y: 'Ändere die Y-Koordinate des Knoten',
|
||||
seg_type: 'Ändere den Typ des Segments',
|
||||
straight_segments: 'Gerade',
|
||||
curve_segments: 'Kurve',
|
||||
text_contents: 'Textinhalt erstellen und bearbeiten',
|
||||
font_family: 'Schriftart wählen',
|
||||
font_size: 'Schriftgröße einstellen',
|
||||
bold: 'Fetter Text',
|
||||
italic: 'Kursiver Text'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Hauptmenü',
|
||||
bkgnd_color_opac: 'Hintergrundfarbe ändern / Opazität',
|
||||
connector_no_arrow: 'Kein Pfeil',
|
||||
fitToContent: 'An den Inhalt anpassen',
|
||||
fit_to_all: 'An gesamten Inhalt anpassen',
|
||||
fit_to_canvas: 'An die Zeichenfläche anpassen',
|
||||
fit_to_layer_content: 'An Inhalt der Ebene anpassen',
|
||||
fit_to_sel: 'An die Auswahl anpassen',
|
||||
align_relative_to: 'Relativ zu einem anderem Objekt ausrichten …',
|
||||
relativeTo: 'im Vergleich zu:',
|
||||
page: 'Seite',
|
||||
largest_object: 'größtes Objekt',
|
||||
selected_objects: 'gewählte Objekte',
|
||||
smallest_object: 'kleinstes Objekt',
|
||||
new_doc: 'Neues Bild',
|
||||
open_doc: 'Bild öffnen',
|
||||
export_img: 'Export',
|
||||
save_doc: 'Bild speichern',
|
||||
import_doc: 'Importiere SVG',
|
||||
align_to_page: 'Element an Seite ausrichten',
|
||||
align_bottom: 'Unten ausrichten',
|
||||
align_center: 'Zentriert ausrichten',
|
||||
align_left: 'Linksbündig ausrichten',
|
||||
align_middle: 'In der Mitte ausrichten',
|
||||
align_right: 'Rechtsbündig ausrichten',
|
||||
align_top: 'Oben ausrichten',
|
||||
mode_select: 'Objekte auswählen und verändern',
|
||||
mode_fhpath: 'Freihandlinien zeichnen',
|
||||
mode_line: 'Linien zeichnen',
|
||||
mode_rect: 'Rechteck-Werkzeug',
|
||||
mode_square: 'Quadrat-Werkzeug',
|
||||
mode_fhrect: 'Freihand-Rechteck',
|
||||
mode_ellipse: 'Ellipse',
|
||||
mode_circle: 'Kreis',
|
||||
mode_fhellipse: 'Freihand-Ellipse',
|
||||
mode_path: 'Pfad zeichnen',
|
||||
mode_text: 'Text erstellen und bearbeiten',
|
||||
mode_image: 'Bild einfügen',
|
||||
mode_zoom: 'Zoomfaktor vergrößern oder verringern',
|
||||
no_embed: 'Hinweis: Dieses Bild kann nicht eingebettet werden. Eine Anzeige hängt von diesem Pfad ab.',
|
||||
undo: 'Rückgängig',
|
||||
redo: 'Wiederherstellen',
|
||||
tool_source: 'Quellcode bearbeiten',
|
||||
wireframe_mode: 'Drahtmodell-Modus',
|
||||
clone: 'Element(e) klonen',
|
||||
del: 'Element(e) löschen',
|
||||
group_elements: 'Element(e) gruppieren',
|
||||
make_link: 'Link erstellen',
|
||||
set_link_url: 'Link setzen (leer lassen zum Entfernen)',
|
||||
to_path: 'Gewähltes Objekt in einen Pfad konvertieren',
|
||||
reorient_path: 'Neuausrichtung des Pfades',
|
||||
ungroup: 'Gruppierung aufheben',
|
||||
docprops: 'Dokument-Eigenschaften',
|
||||
editor_homepage: 'SVG-Edit Home Page',
|
||||
move_bottom: 'Die gewählten Objekte nach ganz unten verschieben',
|
||||
move_top: 'Die gewählten Objekte nach ganz oben verschieben',
|
||||
node_clone: 'Klone den Knoten',
|
||||
node_delete: 'Lösche den Knoten',
|
||||
node_link: 'Gekoppelte oder separate Kontrollpunkte für die Bearbeitung des Pfades',
|
||||
add_subpath: 'Teilpfad hinzufügen',
|
||||
openclose_path: 'Öffne/Verbinde Unterpfad',
|
||||
source_save: 'Änderungen akzeptieren',
|
||||
cut: 'Ausschneiden',
|
||||
copy: 'Kopieren',
|
||||
paste: 'Einfügen',
|
||||
paste_in_place: 'Bei Originalposition einfügen',
|
||||
delete: 'Löschen',
|
||||
group: 'Gruppieren',
|
||||
move_front: 'Nach ganz oben verschieben',
|
||||
move_up: 'Hochschieben',
|
||||
move_down: 'Herunterschieben',
|
||||
move_back: 'Nach ganz unten verschieben'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Ebene',
|
||||
layers: 'Ebenen',
|
||||
del: 'Ebene löschen',
|
||||
move_down: 'Ebene nach unten verschieben',
|
||||
new: 'Neue Ebene',
|
||||
rename: 'Ebene umbenennen',
|
||||
move_up: 'Ebene nach oben verschieben',
|
||||
dupe: 'Ebene duplizieren',
|
||||
merge_down: 'Nach unten zusammenführen',
|
||||
merge_all: 'Alle zusammenführen',
|
||||
move_elems_to: 'Verschiebe ausgewählte Objekte:',
|
||||
move_selected: 'Verschiebe ausgewählte Objekte auf eine andere Ebene'
|
||||
},
|
||||
config: {
|
||||
image_props: 'Bildeigenschaften',
|
||||
doc_title: 'Titel',
|
||||
doc_dims: 'Dimension der Zeichenfläche',
|
||||
included_images: 'Eingefügte Bilder',
|
||||
image_opt_embed: 'Daten einbetten (lokale Dateien)',
|
||||
image_opt_ref: 'Benutze die Dateireferenz',
|
||||
editor_prefs: 'Editor-Einstellungen',
|
||||
icon_size: 'Symbol-Abmessungen',
|
||||
language: 'Sprache',
|
||||
background: 'Editor-Hintergrund',
|
||||
editor_img_url: 'Bild-URL',
|
||||
editor_bg_note: 'Anmerkung: Der Hintergrund wird mit dem Bild nicht gespeichert.',
|
||||
icon_large: 'Groß',
|
||||
icon_medium: 'Mittel',
|
||||
icon_small: 'Klein',
|
||||
icon_xlarge: 'Sehr Groß',
|
||||
select_predefined: 'Auswahl einer vordefinierten:',
|
||||
units_and_rulers: 'Einheiten und Lineale',
|
||||
show_rulers: 'Zeige Lineale',
|
||||
base_unit: 'Basiseinheit:',
|
||||
grid: 'Gitternetz',
|
||||
snapping_onoff: 'Einrasten an/aus',
|
||||
snapping_stepsize: 'Einrastabstand:',
|
||||
grid_color: 'Gitterfarbe'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Fehlerhafter Wert',
|
||||
noContentToFitTo: 'Kein Inhalt anzupassen',
|
||||
dupeLayerName: 'Eine Ebene hat bereits diesen Namen',
|
||||
enterUniqueLayerName: 'Verwenden Sie einen eindeutigen Namen für die Ebene',
|
||||
enterNewLayerName: 'Geben Sie bitte einen neuen Namen für die Ebene ein',
|
||||
layerHasThatName: 'Eine Ebene hat bereits diesen Namen',
|
||||
QmoveElemsToLayer: "Verschiebe ausgewählte Objekte in die Ebene '%s'?",
|
||||
QwantToClear: 'Möchten Sie die Zeichnung löschen?\nDadurch wird auch die Rückgängig-Funktion zurückgesetzt!',
|
||||
QwantToOpen: 'Möchten Sie eine neue Datei öffnen?\nDadurch wird auch die Rückgängig-Funktion zurückgesetzt!',
|
||||
QerrorsRevertToSource: 'Es gibt Parser-Fehler in der SVG-Quelle.\nDie Original-SVG wiederherstellen?',
|
||||
QignoreSourceChanges: 'Sollen die Änderungen an der SVG-Quelle ignoriert werden?',
|
||||
featNotSupported: 'Diese Eigenschaft wird nicht unterstützt',
|
||||
enterNewImgURL: 'Geben Sie die URL für das neue Bild an',
|
||||
defsFailOnSave: 'Hinweis: Aufgrund eines Fehlers in Ihrem Browser kann dieses Bild falsch angezeigt werden (fehlende Gradienten oder Elemente). Es wird jedoch richtig angezeigt, sobald es gespeichert wird.',
|
||||
loadingImage: 'Bild wird geladen, bitte warten ...',
|
||||
saveFromBrowser: "Select 'Save As...' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.",
|
||||
noteTheseIssues: 'Beachten Sie außerdem die folgenden Probleme: ',
|
||||
unsavedChanges: 'Es sind nicht-gespeicherte Änderungen vorhanden.',
|
||||
enterNewLinkURL: 'Geben Sie die neue URL ein',
|
||||
errorLoadingSVG: 'Fehler: Kann SVG-Daten nicht laden',
|
||||
URLLoadFail: 'Kann von dieser URL nicht laden',
|
||||
retrieving: "Retrieving '%s' ...",
|
||||
popupWindowBlocked: 'Popup window may be blocked by browser',
|
||||
exportNoBlur: 'Blurred elements will appear as un-blurred',
|
||||
exportNoforeignObject: 'foreignObject elements will not appear',
|
||||
exportNoDashArray: 'Strokes will appear filled',
|
||||
exportNoText: 'Text may not appear as expected'
|
||||
}
|
||||
};
|
||||
|
||||
export default lang_de;
|
||||
220
dist/editor/locale/lang.el.js
vendored
@@ -1,220 +0,0 @@
|
||||
var lang_el = {
|
||||
lang: 'el',
|
||||
dir: 'ltr',
|
||||
common: {
|
||||
ok: 'Αποθηκεύω',
|
||||
cancel: 'Άκυρο',
|
||||
key_backspace: 'backspace',
|
||||
key_del: 'delete',
|
||||
key_down: 'down',
|
||||
key_up: 'up',
|
||||
more_opts: 'More Options',
|
||||
url: 'URL',
|
||||
width: 'Width',
|
||||
height: 'Height'
|
||||
},
|
||||
misc: {
|
||||
powered_by: 'Powered by'
|
||||
},
|
||||
ui: {
|
||||
toggle_stroke_tools: 'Show/hide more stroke tools',
|
||||
palette_info: 'Κάντε κλικ για να συμπληρώσετε την αλλαγή χρώματος, στροφή κλικ για να αλλάξετε το χρώμα εγκεφαλικό',
|
||||
zoom_level: 'Αλλαγή επίπεδο μεγέθυνσης',
|
||||
panel_drag: 'Drag left/right to resize side panel',
|
||||
quality: 'Quality:',
|
||||
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
|
||||
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
fill_color: 'Αλλαγή συμπληρώστε χρώμα',
|
||||
stroke_color: 'Αλλαγή χρώματος εγκεφαλικό',
|
||||
stroke_style: 'Αλλαγή στυλ παύλα εγκεφαλικό',
|
||||
stroke_width: 'Αλλαγή πλάτος γραμμής',
|
||||
pos_x: 'Change X coordinate',
|
||||
pos_y: 'Change Y coordinate',
|
||||
linecap_butt: 'Linecap: Butt',
|
||||
linecap_round: 'Linecap: Round',
|
||||
linecap_square: 'Linecap: Square',
|
||||
linejoin_bevel: 'Linejoin: Bevel',
|
||||
linejoin_miter: 'Linejoin: Miter',
|
||||
linejoin_round: 'Linejoin: Round',
|
||||
angle: 'Αλλαγή γωνία περιστροφής',
|
||||
blur: 'Change gaussian blur value',
|
||||
opacity: 'Αλλαγή αδιαφάνεια επιλεγμένο σημείο',
|
||||
circle_cx: 'Cx Αλλαγή κύκλου συντονίζουν',
|
||||
circle_cy: 'Αλλαγή κύκλου cy συντονίζουν',
|
||||
circle_r: 'Αλλαγή ακτίνα κύκλου',
|
||||
ellipse_cx: 'Αλλαγή ellipse του CX συντονίζουν',
|
||||
ellipse_cy: 'Αλλαγή ellipse του cy συντονίζουν',
|
||||
ellipse_rx: 'X ακτίνα Αλλαγή ellipse του',
|
||||
ellipse_ry: 'Y ακτίνα Αλλαγή ellipse του',
|
||||
line_x1: 'Αλλαγή γραμμής εκκίνησης x συντονίζουν',
|
||||
line_x2: 'Αλλαγή γραμμής λήγει x συντονίζουν',
|
||||
line_y1: 'Αλλαγή γραμμής εκκίνησης y συντονίζουν',
|
||||
line_y2: 'Αλλαγή γραμμής λήγει y συντονίζουν',
|
||||
rect_height: 'Αλλαγή ύψος ορθογωνίου',
|
||||
rect_width: 'Αλλαγή πλάτους ορθογώνιο',
|
||||
corner_radius: 'Αλλαγή ορθογώνιο Corner Radius',
|
||||
image_width: 'Αλλαγή πλάτος εικόνας',
|
||||
image_height: 'Αλλαγή ύψος εικόνας',
|
||||
image_url: 'Αλλαγή URL',
|
||||
node_x: "Change node's x coordinate",
|
||||
node_y: "Change node's y coordinate",
|
||||
seg_type: 'Change Segment type',
|
||||
straight_segments: 'Straight',
|
||||
curve_segments: 'Curve',
|
||||
text_contents: 'Αλλαγή περιεχόμενο κειμένου',
|
||||
font_family: 'Αλλαγή γραμματοσειράς Οικογένεια',
|
||||
font_size: 'Αλλαγή μεγέθους γραμματοσειράς',
|
||||
bold: 'Bold Text',
|
||||
italic: 'Πλάγιους'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
bkgnd_color_opac: 'Αλλαγή χρώματος φόντου / αδιαφάνεια',
|
||||
connector_no_arrow: 'No arrow',
|
||||
fitToContent: 'Fit to Content',
|
||||
fit_to_all: 'Ταιριάζει σε όλο το περιεχόμενο',
|
||||
fit_to_canvas: 'Προσαρμογή στο μουσαμά',
|
||||
fit_to_layer_content: 'Προσαρμογή στο περιεχόμενο στρώμα',
|
||||
fit_to_sel: 'Fit to επιλογή',
|
||||
align_relative_to: 'Στοίχιση σε σχέση με ...',
|
||||
relativeTo: 'σε σχέση με:',
|
||||
page: 'σελίδα',
|
||||
largest_object: 'μεγαλύτερο αντικείμενο',
|
||||
selected_objects: 'εκλέγεται αντικείμενα',
|
||||
smallest_object: 'μικρότερο αντικείμενο',
|
||||
new_doc: 'Νέα εικόνα',
|
||||
open_doc: 'Άνοιγμα εικόνας',
|
||||
export_img: 'Export',
|
||||
save_doc: 'Αποθήκευση εικόνας',
|
||||
import_doc: 'Import Image',
|
||||
align_to_page: 'Align Element to Page',
|
||||
align_bottom: 'Στοίχισηκάτω',
|
||||
align_center: 'Στοίχισηστοκέντρο',
|
||||
align_left: 'Στοίχισηαριστερά',
|
||||
align_middle: 'Ευθυγράμμιση Μέση',
|
||||
align_right: 'Στοίχισηδεξιά',
|
||||
align_top: 'Στοίχισηπάνω',
|
||||
mode_select: 'Select Tool',
|
||||
mode_fhpath: 'Εργαλείομολυβιού',
|
||||
mode_line: 'Line Tool',
|
||||
mode_rect: 'Rectangle Tool',
|
||||
mode_square: 'Square Tool',
|
||||
mode_fhrect: 'Δωρεάν-Hand ορθογώνιο',
|
||||
mode_ellipse: 'Ellipse',
|
||||
mode_circle: 'Κύκλος',
|
||||
mode_fhellipse: 'Δωρεάν-Hand Ellipse',
|
||||
mode_path: 'Path Tool',
|
||||
mode_text: 'Κείμενο Tool',
|
||||
mode_image: 'Image Tool',
|
||||
mode_zoom: 'Zoom Tool',
|
||||
no_embed: 'NOTE: This image cannot be embedded. It will depend on this path to be displayed',
|
||||
undo: 'Αναίρεση',
|
||||
redo: 'Redo',
|
||||
tool_source: 'Επεξεργασία Πηγή',
|
||||
wireframe_mode: 'Wireframe Mode',
|
||||
clone: 'Clone Element(s)',
|
||||
del: 'Delete Element(s)',
|
||||
group_elements: 'Ομάδα Στοιχεία',
|
||||
make_link: 'Make (hyper)link',
|
||||
set_link_url: 'Set link URL (leave empty to remove)',
|
||||
to_path: 'Convert to Path',
|
||||
reorient_path: 'Reorient path',
|
||||
ungroup: 'Κατάργηση ομαδοποίησης Στοιχεία',
|
||||
docprops: 'Ιδιότητες εγγράφου',
|
||||
editor_homepage: 'SVG-Edit Home Page',
|
||||
move_bottom: 'Μετακίνηση προς τα κάτω',
|
||||
move_top: 'Μετακίνηση στην αρχή',
|
||||
node_clone: 'Clone Node',
|
||||
node_delete: 'Delete Node',
|
||||
node_link: 'Link Control Points',
|
||||
add_subpath: 'Add sub-path',
|
||||
openclose_path: 'Open/close sub-path',
|
||||
source_save: 'Αποθηκεύω',
|
||||
cut: 'Cut',
|
||||
copy: 'Copy',
|
||||
paste: 'Paste',
|
||||
paste_in_place: 'Paste in Place',
|
||||
delete: 'Delete',
|
||||
group: 'Group',
|
||||
move_front: 'Bring to Front',
|
||||
move_up: 'Bring Forward',
|
||||
move_down: 'Send Backward',
|
||||
move_back: 'Send to Back'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
layers: 'Layers',
|
||||
del: 'Διαγραφήστρώματος',
|
||||
move_down: 'Μετακίνηση Layer Down',
|
||||
new: 'Νέο Layer',
|
||||
rename: 'Μετονομασία Layer',
|
||||
move_up: 'Μετακίνηση Layer Up',
|
||||
dupe: 'Duplicate Layer',
|
||||
merge_down: 'Merge Down',
|
||||
merge_all: 'Merge All',
|
||||
move_elems_to: 'Move elements to:',
|
||||
move_selected: 'Move selected elements to a different layer'
|
||||
},
|
||||
config: {
|
||||
image_props: 'Image Properties',
|
||||
doc_title: 'Title',
|
||||
doc_dims: 'Canvas Dimensions',
|
||||
included_images: 'Included Images',
|
||||
image_opt_embed: 'Embed data (local files)',
|
||||
image_opt_ref: 'Use file reference',
|
||||
editor_prefs: 'Editor Preferences',
|
||||
icon_size: 'Icon size',
|
||||
language: 'Language',
|
||||
background: 'Editor Background',
|
||||
editor_img_url: 'Image URL',
|
||||
editor_bg_note: 'Note: Background will not be saved with image.',
|
||||
icon_large: 'Large',
|
||||
icon_medium: 'Medium',
|
||||
icon_small: 'Small',
|
||||
icon_xlarge: 'Extra Large',
|
||||
select_predefined: 'Επιλογή προκαθορισμένων:',
|
||||
units_and_rulers: 'Units & Rulers',
|
||||
show_rulers: 'Show rulers',
|
||||
base_unit: 'Base Unit:',
|
||||
grid: 'Grid',
|
||||
snapping_onoff: 'Snapping on/off',
|
||||
snapping_stepsize: 'Snapping Step-Size:',
|
||||
grid_color: 'Grid color'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
noContentToFitTo: 'No content to fit to',
|
||||
dupeLayerName: 'There is already a layer named that!',
|
||||
enterUniqueLayerName: 'Please enter a unique layer name',
|
||||
enterNewLayerName: 'Please enter the new layer name',
|
||||
layerHasThatName: 'Layer already has that name',
|
||||
QmoveElemsToLayer: "Move selected elements to layer '%s'?",
|
||||
QwantToClear: 'Do you want to clear the drawing?\nThis will also erase your undo history!',
|
||||
QwantToOpen: 'Do you want to open a new file?\nThis will also erase your undo history!',
|
||||
QerrorsRevertToSource: 'There were parsing errors in your SVG source.\nRevert back to original SVG source?',
|
||||
QignoreSourceChanges: 'Ignore changes made to SVG source?',
|
||||
featNotSupported: 'Feature not supported',
|
||||
enterNewImgURL: 'Enter the new image URL',
|
||||
defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.',
|
||||
loadingImage: 'Loading image, please wait...',
|
||||
saveFromBrowser: "Select 'Save As...' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.",
|
||||
noteTheseIssues: 'Also note the following issues: ',
|
||||
unsavedChanges: 'There are unsaved changes.',
|
||||
enterNewLinkURL: 'Enter the new hyperlink URL',
|
||||
errorLoadingSVG: 'Error: Unable to load SVG data',
|
||||
URLLoadFail: 'Unable to load from URL',
|
||||
retrieving: "Retrieving '%s' ...",
|
||||
popupWindowBlocked: 'Popup window may be blocked by browser',
|
||||
exportNoBlur: 'Blurred elements will appear as un-blurred',
|
||||
exportNoforeignObject: 'foreignObject elements will not appear',
|
||||
exportNoDashArray: 'Strokes will appear filled',
|
||||
exportNoText: 'Text may not appear as expected'
|
||||
}
|
||||
};
|
||||
|
||||
export default lang_el;
|
||||
220
dist/editor/locale/lang.en.js
vendored
@@ -1,220 +0,0 @@
|
||||
var lang_en = {
|
||||
lang: 'en',
|
||||
dir: 'ltr',
|
||||
common: {
|
||||
ok: 'OK',
|
||||
cancel: 'Cancel',
|
||||
key_backspace: 'Backspace',
|
||||
key_del: 'Del',
|
||||
key_down: 'Down',
|
||||
key_up: 'Up',
|
||||
more_opts: 'More options',
|
||||
url: 'URL',
|
||||
width: 'Width',
|
||||
height: 'Height'
|
||||
},
|
||||
misc: {
|
||||
powered_by: 'Powered by'
|
||||
},
|
||||
ui: {
|
||||
toggle_stroke_tools: 'Show/hide more stroke tools',
|
||||
palette_info: 'Click to change fill color, shift-click to change stroke color',
|
||||
zoom_level: 'Change zoom level',
|
||||
panel_drag: 'Drag left/right to resize side panel',
|
||||
quality: 'Quality:',
|
||||
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
|
||||
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
fill_color: 'Change fill color',
|
||||
stroke_color: 'Change stroke color',
|
||||
stroke_style: 'Change stroke dash style',
|
||||
stroke_width: 'Change stroke width by 1, shift-click to change by 0.1',
|
||||
pos_x: 'Change X coordinate',
|
||||
pos_y: 'Change Y coordinate',
|
||||
linecap_butt: 'Linecap: Butt',
|
||||
linecap_round: 'Linecap: Round',
|
||||
linecap_square: 'Linecap: Square',
|
||||
linejoin_bevel: 'Linejoin: Bevel',
|
||||
linejoin_miter: 'Linejoin: Miter',
|
||||
linejoin_round: 'Linejoin: Round',
|
||||
angle: 'Change rotation angle',
|
||||
blur: 'Change gaussian blur value',
|
||||
opacity: 'Change selected item opacity',
|
||||
circle_cx: "Change circle's cx coordinate",
|
||||
circle_cy: "Change circle's cy coordinate",
|
||||
circle_r: "Change circle's radius",
|
||||
ellipse_cx: "Change ellipse's cx coordinate",
|
||||
ellipse_cy: "Change ellipse's cy coordinate",
|
||||
ellipse_rx: "Change ellipse's x radius",
|
||||
ellipse_ry: "Change ellipse's y radius",
|
||||
line_x1: "Change line's starting x coordinate",
|
||||
line_x2: "Change line's ending x coordinate",
|
||||
line_y1: "Change line's starting y coordinate",
|
||||
line_y2: "Change line's ending y coordinate",
|
||||
rect_height: 'Change rectangle height',
|
||||
rect_width: 'Change rectangle width',
|
||||
corner_radius: 'Change Rectangle Corner Radius',
|
||||
image_width: 'Change image width',
|
||||
image_height: 'Change image height',
|
||||
image_url: 'Change URL',
|
||||
node_x: "Change node's x coordinate",
|
||||
node_y: "Change node's y coordinate",
|
||||
seg_type: 'Change Segment type',
|
||||
straight_segments: 'Straight',
|
||||
curve_segments: 'Curve',
|
||||
text_contents: 'Change text contents',
|
||||
font_family: 'Change Font Family',
|
||||
font_size: 'Change Font Size',
|
||||
bold: 'Bold Text [B]',
|
||||
italic: 'Italic Text [I]'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
bkgnd_color_opac: 'Change background color/opacity',
|
||||
connector_no_arrow: 'No arrow',
|
||||
fitToContent: 'Fit to Content',
|
||||
fit_to_all: 'Fit to all content',
|
||||
fit_to_canvas: 'Fit to canvas',
|
||||
fit_to_layer_content: 'Fit to layer content',
|
||||
fit_to_sel: 'Fit to selection',
|
||||
align_relative_to: 'Align relative to ...',
|
||||
relativeTo: 'relative to:',
|
||||
page: 'page',
|
||||
largest_object: 'largest object',
|
||||
selected_objects: 'selected objects',
|
||||
smallest_object: 'smallest object',
|
||||
new_doc: 'New Image',
|
||||
open_doc: 'Open SVG',
|
||||
export_img: 'Export',
|
||||
save_doc: 'Save Image',
|
||||
import_doc: 'Import Image',
|
||||
align_to_page: 'Align Element to Page',
|
||||
align_bottom: 'Align Bottom',
|
||||
align_center: 'Align Center',
|
||||
align_left: 'Align Left',
|
||||
align_middle: 'Align Middle',
|
||||
align_right: 'Align Right',
|
||||
align_top: 'Align Top',
|
||||
mode_select: 'Select Tool',
|
||||
mode_fhpath: 'Pencil Tool',
|
||||
mode_line: 'Line Tool',
|
||||
mode_rect: 'Rectangle Tool',
|
||||
mode_square: 'Square Tool',
|
||||
mode_fhrect: 'Free-Hand Rectangle',
|
||||
mode_ellipse: 'Ellipse',
|
||||
mode_circle: 'Circle',
|
||||
mode_fhellipse: 'Free-Hand Ellipse',
|
||||
mode_path: 'Path Tool',
|
||||
mode_text: 'Text Tool',
|
||||
mode_image: 'Image Tool',
|
||||
mode_zoom: 'Zoom Tool [Ctrl+Up/Down]',
|
||||
no_embed: 'NOTE: This image cannot be embedded. It will depend on this path to be displayed',
|
||||
undo: 'Undo [Z]',
|
||||
redo: 'Redo [Y]',
|
||||
tool_source: 'Edit Source [U]',
|
||||
wireframe_mode: 'Wireframe Mode [F]',
|
||||
clone: 'Duplicate Element(s) [D]',
|
||||
del: 'Delete Element(s) [Delete/Backspace]',
|
||||
group_elements: 'Group Elements [G]',
|
||||
make_link: 'Make (hyper)link',
|
||||
set_link_url: 'Set link URL (leave empty to remove)',
|
||||
to_path: 'Convert to Path',
|
||||
reorient_path: 'Reorient path',
|
||||
ungroup: 'Ungroup Elements',
|
||||
docprops: 'Document Properties [D]',
|
||||
editor_homepage: 'SVG-Edit Home Page',
|
||||
move_bottom: 'Send to Back',
|
||||
move_top: 'Bring to Front',
|
||||
node_clone: 'Clone Node',
|
||||
node_delete: 'Delete Node',
|
||||
node_link: 'Link Control Points',
|
||||
add_subpath: 'Add sub-path',
|
||||
openclose_path: 'Open/close sub-path',
|
||||
source_save: 'Apply Changes',
|
||||
cut: 'Cut',
|
||||
copy: 'Copy',
|
||||
paste: 'Paste',
|
||||
paste_in_place: 'Paste in Place',
|
||||
delete: 'Delete',
|
||||
group: 'Group',
|
||||
move_front: 'Bring to Front',
|
||||
move_up: 'Bring Forward',
|
||||
move_down: 'Send Backward',
|
||||
move_back: 'Send to Back'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
layers: 'Layers',
|
||||
del: 'Delete Layer',
|
||||
move_down: 'Move Layer Down',
|
||||
new: 'New Layer',
|
||||
rename: 'Rename Layer',
|
||||
move_up: 'Move Layer Up',
|
||||
dupe: 'Duplicate Layer...',
|
||||
merge_down: 'Merge Down',
|
||||
merge_all: 'Merge All',
|
||||
move_elems_to: 'Move elements to:',
|
||||
move_selected: 'Move selected elements to a different layer'
|
||||
},
|
||||
config: {
|
||||
image_props: 'Image Properties',
|
||||
doc_title: 'Title:',
|
||||
doc_dims: 'Canvas Dimensions',
|
||||
included_images: 'Included Images',
|
||||
image_opt_embed: 'Embed data (local files)',
|
||||
image_opt_ref: 'Use file reference',
|
||||
editor_prefs: 'Editor Preferences',
|
||||
icon_size: 'Icon size:',
|
||||
language: 'Language:',
|
||||
background: 'Editor Background',
|
||||
editor_img_url: 'Image URL:',
|
||||
editor_bg_note: 'Note: Background will not be saved with image.',
|
||||
icon_large: 'Large',
|
||||
icon_medium: 'Medium',
|
||||
icon_small: 'Small',
|
||||
icon_xlarge: 'Extra Large',
|
||||
select_predefined: 'Select predefined:',
|
||||
units_and_rulers: 'Units & Rulers',
|
||||
show_rulers: 'Show rulers',
|
||||
base_unit: 'Base Unit:',
|
||||
grid: 'Grid',
|
||||
snapping_onoff: 'Snapping on/off',
|
||||
snapping_stepsize: 'Snapping Step-Size:',
|
||||
grid_color: 'Grid color:'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
noContentToFitTo: 'No content to fit to',
|
||||
dupeLayerName: 'There is already a layer named that!',
|
||||
enterUniqueLayerName: 'Please enter a unique layer name',
|
||||
enterNewLayerName: 'Please enter the new layer name',
|
||||
layerHasThatName: 'Layer already has that name',
|
||||
QmoveElemsToLayer: 'Move selected elements to layer \'%s\'?',
|
||||
QwantToClear: 'Do you want to clear the drawing?\nThis will also erase your undo history!',
|
||||
QwantToOpen: 'Do you want to open a new file?\nThis will also erase your undo history!',
|
||||
QerrorsRevertToSource: 'There were parsing errors in your SVG source.\nRevert back to original SVG source?',
|
||||
QignoreSourceChanges: 'Ignore changes made to SVG source?',
|
||||
featNotSupported: 'Feature not supported',
|
||||
enterNewImgURL: 'Enter the new image URL',
|
||||
defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.',
|
||||
loadingImage: 'Loading image, please wait...',
|
||||
saveFromBrowser: "Select 'Save As...' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.",
|
||||
noteTheseIssues: 'Also note the following issues: ',
|
||||
unsavedChanges: 'There are unsaved changes.',
|
||||
enterNewLinkURL: 'Enter the new hyperlink URL',
|
||||
errorLoadingSVG: 'Error: Unable to load SVG data',
|
||||
URLLoadFail: 'Unable to load from URL',
|
||||
retrieving: "Retrieving '%s' ...",
|
||||
popupWindowBlocked: 'Popup window may be blocked by browser',
|
||||
exportNoBlur: 'Blurred elements will appear as un-blurred',
|
||||
exportNoforeignObject: 'foreignObject elements will not appear',
|
||||
exportNoDashArray: 'Strokes will appear filled',
|
||||
exportNoText: 'Text may not appear as expected'
|
||||
}
|
||||
};
|
||||
|
||||
export default lang_en;
|
||||
220
dist/editor/locale/lang.es.js
vendored
@@ -1,220 +0,0 @@
|
||||
var lang_es = {
|
||||
lang: 'es',
|
||||
dir: 'ltr',
|
||||
common: {
|
||||
ok: 'OK',
|
||||
cancel: 'Cancelar',
|
||||
key_backspace: 'retroceso',
|
||||
key_del: 'suprimir',
|
||||
key_down: 'abajo',
|
||||
key_up: 'arriba',
|
||||
more_opts: 'More Options',
|
||||
url: 'URL',
|
||||
width: 'Width',
|
||||
height: 'Height'
|
||||
},
|
||||
misc: {
|
||||
powered_by: 'Powered by'
|
||||
},
|
||||
ui: {
|
||||
toggle_stroke_tools: 'Mostrar/ocultar herramientas de trazo adicionales',
|
||||
palette_info: 'Haga clic para cambiar el color de relleno. Pulse Mayús y haga clic para cambiar el color del contorno.',
|
||||
zoom_level: 'Cambiar el nivel de zoom',
|
||||
panel_drag: 'Drag left/right to resize side panel',
|
||||
quality: 'Quality:',
|
||||
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
|
||||
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
fill_color: 'Cambiar el color de relleno',
|
||||
stroke_color: 'Cambiar el color del contorno',
|
||||
stroke_style: 'Cambiar el estilo del trazo del contorno',
|
||||
stroke_width: 'Cambiar el grosor del contorno',
|
||||
pos_x: 'Cambiar la posición horizontal X',
|
||||
pos_y: 'Cambiar la posición vertical Y',
|
||||
linecap_butt: 'Final de la línea: en el nodo',
|
||||
linecap_round: 'Final de la línea: redondeada',
|
||||
linecap_square: 'Final de la línea: cuadrada',
|
||||
linejoin_bevel: 'Unión: biselada',
|
||||
linejoin_miter: 'Unión: recta',
|
||||
linejoin_round: 'Unión: redondeada',
|
||||
angle: 'Cambiar ángulo de rotación',
|
||||
blur: 'Ajustar desenfoque gausiano',
|
||||
opacity: 'Cambiar la opacidad del objeto seleccionado',
|
||||
circle_cx: 'Cambiar la posición horizonral CX del círculo',
|
||||
circle_cy: 'Cambiar la posición vertical CY del círculo',
|
||||
circle_r: 'Cambiar el radio del círculo',
|
||||
ellipse_cx: 'Cambiar la posición horizontal CX de la elipse',
|
||||
ellipse_cy: 'Cambiar la posición vertical CY de la elipse',
|
||||
ellipse_rx: 'Cambiar el radio horizontal X de la elipse',
|
||||
ellipse_ry: 'Cambiar el radio vertical Y de la elipse',
|
||||
line_x1: 'Cambiar la posición horizontal X del comienzo de la línea',
|
||||
line_x2: 'Cambiar la posición horizontal X del final de la línea',
|
||||
line_y1: 'Cambiar la posición vertical Y del comienzo de la línea',
|
||||
line_y2: 'Cambiar la posición vertical Y del final de la línea',
|
||||
rect_height: 'Cambiar la altura del rectángulo',
|
||||
rect_width: 'Cambiar el ancho rectángulo',
|
||||
corner_radius: 'Cambiar el radio de las esquinas del rectángulo',
|
||||
image_width: 'Cambiar el ancho de la imagen',
|
||||
image_height: 'Cambiar la altura de la imagen',
|
||||
image_url: 'Modificar URL',
|
||||
node_x: 'Cambiar la posición horizontal X del nodo',
|
||||
node_y: 'Cambiar la posición vertical Y del nodo',
|
||||
seg_type: 'Cambiar el tipo de segmento',
|
||||
straight_segments: 'Recta',
|
||||
curve_segments: 'Curva',
|
||||
text_contents: 'Modificar el texto',
|
||||
font_family: 'Tipo de fuente',
|
||||
font_size: 'Tamaño de la fuente',
|
||||
bold: 'Texto en negrita',
|
||||
italic: 'Texto en cursiva'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Menú principal',
|
||||
bkgnd_color_opac: 'Cambiar color de fondo / opacidad',
|
||||
connector_no_arrow: 'Sin flecha',
|
||||
fitToContent: 'Ajustar al contenido',
|
||||
fit_to_all: 'Ajustar a todo el contenido',
|
||||
fit_to_canvas: 'Ajustar al lienzo',
|
||||
fit_to_layer_content: 'Ajustar al contenido de la capa',
|
||||
fit_to_sel: 'Ajustar a la selección',
|
||||
align_relative_to: 'Alinear con respecto a ...',
|
||||
relativeTo: 'en relación con:',
|
||||
page: 'Página',
|
||||
largest_object: 'El objeto más grande',
|
||||
selected_objects: 'Objetos seleccionados',
|
||||
smallest_object: 'El objeto más pequeño',
|
||||
new_doc: 'Nueva imagen',
|
||||
open_doc: 'Abrir imagen',
|
||||
export_img: 'Export',
|
||||
save_doc: 'Guardar imagen',
|
||||
import_doc: 'Importar un archivo SVG',
|
||||
align_to_page: 'Align Element to Page',
|
||||
align_bottom: 'Alinear parte inferior',
|
||||
align_center: 'Centrar verticalmente',
|
||||
align_left: 'Alinear lado izquierdo',
|
||||
align_middle: 'Centrar horizontalmente',
|
||||
align_right: 'Alinear lado derecho',
|
||||
align_top: 'Alinear parte superior',
|
||||
mode_select: 'Herramienta de selección',
|
||||
mode_fhpath: 'Herramienta de lápiz',
|
||||
mode_line: 'Trazado de líneas',
|
||||
mode_rect: 'Rectangle Tool',
|
||||
mode_square: 'Square Tool',
|
||||
mode_fhrect: 'Rectángulo a mano alzada',
|
||||
mode_ellipse: 'Elipse',
|
||||
mode_circle: 'Círculo',
|
||||
mode_fhellipse: 'Elipse a mano alzada',
|
||||
mode_path: 'Herramienta de trazado',
|
||||
mode_text: 'Insertar texto',
|
||||
mode_image: 'Insertar imagen',
|
||||
mode_zoom: 'Zoom',
|
||||
no_embed: 'NOTA: La imagen no puede ser integrada. El contenido mostrado dependerá de la imagen ubicada en esta ruta. ',
|
||||
undo: 'Deshacer',
|
||||
redo: 'Rehacer',
|
||||
tool_source: 'Editar código fuente',
|
||||
wireframe_mode: 'Modo marco de alambre',
|
||||
clone: 'Clone Element(s)',
|
||||
del: 'Delete Element(s)',
|
||||
group_elements: 'Agrupar objetos',
|
||||
make_link: 'Make (hyper)link',
|
||||
set_link_url: 'Set link URL (leave empty to remove)',
|
||||
to_path: 'Convertir a trazado',
|
||||
reorient_path: 'Reorientar el trazado',
|
||||
ungroup: 'Desagrupar objetos',
|
||||
docprops: 'Propiedades del documento',
|
||||
editor_homepage: 'SVG-Edit Home Page',
|
||||
move_bottom: 'Mover abajo',
|
||||
move_top: 'Mover arriba',
|
||||
node_clone: 'Clonar nodo',
|
||||
node_delete: 'Suprimir nodo',
|
||||
node_link: 'Enlazar puntos de control',
|
||||
add_subpath: 'Añadir subtrazado',
|
||||
openclose_path: 'Open/close sub-path',
|
||||
source_save: 'Aplicar cambios',
|
||||
cut: 'Cut',
|
||||
copy: 'Copy',
|
||||
paste: 'Paste',
|
||||
paste_in_place: 'Paste in Place',
|
||||
delete: 'Delete',
|
||||
group: 'Group',
|
||||
move_front: 'Bring to Front',
|
||||
move_up: 'Bring Forward',
|
||||
move_down: 'Send Backward',
|
||||
move_back: 'Send to Back'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Capa',
|
||||
layers: 'Layers',
|
||||
del: 'Suprimir capa',
|
||||
move_down: 'Mover la capa hacia abajo',
|
||||
new: 'Nueva capa',
|
||||
rename: 'Renombrar capa',
|
||||
move_up: 'Mover la capa hacia arriba',
|
||||
dupe: 'Duplicate Layer',
|
||||
merge_down: 'Merge Down',
|
||||
merge_all: 'Merge All',
|
||||
move_elems_to: 'Desplazar objetos a:',
|
||||
move_selected: 'Mover los objetos seleccionados a otra capa'
|
||||
},
|
||||
config: {
|
||||
image_props: 'Propiedades de la Imagen',
|
||||
doc_title: 'Título',
|
||||
doc_dims: 'Tamaño del lienzo',
|
||||
included_images: 'Imágenes integradas',
|
||||
image_opt_embed: 'Integrar imágenes en forma de datos (archivos locales)',
|
||||
image_opt_ref: 'Usar la referencia del archivo',
|
||||
editor_prefs: 'Preferencias del Editor',
|
||||
icon_size: 'Tamaño de los iconos',
|
||||
language: 'Idioma',
|
||||
background: 'Fondo del editor',
|
||||
editor_img_url: 'Image URL',
|
||||
editor_bg_note: 'Nota: El fondo no se guardará junto con la imagen.',
|
||||
icon_large: 'Grande',
|
||||
icon_medium: 'Mediano',
|
||||
icon_small: 'Pequeño',
|
||||
icon_xlarge: 'Muy grande',
|
||||
select_predefined: 'Seleccionar predefinido:',
|
||||
units_and_rulers: 'Units & Rulers',
|
||||
show_rulers: 'Show rulers',
|
||||
base_unit: 'Base Unit:',
|
||||
grid: 'Grid',
|
||||
snapping_onoff: 'Snapping on/off',
|
||||
snapping_stepsize: 'Snapping Step-Size:',
|
||||
grid_color: 'Grid color'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Valor no válido',
|
||||
noContentToFitTo: 'No existe un contenido al que ajustarse.',
|
||||
dupeLayerName: '¡Ya existe una capa con este nombre!',
|
||||
enterUniqueLayerName: 'Introduzca otro nombre distinto para la capa.',
|
||||
enterNewLayerName: 'Introduzca el nuevo nombre de la capa.',
|
||||
layerHasThatName: 'El nombre introducido es el nombre actual de la capa.',
|
||||
QmoveElemsToLayer: "¿Desplazar los elementos seleccionados a la capa '%s'?",
|
||||
QwantToClear: '¿Desea borrar el dibujo?\n¡El historial de acciones también se borrará!',
|
||||
QwantToOpen: 'Do you want to open a new file?\nThis will also erase your undo history!',
|
||||
QerrorsRevertToSource: 'Existen errores sintácticos en su código fuente SVG.\n¿Desea volver al código fuente SVG original?',
|
||||
QignoreSourceChanges: '¿Desea ignorar los cambios realizados sobre el código fuente SVG?',
|
||||
featNotSupported: 'Función no compatible.',
|
||||
enterNewImgURL: 'Introduzca la nueva URL de la imagen.',
|
||||
defsFailOnSave: 'NOTA: Debido a un fallo de su navegador, es posible que la imagen aparezca de forma incorrecta (ciertas gradaciones o elementos podría perderse). La imagen aparecerá en su forma correcta una vez guardada.',
|
||||
loadingImage: 'Cargando imagen. Espere, por favor.',
|
||||
saveFromBrowser: "Select 'Save As...' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.",
|
||||
noteTheseIssues: 'Existen además los problemas siguientes:',
|
||||
unsavedChanges: 'There are unsaved changes.',
|
||||
enterNewLinkURL: 'Enter the new hyperlink URL',
|
||||
errorLoadingSVG: 'Error: Unable to load SVG data',
|
||||
URLLoadFail: 'Unable to load from URL',
|
||||
retrieving: "Retrieving '%s' ...",
|
||||
popupWindowBlocked: 'Popup window may be blocked by browser',
|
||||
exportNoBlur: 'Blurred elements will appear as un-blurred',
|
||||
exportNoforeignObject: 'foreignObject elements will not appear',
|
||||
exportNoDashArray: 'Strokes will appear filled',
|
||||
exportNoText: 'Text may not appear as expected'
|
||||
}
|
||||
};
|
||||
|
||||
export default lang_es;
|
||||
220
dist/editor/locale/lang.et.js
vendored
@@ -1,220 +0,0 @@
|
||||
var lang_et = {
|
||||
lang: 'et',
|
||||
dir: 'ltr',
|
||||
common: {
|
||||
ok: 'Salvestama',
|
||||
cancel: 'Tühista',
|
||||
key_backspace: 'backspace',
|
||||
key_del: 'delete',
|
||||
key_down: 'down',
|
||||
key_up: 'up',
|
||||
more_opts: 'More Options',
|
||||
url: 'URL',
|
||||
width: 'Width',
|
||||
height: 'Height'
|
||||
},
|
||||
misc: {
|
||||
powered_by: 'Powered by'
|
||||
},
|
||||
ui: {
|
||||
toggle_stroke_tools: 'Show/hide more stroke tools',
|
||||
palette_info: 'Click muuta täitke värvi, Shift-nuppu, et muuta insult värvi',
|
||||
zoom_level: 'Muuda suumi taset',
|
||||
panel_drag: 'Drag left/right to resize side panel',
|
||||
quality: 'Quality:',
|
||||
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
|
||||
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
fill_color: 'Muuda täitke värvi',
|
||||
stroke_color: 'Muuda insult värvi',
|
||||
stroke_style: 'Muuda insult kriips stiil',
|
||||
stroke_width: 'Muuda insult laius',
|
||||
pos_x: 'Change X coordinate',
|
||||
pos_y: 'Change Y coordinate',
|
||||
linecap_butt: 'Linecap: Butt',
|
||||
linecap_round: 'Linecap: Round',
|
||||
linecap_square: 'Linecap: Square',
|
||||
linejoin_bevel: 'Linejoin: Bevel',
|
||||
linejoin_miter: 'Linejoin: Miter',
|
||||
linejoin_round: 'Linejoin: Round',
|
||||
angle: 'Muuda Pöördenurk',
|
||||
blur: 'Change gaussian blur value',
|
||||
opacity: 'Muuda valitud elemendi läbipaistmatus',
|
||||
circle_cx: 'Muuda ringi's cx kooskõlastada',
|
||||
circle_cy: 'Muuda ringi's cy kooskõlastada',
|
||||
circle_r: 'Muuda ring on raadiusega',
|
||||
ellipse_cx: 'Muuda ellips's cx kooskõlastada',
|
||||
ellipse_cy: 'Muuda ellips's cy kooskõlastada',
|
||||
ellipse_rx: 'Muuda ellips's x raadius',
|
||||
ellipse_ry: 'Muuda ellips's y raadius',
|
||||
line_x1: 'Muuda rööbastee algab x-koordinaadi',
|
||||
line_x2: 'Muuda Line lõpeb x-koordinaadi',
|
||||
line_y1: 'Muuda rööbastee algab y-koordinaadi',
|
||||
line_y2: 'Muuda Line lõppenud y-koordinaadi',
|
||||
rect_height: 'Muuda ristküliku kõrgus',
|
||||
rect_width: 'Muuda ristküliku laius',
|
||||
corner_radius: 'Muuda ristkülik Nurgakabe Raadius',
|
||||
image_width: 'Muuda pilt laius',
|
||||
image_height: 'Muuda pilt kõrgus',
|
||||
image_url: 'Change URL',
|
||||
node_x: "Change node's x coordinate",
|
||||
node_y: "Change node's y coordinate",
|
||||
seg_type: 'Change Segment type',
|
||||
straight_segments: 'Straight',
|
||||
curve_segments: 'Curve',
|
||||
text_contents: 'Muuda teksti sisu',
|
||||
font_family: 'Muutke Kirjasinperhe',
|
||||
font_size: 'Change font size',
|
||||
bold: 'Rasvane kiri',
|
||||
italic: 'Kursiiv'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
bkgnd_color_opac: 'Muuda tausta värvi / läbipaistmatus',
|
||||
connector_no_arrow: 'No arrow',
|
||||
fitToContent: 'Fit to Content',
|
||||
fit_to_all: 'Sobita kogu sisu',
|
||||
fit_to_canvas: 'Sobita lõuend',
|
||||
fit_to_layer_content: 'Sobita kiht sisu',
|
||||
fit_to_sel: 'Fit valiku',
|
||||
align_relative_to: 'Viia võrreldes ...',
|
||||
relativeTo: 'võrreldes:',
|
||||
page: 'lehekülg',
|
||||
largest_object: 'suurim objekt',
|
||||
selected_objects: 'valitud objektide',
|
||||
smallest_object: 'väikseim objekt',
|
||||
new_doc: 'Uus pilt',
|
||||
open_doc: 'Pildi avamine',
|
||||
export_img: 'Export',
|
||||
save_doc: 'Salvesta pilt',
|
||||
import_doc: 'Import Image',
|
||||
align_to_page: 'Align Element to Page',
|
||||
align_bottom: 'Viia Bottom',
|
||||
align_center: 'Keskele joondamine',
|
||||
align_left: 'Vasakjoondus',
|
||||
align_middle: 'Viia Lähis -',
|
||||
align_right: 'Paremjoondus',
|
||||
align_top: 'Viia Üles',
|
||||
mode_select: 'Vali Tool',
|
||||
mode_fhpath: 'Pencil Tool',
|
||||
mode_line: 'Line Tool',
|
||||
mode_rect: 'Rectangle Tool',
|
||||
mode_square: 'Square Tool',
|
||||
mode_fhrect: 'Online-Hand Ristkülik',
|
||||
mode_ellipse: 'Ellips',
|
||||
mode_circle: 'Circle',
|
||||
mode_fhellipse: 'Online-Hand Ellips',
|
||||
mode_path: 'Path Tool',
|
||||
mode_text: 'Tekst Tool',
|
||||
mode_image: 'Pilt Tool',
|
||||
mode_zoom: 'Zoom Tool',
|
||||
no_embed: 'NOTE: This image cannot be embedded. It will depend on this path to be displayed',
|
||||
undo: 'Undo',
|
||||
redo: 'Redo',
|
||||
tool_source: 'Muuda Allikas',
|
||||
wireframe_mode: 'Wireframe Mode',
|
||||
clone: 'Clone Element(s)',
|
||||
del: 'Delete Element(s)',
|
||||
group_elements: 'Rühma elemendid',
|
||||
make_link: 'Make (hyper)link',
|
||||
set_link_url: 'Set link URL (leave empty to remove)',
|
||||
to_path: 'Convert to Path',
|
||||
reorient_path: 'Reorient path',
|
||||
ungroup: 'Lõhu Elements',
|
||||
docprops: 'Dokumendi omadused',
|
||||
editor_homepage: 'SVG-Edit Home Page',
|
||||
move_bottom: 'Liiguta alla',
|
||||
move_top: 'Liiguta üles',
|
||||
node_clone: 'Clone Node',
|
||||
node_delete: 'Delete Node',
|
||||
node_link: 'Link Control Points',
|
||||
add_subpath: 'Add sub-path',
|
||||
openclose_path: 'Open/close sub-path',
|
||||
source_save: 'Salvestama',
|
||||
cut: 'Cut',
|
||||
copy: 'Copy',
|
||||
paste: 'Paste',
|
||||
paste_in_place: 'Paste in Place',
|
||||
delete: 'Delete',
|
||||
group: 'Group',
|
||||
move_front: 'Bring to Front',
|
||||
move_up: 'Bring Forward',
|
||||
move_down: 'Send Backward',
|
||||
move_back: 'Send to Back'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
layers: 'Layers',
|
||||
del: 'Kustuta Kiht',
|
||||
move_down: 'Liiguta kiht alla',
|
||||
new: 'Uus kiht',
|
||||
rename: 'Nimeta kiht',
|
||||
move_up: 'Liiguta kiht üles',
|
||||
dupe: 'Duplicate Layer',
|
||||
merge_down: 'Merge Down',
|
||||
merge_all: 'Merge All',
|
||||
move_elems_to: 'Move elements to:',
|
||||
move_selected: 'Move selected elements to a different layer'
|
||||
},
|
||||
config: {
|
||||
image_props: 'Image Properties',
|
||||
doc_title: 'Title',
|
||||
doc_dims: 'Canvas Dimensions',
|
||||
included_images: 'Included Images',
|
||||
image_opt_embed: 'Embed data (local files)',
|
||||
image_opt_ref: 'Use file reference',
|
||||
editor_prefs: 'Editor Preferences',
|
||||
icon_size: 'Icon size',
|
||||
language: 'Language',
|
||||
background: 'Editor Background',
|
||||
editor_img_url: 'Image URL',
|
||||
editor_bg_note: 'Note: Background will not be saved with image.',
|
||||
icon_large: 'Large',
|
||||
icon_medium: 'Medium',
|
||||
icon_small: 'Small',
|
||||
icon_xlarge: 'Extra Large',
|
||||
select_predefined: 'Valige eelmääratletud:',
|
||||
units_and_rulers: 'Units & Rulers',
|
||||
show_rulers: 'Show rulers',
|
||||
base_unit: 'Base Unit:',
|
||||
grid: 'Grid',
|
||||
snapping_onoff: 'Snapping on/off',
|
||||
snapping_stepsize: 'Snapping Step-Size:',
|
||||
grid_color: 'Grid color'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
noContentToFitTo: 'No content to fit to',
|
||||
dupeLayerName: 'There is already a layer named that!',
|
||||
enterUniqueLayerName: 'Please enter a unique layer name',
|
||||
enterNewLayerName: 'Please enter the new layer name',
|
||||
layerHasThatName: 'Layer already has that name',
|
||||
QmoveElemsToLayer: "Move selected elements to layer '%s'?",
|
||||
QwantToClear: 'Do you want to clear the drawing?\nThis will also erase your undo history!',
|
||||
QwantToOpen: 'Do you want to open a new file?\nThis will also erase your undo history!',
|
||||
QerrorsRevertToSource: 'There were parsing errors in your SVG source.\nRevert back to original SVG source?',
|
||||
QignoreSourceChanges: 'Ignore changes made to SVG source?',
|
||||
featNotSupported: 'Feature not supported',
|
||||
enterNewImgURL: 'Enter the new image URL',
|
||||
defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.',
|
||||
loadingImage: 'Loading image, please wait...',
|
||||
saveFromBrowser: "Select 'Save As...' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.",
|
||||
noteTheseIssues: 'Also note the following issues: ',
|
||||
unsavedChanges: 'There are unsaved changes.',
|
||||
enterNewLinkURL: 'Enter the new hyperlink URL',
|
||||
errorLoadingSVG: 'Error: Unable to load SVG data',
|
||||
URLLoadFail: 'Unable to load from URL',
|
||||
retrieving: "Retrieving '%s' ...",
|
||||
popupWindowBlocked: 'Popup window may be blocked by browser',
|
||||
exportNoBlur: 'Blurred elements will appear as un-blurred',
|
||||
exportNoforeignObject: 'foreignObject elements will not appear',
|
||||
exportNoDashArray: 'Strokes will appear filled',
|
||||
exportNoText: 'Text may not appear as expected'
|
||||
}
|
||||
};
|
||||
|
||||
export default lang_et;
|
||||
220
dist/editor/locale/lang.fa.js
vendored
@@ -1,220 +0,0 @@
|
||||
var lang_fa = {
|
||||
lang: 'fa',
|
||||
dir: 'rtl',
|
||||
common: {
|
||||
ok: 'تأیید',
|
||||
cancel: 'لغو',
|
||||
key_backspace: 'پس بر ',
|
||||
key_del: 'حذف ',
|
||||
key_down: 'پایین ',
|
||||
key_up: 'بالا ',
|
||||
more_opts: 'More Options',
|
||||
url: 'URL',
|
||||
width: 'Width',
|
||||
height: 'Height'
|
||||
},
|
||||
misc: {
|
||||
powered_by: 'Powered by'
|
||||
},
|
||||
ui: {
|
||||
toggle_stroke_tools: 'Show/hide more stroke tools',
|
||||
palette_info: 'برای تغییر رنگ، کلیک کنید. برای تغییر رنگ لبه، کلید تبدیل (shift) را فشرده و کلیک کنید',
|
||||
zoom_level: 'تغییر بزرگ نمایی',
|
||||
panel_drag: 'Drag left/right to resize side panel',
|
||||
quality: 'Quality:',
|
||||
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
|
||||
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
fill_color: 'تغییر رنگ',
|
||||
stroke_color: 'تغییر رنگ لبه',
|
||||
stroke_style: 'تغییر نقطه چین لبه',
|
||||
stroke_width: 'تغییر عرض لبه',
|
||||
pos_x: 'تغییر مختصات X',
|
||||
pos_y: 'تغییر مختصات Y',
|
||||
linecap_butt: 'Linecap: Butt',
|
||||
linecap_round: 'Linecap: Round',
|
||||
linecap_square: 'Linecap: Square',
|
||||
linejoin_bevel: 'Linejoin: Bevel',
|
||||
linejoin_miter: 'Linejoin: Miter',
|
||||
linejoin_round: 'Linejoin: Round',
|
||||
angle: 'تغییر زاویه چرخش',
|
||||
blur: 'Change gaussian blur value',
|
||||
opacity: 'تغییر تاری عنصر انتخاب شده',
|
||||
circle_cx: 'تغییر مختصات cx دایره',
|
||||
circle_cy: 'تغییر مختصات cy دایره',
|
||||
circle_r: 'تغییر شعاع دایره',
|
||||
ellipse_cx: 'تغییر مختصات cx بیضی',
|
||||
ellipse_cy: 'تغییر مختصات cy بیضی',
|
||||
ellipse_rx: 'تغییر شعاع rx بیضی',
|
||||
ellipse_ry: 'تغییر شعاع ry بیضی',
|
||||
line_x1: 'تغییر مختصات x آغاز خط',
|
||||
line_x2: 'تغییر مختصات x پایان خط',
|
||||
line_y1: 'تغییر مختصات y آغاز خط',
|
||||
line_y2: 'تغییر مختصات y پایان خط',
|
||||
rect_height: 'تغییر ارتفاع مستطیل',
|
||||
rect_width: 'تغییر عرض مستطیل',
|
||||
corner_radius: 'شعاع گوشه:',
|
||||
image_width: 'تغییر عرض تصویر',
|
||||
image_height: 'تغییر ارتفاع تصویر',
|
||||
image_url: 'تغییر نشانی وب (url)',
|
||||
node_x: 'تغییر مختصات x نقطه',
|
||||
node_y: 'تغییر مختصات y نقطه',
|
||||
seg_type: 'تغییر نوع قطعه (segment)',
|
||||
straight_segments: 'مستقیم',
|
||||
curve_segments: 'منحنی',
|
||||
text_contents: 'تغییر محتویات متن',
|
||||
font_family: 'تغییر خانواده قلم',
|
||||
font_size: 'تغییر اندازه قلم',
|
||||
bold: 'متن توپر ',
|
||||
italic: 'متن کج '
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
bkgnd_color_opac: 'تغییر رنگ پس زمینه / تاری',
|
||||
connector_no_arrow: 'No arrow',
|
||||
fitToContent: 'هم اندازه شدن با محتوا',
|
||||
fit_to_all: 'هم اندازه شدن با همه محتویات',
|
||||
fit_to_canvas: 'هم اندازه شدن با صفحه مجازی (بوم)',
|
||||
fit_to_layer_content: 'هم اندازه شدن با محتوای لایه',
|
||||
fit_to_sel: 'هم اندازه شدن با اشیاء انتخاب شده',
|
||||
align_relative_to: 'تراز نسبت به ...',
|
||||
relativeTo: 'نسبت به:',
|
||||
page: 'صفحه',
|
||||
largest_object: 'بزرگترین شئ',
|
||||
selected_objects: 'اشیاء انتخاب شده',
|
||||
smallest_object: 'کوچکترین شئ',
|
||||
new_doc: 'تصویر جدید ',
|
||||
open_doc: 'باز کردن تصویر ',
|
||||
export_img: 'Export',
|
||||
save_doc: 'ذخیره تصویر ',
|
||||
import_doc: 'Import Image',
|
||||
align_to_page: 'Align Element to Page',
|
||||
align_bottom: 'تراز پایین',
|
||||
align_center: 'وسط چین',
|
||||
align_left: 'چپ چین',
|
||||
align_middle: 'تراز میانه',
|
||||
align_right: 'راست چین',
|
||||
align_top: 'تراز بالا',
|
||||
mode_select: 'ابزار انتخاب ',
|
||||
mode_fhpath: 'ابزار مداد ',
|
||||
mode_line: 'ابزار خط ',
|
||||
mode_rect: 'Rectangle Tool',
|
||||
mode_square: 'Square Tool',
|
||||
mode_fhrect: 'مستطیل با قابلیت تغییر پویا',
|
||||
mode_ellipse: 'بیضی',
|
||||
mode_circle: 'دایره',
|
||||
mode_fhellipse: 'بیضی با قابلیت تغییر پویا',
|
||||
mode_path: 'ابزار مسیر ',
|
||||
mode_text: 'ابزار متن ',
|
||||
mode_image: 'ابزار تصویر ',
|
||||
mode_zoom: 'ابزار بزرگ نمایی ',
|
||||
no_embed: 'NOTE: This image cannot be embedded. It will depend on this path to be displayed',
|
||||
undo: 'واگرد ',
|
||||
redo: 'ازنو ',
|
||||
tool_source: 'ویرایش منبع ',
|
||||
wireframe_mode: 'حالت نمایش لبه ها ',
|
||||
clone: 'Clone Element(s)',
|
||||
del: 'Delete Element(s)',
|
||||
group_elements: 'قرار دادن عناصر در گروه ',
|
||||
make_link: 'Make (hyper)link',
|
||||
set_link_url: 'Set link URL (leave empty to remove)',
|
||||
to_path: 'تبدیل به مسیر',
|
||||
reorient_path: 'جهت دهی مجدد مسیر',
|
||||
ungroup: 'خارج کردن عناصر از گروه ',
|
||||
docprops: 'مشخصات سند ',
|
||||
editor_homepage: 'SVG-Edit Home Page',
|
||||
move_bottom: 'انتقال به پایین ترین ',
|
||||
move_top: 'انتقال به بالاترین ',
|
||||
node_clone: 'ایجاد کپی از نقطه',
|
||||
node_delete: 'حذف نقطه',
|
||||
node_link: 'پیوند دادن نقاط کنترل',
|
||||
add_subpath: 'Add sub-path',
|
||||
openclose_path: 'Open/close sub-path',
|
||||
source_save: 'اعمال تغییرات',
|
||||
cut: 'Cut',
|
||||
copy: 'Copy',
|
||||
paste: 'Paste',
|
||||
paste_in_place: 'Paste in Place',
|
||||
delete: 'حذف',
|
||||
group: 'Group',
|
||||
move_front: 'Bring to Front',
|
||||
move_up: 'Bring Forward',
|
||||
move_down: 'Send Backward',
|
||||
move_back: 'Send to Back'
|
||||
},
|
||||
layers: {
|
||||
layer: 'لایه',
|
||||
layers: 'Layers',
|
||||
del: 'حذف لایه',
|
||||
move_down: 'انتقال لایه به پایین',
|
||||
new: 'لایه جدید',
|
||||
rename: 'تغییر نام لایه',
|
||||
move_up: 'انتقال لایه به بالا',
|
||||
dupe: 'Duplicate Layer',
|
||||
merge_down: 'Merge Down',
|
||||
merge_all: 'Merge All',
|
||||
move_elems_to: 'انتقال عناصر به:',
|
||||
move_selected: 'انتقال عناصر انتخاب شده به یک لایه متفاوت'
|
||||
},
|
||||
config: {
|
||||
image_props: 'مشخصات تصویر',
|
||||
doc_title: 'عنوان',
|
||||
doc_dims: 'ابعاد صفحه مجازی (بوم)',
|
||||
included_images: 'تصاویر گنجانده شده',
|
||||
image_opt_embed: 'داده های جای داده شده (پرونده های محلی)',
|
||||
image_opt_ref: 'استفاده از ارجاع به پرونده',
|
||||
editor_prefs: 'تنظیمات ویراستار',
|
||||
icon_size: 'اندازه شمایل',
|
||||
language: 'زبان',
|
||||
background: 'پس زمینه ویراستار',
|
||||
editor_img_url: 'Image URL',
|
||||
editor_bg_note: 'توجه: پس زمینه همراه تصویر ذخیره نخواهد شد.',
|
||||
icon_large: 'بزرگ',
|
||||
icon_medium: 'متوسط',
|
||||
icon_small: 'کوچک',
|
||||
icon_xlarge: 'خیلی بزرگ',
|
||||
select_predefined: 'از پیش تعریف شده را انتخاب کنید:',
|
||||
units_and_rulers: 'Units & Rulers',
|
||||
show_rulers: 'Show rulers',
|
||||
base_unit: 'Base Unit:',
|
||||
grid: 'Grid',
|
||||
snapping_onoff: 'Snapping on/off',
|
||||
snapping_stepsize: 'Snapping Step-Size:',
|
||||
grid_color: 'Grid color'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'مقدار داده شده نامعتبر است',
|
||||
noContentToFitTo: 'محتوایی برای هم اندازه شدن وجود ندارد',
|
||||
dupeLayerName: 'لایه ای با آن نام وجود دارد!',
|
||||
enterUniqueLayerName: 'لطفا یک نام لایه یکتا انتخاب کنید',
|
||||
enterNewLayerName: 'لطفا نام لایه جدید را وارد کنید',
|
||||
layerHasThatName: 'لایه از قبل آن نام را دارد',
|
||||
QmoveElemsToLayer: "عناصر انتخاب شده به لایه '%s' منتقل شوند؟",
|
||||
QwantToClear: 'آیا مطمئن هستید که می خواهید نقاشی را پاک کنید؟\nاین عمل باعث حذف تاریخچه واگرد شما خواهد شد!',
|
||||
QwantToOpen: 'Do you want to open a new file?\nThis will also erase your undo history!',
|
||||
QerrorsRevertToSource: 'در منبع SVG شما خطاهای تجزیه (parse) وجود داشت.\nبه منبع SVG اصلی بازگردانده شود؟',
|
||||
QignoreSourceChanges: 'تغییرات اعمال شده در منبع SVG نادیده گرفته شوند؟',
|
||||
featNotSupported: 'این ویژگی پشتیبانی نشده است',
|
||||
enterNewImgURL: 'نشانی وب (url) تصویر جدید را وارد کنید',
|
||||
defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.',
|
||||
loadingImage: 'Loading image, please wait...',
|
||||
saveFromBrowser: "Select 'Save As...' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.",
|
||||
noteTheseIssues: 'Also note the following issues: ',
|
||||
unsavedChanges: 'There are unsaved changes.',
|
||||
enterNewLinkURL: 'Enter the new hyperlink URL',
|
||||
errorLoadingSVG: 'Error: Unable to load SVG data',
|
||||
URLLoadFail: 'Unable to load from URL',
|
||||
retrieving: "Retrieving '%s' ...",
|
||||
popupWindowBlocked: 'Popup window may be blocked by browser',
|
||||
exportNoBlur: 'Blurred elements will appear as un-blurred',
|
||||
exportNoforeignObject: 'foreignObject elements will not appear',
|
||||
exportNoDashArray: 'Strokes will appear filled',
|
||||
exportNoText: 'Text may not appear as expected'
|
||||
}
|
||||
};
|
||||
|
||||
export default lang_fa;
|
||||
220
dist/editor/locale/lang.fi.js
vendored
@@ -1,220 +0,0 @@
|
||||
var lang_fi = {
|
||||
lang: 'fi',
|
||||
dir: 'ltr',
|
||||
common: {
|
||||
ok: 'Tallentaa',
|
||||
cancel: 'Peruuta',
|
||||
key_backspace: 'backspace',
|
||||
key_del: 'delete',
|
||||
key_down: 'down',
|
||||
key_up: 'up',
|
||||
more_opts: 'More Options',
|
||||
url: 'URL',
|
||||
width: 'Width',
|
||||
height: 'Height'
|
||||
},
|
||||
misc: {
|
||||
powered_by: 'Powered by'
|
||||
},
|
||||
ui: {
|
||||
toggle_stroke_tools: 'Show/hide more stroke tools',
|
||||
palette_info: 'Klikkaa muuttaa täyttöväri, Shift-click vaihtaa aivohalvauksen väriä',
|
||||
zoom_level: 'Muuta suurennustaso',
|
||||
panel_drag: 'Drag left/right to resize side panel',
|
||||
quality: 'Quality:',
|
||||
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
|
||||
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
fill_color: 'Muuta täyttöväri',
|
||||
stroke_color: 'Muuta aivohalvaus väri',
|
||||
stroke_style: 'Muuta aivohalvaus Dash tyyli',
|
||||
stroke_width: 'Muuta aivohalvaus leveys',
|
||||
pos_x: 'Change X coordinate',
|
||||
pos_y: 'Change Y coordinate',
|
||||
linecap_butt: 'Linecap: Butt',
|
||||
linecap_round: 'Linecap: Round',
|
||||
linecap_square: 'Linecap: Square',
|
||||
linejoin_bevel: 'Linejoin: Bevel',
|
||||
linejoin_miter: 'Linejoin: Miter',
|
||||
linejoin_round: 'Linejoin: Round',
|
||||
angle: 'Muuta kiertokulma',
|
||||
blur: 'Change gaussian blur value',
|
||||
opacity: 'Muuta valitun kohteen läpinäkyvyys',
|
||||
circle_cx: 'Muuta Circlen CX koordinoida',
|
||||
circle_cy: 'Muuta Circlen CY koordinoida',
|
||||
circle_r: 'Muuta ympyrän säde',
|
||||
ellipse_cx: 'Muuta ellipsi's CX koordinoida',
|
||||
ellipse_cy: 'Muuta ellipsi's CY koordinoida',
|
||||
ellipse_rx: 'Muuta ellipsi's x säde',
|
||||
ellipse_ry: 'Muuta ellipsi n y säde',
|
||||
line_x1: 'Muuta Linen alkaa x-koordinaatti',
|
||||
line_x2: 'Muuta Linen päättyy x koordinoida',
|
||||
line_y1: 'Muuta Linen alkaa y-koordinaatti',
|
||||
line_y2: 'Muuta Linen päättyy y koordinoida',
|
||||
rect_height: 'Muuta suorakaiteen korkeus',
|
||||
rect_width: 'Muuta suorakaiteen leveys',
|
||||
corner_radius: 'Muuta suorakaide Corner Säde',
|
||||
image_width: 'Muuta kuvan leveys',
|
||||
image_height: 'Muuta kuvan korkeus',
|
||||
image_url: 'Muuta URL',
|
||||
node_x: "Change node's x coordinate",
|
||||
node_y: "Change node's y coordinate",
|
||||
seg_type: 'Change Segment type',
|
||||
straight_segments: 'Straight',
|
||||
curve_segments: 'Curve',
|
||||
text_contents: 'Muuta tekstin sisältö',
|
||||
font_family: 'Muuta Font Family',
|
||||
font_size: 'Muuta fontin kokoa',
|
||||
bold: 'Lihavoitu teksti',
|
||||
italic: 'Kursivoitu'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
bkgnd_color_opac: 'Vaihda taustaväri / sameuden',
|
||||
connector_no_arrow: 'No arrow',
|
||||
fitToContent: 'Sovita Content',
|
||||
fit_to_all: 'Sovita kaikki content',
|
||||
fit_to_canvas: 'Sovita kangas',
|
||||
fit_to_layer_content: 'Sovita kerros sisältöön',
|
||||
fit_to_sel: 'Sovita valinta',
|
||||
align_relative_to: 'Kohdista suhteessa ...',
|
||||
relativeTo: 'suhteessa:',
|
||||
page: 'sivulta',
|
||||
largest_object: 'Suurin kohde',
|
||||
selected_objects: 'valittujen objektien',
|
||||
smallest_object: 'pienin kohde',
|
||||
new_doc: 'Uusi kuva',
|
||||
open_doc: 'Avaa kuva',
|
||||
export_img: 'Export',
|
||||
save_doc: 'Save Image',
|
||||
import_doc: 'Import Image',
|
||||
align_to_page: 'Align Element to Page',
|
||||
align_bottom: 'Align Bottom',
|
||||
align_center: 'Keskitä',
|
||||
align_left: 'Tasaa vasemmalle',
|
||||
align_middle: 'Kohdista Lähi',
|
||||
align_right: 'Tasaa oikealle',
|
||||
align_top: 'Kohdista Top',
|
||||
mode_select: 'Valitse työkalu',
|
||||
mode_fhpath: 'Kynätyökalu',
|
||||
mode_line: 'Viivatyökalulla',
|
||||
mode_rect: 'Rectangle Tool',
|
||||
mode_square: 'Square Tool',
|
||||
mode_fhrect: 'Free-Hand suorakaide',
|
||||
mode_ellipse: 'Soikion',
|
||||
mode_circle: 'Ympyrään',
|
||||
mode_fhellipse: 'Free-Hand Ellipse',
|
||||
mode_path: 'Path Tool',
|
||||
mode_text: 'Työkalua',
|
||||
mode_image: 'Image Tool',
|
||||
mode_zoom: 'Suurennustyökalu',
|
||||
no_embed: 'NOTE: This image cannot be embedded. It will depend on this path to be displayed',
|
||||
undo: 'Kumoa',
|
||||
redo: 'Tulppaamalla ilmakanavan',
|
||||
tool_source: 'Muokkaa lähdekoodipaketti',
|
||||
wireframe_mode: 'Wireframe Mode',
|
||||
clone: 'Clone Element(s)',
|
||||
del: 'Delete Element(s)',
|
||||
group_elements: 'Tuoteryhmään Elements',
|
||||
make_link: 'Make (hyper)link',
|
||||
set_link_url: 'Set link URL (leave empty to remove)',
|
||||
to_path: 'Convert to Path',
|
||||
reorient_path: 'Reorient path',
|
||||
ungroup: 'Ungroup Elements',
|
||||
docprops: 'Asiakirjan ominaisuudet',
|
||||
editor_homepage: 'SVG-Edit Home Page',
|
||||
move_bottom: 'Move to Bottom',
|
||||
move_top: 'Move to Top',
|
||||
node_clone: 'Clone Node',
|
||||
node_delete: 'Delete Node',
|
||||
node_link: 'Link Control Points',
|
||||
add_subpath: 'Add sub-path',
|
||||
openclose_path: 'Open/close sub-path',
|
||||
source_save: 'Tallentaa',
|
||||
cut: 'Cut',
|
||||
copy: 'Copy',
|
||||
paste: 'Paste',
|
||||
paste_in_place: 'Paste in Place',
|
||||
delete: 'Delete',
|
||||
group: 'Group',
|
||||
move_front: 'Bring to Front',
|
||||
move_up: 'Bring Forward',
|
||||
move_down: 'Send Backward',
|
||||
move_back: 'Send to Back'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
layers: 'Layers',
|
||||
del: 'Poista Layer',
|
||||
move_down: 'Siirrä Layer alas',
|
||||
new: 'New Layer',
|
||||
rename: 'Nimeä Layer',
|
||||
move_up: 'Siirrä Layer',
|
||||
dupe: 'Duplicate Layer',
|
||||
merge_down: 'Merge Down',
|
||||
merge_all: 'Merge All',
|
||||
move_elems_to: 'Move elements to:',
|
||||
move_selected: 'Move selected elements to a different layer'
|
||||
},
|
||||
config: {
|
||||
image_props: 'Image Properties',
|
||||
doc_title: 'Title',
|
||||
doc_dims: 'Canvas Dimensions',
|
||||
included_images: 'Included Images',
|
||||
image_opt_embed: 'Embed data (local files)',
|
||||
image_opt_ref: 'Use file reference',
|
||||
editor_prefs: 'Editor Preferences',
|
||||
icon_size: 'Icon size',
|
||||
language: 'Language',
|
||||
background: 'Editor Background',
|
||||
editor_img_url: 'Image URL',
|
||||
editor_bg_note: 'Note: Background will not be saved with image.',
|
||||
icon_large: 'Large',
|
||||
icon_medium: 'Medium',
|
||||
icon_small: 'Small',
|
||||
icon_xlarge: 'Extra Large',
|
||||
select_predefined: 'Valitse ennalta:',
|
||||
units_and_rulers: 'Units & Rulers',
|
||||
show_rulers: 'Show rulers',
|
||||
base_unit: 'Base Unit:',
|
||||
grid: 'Grid',
|
||||
snapping_onoff: 'Snapping on/off',
|
||||
snapping_stepsize: 'Snapping Step-Size:',
|
||||
grid_color: 'Grid color'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
noContentToFitTo: 'No content to fit to',
|
||||
dupeLayerName: 'There is already a layer named that!',
|
||||
enterUniqueLayerName: 'Please enter a unique layer name',
|
||||
enterNewLayerName: 'Please enter the new layer name',
|
||||
layerHasThatName: 'Layer already has that name',
|
||||
QmoveElemsToLayer: "Move selected elements to layer '%s'?",
|
||||
QwantToClear: 'Do you want to clear the drawing?\nThis will also erase your undo history!',
|
||||
QwantToOpen: 'Do you want to open a new file?\nThis will also erase your undo history!',
|
||||
QerrorsRevertToSource: 'There were parsing errors in your SVG source.\nRevert back to original SVG source?',
|
||||
QignoreSourceChanges: 'Ignore changes made to SVG source?',
|
||||
featNotSupported: 'Feature not supported',
|
||||
enterNewImgURL: 'Enter the new image URL',
|
||||
defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.',
|
||||
loadingImage: 'Loading image, please wait...',
|
||||
saveFromBrowser: "Select 'Save As...' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.",
|
||||
noteTheseIssues: 'Also note the following issues: ',
|
||||
unsavedChanges: 'There are unsaved changes.',
|
||||
enterNewLinkURL: 'Enter the new hyperlink URL',
|
||||
errorLoadingSVG: 'Error: Unable to load SVG data',
|
||||
URLLoadFail: 'Unable to load from URL',
|
||||
retrieving: "Retrieving '%s' ...",
|
||||
popupWindowBlocked: 'Popup window may be blocked by browser',
|
||||
exportNoBlur: 'Blurred elements will appear as un-blurred',
|
||||
exportNoforeignObject: 'foreignObject elements will not appear',
|
||||
exportNoDashArray: 'Strokes will appear filled',
|
||||
exportNoText: 'Text may not appear as expected'
|
||||
}
|
||||
};
|
||||
|
||||
export default lang_fi;
|
||||
220
dist/editor/locale/lang.fr.js
vendored
@@ -1,220 +0,0 @@
|
||||
var lang_fr = {
|
||||
lang: 'fr',
|
||||
dir: 'ltr',
|
||||
common: {
|
||||
ok: 'OK',
|
||||
cancel: 'Annuler',
|
||||
key_backspace: 'Retour Arr.',
|
||||
key_del: 'Suppr.',
|
||||
key_down: 'Bas',
|
||||
key_up: 'Haut',
|
||||
more_opts: "Plus d'options",
|
||||
url: 'URL',
|
||||
width: 'Largeur',
|
||||
height: 'Hauteur'
|
||||
},
|
||||
misc: {
|
||||
powered_by: 'Propulsé par'
|
||||
},
|
||||
ui: {
|
||||
toggle_stroke_tools: "Montrer/cacher plus d'outils de contour",
|
||||
palette_info: 'Cliquer pour changer la couleur de remplissage, Maj+clic pour changer la couleur de contour',
|
||||
zoom_level: 'Changer le niveau de zoom',
|
||||
panel_drag: 'Tirer vers la gauche/droite pour redimensionner le panneau',
|
||||
quality: 'Quality:',
|
||||
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
|
||||
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
|
||||
},
|
||||
properties: {
|
||||
id: "Identifier l'élément",
|
||||
fill_color: 'Changer la couleur de remplissage',
|
||||
stroke_color: 'Changer la couleur du contour',
|
||||
stroke_style: 'Changer le style du contour',
|
||||
stroke_width: 'Changer la largeur du contour de 1, Maj+clic pour changer la largeur de 0,1',
|
||||
pos_x: "Changer l'abscisse (coordonnée X)",
|
||||
pos_y: "Changer l'ordonnée (coordonnée Y)",
|
||||
linecap_butt: 'Terminaison : Sur le nœud',
|
||||
linecap_round: 'Terminaison : Arrondie',
|
||||
linecap_square: 'Terminaison : Carrée',
|
||||
linejoin_bevel: 'Raccord : Biseauté',
|
||||
linejoin_miter: 'Raccord : Droit',
|
||||
linejoin_round: 'Raccord : Arrondi',
|
||||
angle: "Changer l'angle de rotation",
|
||||
blur: 'Changer la valeur du flou gaussien',
|
||||
opacity: "Changer l'opacité de l'élément sélectionné",
|
||||
circle_cx: 'Changer la position horizontale cx du cercle',
|
||||
circle_cy: 'Changer la position verticale cy du cercle',
|
||||
circle_r: 'Changer le rayon du cercle',
|
||||
ellipse_cx: "Changer la position horizontale cx de l'ellipse",
|
||||
ellipse_cy: "Changer la position verticale cy de l'ellipse",
|
||||
ellipse_rx: "Changer le rayon horizontal x de l'ellipse",
|
||||
ellipse_ry: "Changer le rayon vertical y de l'ellipse",
|
||||
line_x1: 'Changer la position horizontale x de début de la ligne',
|
||||
line_x2: 'Changer la position horizontale x de fin de la ligne',
|
||||
line_y1: 'Changer la position verticale y de début de la ligne',
|
||||
line_y2: 'Changer la position verticale y de fin de la ligne',
|
||||
rect_height: 'Changer la hauteur du rectangle',
|
||||
rect_width: 'Changer la largeur du rectangle',
|
||||
corner_radius: 'Changer le rayon des coins du rectangle',
|
||||
image_width: "Changer la largeur de l'image",
|
||||
image_height: "Changer la hauteur de l'image",
|
||||
image_url: "Modifier l'URL",
|
||||
node_x: 'Changer la positon horizontale x du nœud',
|
||||
node_y: 'Changer la position verticale y du nœud',
|
||||
seg_type: 'Changer le type du segment',
|
||||
straight_segments: 'Droit',
|
||||
curve_segments: 'Courbe',
|
||||
text_contents: 'Changer le contenu du texte',
|
||||
font_family: 'Changer la famille de police',
|
||||
font_size: 'Changer la taille de la police',
|
||||
bold: 'Texte en gras',
|
||||
italic: 'Texte en italique'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Menu principal',
|
||||
bkgnd_color_opac: "Changer la couleur d'arrière-plan/l'opacité",
|
||||
connector_no_arrow: 'Sans flèches',
|
||||
fitToContent: 'Ajuster au contenu',
|
||||
fit_to_all: "Ajuster à l'ensemble du contenu",
|
||||
fit_to_canvas: 'Ajuster au canevas',
|
||||
fit_to_layer_content: 'Ajuster au contenu du calque',
|
||||
fit_to_sel: 'Ajuster à la sélection',
|
||||
align_relative_to: 'Aligner par rapport à…',
|
||||
relativeTo: 'par rapport à :',
|
||||
page: 'page',
|
||||
largest_object: 'objet le plus gros',
|
||||
selected_objects: 'objets sélectionnés',
|
||||
smallest_object: 'objet le plus petit',
|
||||
new_doc: 'Nouvelle image',
|
||||
open_doc: 'Ouvrir une image SVG',
|
||||
export_img: 'Exporter',
|
||||
save_doc: "Enregistrer l'image",
|
||||
import_doc: 'Importer une image',
|
||||
align_to_page: "Aligner l'élément à la page",
|
||||
align_bottom: 'Aligner en bas',
|
||||
align_center: 'Centrer verticalement',
|
||||
align_left: 'Aligner à gauche',
|
||||
align_middle: 'Centrer horizontalement',
|
||||
align_right: 'Aligner à droite',
|
||||
align_top: 'Aligner en haut',
|
||||
mode_select: 'Outil de sélection',
|
||||
mode_fhpath: 'Crayon à main levée',
|
||||
mode_line: 'Tracer des lignes',
|
||||
mode_rect: 'Outil rectangle',
|
||||
mode_square: 'Outil carré',
|
||||
mode_fhrect: 'Rectangle à main levée',
|
||||
mode_ellipse: 'Ellipse',
|
||||
mode_circle: 'Cercle',
|
||||
mode_fhellipse: 'Ellipse à main levée',
|
||||
mode_path: 'Outil chemin',
|
||||
mode_text: 'Outil texte',
|
||||
mode_image: 'Outil image',
|
||||
mode_zoom: 'Zoom',
|
||||
no_embed: 'NOTE : Cette image ne peut pas être incorporée. Elle sera chargée à cette adresse',
|
||||
undo: 'Annuler',
|
||||
redo: 'Restaurer',
|
||||
tool_source: 'Modifier la source',
|
||||
wireframe_mode: 'Mode Fil de fer',
|
||||
clone: 'Cloner élément(s)',
|
||||
del: 'Supprimer élément(s)',
|
||||
group_elements: 'Grouper les éléments',
|
||||
make_link: 'Créer un hyperlien',
|
||||
set_link_url: "Définir l'URL du lien (laisser vide pour supprimer)",
|
||||
to_path: 'Convertir en chemin',
|
||||
reorient_path: 'Réorienter le chemin',
|
||||
ungroup: 'Dégrouper les éléments',
|
||||
docprops: 'Propriétés du document',
|
||||
editor_homepage: 'SVG-Edit Home Page',
|
||||
move_bottom: 'Déplacer vers le bas',
|
||||
move_top: 'Déplacer vers le haut',
|
||||
node_clone: 'Cloner le nœud',
|
||||
node_delete: 'Supprimer le nœud',
|
||||
node_link: 'Rendre les points de contrôle solidaires',
|
||||
add_subpath: 'Ajouter un tracé secondaire',
|
||||
openclose_path: 'Ouvrir/fermer le sous-chemin',
|
||||
source_save: 'Appliquer les modifications',
|
||||
cut: 'Couper',
|
||||
copy: 'Copier',
|
||||
paste: 'Coller',
|
||||
paste_in_place: 'Coller sur place',
|
||||
delete: 'Supprimer',
|
||||
group: 'Grouper',
|
||||
move_front: 'Placer au premier plan',
|
||||
move_up: "Avancer d'un plan",
|
||||
move_down: "Reculer d'un plan",
|
||||
move_back: 'Placer au fond'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Calque',
|
||||
layers: 'Calques',
|
||||
del: 'Supprimer le calque',
|
||||
move_down: 'Descendre le calque',
|
||||
new: 'Nouveau calque',
|
||||
rename: 'Renommer le calque',
|
||||
move_up: 'Monter le calque',
|
||||
dupe: 'Dupliquer le calque',
|
||||
merge_down: 'Fusionner vers le bas',
|
||||
merge_all: 'Tout fusionner',
|
||||
move_elems_to: 'Déplacer les éléments vers :',
|
||||
move_selected: 'Déplacer les éléments sélectionnés vers un autre calque'
|
||||
},
|
||||
config: {
|
||||
image_props: "Propriétés de l'image",
|
||||
doc_title: 'Titre',
|
||||
doc_dims: 'Dimensions du canevas',
|
||||
included_images: 'Images insérées',
|
||||
image_opt_embed: 'Incorporer les données des images (fichiers locaux)',
|
||||
image_opt_ref: "Utiliser l'adresse des fichiers",
|
||||
editor_prefs: "Préférences de l'éditeur",
|
||||
icon_size: 'Taille des icônes',
|
||||
language: 'Langue',
|
||||
background: "Toile de fond de l'éditeur",
|
||||
editor_img_url: 'Image URL',
|
||||
editor_bg_note: "Note : La toile de fond ne sera pas sauvegardée avec l'image.",
|
||||
icon_large: 'Grande',
|
||||
icon_medium: 'Moyenne',
|
||||
icon_small: 'Petite',
|
||||
icon_xlarge: 'Super grande',
|
||||
select_predefined: 'Sélectionner prédéfinis :',
|
||||
units_and_rulers: 'Unités et règles',
|
||||
show_rulers: 'Afficher les règles',
|
||||
base_unit: 'Unité de mesure :',
|
||||
grid: 'Grille',
|
||||
snapping_onoff: 'Ancrer oui/non',
|
||||
snapping_stepsize: "Pas d'ancrage :",
|
||||
grid_color: 'Couleur de la grille'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Valeur fournie invalide',
|
||||
noContentToFitTo: "Il n'y a pas de contenu auquel ajuster",
|
||||
dupeLayerName: 'Un autre calque porte déjà ce nom !',
|
||||
enterUniqueLayerName: 'Veuillez entrer un nom (unique) pour le calque',
|
||||
enterNewLayerName: 'Veuillez entrer le nouveau nom du calque',
|
||||
layerHasThatName: 'Le calque porte déjà ce nom',
|
||||
QmoveElemsToLayer: 'Déplacer les éléments sélectionnés vers le calque « %s » ?',
|
||||
QwantToClear: "Voulez-vous effacer le dessin ?\nL'historique de vos actions sera également effacé !",
|
||||
QwantToOpen: "Voulez-vous ouvrir un nouveau document ?\nVous perdrez l'historique de vos modifications !",
|
||||
QerrorsRevertToSource: 'Il y a des erreurs de syntaxe dans votre code source SVG.\nRestaurer le code source SVG antérieur aux modifications ?',
|
||||
QignoreSourceChanges: 'Ignorer les modifications faites à la source SVG ?',
|
||||
featNotSupported: 'Fonction non supportée',
|
||||
enterNewImgURL: "Entrer la nouvelle URL de l'image",
|
||||
defsFailOnSave: "NOTE : En raison d'un bogue dans votre navigateur, il se peut que cette image ne soit pas correctement affichée (dégradés ou éléments manquants). Le souci sera néanmoins réglé à la sauvegarde.",
|
||||
loadingImage: "Chargement de l'image, veuillez patienter…",
|
||||
saveFromBrowser: "Select 'Save As...' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.",
|
||||
noteTheseIssues: 'Notez également les problèmes suivants : ',
|
||||
unsavedChanges: 'Il y a des changements non sauvegardés.',
|
||||
enterNewLinkURL: "Entrez la nouvelle URL de l'hyperlien",
|
||||
errorLoadingSVG: 'Erreur : Impossible de charger les données SVG',
|
||||
URLLoadFail: "Impossible de charger l'URL",
|
||||
retrieving: 'Récupération de « %s »…',
|
||||
popupWindowBlocked: 'Popup window may be blocked by browser',
|
||||
exportNoBlur: 'Blurred elements will appear as un-blurred',
|
||||
exportNoforeignObject: 'foreignObject elements will not appear',
|
||||
exportNoDashArray: 'Strokes will appear filled',
|
||||
exportNoText: 'Text may not appear as expected'
|
||||
}
|
||||
};
|
||||
|
||||
export default lang_fr;
|
||||
220
dist/editor/locale/lang.fy.js
vendored
@@ -1,220 +0,0 @@
|
||||
var lang_fy = {
|
||||
lang: 'fy',
|
||||
dir: 'ltr',
|
||||
common: {
|
||||
ok: 'Ok',
|
||||
cancel: 'Ôfbrekke',
|
||||
key_backspace: 'backspace',
|
||||
key_del: 'delete',
|
||||
key_down: 'omleech',
|
||||
key_up: 'omheech',
|
||||
more_opts: 'More Options',
|
||||
url: 'URL',
|
||||
width: 'Width',
|
||||
height: 'Height'
|
||||
},
|
||||
misc: {
|
||||
powered_by: 'Powered by'
|
||||
},
|
||||
ui: {
|
||||
toggle_stroke_tools: 'Show/hide more stroke tools',
|
||||
palette_info: 'Klik om de folkleur te feroarjen, shift-klik om de linekleur te feroarjen.',
|
||||
zoom_level: 'Yn-/útzoome',
|
||||
panel_drag: 'Drag left/right to resize side panel',
|
||||
quality: 'Quality:',
|
||||
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
|
||||
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
fill_color: 'Folkleur oanpasse',
|
||||
stroke_color: 'Linekleur oanpasse',
|
||||
stroke_style: 'Linestijl oanpasse',
|
||||
stroke_width: 'Linebreedte oanpasse',
|
||||
pos_x: 'X-koördinaat oanpasse',
|
||||
pos_y: 'Y-koördinaat oanpasse',
|
||||
linecap_butt: 'Linecap: Butt',
|
||||
linecap_round: 'Linecap: Round',
|
||||
linecap_square: 'Linecap: Square',
|
||||
linejoin_bevel: 'Linejoin: Bevel',
|
||||
linejoin_miter: 'Linejoin: Miter',
|
||||
linejoin_round: 'Linejoin: Round',
|
||||
angle: 'Draaie',
|
||||
blur: 'Change gaussian blur value',
|
||||
opacity: 'Trochsichtigens oanpasse',
|
||||
circle_cx: "Feroarje it X-koördinaat fan it middelpunt fan'e sirkel.",
|
||||
circle_cy: "Feroarje it Y-koördinaat fan it middelpunt fan'e sirkel.",
|
||||
circle_r: 'Feroarje sirkelradius',
|
||||
ellipse_cx: "Feroarje it X-koördinaat fan it middelpunt fan'e ellips.",
|
||||
ellipse_cy: "Feroarje it Y-koördinaat fan it middelpunt fan'e ellips.",
|
||||
ellipse_rx: 'Feroarje ellips X radius',
|
||||
ellipse_ry: 'Feroarje ellips Y radius',
|
||||
line_x1: "Feroarje start X koördinaat fan'e line",
|
||||
line_x2: "Feroarje ein X koördinaat fan'e line",
|
||||
line_y1: "Feroarje start Y koördinaat fan'e line",
|
||||
line_y2: "Feroarje ein Y koördinaat fan'e line",
|
||||
rect_height: 'Hichte rjochthoeke oanpasse',
|
||||
rect_width: 'Breedte rjochthoeke oanpasse',
|
||||
corner_radius: 'Hoekeradius oanpasse',
|
||||
image_width: 'Breedte ôfbielding oanpasse',
|
||||
image_height: 'Hichte ôfbielding oanpasse',
|
||||
image_url: 'URL oanpasse',
|
||||
node_x: 'X-koördinaat knooppunt oanpasse',
|
||||
node_y: 'Y-koördinaat knooppunt oanpasse',
|
||||
seg_type: 'Segmenttype oanpasse',
|
||||
straight_segments: 'Rjocht',
|
||||
curve_segments: 'Bûcht',
|
||||
text_contents: 'Tekst oanpasse',
|
||||
font_family: 'Lettertype oanpasse',
|
||||
font_size: 'Lettergrutte oanpasse',
|
||||
bold: 'Fet',
|
||||
italic: 'Skean'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
bkgnd_color_opac: 'Eftergrûnkleur/trochsichtigens oanpasse',
|
||||
connector_no_arrow: 'No arrow',
|
||||
fitToContent: 'Passe op ynhâld',
|
||||
fit_to_all: 'Op alle ynhâld passe',
|
||||
fit_to_canvas: 'Op kanvas passe',
|
||||
fit_to_layer_content: 'Op laachynhâld passe',
|
||||
fit_to_sel: 'Op seleksje passe',
|
||||
align_relative_to: 'Útlijne relatyf oan...',
|
||||
relativeTo: 'Relatief tsjinoer:',
|
||||
page: 'Side',
|
||||
largest_object: 'Grutste ûnderdiel',
|
||||
selected_objects: 'Selektearre ûnderdielen',
|
||||
smallest_object: 'Lytste ûnderdiel',
|
||||
new_doc: 'Nije ôfbielding',
|
||||
open_doc: 'Ôfbielding iepenje',
|
||||
export_img: 'Export',
|
||||
save_doc: 'Ôfbielding bewarje',
|
||||
import_doc: 'Import Image',
|
||||
align_to_page: 'Align Element to Page',
|
||||
align_bottom: 'Ûnder útlijne',
|
||||
align_center: 'Midden útlijne',
|
||||
align_left: 'Lofts útlijne',
|
||||
align_middle: 'Midden útlijne',
|
||||
align_right: 'Rjochts útlijne',
|
||||
align_top: 'Boppe útlijne',
|
||||
mode_select: 'Selektearje',
|
||||
mode_fhpath: 'Potlead',
|
||||
mode_line: 'Line',
|
||||
mode_rect: 'Rectangle Tool',
|
||||
mode_square: 'Square Tool',
|
||||
mode_fhrect: 'Frije rjochthoeke',
|
||||
mode_ellipse: 'Ellips',
|
||||
mode_circle: 'Sirkel',
|
||||
mode_fhellipse: 'Frije ellips',
|
||||
mode_path: 'Paad',
|
||||
mode_text: 'Tekst',
|
||||
mode_image: 'Ôfbielding',
|
||||
mode_zoom: 'Zoom',
|
||||
no_embed: 'NOTE: This image cannot be embedded. It will depend on this path to be displayed',
|
||||
undo: 'Ungedien meitjse',
|
||||
redo: "Op 'e nij",
|
||||
tool_source: 'Boarne oanpasse',
|
||||
wireframe_mode: 'Triemodel',
|
||||
clone: 'Clone Element(s)',
|
||||
del: 'Delete Element(s)',
|
||||
group_elements: 'Ûnderdielen groepearje',
|
||||
make_link: 'Make (hyper)link',
|
||||
set_link_url: 'Set link URL (leave empty to remove)',
|
||||
to_path: 'Omsette nei paad',
|
||||
reorient_path: 'Paad opnij orientearje',
|
||||
ungroup: 'Groepering opheffe',
|
||||
docprops: 'Dokuminteigenskippen',
|
||||
editor_homepage: 'SVG-Edit Home Page',
|
||||
move_bottom: 'Nei eftergrûn',
|
||||
move_top: 'Nei foargrûn',
|
||||
node_clone: 'Knooppunt duplisearje',
|
||||
node_delete: 'Knooppunt fuortsmite',
|
||||
node_link: 'Knooppunten keppelje',
|
||||
add_subpath: 'Add sub-path',
|
||||
openclose_path: 'Open/close sub-path',
|
||||
source_save: 'Feroarings tapasse',
|
||||
cut: 'Cut',
|
||||
copy: 'Copy',
|
||||
paste: 'Paste',
|
||||
paste_in_place: 'Paste in Place',
|
||||
delete: 'Delete',
|
||||
group: 'Group',
|
||||
move_front: 'Bring to Front',
|
||||
move_up: 'Bring Forward',
|
||||
move_down: 'Send Backward',
|
||||
move_back: 'Send to Back'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Laach',
|
||||
layers: 'Layers',
|
||||
del: 'Laach fuortsmite',
|
||||
move_down: 'Laach omleech bringe',
|
||||
new: 'Nije laach',
|
||||
rename: 'Laach omneame',
|
||||
move_up: 'Laach omheech bringe',
|
||||
dupe: 'Duplicate Layer',
|
||||
merge_down: 'Merge Down',
|
||||
merge_all: 'Merge All',
|
||||
move_elems_to: 'Ûnderdielen ferplaate nei:',
|
||||
move_selected: 'Selektearre ûnderdielen ferplaatse nei in oare laach'
|
||||
},
|
||||
config: {
|
||||
image_props: 'Ôfbieldingseigenskippen',
|
||||
doc_title: 'Titel',
|
||||
doc_dims: 'Kanvasgrutte',
|
||||
included_images: 'Ynslúten ôfbieldingen',
|
||||
image_opt_embed: 'Ynformaasje tafoege (lokale triemen)',
|
||||
image_opt_ref: 'Triemreferensje brûke',
|
||||
editor_prefs: 'Eigenskippen bewurker',
|
||||
icon_size: 'Ikoangrutte',
|
||||
language: 'Taal',
|
||||
background: 'Eftergrûn bewurker',
|
||||
editor_img_url: 'Image URL',
|
||||
editor_bg_note: 'Let op: de eftergrûn wurd net mei de ôfbielding bewarre.',
|
||||
icon_large: 'Grut',
|
||||
icon_medium: 'Middel',
|
||||
icon_small: 'Lyts',
|
||||
icon_xlarge: 'Ekstra grut',
|
||||
select_predefined: 'Selektearje:',
|
||||
units_and_rulers: 'Units & Rulers',
|
||||
show_rulers: 'Show rulers',
|
||||
base_unit: 'Base Unit:',
|
||||
grid: 'Grid',
|
||||
snapping_onoff: 'Snapping on/off',
|
||||
snapping_stepsize: 'Snapping Step-Size:',
|
||||
grid_color: 'Grid color'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Ferkearde waarde jûn',
|
||||
noContentToFitTo: 'Gjin ynhâld om te passen',
|
||||
dupeLayerName: 'Der is al in laach mei dy namme!',
|
||||
enterUniqueLayerName: 'Type in unyke laachnamme',
|
||||
enterNewLayerName: 'Type in nije laachnamme',
|
||||
layerHasThatName: 'Laach hat dy namme al',
|
||||
QmoveElemsToLayer: "Selektearre ûnderdielen ferplaatse nei '%s'?",
|
||||
QwantToClear: 'Ôfbielding leechmeitsje? Dit sil ek de skiednis fuortsmite!',
|
||||
QwantToOpen: 'Do you want to open a new file?\nThis will also erase your undo history!',
|
||||
QerrorsRevertToSource: 'Der wiene flaters yn de SVG-boarne.\nWeromgean nei foarige SVG-boarne?',
|
||||
QignoreSourceChanges: 'Feroarings yn SVG-boarne negeare?',
|
||||
featNotSupported: 'Funksje wurdt net ûndersteund',
|
||||
enterNewImgURL: 'Jou de nije URL',
|
||||
defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.',
|
||||
loadingImage: 'Loading image, please wait...',
|
||||
saveFromBrowser: "Select 'Save As...' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.",
|
||||
noteTheseIssues: 'Also note the following issues: ',
|
||||
unsavedChanges: 'There are unsaved changes.',
|
||||
enterNewLinkURL: 'Enter the new hyperlink URL',
|
||||
errorLoadingSVG: 'Error: Unable to load SVG data',
|
||||
URLLoadFail: 'Unable to load from URL',
|
||||
retrieving: 'Retrieving \'%s\'...',
|
||||
popupWindowBlocked: 'Popup window may be blocked by browser',
|
||||
exportNoBlur: 'Blurred elements will appear as un-blurred',
|
||||
exportNoforeignObject: 'foreignObject elements will not appear',
|
||||
exportNoDashArray: 'Strokes will appear filled',
|
||||
exportNoText: 'Text may not appear as expected'
|
||||
}
|
||||
};
|
||||
|
||||
export default lang_fy;
|
||||
220
dist/editor/locale/lang.ga.js
vendored
@@ -1,220 +0,0 @@
|
||||
var lang_ga = {
|
||||
lang: 'ga',
|
||||
dir: 'ltr',
|
||||
common: {
|
||||
ok: 'Sábháil',
|
||||
cancel: 'Cealaigh',
|
||||
key_backspace: 'backspace',
|
||||
key_del: 'delete',
|
||||
key_down: 'down',
|
||||
key_up: 'up',
|
||||
more_opts: 'More Options',
|
||||
url: 'URL',
|
||||
width: 'Width',
|
||||
height: 'Height'
|
||||
},
|
||||
misc: {
|
||||
powered_by: 'Powered by'
|
||||
},
|
||||
ui: {
|
||||
toggle_stroke_tools: 'Show/hide more stroke tools',
|
||||
palette_info: 'Cliceáil chun athrú a líonadh dath, aistriú-cliceáil chun dath a athrú stróc',
|
||||
zoom_level: 'Athraigh súmáil leibhéal',
|
||||
panel_drag: 'Drag left/right to resize side panel',
|
||||
quality: 'Quality:',
|
||||
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
|
||||
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
fill_color: 'Athraigh an dath a líonadh',
|
||||
stroke_color: 'Dath stróc Athrú',
|
||||
stroke_style: 'Athraigh an stíl Fleasc stróc',
|
||||
stroke_width: 'Leithead stróc Athrú',
|
||||
pos_x: 'Change X coordinate',
|
||||
pos_y: 'Change Y coordinate',
|
||||
linecap_butt: 'Linecap: Butt',
|
||||
linecap_round: 'Linecap: Round',
|
||||
linecap_square: 'Linecap: Square',
|
||||
linejoin_bevel: 'Linejoin: Bevel',
|
||||
linejoin_miter: 'Linejoin: Miter',
|
||||
linejoin_round: 'Linejoin: Round',
|
||||
angle: 'Uillinn rothlaithe Athrú',
|
||||
blur: 'Change gaussian blur value',
|
||||
opacity: 'Athraigh roghnaithe teimhneacht mír',
|
||||
circle_cx: 'Athraigh an ciorcal a chomhordú CX',
|
||||
circle_cy: 'Athraigh an ciorcal a chomhordú ga',
|
||||
circle_r: 'Athraigh an ciorcal's ga',
|
||||
ellipse_cx: 'Athraigh Éilips's CX a chomhordú',
|
||||
ellipse_cy: 'Athraigh an Éilips a chomhordú ga',
|
||||
ellipse_rx: 'Éilips Athraigh an gha x',
|
||||
ellipse_ry: 'Éilips Athraigh an gha y',
|
||||
line_x1: 'Athraigh an líne tosaigh a chomhordú x',
|
||||
line_x2: 'Athraigh an líne deireadh x chomhordú',
|
||||
line_y1: 'Athraigh an líne tosaigh a chomhordú y',
|
||||
line_y2: 'Athrú ar líne deireadh y chomhordú',
|
||||
rect_height: 'Airde dronuilleog Athrú',
|
||||
rect_width: 'Leithead dronuilleog Athrú',
|
||||
corner_radius: 'Athraigh Dronuilleog Cúinne na Ga',
|
||||
image_width: 'Leithead íomhá Athrú',
|
||||
image_height: 'Airde íomhá Athrú',
|
||||
image_url: 'Athraigh an URL',
|
||||
node_x: "Change node's x coordinate",
|
||||
node_y: "Change node's y coordinate",
|
||||
seg_type: 'Change Segment type',
|
||||
straight_segments: 'Straight',
|
||||
curve_segments: 'Curve',
|
||||
text_contents: 'Inneachar Athraigh téacs',
|
||||
font_family: 'Athraigh an Cló Teaghlaigh',
|
||||
font_size: 'Athraigh Clómhéid',
|
||||
bold: 'Trom Téacs',
|
||||
italic: 'Iodálach Téacs'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
bkgnd_color_opac: 'Dath cúlra Athraigh / teimhneacht',
|
||||
connector_no_arrow: 'No arrow',
|
||||
fitToContent: 'Fit to Content',
|
||||
fit_to_all: 'Laghdaigh do gach ábhar',
|
||||
fit_to_canvas: 'Laghdaigh ar chanbhás',
|
||||
fit_to_layer_content: 'Laghdaigh shraith ábhar a',
|
||||
fit_to_sel: 'Laghdaigh a roghnú',
|
||||
align_relative_to: 'Ailínigh i gcomparáid leis ...',
|
||||
relativeTo: 'i gcomparáid leis:',
|
||||
page: 'leathanach',
|
||||
largest_object: 'réad is mó',
|
||||
selected_objects: 'réada tofa',
|
||||
smallest_object: 'lú réad',
|
||||
new_doc: 'Íomhá Nua',
|
||||
open_doc: 'Íomhá Oscailte',
|
||||
export_img: 'Export',
|
||||
save_doc: 'Sábháil Íomhá',
|
||||
import_doc: 'Import Image',
|
||||
align_to_page: 'Align Element to Page',
|
||||
align_bottom: 'Cineál Bun',
|
||||
align_center: 'Ailínigh sa Lár',
|
||||
align_left: 'Ailínigh ar Chlé',
|
||||
align_middle: 'Cineál Middle',
|
||||
align_right: 'Ailínigh ar Dheis',
|
||||
align_top: 'Cineál Barr',
|
||||
mode_select: 'Roghnaigh Uirlis',
|
||||
mode_fhpath: 'Phionsail Uirlis',
|
||||
mode_line: 'Uirlis Líne',
|
||||
mode_rect: 'Rectangle Tool',
|
||||
mode_square: 'Square Tool',
|
||||
mode_fhrect: 'Saor Hand Dronuilleog',
|
||||
mode_ellipse: 'Éilips',
|
||||
mode_circle: 'Ciorcal',
|
||||
mode_fhellipse: 'Free-Hand Ellipse',
|
||||
mode_path: 'Path Tool',
|
||||
mode_text: 'Téacs Uirlis',
|
||||
mode_image: 'Íomhá Uirlis',
|
||||
mode_zoom: 'Zúmáil Uirlis',
|
||||
no_embed: 'NOTE: This image cannot be embedded. It will depend on this path to be displayed',
|
||||
undo: 'Cealaigh',
|
||||
redo: 'Athdhéan',
|
||||
tool_source: 'Cuir Foinse',
|
||||
wireframe_mode: 'Wireframe Mode',
|
||||
clone: 'Clone Element(s)',
|
||||
del: 'Delete Element(s)',
|
||||
group_elements: 'Eilimintí Grúpa',
|
||||
make_link: 'Make (hyper)link',
|
||||
set_link_url: 'Set link URL (leave empty to remove)',
|
||||
to_path: 'Convert to Path',
|
||||
reorient_path: 'Reorient path',
|
||||
ungroup: 'Eilimintí Díghrúpáil',
|
||||
docprops: 'Doiciméad Airíonna',
|
||||
editor_homepage: 'SVG-Edit Home Page',
|
||||
move_bottom: 'Téigh go Bun',
|
||||
move_top: 'Téigh go Barr',
|
||||
node_clone: 'Clone Node',
|
||||
node_delete: 'Delete Node',
|
||||
node_link: 'Link Control Points',
|
||||
add_subpath: 'Add sub-path',
|
||||
openclose_path: 'Open/close sub-path',
|
||||
source_save: 'Sábháil',
|
||||
cut: 'Cut',
|
||||
copy: 'Copy',
|
||||
paste: 'Paste',
|
||||
paste_in_place: 'Paste in Place',
|
||||
delete: 'Delete',
|
||||
group: 'Group',
|
||||
move_front: 'Bring to Front',
|
||||
move_up: 'Bring Forward',
|
||||
move_down: 'Send Backward',
|
||||
move_back: 'Send to Back'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
layers: 'Layers',
|
||||
del: 'Scrios Sraith',
|
||||
move_down: 'Bog Sraith Síos',
|
||||
new: 'Sraith Nua',
|
||||
rename: 'Athainmnigh Sraith',
|
||||
move_up: 'Bog Sraith Suas',
|
||||
dupe: 'Duplicate Layer',
|
||||
merge_down: 'Merge Down',
|
||||
merge_all: 'Merge All',
|
||||
move_elems_to: 'Move elements to:',
|
||||
move_selected: 'Move selected elements to a different layer'
|
||||
},
|
||||
config: {
|
||||
image_props: 'Image Properties',
|
||||
doc_title: 'Title',
|
||||
doc_dims: 'Canvas Dimensions',
|
||||
included_images: 'Included Images',
|
||||
image_opt_embed: 'Embed data (local files)',
|
||||
image_opt_ref: 'Use file reference',
|
||||
editor_prefs: 'Editor Preferences',
|
||||
icon_size: 'Icon size',
|
||||
language: 'Language',
|
||||
background: 'Editor Background',
|
||||
editor_img_url: 'Image URL',
|
||||
editor_bg_note: 'Note: Background will not be saved with image.',
|
||||
icon_large: 'Large',
|
||||
icon_medium: 'Medium',
|
||||
icon_small: 'Small',
|
||||
icon_xlarge: 'Extra Large',
|
||||
select_predefined: 'Roghnaigh réamhshainithe:',
|
||||
units_and_rulers: 'Units & Rulers',
|
||||
show_rulers: 'Show rulers',
|
||||
base_unit: 'Base Unit:',
|
||||
grid: 'Grid',
|
||||
snapping_onoff: 'Snapping on/off',
|
||||
snapping_stepsize: 'Snapping Step-Size:',
|
||||
grid_color: 'Grid color'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
noContentToFitTo: 'No content to fit to',
|
||||
dupeLayerName: 'There is already a layer named that!',
|
||||
enterUniqueLayerName: 'Please enter a unique layer name',
|
||||
enterNewLayerName: 'Please enter the new layer name',
|
||||
layerHasThatName: 'Layer already has that name',
|
||||
QmoveElemsToLayer: "Move selected elements to layer '%s'?",
|
||||
QwantToClear: 'Do you want to clear the drawing?\nThis will also erase your undo history!',
|
||||
QwantToOpen: 'Do you want to open a new file?\nThis will also erase your undo history!',
|
||||
QerrorsRevertToSource: 'There were parsing errors in your SVG source.\nRevert back to original SVG source?',
|
||||
QignoreSourceChanges: 'Ignore changes made to SVG source?',
|
||||
featNotSupported: 'Feature not supported',
|
||||
enterNewImgURL: 'Enter the new image URL',
|
||||
defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.',
|
||||
loadingImage: 'Loading image, please wait...',
|
||||
saveFromBrowser: "Select 'Save As...' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.",
|
||||
noteTheseIssues: 'Also note the following issues: ',
|
||||
unsavedChanges: 'There are unsaved changes.',
|
||||
enterNewLinkURL: 'Enter the new hyperlink URL',
|
||||
errorLoadingSVG: 'Error: Unable to load SVG data',
|
||||
URLLoadFail: 'Unable to load from URL',
|
||||
retrieving: 'Retrieving \'%s\' ...',
|
||||
popupWindowBlocked: 'Popup window may be blocked by browser',
|
||||
exportNoBlur: 'Blurred elements will appear as un-blurred',
|
||||
exportNoforeignObject: 'foreignObject elements will not appear',
|
||||
exportNoDashArray: 'Strokes will appear filled',
|
||||
exportNoText: 'Text may not appear as expected'
|
||||
}
|
||||
};
|
||||
|
||||
export default lang_ga;
|
||||
220
dist/editor/locale/lang.gl.js
vendored
@@ -1,220 +0,0 @@
|
||||
var lang_gl = {
|
||||
lang: 'gl',
|
||||
dir: 'ltr',
|
||||
common: {
|
||||
ok: 'Gardar',
|
||||
cancel: 'Cancelar',
|
||||
key_backspace: 'backspace',
|
||||
key_del: 'delete',
|
||||
key_down: 'down',
|
||||
key_up: 'up',
|
||||
more_opts: 'More Options',
|
||||
url: 'URL',
|
||||
width: 'Width',
|
||||
height: 'Height'
|
||||
},
|
||||
misc: {
|
||||
powered_by: 'Powered by'
|
||||
},
|
||||
ui: {
|
||||
toggle_stroke_tools: 'Show/hide more stroke tools',
|
||||
palette_info: 'Preme aquí para cambiar a cor de recheo, Shift-clic para cambiar a cor do curso',
|
||||
zoom_level: 'Cambiar o nivel de zoom',
|
||||
panel_drag: 'Drag left/right to resize side panel',
|
||||
quality: 'Quality:',
|
||||
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
|
||||
pathCtrlPtTooltip: 'Drag control point to adjust curve properties',
|
||||
pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity',
|
||||
pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity'
|
||||
},
|
||||
properties: {
|
||||
id: 'Identify the element',
|
||||
fill_color: 'Cambia-la cor de recheo',
|
||||
stroke_color: 'Cambiar a cor do curso',
|
||||
stroke_style: 'Modifica o estilo do trazo do curso',
|
||||
stroke_width: 'Cambiar o ancho do curso',
|
||||
pos_x: 'Change X coordinate',
|
||||
pos_y: 'Change Y coordinate',
|
||||
linecap_butt: 'Linecap: Butt',
|
||||
linecap_round: 'Linecap: Round',
|
||||
linecap_square: 'Linecap: Square',
|
||||
linejoin_bevel: 'Linejoin: Bevel',
|
||||
linejoin_miter: 'Linejoin: Miter',
|
||||
linejoin_round: 'Linejoin: Round',
|
||||
angle: 'Cambiar o ángulo de xiro',
|
||||
blur: 'Change gaussian blur value',
|
||||
opacity: 'Cambia a opacidade elemento seleccionado',
|
||||
circle_cx: 'Cx Cambiar círculo de coordenadas',
|
||||
circle_cy: 'Círculo Cambio cy coordinar',
|
||||
circle_r: 'Cambiar círculo de raio',
|
||||
ellipse_cx: 'Cambiar elipse cx coordinar',
|
||||
ellipse_cy: 'Elipse Cambio cy coordinar',
|
||||
ellipse_rx: 'Raios X Change elipse',
|
||||
ellipse_ry: 'Radio y Change elipse',
|
||||
line_x1: 'Cambie a liña de partida coordenada x',
|
||||
line_x2: 'Cambie a liña acaba coordenada x',
|
||||
line_y1: 'Cambio na liña do recurso coordinada y',
|
||||
line_y2: 'Salto de liña acaba coordinada y',
|
||||
rect_height: 'Cambiar altura do rectángulo',
|
||||
rect_width: 'Cambiar a largo rectángulo',
|
||||
corner_radius: 'Cambiar Corner Rectangle Radius',
|
||||
image_width: 'Cambiar o ancho da imaxe',
|
||||
image_height: 'Cambiar altura da imaxe',
|
||||
image_url: 'Cambiar URL',
|
||||
node_x: "Change node's x coordinate",
|
||||
node_y: "Change node's y coordinate",
|
||||
seg_type: 'Change Segment type',
|
||||
straight_segments: 'Straight',
|
||||
curve_segments: 'Curve',
|
||||
text_contents: 'Cambiar o contido de texto',
|
||||
font_family: 'Cambiar fonte Familia',
|
||||
font_size: 'Mudar tamaño de letra',
|
||||
bold: 'Bold Text',
|
||||
italic: 'Texto en cursiva'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'Main Menu',
|
||||
bkgnd_color_opac: 'Mudar a cor de fondo / Opacidade',
|
||||
connector_no_arrow: 'No arrow',
|
||||
fitToContent: 'Axustar ó contido',
|
||||
fit_to_all: 'Axustar a todo o contido',
|
||||
fit_to_canvas: 'Axustar a pantalla',
|
||||
fit_to_layer_content: 'Axustar o contido da capa de',
|
||||
fit_to_sel: 'Axustar a selección',
|
||||
align_relative_to: 'Aliñar en relación a ...',
|
||||
relativeTo: 'en relación ao:',
|
||||
page: 'Portada',
|
||||
largest_object: 'maior obxecto',
|
||||
selected_objects: 'obxectos elixidos',
|
||||
smallest_object: 'menor obxecto',
|
||||
new_doc: 'Nova Imaxe',
|
||||
open_doc: 'Abrir Imaxe',
|
||||
export_img: 'Export',
|
||||
save_doc: 'Gardar Imaxe',
|
||||
import_doc: 'Import Image',
|
||||
align_to_page: 'Align Element to Page',
|
||||
align_bottom: 'Align bottom',
|
||||
align_center: 'Centrar',
|
||||
align_left: 'Aliñar á Esquerda',
|
||||
align_middle: 'Aliñar Medio',
|
||||
align_right: 'Aliñar á Dereita',
|
||||
align_top: 'Align Top',
|
||||
mode_select: 'Seleccionar a ferramenta',
|
||||
mode_fhpath: 'Ferramenta Lapis',
|
||||
mode_line: 'Ferramenta Liña',
|
||||
mode_rect: 'Rectangle Tool',
|
||||
mode_square: 'Square Tool',
|
||||
mode_fhrect: 'Free-Hand Rectangle',
|
||||
mode_ellipse: 'Elipse',
|
||||
mode_circle: 'Circle',
|
||||
mode_fhellipse: 'Free-Hand Ellipse',
|
||||
mode_path: 'Path Tool',
|
||||
mode_text: 'Ferramenta de Texto',
|
||||
mode_image: 'Image Tool',
|
||||
mode_zoom: 'Zoom Tool',
|
||||
no_embed: 'NOTE: This image cannot be embedded. It will depend on this path to be displayed',
|
||||
undo: 'Desfacer',
|
||||
redo: 'Volver',
|
||||
tool_source: 'Fonte Editar',
|
||||
wireframe_mode: 'Wireframe Mode',
|
||||
clone: 'Clone Element(s)',
|
||||
del: 'Delete Element(s)',
|
||||
group_elements: 'Elementos do grupo',
|
||||
make_link: 'Make (hyper)link',
|
||||
set_link_url: 'Set link URL (leave empty to remove)',
|
||||
to_path: 'Convert to Path',
|
||||
reorient_path: 'Reorient path',
|
||||
ungroup: 'Elementos Desagrupadas',
|
||||
docprops: 'Propriedades do Documento',
|
||||
editor_homepage: 'SVG-Edit Home Page',
|
||||
move_bottom: 'Move a Bottom',
|
||||
move_top: 'Move to Top',
|
||||
node_clone: 'Clone Node',
|
||||
node_delete: 'Delete Node',
|
||||
node_link: 'Link Control Points',
|
||||
add_subpath: 'Add sub-path',
|
||||
openclose_path: 'Open/close sub-path',
|
||||
source_save: 'Gardar',
|
||||
cut: 'Cut',
|
||||
copy: 'Copy',
|
||||
paste: 'Paste',
|
||||
paste_in_place: 'Paste in Place',
|
||||
delete: 'Delete',
|
||||
group: 'Group',
|
||||
move_front: 'Bring to Front',
|
||||
move_up: 'Bring Forward',
|
||||
move_down: 'Send Backward',
|
||||
move_back: 'Send to Back'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
layers: 'Layers',
|
||||
del: 'Delete Layer',
|
||||
move_down: 'Move capa inferior',
|
||||
new: 'New Layer',
|
||||
rename: 'Rename Layer',
|
||||
move_up: 'Move Layer Up',
|
||||
dupe: 'Duplicate Layer',
|
||||
merge_down: 'Merge Down',
|
||||
merge_all: 'Merge All',
|
||||
move_elems_to: 'Move elements to:',
|
||||
move_selected: 'Move selected elements to a different layer'
|
||||
},
|
||||
config: {
|
||||
image_props: 'Image Properties',
|
||||
doc_title: 'Title',
|
||||
doc_dims: 'Canvas Dimensions',
|
||||
included_images: 'Included Images',
|
||||
image_opt_embed: 'Embed data (local files)',
|
||||
image_opt_ref: 'Use file reference',
|
||||
editor_prefs: 'Editor Preferences',
|
||||
icon_size: 'Icon size',
|
||||
language: 'Language',
|
||||
background: 'Editor Background',
|
||||
editor_img_url: 'Image URL',
|
||||
editor_bg_note: 'Note: Background will not be saved with image.',
|
||||
icon_large: 'Large',
|
||||
icon_medium: 'Medium',
|
||||
icon_small: 'Small',
|
||||
icon_xlarge: 'Extra Large',
|
||||
select_predefined: 'Seleccione por defecto:',
|
||||
units_and_rulers: 'Units & Rulers',
|
||||
show_rulers: 'Show rulers',
|
||||
base_unit: 'Base Unit:',
|
||||
grid: 'Grid',
|
||||
snapping_onoff: 'Snapping on/off',
|
||||
snapping_stepsize: 'Snapping Step-Size:',
|
||||
grid_color: 'Grid color'
|
||||
},
|
||||
notification: {
|
||||
invalidAttrValGiven: 'Invalid value given',
|
||||
noContentToFitTo: 'No content to fit to',
|
||||
dupeLayerName: 'There is already a layer named that!',
|
||||
enterUniqueLayerName: 'Please enter a unique layer name',
|
||||
enterNewLayerName: 'Please enter the new layer name',
|
||||
layerHasThatName: 'Layer already has that name',
|
||||
QmoveElemsToLayer: "Move selected elements to layer '%s'?",
|
||||
QwantToClear: 'Do you want to clear the drawing?\nThis will also erase your undo history!',
|
||||
QwantToOpen: 'Do you want to open a new file?\nThis will also erase your undo history!',
|
||||
QerrorsRevertToSource: 'There were parsing errors in your SVG source.\nRevert back to original SVG source?',
|
||||
QignoreSourceChanges: 'Ignore changes made to SVG source?',
|
||||
featNotSupported: 'Feature not supported',
|
||||
enterNewImgURL: 'Enter the new image URL',
|
||||
defsFailOnSave: 'NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.',
|
||||
loadingImage: 'Loading image, please wait...',
|
||||
saveFromBrowser: "Select 'Save As...' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file.",
|
||||
noteTheseIssues: 'Also note the following issues: ',
|
||||
unsavedChanges: 'There are unsaved changes.',
|
||||
enterNewLinkURL: 'Enter the new hyperlink URL',
|
||||
errorLoadingSVG: 'Error: Unable to load SVG data',
|
||||
URLLoadFail: 'Unable to load from URL',
|
||||
retrieving: 'Retrieving \'%s\' ...',
|
||||
popupWindowBlocked: 'Popup window may be blocked by browser',
|
||||
exportNoBlur: 'Blurred elements will appear as un-blurred',
|
||||
exportNoforeignObject: 'foreignObject elements will not appear',
|
||||
exportNoDashArray: 'Strokes will appear filled',
|
||||
exportNoText: 'Text may not appear as expected'
|
||||
}
|
||||
};
|
||||
|
||||
export default lang_gl;
|
||||