- Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`)
- Breaking change: Locale now formatted as export
- Breaking change: Moved out remaining modular i18n (imagelib) to own folder
- Breaking change: Drop `executeAfterLoads` (and getJSPDF/getCanvg)
- Breaking change: `RGBColor` must accept `new`
- Breaking change: canvg - `stackBlurCanvasRGBA` must be set now by function (`setStackBlurCanvasRGBA`) rather than global; `canvg` now a named export
- Breaking change: Avoid passing `canvg`/`buildCanvgCallback` to extensions (have them import)
- Fix: i18nize imaglib more deeply
- Fix: Positioning of Document Properties dialog (Fixes #246)
- Fix (regression): PDF Export (Fixes #249)
- Fix (regression): Add polyfill for `ChildNode`/`ParentNode` (and use further)
- Fix (regression): Apply Babel universally to dependencies
- Fix (regression): Ordering of `uaPrefix` function in `svgEditor.js`
- Fix (regression): Embedded API
- Fix (embedded editor): Fix backspace key in Firefox so it doesn't navigate out of frame
- Fix: Alert if no exportWindow for PDF (e.g., if blocked)
- Refactoring( RGBColor) `RGBColor` as class, without rebuilding constants, optimize string replacement, move methods to prototype, use templates and object literals, use `Object.keys`
- Refactoring (canvg) Use classes more internally, use shorthand objects; array extras, return to lazy-loading
- Refactoring: Use Promises in place of `$.getScript`; always return Promises in case deciding to await resolving
- Refactoring: Avoid importing `RGBColor` into `svgutils.js` (jsPDF imports it itself)
- Refactoring: Arrow functions, destructuring, shorter property references
- Refactoring: Fix `lang` and `dir` for locales (though not in use currently anyways)
- Refactoring: Provide path config for canvg, jspdf
2018-06-02 01:14:38 +00:00
export default {
lang : 'lt' ,
dir : 'ltr' ,
2018-05-18 06:23:36 +00:00
common : {
2018-07-31 14:45:43 +00:00
ok : 'Saugoti' ,
cancel : 'Atšaukti' ,
key _backspace : 'backspace' ,
key _del : 'delete' ,
key _down : 'down' ,
key _up : 'up' ,
more _opts : 'More Options' ,
url : 'URL' ,
width : 'Width' ,
height : 'Height'
2018-05-18 06:23:36 +00:00
} ,
misc : {
2018-07-31 14:45:43 +00:00
powered _by : 'Powered by'
2018-05-18 06:23:36 +00:00
} ,
ui : {
2018-07-31 14:45:43 +00:00
toggle _stroke _tools : 'Show/hide more stroke tools' ,
palette _info : 'Spustelėkite norėdami keisti užpildo spalvą, perėjimo spustelėkite pakeisti insultas spalva' ,
zoom _level : 'Keisti mastelį' ,
panel _drag : 'Drag left/right to resize side panel' ,
2018-05-18 03:25:45 +00:00
quality : 'Quality:' ,
pathNodeTooltip : 'Drag node to move it. Double-click node to change segment type' ,
2018-07-31 14:45:43 +00:00
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'
2018-05-18 06:23:36 +00:00
} ,
properties : {
2018-07-31 14:45:43 +00:00
id : 'Identify the element' ,
fill _color : 'Keisti užpildyti spalvos' ,
stroke _color : 'Keisti insultas spalva' ,
stroke _style : 'Keisti insultas brūkšnys stilius' ,
stroke _width : 'Keisti insultas plotis' ,
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 : 'Keisti sukimosi kampas' ,
blur : 'Change gaussian blur value' ,
opacity : 'Pakeisti pasirinkto elemento neskaidrumo' ,
circle _cx : 'Keisti ratas's CX koordinuoti' ,
circle _cy : 'Keisti ratas's CY koordinuoti' ,
circle _r : 'Keisti savo apskritimo spindulys' ,
ellipse _cx : 'Keisti elipse's CX koordinuoti' ,
ellipse _cy : 'Keisti elipse's CY koordinuoti' ,
ellipse _rx : 'Keisti elipsė "X spindulys' ,
ellipse _ry : 'Keisti elipse Y spindulys' ,
line _x1 : 'Keisti linijos nuo koordinačių x' ,
line _x2 : 'Keisti linijos baigėsi x koordinuoti' ,
line _y1 : 'Keisti linijos pradžios y koordinačių' ,
line _y2 : 'Keisti linijos baigėsi y koordinačių' ,
rect _height : 'Keisti stačiakampio aukščio' ,
rect _width : 'Pakeisti stačiakampio plotis' ,
corner _radius : 'Keisti stačiakampis skyrelį Spindulys' ,
image _width : 'Keisti paveikslėlio plotis' ,
image _height : 'Keisti vaizdo aukštis' ,
image _url : 'Pakeisti URL' ,
2018-07-31 22:15:25 +00:00
node _x : "Change node's x coordinate" ,
node _y : "Change node's y coordinate" ,
2018-07-31 14:45:43 +00:00
seg _type : 'Change Segment type' ,
straight _segments : 'Straight' ,
curve _segments : 'Curve' ,
text _contents : 'Keisti teksto turinys' ,
font _family : 'Pakeistišriftą Šeima' ,
font _size : 'Change font size' ,
bold : 'Pusjuodis' ,
italic : 'Kursyvas'
2018-05-18 06:23:36 +00:00
} ,
tools : {
2018-07-31 14:45:43 +00:00
main _menu : 'Main Menu' ,
bkgnd _color _opac : 'Pakeisti fono spalvą / drumstumas' ,
connector _no _arrow : 'No arrow' ,
fitToContent : 'Talpinti turinys' ,
fit _to _all : 'Talpinti All content' ,
fit _to _canvas : 'Talpinti drobė' ,
fit _to _layer _content : 'Talpinti sluoksnis turinio' ,
fit _to _sel : 'Talpinti atrankos' ,
align _relative _to : 'Derinti palyginti ...' ,
relativeTo : 'palyginti:' ,
page : 'puslapis' ,
largest _object : 'didžiausias objektas' ,
selected _objects : 'išrinktas objektai' ,
smallest _object : 'mažiausias objektą' ,
new _doc : 'New Image' ,
open _doc : 'Atidaryti atvaizdą' ,
export _img : 'Export' ,
save _doc : 'Išsaugoti nuotrauką' ,
import _doc : 'Import Image' ,
align _to _page : 'Align Element to Page' ,
align _bottom : 'Lygiuoti apačioje' ,
align _center : 'Lygiuoti' ,
align _left : 'Lygiuoti kairėje' ,
align _middle : 'Suderinti Vidurio' ,
align _right : 'Lygiuoti dešinėje' ,
align _top : 'Lygiuoti viršų' ,
mode _select : 'Įrankis' ,
mode _fhpath : 'Pencil Tool' ,
mode _line : 'Line Tool' ,
mode _rect : 'Rectangle Tool' ,
mode _square : 'Square Tool' ,
mode _fhrect : 'Free Hand stačiakampis' ,
mode _ellipse : 'Elipse' ,
mode _circle : 'Circle' ,
mode _fhellipse : 'Free Hand Elipsė' ,
mode _path : 'Path Tool' ,
mode _text : 'Tekstas Tool' ,
mode _image : 'Image Tool' ,
mode _zoom : 'Zoom Įrankį' ,
no _embed : 'NOTE: This image cannot be embedded. It will depend on this path to be displayed' ,
undo : 'Atšaukti' ,
redo : 'Atstatyti' ,
tool _source : 'Taisyti Šaltinis' ,
wireframe _mode : 'Wireframe Mode' ,
clone : 'Clone Element(s)' ,
del : 'Delete Element(s)' ,
group _elements : 'Elementų grupės' ,
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 : 'Išgrupuoti elementai' ,
docprops : 'Document Properties' ,
move _bottom : 'Perkelti į apačią' ,
move _top : 'Perkelti į viršų' ,
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 : 'Saugoti' ,
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'
2018-05-18 06:23:36 +00:00
} ,
layers : {
2018-05-18 03:25:45 +00:00
layer : 'Layer' ,
2018-07-31 14:45:43 +00:00
layers : 'Layers' ,
del : 'Ištrinti Layer' ,
move _down : 'Perkelti sluoksnį Žemyn' ,
new : 'New Layer' ,
rename : 'Pervadinti sluoksnį' ,
move _up : 'Perkelti sluoksnį 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'
2018-05-18 06:23:36 +00:00
} ,
config : {
2018-07-31 14:45:43 +00:00
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 : 'Pasirinkite iš anksto:' ,
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'
2018-05-18 06:23:36 +00:00
} ,
notification : {
2018-05-18 03:25:45 +00:00
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' ,
2018-07-31 22:15:25 +00:00
QmoveElemsToLayer : "Move selected elements to layer '%s'?" ,
2018-05-18 03:25:45 +00:00
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...' ,
2018-07-31 14:45:43 +00:00
saveFromBrowser : "Select 'Save As...' in your browser (possibly via file menu or right-click context-menu) to save this image as a %s file." ,
2018-05-18 03:25:45 +00:00
noteTheseIssues : 'Also note the following issues: ' ,
unsavedChanges : 'There are unsaved changes.' ,
enterNewLinkURL : 'Enter the new hyperlink URL' ,
errorLoadingSVG : 'Error: Unable to load SVG data' ,
2018-11-07 06:51:50 +00:00
URLLoadFail : 'Unable to load from URL' ,
2018-05-18 03:25:45 +00:00
retrieving : 'Retrieving \'%s\' ...' ,
2018-07-31 14:45:43 +00:00
popupWindowBlocked : 'Popup window may be blocked by browser' ,
2018-05-18 03:25:45 +00:00
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'
2018-05-18 06:23:36 +00:00
}
- Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`)
- Breaking change: Locale now formatted as export
- Breaking change: Moved out remaining modular i18n (imagelib) to own folder
- Breaking change: Drop `executeAfterLoads` (and getJSPDF/getCanvg)
- Breaking change: `RGBColor` must accept `new`
- Breaking change: canvg - `stackBlurCanvasRGBA` must be set now by function (`setStackBlurCanvasRGBA`) rather than global; `canvg` now a named export
- Breaking change: Avoid passing `canvg`/`buildCanvgCallback` to extensions (have them import)
- Fix: i18nize imaglib more deeply
- Fix: Positioning of Document Properties dialog (Fixes #246)
- Fix (regression): PDF Export (Fixes #249)
- Fix (regression): Add polyfill for `ChildNode`/`ParentNode` (and use further)
- Fix (regression): Apply Babel universally to dependencies
- Fix (regression): Ordering of `uaPrefix` function in `svgEditor.js`
- Fix (regression): Embedded API
- Fix (embedded editor): Fix backspace key in Firefox so it doesn't navigate out of frame
- Fix: Alert if no exportWindow for PDF (e.g., if blocked)
- Refactoring( RGBColor) `RGBColor` as class, without rebuilding constants, optimize string replacement, move methods to prototype, use templates and object literals, use `Object.keys`
- Refactoring (canvg) Use classes more internally, use shorthand objects; array extras, return to lazy-loading
- Refactoring: Use Promises in place of `$.getScript`; always return Promises in case deciding to await resolving
- Refactoring: Avoid importing `RGBColor` into `svgutils.js` (jsPDF imports it itself)
- Refactoring: Arrow functions, destructuring, shorter property references
- Refactoring: Fix `lang` and `dir` for locales (though not in use currently anyways)
- Refactoring: Provide path config for canvg, jspdf
2018-06-02 01:14:38 +00:00
} ;