- i18n: Remove eyedropper reference from main locale (in extension locale now)
- i18n: Add placeholders for `pick_stroke_paint_opacity`, `pick_fill_paint_opacity`, `popupWindowBlocked` - i18n: Update `saveFromBrowser` - i18n: Reapply locale strings
This commit is contained in:
@@ -2,211 +2,213 @@ export default {
|
||||
lang: 'sl',
|
||||
dir: 'ltr',
|
||||
common: {
|
||||
ok: 'OK',
|
||||
cancel: 'Cancel',
|
||||
key_backspace: 'Backspace',
|
||||
key_del: 'Del',
|
||||
key_down: 'Down',
|
||||
key_up: 'Up',
|
||||
more_opts: 'more_opts',
|
||||
url: 'url',
|
||||
width: 'width',
|
||||
height: 'height'
|
||||
ok: 'V redu',
|
||||
cancel: 'Prekliči',
|
||||
key_backspace: 'backspace',
|
||||
key_del: 'delete',
|
||||
key_down: 'dol',
|
||||
key_up: 'gor',
|
||||
more_opts: 'Več možnosti',
|
||||
url: 'URL',
|
||||
width: 'širina',
|
||||
height: 'višina'
|
||||
},
|
||||
misc: {
|
||||
powered_by: 'powered_by'
|
||||
powered_by: 'Izdelano z'
|
||||
},
|
||||
ui: {
|
||||
toggle_stroke_tools: 'toggle_stroke_tools',
|
||||
palette_info: 'palette_info',
|
||||
zoom_level: 'zoom_level',
|
||||
panel_drag: 'panel_drag',
|
||||
toggle_stroke_tools: 'Pokaži/skrij več orodij za oris',
|
||||
palette_info: 'Kliknite, če želite spremeniti barvo polnila, kliknite+Shift, če želite spremeniti barvo orisa',
|
||||
zoom_level: 'Povečava',
|
||||
panel_drag: 'Povlecite levo/desno za ogled stranske vrstice',
|
||||
quality: 'Quality:',
|
||||
pathNodeTooltip: 'Drag node to move it. Double-click node to change segment type',
|
||||
pathCtrlPtTooltip: 'Drag control point to adjust curve properties'
|
||||
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: 'id',
|
||||
fill_color: 'fill_color',
|
||||
stroke_color: 'stroke_color',
|
||||
stroke_style: 'stroke_style',
|
||||
stroke_width: 'stroke_width',
|
||||
pos_x: 'pos_x',
|
||||
pos_y: 'pos_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: 'angle',
|
||||
blur: 'blur',
|
||||
opacity: 'opacity',
|
||||
circle_cx: 'circle_cx',
|
||||
circle_cy: 'circle_cy',
|
||||
circle_r: 'circle_r',
|
||||
ellipse_cx: 'ellipse_cx',
|
||||
ellipse_cy: 'ellipse_cy',
|
||||
ellipse_rx: 'ellipse_rx',
|
||||
ellipse_ry: 'ellipse_ry',
|
||||
line_x1: 'line_x1',
|
||||
line_x2: 'line_x2',
|
||||
line_y1: 'line_y1',
|
||||
line_y2: 'line_y2',
|
||||
rect_height: 'rect_height',
|
||||
rect_width: 'rect_width',
|
||||
corner_radius: 'corner_radius',
|
||||
image_width: 'image_width',
|
||||
image_height: 'image_height',
|
||||
image_url: 'image_url',
|
||||
node_x: 'node_x',
|
||||
node_y: 'node_y',
|
||||
seg_type: 'seg_type',
|
||||
straight_segments: 'straight_segments',
|
||||
curve_segments: 'curve_segments',
|
||||
text_contents: 'text_contents',
|
||||
font_family: 'font_family',
|
||||
font_size: 'font_size',
|
||||
bold: 'bold',
|
||||
italic: 'italic'
|
||||
id: 'ID elementa',
|
||||
fill_color: 'Spremeni barvo polnila',
|
||||
stroke_color: 'Spremeni barvo orisa',
|
||||
stroke_style: 'Spremeni slog orisa',
|
||||
stroke_width: 'Spreminjanje širino orisa',
|
||||
pos_x: 'Spremeni X koordinato',
|
||||
pos_y: 'Spremeni Y koordinato',
|
||||
linecap_butt: 'Začetek črte: odsekan',
|
||||
linecap_round: 'Začetek črte: zaobljen',
|
||||
linecap_square: 'Začetek črte: kvadraten',
|
||||
linejoin_bevel: 'Ovinek črte: Odsekan',
|
||||
linejoin_miter: 'Linejoin: V kot',
|
||||
linejoin_round: 'Linejoin: Zaobljen',
|
||||
angle: 'Spremeni kot zasuka',
|
||||
blur: 'Spremeni zameglitev roba',
|
||||
opacity: 'Spremeni prosojnost',
|
||||
circle_cx: 'Spremeni CX koordinato',
|
||||
circle_cy: 'Spremeni CY koordinato',
|
||||
circle_r: 'Spremeni polmer kroga',
|
||||
ellipse_cx: 'Spremeni CX koordinato',
|
||||
ellipse_cy: 'Spremeni CY koordinato',
|
||||
ellipse_rx: 'Spremeni X polmer',
|
||||
ellipse_ry: 'Spremeni Y polmer',
|
||||
line_x1: 'Spremeni začetno X koordinato',
|
||||
line_x2: 'Spremeni končno X koordinato',
|
||||
line_y1: 'Spremeni začetno Y koordinato',
|
||||
line_y2: 'Spremeni končno Y koordinato',
|
||||
rect_height: 'Spremeni višino pravokotnika',
|
||||
rect_width: 'Spremeni širino pravokotnika',
|
||||
corner_radius: 'Spremeni Pravokotnik Corner Radius',
|
||||
image_width: 'Spremeni širino slike',
|
||||
image_height: 'Spremeni višino slike',
|
||||
image_url: 'Spremeni URL',
|
||||
node_x: 'Spremeni X koordinato oglišča',
|
||||
node_y: 'Spremeni Y koordinato oglišča',
|
||||
seg_type: 'Spremeni vrsto odseka',
|
||||
straight_segments: 'Raven odsek',
|
||||
curve_segments: 'Ukrivljen odsek',
|
||||
text_contents: 'Spremeni besedilo',
|
||||
font_family: 'Spremeni tip pisave',
|
||||
font_size: 'Spremeni velikost pisave',
|
||||
bold: 'Krepko',
|
||||
italic: 'Poševno'
|
||||
},
|
||||
tools: {
|
||||
main_menu: 'main_menu',
|
||||
bkgnd_color_opac: 'bkgnd_color_opac',
|
||||
connector_no_arrow: 'connector_no_arrow',
|
||||
fitToContent: 'fitToContent',
|
||||
fit_to_all: 'fit_to_all',
|
||||
fit_to_canvas: 'fit_to_canvas',
|
||||
fit_to_layer_content: 'fit_to_layer_content',
|
||||
fit_to_sel: 'fit_to_sel',
|
||||
align_relative_to: 'align_relative_to',
|
||||
relativeTo: 'relativeTo',
|
||||
main_menu: 'Glavni meni',
|
||||
bkgnd_color_opac: 'Spremeni barvo / prosojnost',
|
||||
connector_no_arrow: 'Brez puščice',
|
||||
fitToContent: 'Prilagodi vsebini',
|
||||
fit_to_all: 'Prilagodi vsemu',
|
||||
fit_to_canvas: 'Prilagodi sliki',
|
||||
fit_to_layer_content: 'Prilagodi sloju',
|
||||
fit_to_sel: 'Prilagodi izboru',
|
||||
align_relative_to: 'Poravnaj glede na ...',
|
||||
relativeTo: 'glede na:',
|
||||
page: 'page',
|
||||
largest_object: 'largest_object',
|
||||
selected_objects: 'selected_objects',
|
||||
smallest_object: 'smallest_object',
|
||||
new_doc: 'new_doc',
|
||||
open_doc: 'open_doc',
|
||||
export_img: 'export_img',
|
||||
save_doc: 'save_doc',
|
||||
import_doc: 'import_doc',
|
||||
align_to_page: 'align_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: 'mode_select',
|
||||
mode_fhpath: 'mode_fhpath',
|
||||
mode_line: 'mode_line',
|
||||
mode_rect: 'mode_rect',
|
||||
mode_square: 'mode_square',
|
||||
mode_fhrect: 'mode_fhrect',
|
||||
mode_ellipse: 'mode_ellipse',
|
||||
mode_circle: 'mode_circle',
|
||||
mode_fhellipse: 'mode_fhellipse',
|
||||
mode_path: 'mode_path',
|
||||
mode_text: 'mode_text',
|
||||
mode_image: 'mode_image',
|
||||
mode_zoom: 'mode_zoom',
|
||||
mode_eyedropper: 'mode_eyedropper',
|
||||
no_embed: 'no_embed',
|
||||
undo: 'undo',
|
||||
redo: 'redo',
|
||||
tool_source: 'tool_source',
|
||||
wireframe_mode: 'wireframe_mode',
|
||||
clone: 'clone',
|
||||
del: 'del',
|
||||
group_elements: 'group_elements',
|
||||
make_link: 'make_link',
|
||||
set_link_url: 'set_link_url',
|
||||
to_path: 'to_path',
|
||||
reorient_path: 'reorient_path',
|
||||
ungroup: 'ungroup',
|
||||
docprops: 'docprops',
|
||||
imagelib: 'imagelib',
|
||||
move_bottom: 'move_bottom',
|
||||
move_top: 'move_top',
|
||||
node_clone: 'node_clone',
|
||||
node_delete: 'node_delete',
|
||||
node_link: 'node_link',
|
||||
add_subpath: 'add_subpath',
|
||||
openclose_path: 'openclose_path',
|
||||
source_save: 'source_save',
|
||||
cut: 'cut',
|
||||
copy: 'copy',
|
||||
paste: 'paste',
|
||||
paste_in_place: 'paste_in_place',
|
||||
delete: 'delete',
|
||||
group: 'group',
|
||||
move_front: 'move_front',
|
||||
move_up: 'move_up',
|
||||
move_down: 'move_down',
|
||||
move_back: 'move_back'
|
||||
largest_object: 'največji objekt',
|
||||
selected_objects: 'izbrani objekt',
|
||||
smallest_object: 'najmanjši objekt',
|
||||
new_doc: 'Nova slika',
|
||||
open_doc: 'Odpri sliko',
|
||||
export_img: 'Izvozi v PNG',
|
||||
save_doc: 'Shrani sliko',
|
||||
import_doc: 'Uvozi SVG',
|
||||
align_to_page: 'Poravnaj na stran',
|
||||
align_bottom: 'Poravnaj na dno',
|
||||
align_center: 'Poravnaj na sredino',
|
||||
align_left: 'Poravnaj levo',
|
||||
align_middle: 'Poravnaj na sredino',
|
||||
align_right: 'Poravnaj desno',
|
||||
align_top: 'Poravnaj na vrh',
|
||||
mode_select: 'Izberi',
|
||||
mode_fhpath: 'Svinčnik',
|
||||
mode_line: 'Crta',
|
||||
mode_rect: 'Pravokotnik',
|
||||
mode_square: 'Kvadrat',
|
||||
mode_fhrect: 'Prostoročni pravokotnik',
|
||||
mode_ellipse: 'Elipsa',
|
||||
mode_circle: 'Krog',
|
||||
mode_fhellipse: 'Prostoročna elipsa',
|
||||
mode_path: 'Pot',
|
||||
mode_text: 'Besedilo',
|
||||
mode_image: 'Slika',
|
||||
mode_zoom: 'Povečava',
|
||||
no_embed: 'OPOMBA: Ta slika ne more biti vključena. It will depend on this path to be displayed',
|
||||
undo: 'Razveljavi',
|
||||
redo: 'Uveljavi',
|
||||
tool_source: 'Uredi vir',
|
||||
wireframe_mode: 'Wireframe način',
|
||||
clone: 'Kloniraj element(e)',
|
||||
del: 'Izbriši element(e)',
|
||||
group_elements: 'Združi element(e)',
|
||||
make_link: 'Vstavi (hiper)povezavo',
|
||||
set_link_url: 'Set link URL (leave empty to remove)',
|
||||
to_path: 'Pretvori v pot',
|
||||
reorient_path: 'Reorient pot',
|
||||
ungroup: 'Razdruži elemente',
|
||||
docprops: 'Lastnosti dokumenta',
|
||||
imagelib: 'Knjižnica slik',
|
||||
move_bottom: 'Premakni na dno',
|
||||
move_top: 'Premakni na vrh',
|
||||
node_clone: 'Kloniraj oglišče',
|
||||
node_delete: 'Izbriši oglišče',
|
||||
node_link: 'Link Control Points',
|
||||
add_subpath: 'Add sub-path',
|
||||
openclose_path: 'Open/close sub-path',
|
||||
source_save: 'Shrani',
|
||||
cut: 'Izreži',
|
||||
copy: 'Kopiraj',
|
||||
paste: 'Prilepi',
|
||||
paste_in_place: 'Prilepi na mesto',
|
||||
delete: 'Izbriši',
|
||||
group: 'Združi',
|
||||
move_front: 'Postavi v ospredje',
|
||||
move_up: 'Pomakni naporej',
|
||||
move_down: 'Pomakni nazaj',
|
||||
move_back: 'Postavi v ozadje'
|
||||
},
|
||||
layers: {
|
||||
layer: 'Layer',
|
||||
layers: 'layers',
|
||||
del: 'del',
|
||||
move_down: 'move_down',
|
||||
new: 'new',
|
||||
rename: 'rename',
|
||||
move_up: 'move_up',
|
||||
dupe: 'dupe',
|
||||
merge_down: 'merge_down',
|
||||
merge_all: 'merge_all',
|
||||
move_elems_to: 'move_elems_to',
|
||||
move_selected: 'move_selected'
|
||||
layer: 'Sloj',
|
||||
layers: 'Sloji',
|
||||
del: 'Izbriši sloj',
|
||||
move_down: 'Premakni navzdol',
|
||||
new: 'Nov sloj',
|
||||
rename: 'Preimenuj sloj',
|
||||
move_up: 'Premakni navzgor',
|
||||
dupe: 'Podvoji sloj',
|
||||
merge_down: 'Združi s spodnjimi',
|
||||
merge_all: 'Združi vse',
|
||||
move_elems_to: 'Premakni elemente v:',
|
||||
move_selected: 'Premakne elemente v drug sloj'
|
||||
},
|
||||
config: {
|
||||
image_props: 'image_props',
|
||||
doc_title: 'doc_title',
|
||||
doc_dims: 'doc_dims',
|
||||
included_images: 'included_images',
|
||||
image_opt_embed: 'image_opt_embed',
|
||||
image_opt_ref: 'image_opt_ref',
|
||||
editor_prefs: 'editor_prefs',
|
||||
icon_size: 'icon_size',
|
||||
language: 'language',
|
||||
background: 'background',
|
||||
editor_img_url: 'editor_img_url',
|
||||
editor_bg_note: 'editor_bg_note',
|
||||
icon_large: 'icon_large',
|
||||
icon_medium: 'icon_medium',
|
||||
icon_small: 'icon_small',
|
||||
icon_xlarge: 'icon_xlarge',
|
||||
select_predefined: 'select_predefined',
|
||||
units_and_rulers: 'units_and_rulers',
|
||||
show_rulers: 'show_rulers',
|
||||
base_unit: 'base_unit',
|
||||
grid: 'grid',
|
||||
snapping_onoff: 'snapping_onoff',
|
||||
snapping_stepsize: 'snapping_stepsize'
|
||||
image_props: 'Lastnosti slike',
|
||||
doc_title: 'Naslov',
|
||||
doc_dims: 'Dimenzije slike',
|
||||
included_images: 'Vključene slike',
|
||||
image_opt_embed: 'Vključene (local files)',
|
||||
image_opt_ref: 'Povezane (Use file reference)',
|
||||
editor_prefs: 'Lastnosti urejevalnika',
|
||||
icon_size: 'Velikost ikon',
|
||||
language: 'Jezik',
|
||||
background: 'Ozadje urejevalnika',
|
||||
editor_img_url: 'URL slike',
|
||||
editor_bg_note: 'OPOMBA: Ozdaje ne bo shranjeno s sliko.',
|
||||
icon_large: 'velike',
|
||||
icon_medium: 'srednje',
|
||||
icon_small: 'majhne',
|
||||
icon_xlarge: 'zelo velike',
|
||||
select_predefined: 'Izberi prednastavljeno:',
|
||||
units_and_rulers: 'Enote & ravnilo',
|
||||
show_rulers: 'Pokaži ravnilo',
|
||||
base_unit: 'Osnovne enote',
|
||||
grid: 'Mreža',
|
||||
snapping_onoff: 'Pripni na mrežo DA/NE',
|
||||
snapping_stepsize: 'Snapping Step-Size:'
|
||||
},
|
||||
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',
|
||||
invalidAttrValGiven: 'Napačna vrednost!',
|
||||
noContentToFitTo: 'Ni vsebine za prilagajanje',
|
||||
dupeLayerName: 'Sloj s tem imenom že obstajal!',
|
||||
enterUniqueLayerName: 'Vnesite edinstveno ime sloja',
|
||||
enterNewLayerName: 'Vnesite ime novega sloja',
|
||||
layerHasThatName: 'Sloje že ima to ime',
|
||||
QmoveElemsToLayer: "Premaknem izbrane elemente v sloj '%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!',
|
||||
QwantToClear: 'Ali želite počistiti risbo?\nTo bo izbrisalo tudi zgodovino korakov (ni mogoče razveljaviti)!',
|
||||
QwantToOpen: 'Ali želite odpreti novo datoteko?\nTo bo izbrisalo tudi zgodovino korakov (ni mogoče razveljaviti)!',
|
||||
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.',
|
||||
QignoreSourceChanges: 'Ignoriram spremembe, narejene v SVG kodi?',
|
||||
featNotSupported: 'Ni podprto',
|
||||
enterNewImgURL: 'Vnesite nov URL slike',
|
||||
defsFailOnSave: 'OPOMBA: Zaradi napake vašega brskalnika obstaja možnost, da ta slika ni prikazan pravilno (manjkajo določeni elementi ali gradient). Vseeno bo prikaz pravilen, ko bo slika enkrat shranjena.',
|
||||
loadingImage: 'Nalagam sliko, prosimo, počakajte ...',
|
||||
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',
|
||||
unsavedChanges: 'Obstajajo neshranjene spremembe.',
|
||||
enterNewLinkURL: 'Vnesite novo URL povezavo',
|
||||
errorLoadingSVG: 'Napaka: Ne morem naložiti SVG podatkov',
|
||||
URLloadFail: 'Ne morem naložiti z 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',
|
||||
|
||||
Reference in New Issue
Block a user