Created
November 26, 2014 15:16
-
-
Save NewAlexandria/784e2cc64f0d5c55c63d to your computer and use it in GitHub Desktop.
The unminified source of Lucidcharts, as of 2014-11-26
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
var h, ba = ba || {}, | |
ca = this; | |
function da(a) { | |
return void 0 !== a | |
} | |
function ha(a) { | |
a = a.split("."); | |
for (var b = ca, c; c = a.shift();) | |
if (null != b[c]) b = b[c]; | |
else return null; | |
return b | |
} | |
function ia() {} | |
function ja(a) { | |
a.Kb = function() { | |
return a.JU ? a.JU : a.JU = new a | |
} | |
} | |
function ka(a) { | |
var b = typeof a; | |
if ("object" == b) | |
if (a) { | |
if (a instanceof Array) return "array"; | |
if (a instanceof Object) return b; | |
var c = Object.prototype.toString.call(a); | |
if ("[object Window]" == c) return "object"; | |
if ("[object Array]" == c || "number" == typeof a.length && "undefined" != typeof a.splice && "undefined" != typeof a.propertyIsEnumerable && !a.propertyIsEnumerable("splice")) return "array"; | |
if ("[object Function]" == c || "undefined" != typeof a.call && "undefined" != typeof a.propertyIsEnumerable && !a.propertyIsEnumerable("call")) return "function" | |
} else return "null"; | |
else if ("function" == b && "undefined" == typeof a.call) return "object"; | |
return b | |
} | |
function n(a) { | |
return "array" == ka(a) | |
} | |
function la(a) { | |
var b = ka(a); | |
return "array" == b || "object" == b && "number" == typeof a.length | |
} | |
function s(a) { | |
return "string" == typeof a | |
} | |
function pa(a) { | |
return "boolean" == typeof a | |
} | |
function qa(a) { | |
return "number" == typeof a | |
} | |
function ra(a) { | |
return "function" == ka(a) | |
} | |
function sa(a) { | |
var b = typeof a; | |
return "object" == b && null != a || "function" == b | |
} | |
function ua(a) { | |
return a[va] || (a[va] = ++wa) | |
} | |
var va = "closure_uid_" + (1E9 * Math.random() >>> 0), | |
wa = 0; | |
function ya(a, b, c) { | |
return a.call.apply(a.bind, arguments) | |
} | |
function za(a, b, c) { | |
if (!a) throw Error(); | |
if (2 < arguments.length) { | |
var d = Array.prototype.slice.call(arguments, 2); | |
return function() { | |
var c = Array.prototype.slice.call(arguments); | |
Array.prototype.unshift.apply(c, d); | |
return a.apply(b, c) | |
} | |
} | |
return function() { | |
return a.apply(b, arguments) | |
} | |
} | |
function u(a, b, c) { | |
u = Function.prototype.bind && -1 != Function.prototype.bind.toString().indexOf("native code") ? ya : za; | |
return u.apply(null, arguments) | |
} | |
function Aa(a, b) { | |
var c = Array.prototype.slice.call(arguments, 1); | |
return function() { | |
var b = c.slice(); | |
b.push.apply(b, arguments); | |
return a.apply(this, b) | |
} | |
} | |
function Ba(a, b) { | |
for (var c in b) a[c] = b[c] | |
} | |
var Ca = Date.now || function() { | |
return +new Date | |
}; | |
function Da(a) { | |
if (ca.execScript) ca.execScript(a, "JavaScript"); | |
else if (ca.eval) | |
if (null == Ea && (ca.eval("var _et_ = 1;"), "undefined" != typeof ca._et_ ? (delete ca._et_, Ea = !0) : Ea = !1), Ea) ca.eval(a); | |
else { | |
var b = ca.document, | |
c = b.createElement("script"); | |
c.type = "text/javascript"; | |
c.defer = !1; | |
c.appendChild(b.createTextNode(a)); | |
b.body.appendChild(c); | |
b.body.removeChild(c) | |
} else throw Error("goog.globalEval not available"); | |
} | |
var Ea = null; | |
function v(a, b) { | |
var c = a.split("."), | |
d = ca; | |
c[0] in d || !d.execScript || d.execScript("var " + c[0]); | |
for (var e; c.length && (e = c.shift());) !c.length && da(b) ? d[e] = b : d = d[e] ? d[e] : d[e] = {} | |
} | |
function w(a, b) { | |
function c() {} | |
c.prototype = b.prototype; | |
a.Xb = b.prototype; | |
a.prototype = new c; | |
a.prototype.constructor = a; | |
a.EB = function(a, c, f) { | |
var g = Array.prototype.slice.call(arguments, 2); | |
return b.prototype[c].apply(a, g) | |
} | |
}; | |
function Fa(a) { | |
this.page = a | |
} | |
Fa.prototype.JD = function() { | |
return !1 | |
}; | |
Fa.prototype.parent = function() { | |
return null | |
}; | |
Fa.prototype.children = function() { | |
return this.page.getChildren() | |
}; | |
Fa.prototype.cl = function() { | |
return this.page | |
}; | |
function Ga(a) { | |
this.item = a; | |
this.parentElement = a.parent || a.page | |
} | |
Ga.prototype.JD = function() { | |
return !!this.parentElement | |
}; | |
Ga.prototype.parent = function() { | |
return this.parentElement | |
}; | |
Ga.prototype.children = function() { | |
return [] | |
}; | |
Ga.prototype.cl = function() { | |
return this.item | |
}; | |
function Ha(a, b) { | |
var c = a.V.getChildren(), | |
d = 0; | |
z(c || [], function(a) { | |
a != b && (a = a.getProperties().get("BoundingBox")) && d < a.y + a.h && (d = a.y + a.h) | |
}); | |
return d | |
} | |
function Ia(a) { | |
var b = a.ty ? a.ty.getProperties().get("height") : a.HV, | |
c = a.ty && a.ty.id, | |
d = Ka(a.viewport); | |
d.V.tf() ? (a = Ha(d, c), d = d.V.getProperties().get("Size"), b = new B(d.w / 2, a + 15 + b / 2)) : (b = a.viewport.qd()[0], b = new B(b.xa.x + b.xa.w / 2, b.xa.y + b.xa.h / 2)); | |
return b | |
}; | |
function La(a, b) { | |
if (this.V.Nb()) return null; | |
var c = this.V.ha(), | |
d = 14.14 / this.scale, | |
e = d * d, | |
f = this.V.getProperties().get("Rotation"); | |
if (f) { | |
var g = this.V.getProperties().get("BoundingBox"); | |
a = Ma(a, new B(g.x + g.w / 2, g.y + g.h / 2), -f) | |
} | |
if (a.x < c.x - d || a.y < c.y - d || a.x > c.x + c.w + d || a.y > c.y + c.h + d) return null; | |
if (Na(a, this.V.vb(new B(0, 0), !0)) < e) return { | |
action: "nw", | |
item: this.V | |
}; | |
if (Na(a, this.V.vb(new B(1, 0), !0)) < e) return { | |
action: "ne", | |
item: this.V | |
}; | |
if (Na(a, this.V.vb(new B(1, 1), !0)) < e) return { | |
action: "se", | |
item: this.V | |
}; | |
if (Na(a, this.V.vb(new B(0, | |
1), !0)) < e) return { | |
action: "sw", | |
item: this.V | |
}; | |
if (b) | |
for (c = this.V.Nf(), d = 0; d < c.length; d++) | |
if (Na(a, this.V.vb(c[d], !0)) < e) return { | |
action: "linkpoint", | |
item: this.V, | |
P4: c[d] | |
}; | |
return null | |
} | |
function Oa() { | |
return !1 | |
} | |
function Pa(a) { | |
var b = 2 * config.resizeHandleSize; | |
return Qa(a, this.vb(new B(0, 0))) < b | |
} | |
function Ra() { | |
return null | |
} | |
function Ta() { | |
return !1 | |
} | |
function Ua(a) { | |
a = a.prototype ? a.prototype : a; | |
a.pointInShape = Pa; | |
a.findLinkPoint = Ra; | |
a.rectTest = Ta; | |
a.tabletHitTest = La; | |
a.tabletRectTest = Oa; | |
a.noPrint = !0 | |
}; | |
function C(a, b) { | |
this.Action = a; | |
for (var c in b) this[c] = b[c] | |
}; | |
function Va(a) { | |
this.count = 24; | |
this.minIconSize = 16; | |
this.maxIconSize = 128; | |
this.xg(a || 0); | |
this.premium = 1 == Wa ? "nonpremium" : "0"; | |
Ya(this, 0) | |
} | |
Va.prototype.xg = function(a) { | |
2 == Wa && (a *= this.count); | |
this.offset = a | |
}; | |
function Ya(a, b) { | |
a.license = 1 == Wa ? b ? "1" : "0" : b ? "commercial" : "none" | |
} | |
function Za(a) { | |
var b = ["query"], | |
c = ""; | |
E($a[Wa - 1], function(d, e) { | |
-1 == b.indexOf(e) && (c += "&" + d + "=" + a[e]) | |
}); | |
return c | |
} | |
function ab(a, b) { | |
this.lL = b.count; | |
this.BY = b.offset; | |
this.AY = 1 == Wa ? this.lL * this.BY : this.BY; | |
this.DF = this.NG = 0; | |
this.icons = []; | |
this.l7 = a; | |
this.k7 = b | |
} | |
function bb(a, b, c, d, e) { | |
this.Mb = e; | |
this.id = a; | |
this.width = b; | |
this.height = c; | |
this.url = d | |
} | |
function cb() {} | |
cb.prototype.parse = function(a, b, c) { | |
var d = new ab(a, b); | |
a = c.searchresults; | |
z(a.icons, function(a) { | |
var b = a.size; | |
d.icons.push(new bb(a.id, b, b, decodeURI(a.image), a.tags)) | |
}); | |
d.NG = a.totalResults; | |
d.DF = d.NG - (d.AY + d.lL); | |
return d | |
}; | |
function db() {} | |
db.prototype.parse = function(a, b, c) { | |
var d = b.maxIconSize, | |
e = new ab(a, b); | |
z(c.icons, function(a) { | |
var b = a.icon_id, | |
c = a.tags, | |
l = eb(a.raster_sizes, function(a, b) { | |
return a.size_width < b.size_width && b.size_width <= d && b.size_height <= d ? b : a | |
}, { | |
size_width: 0, | |
size_height: 0, | |
formats: { | |
preview_url: "", | |
format: "png" | |
} | |
}); | |
a = l.size_width; | |
var m = l.size_height, | |
p = ["png", "jpg"], | |
l = fb(l.formats, function(a) { | |
return -1 != p.indexOf(a.format) | |
})[0].preview_url; | |
e.icons.push(new bb(b, a, m, l, c)) | |
}); | |
e.NG = c.total_count; | |
e.DF = e.NG - (e.AY + e.lL); | |
return e | |
}; | |
function gb(a) { | |
this.document = a; | |
this.start(jb, []) | |
} | |
gb.prototype.clear = function() { | |
this.start(jb, this.items) | |
}; | |
var jb = 7; | |
function kb(a) { | |
return 0 <= a.type && 3 >= a.type || 8 <= a.type && 11 >= a.type | |
} | |
function lb(a) { | |
return F([0, 1, 8], a.type) | |
} | |
function mb(a) { | |
return F([3, 2, 10], a.type) | |
} | |
function nb(a) { | |
return F([1, 2, 9], a.type) | |
} | |
function ob(a) { | |
return F([0, 3, 11], a.type) | |
} | |
function pb(a) { | |
return 5 == a.type && 0 != a.rotation || 0 != a.offset.x || 0 != a.offset.y | |
} | |
h = gb.prototype; | |
h.start = function(a, b) { | |
this.type = a; | |
this.items = b; | |
this.offset = new B(0, 0); | |
this.rotation = 0; | |
this.scale = 1; | |
this.WM = !1; | |
this.Pa = null | |
}; | |
h.Ii = function(a) { | |
this.offset = a | |
}; | |
h.Kp = function(a) { | |
this.scale = a | |
}; | |
function qb(a) { | |
Math.abs(a.offset.x) < Math.abs(a.offset.y) ? a.offset.x = 0 : a.offset.y = 0 | |
} | |
function rb(a, b) { | |
var c = []; | |
b ? z(a.items, function(a) { | |
a.page && a.page.R() == b.R() && c.push(a) | |
}) : c = a.items; | |
return c | |
} | |
function sb(a) { | |
var b = new G(0, 0, 0, 0); | |
if (0 == a.items.length) return b; | |
var c = tb(a.items), | |
d = 1 == a.items.length && a.items[0].ia && a.items[0].getProperties().get("Rotation"), | |
e = a.WM; | |
d && (c = a.items[0].ha(), e || (e = !!a.items[0].getProperties().get("AspectRatio"))); | |
var f = J(a.offset); | |
e && kb(a) && (e = c.w / c.h, d && (f = ub(f, -d)), F([0, 2], a.type) ? f = vb(f, new B(0, 0), new B(e, 1), !0) : F([1, 3], a.type) && (f = vb(f, new B(0, 0), new B(-e, 1), !0)), d && (f = ub(f, d))); | |
4 == a.type && (b.x = f.x, b.y = f.y); | |
mb(a) && (b.h = f.y); | |
lb(a) && (b.h = -f.y, b.y = f.y); | |
nb(a) && (b.w = | |
f.x); | |
ob(a) && (b.w = -f.x, b.x = f.x); | |
6 == a.type && (b.x = c.w * (1 - a.scale) * .5, b.y = c.h * (1 - a.scale) * .5, b.w = -(c.w * (1 - a.scale)), b.h = -(c.h * (1 - a.scale))); | |
if (kb(a)) { | |
var g = a.items[0].minWidth || 20, | |
b = a.items[0].minHeight || 20; | |
a.WM && (e = c.w / c.h, 1 < e ? g = b * e : b = g / e); | |
var k = f.x, | |
l = f.y; | |
d && (f = new B(-Math.sin(d), Math.cos(d)), e = new B(k, l), k = wb(new B(Math.cos(d), Math.sin(d)), e), l = wb(f, e)); | |
var f = Math.max(Math.min(k, c.w - g), c.w - 16777216), | |
e = Math.max(Math.min(l, c.h - b), c.h - 16777216), | |
m = Math.min(Math.max(k, g - c.w), 16777216 - c.w), | |
p = Math.min(Math.max(l, | |
b - c.h), 16777216 - c.h), | |
l = k = g = b = 0; | |
lb(a) && (g = e, l = -e); | |
mb(a) && (l = p); | |
ob(a) && (b = f, k = -f); | |
nb(a) && (k = m); | |
d && (f = new B(nb(a) ? 0 : 1, mb(a) ? 0 : 1), a = a.items[0].vb(f), c = xb(c, new G(b, g, k, l)), f = new B(c.x + c.w * f.x, c.y + c.h * f.y), f = Ma(f, yb(c), d), b -= f.x - a.x, g -= f.y - a.y); | |
b = new G(b, g, k, l) | |
} | |
return b | |
} | |
function zb(a, b, c, d) { | |
if (a.type == jb) return a.Pa || {}; | |
if (5 == a.type && 0 == a.rotation) return {}; | |
if ((4 == a.type || kb(a)) && !pb(a)) return {}; | |
var e = rb(a, d); | |
if (0 == e.length) return {}; | |
d = e[0].page; | |
var f = tb(e), | |
g = sb(a), | |
k = Object.freeze(e.map(function(a) { | |
return a.R() | |
})); | |
if (kb(a) && 1 == a.items.length && a.items[0].ia && 0 != a.items[0].getProperties().get("Rotation")) return a.items[0].fg(null, g, { | |
top: mb(a), | |
right: ob(a), | |
bottom: lb(a), | |
left: nb(a) | |
}, null, k, 4 == a.type); | |
if (b && 5 != a.type) { | |
var l = d.getProperties().get("GridSpacing"), | |
m = function(a) { | |
a.yk && | |
a.yk < l && (l = a.yk) | |
}; | |
e.forEach(function(a) { | |
a.Sm ? a.Sm().forEach(m) : m(a) | |
}); | |
var p = xb(f, g), | |
p = Ab(d, p, c ? l : 0, { | |
yB: mb(a), | |
xB: ob(a), | |
tB: lb(a), | |
vB: nb(a), | |
Ym: k | |
}), | |
g = Bb(p, f); | |
g.data = p.data; | |
4 == a.type && (g.w = 0, g.h = 0, 0 == a.offset.x && (g.x = 0), 0 == a.offset.y && (g.y = 0)) | |
} | |
var q = {}; | |
z(e, function(c) { | |
var d = []; | |
if (5 == a.type) d.push(c.sx(1 == e.length ? null : f, a.rotation)); | |
else if (0 != g.x || 0 != g.y || 0 != g.w || 0 != g.h) { | |
var l; | |
l = b ? function(a, b, d, e, f, g, k) { | |
return Ab(c.page, a, b, { | |
yB: d, | |
xB: e, | |
tB: f, | |
vB: g, | |
Ym: k | |
}) | |
} : function(a) { | |
return new G(a.x, a.y, a.w, a.h) | |
}; | |
d.push(c.fg(f, | |
g, { | |
top: mb(a), | |
right: ob(a), | |
bottom: lb(a), | |
left: nb(a) | |
}, l, k, 4 == a.type)) | |
} | |
z(d, function(a) { | |
for (var b in a) | |
if (b in q) | |
for (var c in a[b]) q[b][c] = a[b][c]; | |
else q[b] = a[b] | |
}) | |
}); | |
return q | |
} | |
h.ca = function(a) { | |
var b = this.document.ca(a); | |
b || (b = Cb(this.items, function(b) { | |
return b.R() == a | |
})); | |
return b | |
}; | |
function Db(a, b) { | |
var c = {}, | |
d = zb(a, b, !Eb(), void 0); | |
E(d, function(b, d) { | |
var g = a.ca(d); | |
g && (E(b, function(a, b) { | |
g.getProperties().set(b, a) | |
}), g.page && (c[g.page.R()] = !0)) | |
}); | |
L.set("pages.changed", c) | |
} | |
h.apply = function(a) { | |
var b = this; | |
a = zb(this, a, !Eb()); | |
E(a, function(a, d) { | |
E(a, function(a, c) { | |
b.document.ba(new C("SetProperty", { | |
id: d, | |
Property: c, | |
Value: a | |
})) | |
}) | |
}); | |
this.clear() | |
}; | |
function Fb(a) { | |
this.oj = [ | |
[0, 0] | |
]; | |
this.content = Gb(a, "helvetica") | |
} | |
Fb.prototype.Uc = function(a) { | |
if (0 > a) return [0, 0]; | |
if (a >= this.oj.length) | |
for (var b = this.oj.length; b <= a; b++) { | |
var c = this.oj[this.oj.length - 1]; | |
this.oj.push([c[1] + 1, c[1] + 1]) | |
} | |
return this.oj[a] | |
}; | |
Fb.prototype.Ii = function(a, b) { | |
this.oj[a] = b | |
}; | |
function Hb(a, b, c, d) { | |
a.Uc(b); | |
for (var e = b; e < a.oj.length; e++) { | |
var f = a.Uc(e); | |
e != b || d ? a.Ii(e, [f[0] + c, f[1] + c]) : a.Ii(e, [f[0], f[1] + c]) | |
} | |
} | |
function Jb(a, b) { | |
z(b.f || [], function(b) { | |
if ("i" == b.f) { | |
var d; | |
for (d = 0; a.Uc(d)[1] < b.p[1]; d++); | |
Hb(a, d, b.p[0].length) | |
} else if ("d" == b.f) { | |
for (d = 0; a.Uc(d)[1] < b.p[0]; d++); | |
var e = b.p[1] - b.p[0]; | |
b = b.p[0]; | |
a.Uc(d + e + 1); | |
null == b && (b = 0); | |
for (var f = a.Uc(d - 1), g = d; g < a.oj.length; g++) { | |
var k = a.Uc(g), | |
k = [g == d ? k[0] : Math.max(0, k[0] - e, f[1], b), Math.max(0, k[1] - e, f[1], b)]; | |
a.Ii(g, k); | |
f = k | |
} | |
} | |
}); | |
a.content.ba(b) | |
} | |
function Kb(a, b) { | |
b.c = a.Uc(b.c)[1]; | |
null != b.a && (b.a = a.Uc(b.a)[1]); | |
z(b.f || [], function(b) { | |
var d = J(b); | |
if ("i" == b.f) b.p[1] = a.Uc(b.p[1])[1]; | |
else if ("d" == b.f || "s" == b.f) null == b.p[1] ? (0 < b.p[0] && a.Uc(b.p[0])[1] == a.Uc(b.p[0] - 1)[1] && (b.p[2] = {}), b.p[0] = a.Uc(b.p[0])[0]) : (b.p[0] = a.Uc(b.p[0])[1], b.p[1] = a.Uc(b.p[1])[0]); | |
if ("d" == d.f) { | |
b = d.p[0]; | |
for (var d = d.p[1], e = a.Uc(b)[1], e = a.Uc(d)[0] - e, f = d; f < a.oj.length; f++) { | |
var g = a.Uc(f); | |
a.Ii(f, [g[0] - e, g[1] - e]) | |
} | |
a.oj.splice(b, d - b) | |
} else if ("i" == d.f) | |
for (b = d.p[1], d = d.p[0].length, a.Uc(b + | |
1), Hb(a, b + 1, d, !0), e = b + 1; e <= b + d; e++) f = a.Uc(e - 1), a.oj.splice(e, 0, [f[1] + 1, f[1] + 1]) | |
}); | |
delete b.r; | |
a.content.ba(b) | |
}; | |
function Lb(a, b, c) { | |
this.content = a; | |
this.start = b; | |
this.end = c; | |
this.pz = c - b; | |
this.Ha = M(a.Ha, function(b) { | |
return new Mb(a, b) | |
}); | |
b = Nb(this); | |
this.r5 = Qb(M(b, function(a) { | |
return a.s9 | |
})); | |
this.c7 = Qb(M(b, function(a) { | |
return a.mK() | |
})) | |
} | |
Lb.prototype.Tt = function() { | |
return this.content | |
}; | |
Lb.prototype.pi = function() { | |
return this.end | |
}; | |
function Rb(a) { | |
return 0 == a.start || "\n" == a.content.De().charAt(a.start - 1) | |
} | |
function Sb(a) { | |
return a.content.De().lastIndexOf("\n") + 1 <= a.start | |
} | |
function Nb(a) { | |
var b = Ub(a.Ha, function(b) { | |
var d = null == b.end ? "paragraph-" : ""; | |
return d = b.start < a.start ? b.pi() <= a.start ? d + "before" : b.pi() <= a.pi() ? d + "overlap-before" : d + "overlap" : b.start < a.pi() ? b.pi() <= a.pi() ? d + "contained" : d + "overlap-after" : d + "after" | |
}); | |
return Vb(Wb(b, function(b, d) { | |
return "before" == d ? new Xb(b) : "contained" == d ? new Yb(b) : "after" == d ? new bc(b, a) : "overlap-before" == d ? new cc(b, a) : "overlap-after" == d ? new dc(b, a) : "overlap" == d ? new ec(b, a) : "paragraph-before" == d ? new gc(b) : "paragraph-contained" == d ? new ic(b, | |
a) : "paragraph-after" == d ? new jc(b, a) : "paragraph-overlap" == d ? new lc(b) : "paragraph-overlap-before" == d ? new nc(b) : "paragraph-overlap-after" == d ? new oc(b, a) : new pc(b) | |
})) | |
} | |
Lb.prototype.mK = function() { | |
return this.c7 | |
}; | |
function qc(a, b) { | |
this.s9 = a; | |
this.removed = b | |
} | |
qc.prototype.mK = function() { | |
return this.removed | |
}; | |
function pc(a) { | |
a = M(a, function(a) { | |
return rc(a) | |
}); | |
qc.call(this, a, []) | |
} | |
w(pc, qc); | |
function Xb(a) { | |
a = M(a, function(a) { | |
return rc(a) | |
}); | |
qc.call(this, a, []) | |
} | |
w(Xb, qc); | |
function Yb(a) { | |
a = M(a, function(a) { | |
return rc(a) | |
}); | |
qc.call(this, [], a) | |
} | |
w(Yb, qc); | |
function bc(a, b) { | |
var c = M(a, function(a) { | |
a.start -= b.pz; | |
a.end -= b.pz; | |
return rc(a) | |
}); | |
qc.call(this, c, []) | |
} | |
w(bc, qc); | |
function cc(a, b) { | |
var c = [], | |
d = []; | |
z(a, function(a) { | |
c.push(new sc(a.start, b.start, a.getName(), a.getValue())); | |
d.push(new sc(b.start, a.pi(), a.getName(), a.getValue())) | |
}, this); | |
qc.call(this, c, d) | |
} | |
w(cc, qc); | |
function dc(a, b) { | |
var c = [], | |
d = []; | |
z(a, function(a) { | |
c.push(new sc(b.start, a.pi() - b.pz, a.getName(), a.getValue())); | |
d.push(new sc(a.start, b.pi(), a.getName(), a.getValue())) | |
}, this); | |
qc.call(this, c, d) | |
} | |
w(dc, qc); | |
function ec(a, b) { | |
var c = [], | |
d = []; | |
z(a, function(a) { | |
c.push(new sc(a.start, a.pi() - b.pz, a.getName(), a.getValue())); | |
d.push(new sc(b.start, b.pi(), a.getName(), a.getValue())) | |
}, this); | |
qc.call(this, c, d) | |
} | |
w(ec, qc); | |
function gc(a) { | |
a = M(a, function(a) { | |
return rc(a) | |
}); | |
qc.call(this, a, []) | |
} | |
w(gc, qc); | |
function ic(a, b) { | |
var c = [], | |
d = [], | |
e = Sb(b); | |
z(a, function(a) { | |
-1 === ["pageBreak", "columnBreak", "ordinal"].indexOf(a.name) && !e || a.start != b.start ? d.push(rc(a)) : c.push(rc(a)) | |
}); | |
qc.call(this, c, d) | |
} | |
w(ic, qc); | |
function jc(a, b) { | |
var c = [], | |
d = []; | |
z(a, function(a) { | |
a.start != b.pi() || Rb(b) ? (a = rc(a), a.start -= b.pz, c.push(a)) : d.push(rc(a)) | |
}, this); | |
qc.call(this, c, d) | |
} | |
w(jc, qc); | |
function lc(a) { | |
a = M(a, function(a) { | |
return rc(a) | |
}); | |
qc.call(this, a, []) | |
} | |
w(lc, qc); | |
function nc(a) { | |
a = M(a, function(a) { | |
return rc(a) | |
}); | |
qc.call(this, a, []) | |
} | |
w(nc, qc); | |
function oc(a, b) { | |
var c = [], | |
d = []; | |
Rb(b) ? c = M(a, function(a) { | |
return new sc(b.start, null, a.getName(), a.getValue()) | |
}) : d = M(a, function(a) { | |
return rc(a) | |
}); | |
qc.call(this, c, d) | |
} | |
w(oc, qc); | |
function tc(a, b, c, d, e, f) { | |
var g = {}, | |
k = this.ha(); | |
a || (a = k); | |
var l = xb(a, b), | |
m = yb(k), | |
m = new B((m.x - a.x) / a.w * l.w + l.x, (m.y - a.y) / a.h * l.h + l.y), | |
p = l.w / a.w, | |
l = l.h / a.h; | |
g[this.R()] = { | |
BoundingBox: new G(m.x - k.w * p / 2, m.y - k.h * l / 2, k.w * p, k.h * l) | |
}; | |
if (!this.get("Magnetize") || !1 === f) return g; | |
var q = client && client.K.viewport; | |
this.vS(function() { | |
q && q.selection.Gd(this.R()) || (g[this.R()] = uc.prototype.fg.call(this, a, b, c, d, e, f)[this.R()]) | |
}); | |
return g | |
} | |
function vc() { | |
this.getProperties().register("Magnetize", !0) | |
} | |
function wc(a) { | |
function b(a) { | |
return a.Ba || a.parent && b(a.parent) | |
} | |
var c = this, | |
d = c.k2(c.R()), | |
e = c.get("Rotation"); | |
e && (d = xc(d, e)); | |
c.page && c.page.Jb(function() { | |
if (!this.qa && !b(this)) { | |
var e = this.Bh(); | |
if (yc(e, d) && this.id != c.id && "stop" == a.call(this)) return "stop" | |
} | |
}) | |
} | |
function zc(a, b) { | |
var c = a.prototype ? a.prototype : a; | |
a.isContainer = !0; | |
c.eachSubItem = wc; | |
c.getOffsetProperties = tc; | |
c.k2 = b; | |
c.fO = vc | |
}; | |
function Ac(a) { | |
this.viewport = a; | |
this.ur = {}; | |
var b = this; | |
L("page.deleted", function(a) { | |
b.ur[a] && b.remove(a) | |
}); | |
L("document.itemDeleted", function(a) { | |
b.ur[a] && b.remove(a) | |
}) | |
} | |
Ac.prototype.add = function(a) { | |
this.ur[a.Hc] || (this.ur[a.Hc] = []); | |
this.ur[a.Hc].push(a) | |
}; | |
Ac.prototype.remove = function(a) { | |
delete this.ur[a] | |
}; | |
function Dc(a, b, c) { | |
this.id = a; | |
this.document = b; | |
this.Lc = []; | |
this.status = Ec; | |
this.Hc = null; | |
this.ju = !1; | |
this.Mc = new Date(c) | |
} | |
Dc.prototype.Et = function(a) { | |
for (var b = -1, c = 0; c < this.Lc.length; c++) | |
if (this.Lc[c].id == a) { | |
b = c; | |
break | |
} | |
if (-1 == b) return !1; | |
this.Lc.splice(b, 1) | |
}; | |
Dc.prototype.jq = function(a) { | |
this.Lc.push(a) | |
}; | |
Dc.prototype.Zd = function(a) { | |
this.status = a | |
}; | |
var Ec = 0; | |
function Fc(a) { | |
this.xi = !0; | |
this.$y = this.Zr = null; | |
this.dq = "fill"; | |
this.fq = "/img/logo.jpg"; | |
this.Ss = this.bq = null; | |
a && (a.jg ? (this.Zr = a, this.clone(a.HM)) : a.bk ? (this.$y = a, this.clone(a.HM)) : sa(a) && this.Mg(a)) | |
} | |
h = Fc.prototype; | |
h.tg = function(a) { | |
return a ? (this.dq = a, this) : this.dq | |
}; | |
h.url = function(a) { | |
return a ? (this.fq = a, this) : this.fq | |
}; | |
h.SA = function(a) { | |
if (void 0 === a) return J(this.Ss); | |
this.Ss = J(a); | |
return this | |
}; | |
h.clone = function(a) { | |
if (!a) return this; | |
this.dq = a.tg(); | |
this.fq = a.url(); | |
this.Ss = J(a.SA()); | |
this.bq = J(a.bq); | |
return this | |
}; | |
h.serialize = function() { | |
var a = { | |
pos: this.dq, | |
url: this.fq, | |
FX: J(this.Ss) | |
}; | |
this.bq && (a.bb = Gc(this.bq)); | |
return a | |
}; | |
h.Mg = function(a) { | |
this.dq = a.pos || this.dq; | |
this.fq = a.url || this.fq; | |
this.Ss = a.FX || this.Ss; | |
a.bb && (this.bq = a.bb); | |
return this | |
}; | |
h.key = function() { | |
var a = []; | |
a.push("pos", this.dq, "url", this.fq, "bb", this.bq); | |
return a.join("|") | |
}; | |
h.Mm = function(a) { | |
return a.xi && a.key() == this.key() && Hc(a.SA(), this.SA()) | |
}; | |
function Ic(a, b, c, d) { | |
var e = [], | |
f = a.tg(); | |
a = a.bq || b; | |
if ("stretch" == f) e.push(a); | |
else if ("fit" == f) e.push(Jc(new G(0, 0, c, d), a)); | |
else if ("fill" == f) e.push(Kc(new G(0, 0, c, d), a)); | |
else if ("original" == f) e.push(Mc(new G(0, 0, c, d), a)); | |
else if ("tile" == f) | |
for (f = a.x; f < a.x + a.w; f += c || 100) | |
for (b = a.y; b < a.y + a.h; b += d || 100) e.push(new G(f, b, c, d)); | |
else sa(f) && ("pin" in f ? (c = f.pin, d = f.size, d = { | |
w: a.w / d.w, | |
h: (f.stretch ? a.h : a.w) / d.h | |
}, f = new G(a.x + a.w / 2 - d.w * c.x, a.y + a.h / 2 - d.h * c.y, d.w, d.h, f.rotation ? a.data = { | |
rotation: f.rotation | |
} : {}), e.push(f)) : | |
n(f) ? e = e.concat(f) : e.push(f)); | |
return e | |
}; | |
function Nc(a, b) { | |
return a.getProperties().get(b) | |
} | |
function Oc(a, b, c, d, e) { | |
var f = !0; | |
if (d) a.getProperties().set(b, c); | |
else { | |
d = a.MU ? a : a.document; | |
if (!e && Hc(c, a.get(b))) return !1; | |
f = d.ba(new C("SetProperty", { | |
id: a.MU ? null : a.R(), | |
Property: b, | |
Value: c | |
})) | |
} | |
return f | |
} | |
function Pc(a, b) { | |
var c = null; | |
a.eg && (c = a.eg[b]); | |
return c | |
} | |
function Qc(a, b, c) { | |
a.eg || (a.eg = {}); | |
var d = a.eg[b]; | |
a.eg[b] = c; | |
L.set("ephemeralproperty.set", { | |
id: a.R(), | |
name: b, | |
newValue: c, | |
oldValue: d | |
}) | |
}; | |
function Rc() { | |
this.Lp = function() {} | |
}; | |
function Sc(a, b) { | |
var c = null; | |
if (this.V.Nb()) return c; | |
var d = this.V.ha(), | |
e = 14.14 / this.scale, | |
f = e * e, | |
g = this.V.getProperties().get("Rotation"); | |
if (g) { | |
var k = this.V.getProperties().get("BoundingBox"); | |
a = Ma(a, new B(k.x + k.w / 2, k.y + k.h / 2), -g) | |
} | |
if (a.x < d.x - e || a.y < d.y - e || a.x > d.x + d.w + e || a.y > d.y + d.h + e) return null; | |
if (Na(a, this.V.vb(new B(0, 0), !0)) < f) return { | |
action: "nw", | |
item: this.V | |
}; | |
if (Na(a, this.V.vb(new B(1, 0), !0)) < f) return { | |
action: "ne", | |
item: this.V | |
}; | |
if (Na(a, this.V.vb(new B(1, 1), !0)) < f) return { | |
action: "se", | |
item: this.V | |
}; | |
if (Na(a, | |
this.V.vb(new B(0, 1), !0)) < f) return { | |
action: "sw", | |
item: this.V | |
}; | |
if (b) | |
for (g = this.V.Nf(), d = 0; d < g.length; d++) | |
if (Na(a, this.V.vb(g[d], !0)) < f) return { | |
action: "linkpoint", | |
item: this.V, | |
P4: g[d] | |
}; | |
f = this.V.getEdgeLines(); | |
for (d = 0; d < f.length; d++) Tc(a, f[d][0], f[d][1]) < e && (c = { | |
item: this.V, | |
action: "move" | |
}); | |
return c | |
} | |
function Uc(a) { | |
var b = this.V.getEdgeLines(), | |
c = this.V.getProperties().get("Rotation"), | |
d = xc(this.V.ha(), c); | |
if (yc(d, a)) return !0; | |
if (c) { | |
var d = this.V.getProperties().get("BoundingBox"), | |
e = new B(d.x + d.w / 2, d.y + d.h / 2), | |
d = Ma(new B(a.x, a.y), e, -c), | |
f = Ma(new B(a.x + a.w, a.y), e, -c), | |
g = Ma(new B(a.x + a.w, a.y + a.h), e, -c); | |
a = Ma(new B(a.x, a.y + a.h), e, -c); | |
for (c = 0; c < b.length; c++) | |
if (Vc(b[c][0], b[c][1], d, f) || Vc(b[c][0], b[c][1], f, g) || Vc(b[c][0], b[c][1], g, a) || Vc(b[c][0], b[c][1], a, d)) return !0 | |
} else | |
for (c = 0; c < b.length; c++) | |
if (b[c][0].x >= | |
a.x && b[c][0].x <= a.x + a.w && b[c][0].y >= a.y && b[c][0].y <= a.y + a.h || Vc(b[c][0], b[c][1], new B(a.x, a.y), new B(a.x + a.w, a.y)) || Vc(b[c][0], b[c][1], new B(a.x + a.w, a.y), new B(a.x + a.w, a.y + a.h)) || Vc(b[c][0], b[c][1], new B(a.x + a.w, a.y + a.h), new B(a.x, a.y + a.h)) || Vc(b[c][0], b[c][1], new B(a.x, a.y + a.h), new B(a.x, a.y))) return !0; return !1 | |
} | |
function Wc(a) { | |
var b = Xc(this, a), | |
c = this.ha(); | |
if (!Yc(b, Zc(c, 10)) || Qa(a, this.vb(new B(0, 0), !0)) < config.resizeHandleSize || Qa(a, this.vb(new B(1, 0), !0)) < config.resizeHandleSize || Qa(a, this.vb(new B(1, 1), !0)) < config.resizeHandleSize || Qa(a, this.vb(new B(0, 1), !0)) < config.resizeHandleSize) return !1; | |
b = this.getEdgeLines(); | |
for (c = 0; c < b.length; c++) | |
if (10 > Tc(a, b[c][0], b[c][1])) return !0; | |
return !1 | |
} | |
function $c(a) { | |
var b = this.getEdgeLines(), | |
c = this.getProperties().get("Rotation"), | |
d = xc(this.ha(), c); | |
if (yc(d, a)) return !0; | |
if (c) { | |
var d = this.getProperties().get("BoundingBox"), | |
e = new B(d.x + d.w / 2, d.y + d.h / 2), | |
d = Ma(new B(a.x, a.y), e, -c), | |
f = Ma(new B(a.x + a.w, a.y), e, -c), | |
g = Ma(new B(a.x + a.w, a.y + a.h), e, -c); | |
a = Ma(new B(a.x, a.y + a.h), e, -c); | |
for (c = 0; c < b.length; c++) | |
if (Vc(b[c][0], b[c][1], d, f) || Vc(b[c][0], b[c][1], f, g) || Vc(b[c][0], b[c][1], g, a) || Vc(b[c][0], b[c][1], a, d)) return !0 | |
} else | |
for (c = 0; c < b.length; c++) | |
if (b[c][0].x >= a.x && b[c][0].x <= | |
a.x + a.w && b[c][0].y >= a.y && b[c][0].y <= a.y + a.h || Vc(b[c][0], b[c][1], new B(a.x, a.y), new B(a.x + a.w, a.y)) || Vc(b[c][0], b[c][1], new B(a.x + a.w, a.y), new B(a.x + a.w, a.y + a.h)) || Vc(b[c][0], b[c][1], new B(a.x + a.w, a.y + a.h), new B(a.x, a.y + a.h)) || Vc(b[c][0], b[c][1], new B(a.x, a.y + a.h), new B(a.x, a.y))) return !0; return !1 | |
} | |
function bd() { | |
for (var a = [], b = this.Wc(), c = 0, d = 0, e = 0, f = 0, g = 0; g < b.length; g++) | |
for (var k = 0; b[g].Actions && k < b[g].Actions.length; k++) { | |
var l = b[g].Actions[k]; | |
if ("move" == l.Action) c = l.x, d = l.y, 0 == k && (e = l.x, f = l.y); | |
else if ("line" == l.Action) a.push([{ | |
x: c, | |
y: d | |
}, { | |
x: l.x, | |
y: l.y | |
}]), c = l.x, d = l.y; | |
else if ("curve" == l.Action) { | |
c = [{ | |
x: c, | |
y: d, | |
nx: l.Control[0].x1 - c, | |
ny: l.Control[0].y1 - d | |
}]; | |
for (d = 0; d < l.Control.length; d++) c.push({ | |
x: l.Control[d].x3, | |
y: l.Control[d].y3, | |
nx: l.Control[d].x3 - l.Control[d].x2, | |
ny: l.Control[d].y3 - l.Control[d].y2 | |
}); | |
l = cd(c, function() { | |
return Math.PI / 12 | |
}); | |
for (c = 0; c < l.length - 1; c++) a.push([l[c], l[c + 1]]); | |
c = l[l.length - 1].x; | |
d = l[l.length - 1].y | |
} else "close" == l.Action && (a.push([{ | |
x: c, | |
y: d | |
}, { | |
x: e, | |
y: f | |
}]), c = e, d = f) | |
} | |
return a | |
} | |
function dd(a) { | |
a = a.prototype ? a.prototype : a; | |
a.pointInShape = Wc; | |
a.rectTest = $c; | |
a.getEdgeLines = bd; | |
a.tabletHitTest = Sc; | |
a.tabletRectTest = Uc | |
} | |
v("lucid.model.Hollow.extend", dd); | |
function ed(a, b, c, d, e, f) { | |
var g = {}, | |
k = this.ha(); | |
a || (a = k); | |
if (0 < a.w && 0 < a.h) var l = xb(a, b), | |
m = yb(k), | |
m = new B((m.x - a.x) / a.w * l.w + l.x, (m.y - a.y) / a.h * l.h + l.y), | |
p = l.w / a.w, | |
l = l.h / a.h, | |
k = new G(m.x - k.w * p / 2, m.y - k.h * l / 2, k.w * p, k.h * l); | |
else k = new G(0, 0, 0, 0); | |
g[this.R()] = { | |
BoundingBox: k | |
}; | |
if (!this.get("Magnetize") || !1 === f) return g; | |
var q = client && client.K.viewport; | |
this.vS(function() { | |
q && q.selection.Gd(this.R()) || (g[this.R()] = uc.prototype.fg.call(this, a, b, c, d, e, f)[this.R()]) | |
}); | |
return g | |
} | |
function fd() { | |
this.getProperties().register("Magnetize", !0) | |
} | |
function gd(a) { | |
function b(a) { | |
return a.Ba || a.parent && b(a.parent) | |
} | |
var c = this, | |
d = c.Bh(); | |
c.page && c.page.Jb(function() { | |
if (!this.qa && !b(this)) { | |
var e = this.Bh(); | |
if (yc(e, d) && this.id != c.id && "stop" == a.call(this)) return "stop" | |
} | |
}) | |
} | |
function hd(a) { | |
var b = a.prototype ? a.prototype : a; | |
dd(b); | |
a.isContainer = !0; | |
b.eachSubItem = gd; | |
b.getOffsetProperties = ed; | |
b.fO = fd | |
} | |
v("lucid.model.Container.extend", hd); | |
function id(a, b) { | |
return a && jd(a, b) ? a : null | |
} | |
function jd(a, b) { | |
switch (b) { | |
case "page": | |
return !!a.Hb; | |
case "group": | |
return !!a.qa; | |
case "layer": | |
return !!a.fL; | |
case "block": | |
return !!a.ia; | |
case "line": | |
return !!a.Xa; | |
case "item": | |
return !!a.qa || !!a.ia || !!a.Xa | |
} | |
return !1 | |
} | |
function kd(a) { | |
return id(a, "page") | |
} | |
function ld(a) { | |
return id(a, "group") | |
} | |
function od(a) { | |
return id(a, "block") | |
}; | |
function pd() { | |
this.cj = {}; | |
this.Da = {}; | |
this.Cg = {}; | |
this.ql = {} | |
} | |
pd.prototype.clear = function() { | |
this.cj = {}; | |
this.Da = {}; | |
this.Cg = {}; | |
this.ql = {} | |
}; | |
function qd(a) { | |
var b = new pd; | |
a.forEach(function(a) { | |
a.group ? b.Da[a.id] = a : a.Pb ? b.Cg[a.id] = a : rd(a.name) ? b.cj[a.name] = a : "Collaborator" == a.name && (b.ql[a.id] = a) | |
}); | |
return b | |
}; | |
function sd(a, b, c) { | |
var d = this; | |
this.item = this.pa = a; | |
this.key = this.name = b; | |
this.NA = !1; | |
a.ma[b] = this; | |
this.content = Gb(c); | |
this.content.onChange(function() { | |
td(a.getProperties(), "TextAreas", null, null); | |
d.content.aA(d.pa.document.get("Language")) | |
}); | |
this.oa = new ud(this.content, !0); | |
this.oa.pa = a; | |
this.oa.Va = this; | |
vd(this.oa, [{ | |
Wa: 1E6, | |
ab: 1E6, | |
$e: [], | |
ei: !0, | |
clip: !1, | |
vAlign: "top", | |
of: "left", | |
data: { | |
Va: this, | |
index: 0, | |
l8: !0 | |
} | |
}]); | |
this.CE = null | |
} | |
sd.prototype.Xt = function() { | |
return this.oa | |
}; | |
sd.prototype.kT = function() { | |
return this.content | |
}; | |
function wd(a) { | |
if (!a.CE) { | |
var b = xd(a.oa, 0), | |
c = a.pa.Pa.Pa.TextAreas.get(!0)[a.key]; | |
if (!c) return new G(0, 0, 1, 1); | |
a.CE = yd(a.pa, b, c.Location, c.Side) | |
} | |
return a.CE | |
} | |
sd.prototype.Uj = function() { | |
return [wd(this)] | |
}; | |
function zd(a) { | |
return a.pa.Pa.Pa.TextAreas.get(!0)[a.key].Side | |
}; | |
function Bd(a, b, c) { | |
this.Hc = a; | |
this.Wc = b; | |
this.Lp = c.Lp | |
}; | |
function Cd() { | |
this.DG = ""; | |
this.uY = this.OA = this.kt = !1 | |
} | |
function Dd(a, b) { | |
var c = []; | |
XRegExp.iterate(b, Ed(a), function(a, b, f, g) { | |
c.push({ | |
start: g.lastIndex - a[0].length, | |
end: g.lastIndex | |
}) | |
}); | |
return c | |
} | |
function Ed(a) { | |
var b = new Fd(a.DG); | |
a.kt || (b.options += "i"); | |
a.uY ? (b.qk = b.qk.replace(/[-[\]{}()*+?.,\\^$|#!$%&;:_~]/g, ".?"), b.qk = b.qk.replace(/\s+/g, "[^A-Za-z0-9]+")) : b.qk = b.qk.replace(/[-[\]{}()*+?.,\\^$|#]/g, "\\$&"); | |
a.OA && (b.qk = "\\b" + b.qk + "\\b"); | |
return XRegExp(b.qk, b.options) | |
} | |
function Fd(a) { | |
this.qk = a; | |
this.options = "g" | |
}; | |
function Gd(a) { | |
if (!a || a.id) return a; | |
n(a.Text) && (a.Text = {}); | |
if (!a.BoundingBox) { | |
var b = Number.MAX_VALUE, | |
c = Number.MAX_VALUE, | |
d = Number.MIN_VALUE, | |
e = Number.MIN_VALUE, | |
f = function(a) { | |
b = Math.min(b, a.x); | |
c = Math.min(c, a.y); | |
d = Math.max(d, a.x); | |
e = Math.max(e, a.y) | |
}; | |
z(a.Shapes || [], function(a) { | |
z(a.Points || [], f); | |
z(a.Lines || [], function(b) { | |
b.n1 && f(Hd(a.Points[b.p1], b.n1)); | |
b.n2 && f(Hd(a.Points[b.p2], b.n2)) | |
}) | |
}); | |
for (var g in a.Text) var k = a.Text[g], | |
b = Math.min(b, k.x), | |
c = Math.min(c, k.y), | |
d = Math.max(d, k.x + k.w), | |
e = Math.max(e, k.y + k.h); | |
z(a.LinkPoints || [], f); | |
a.BoundingBox = { | |
x: b, | |
y: c, | |
w: d - b, | |
h: e - c | |
} | |
} | |
return a | |
} | |
var Id = { | |
Shapes: [{ | |
FillColor: "prop", | |
StrokeColor: "prop", | |
LineWidth: "prop", | |
Points: [{ | |
x: 0, | |
y: 0 | |
}, { | |
x: 0, | |
y: 1 | |
}, { | |
x: 1, | |
y: 1 | |
}, { | |
x: 1, | |
y: 0 | |
}], | |
Lines: [{ | |
p1: 0, | |
p2: 1 | |
}, { | |
p1: 1, | |
p2: 2 | |
}, { | |
p1: 2, | |
p2: 3 | |
}, { | |
p1: 3, | |
p2: 0 | |
}] | |
}], | |
Text: { | |
t0: { | |
Default: '{"t":"","m":[]} ', | |
x: 0, | |
y: 0, | |
w: 1, | |
h: 1, | |
TextVAlign: "middle", | |
rotation: 0 | |
} | |
}, | |
LinkPoints: [{ | |
x: 1, | |
y: .5 | |
}, { | |
x: .5, | |
y: 1 | |
}, { | |
x: .5, | |
y: 0 | |
}, { | |
x: 0, | |
y: .5 | |
}], | |
BoundingBox: { | |
x: 0, | |
y: 0, | |
w: 1, | |
h: 1 | |
} | |
}; | |
function Jd() { | |
this.gF = []; | |
this.JJ = []; | |
this.WC = this.vG = null | |
} | |
Jd.prototype.fF = function() { | |
return 0 == this.JJ.length | |
}; | |
function Kd() {} | |
Kd.prototype.xt = function() { | |
return new Jd | |
}; | |
function Ld(a) { | |
this.yp = {}; | |
this.current = null; | |
this.wN = a || new Kd | |
} | |
Ld.prototype.zM = function(a) { | |
if (this.current) this.current.gF.push(a); | |
else throw Error("Invalid State: must startNewResult before pass"); | |
}; | |
Ld.prototype.fail = function(a) { | |
if (this.current) this.current.JJ.push(a); | |
else throw Error("Invalid State: must startNewResult before fail"); | |
}; | |
function Md(a, b) { | |
a.yp[b] = a.wN.xt(); | |
a.current = a.yp[b]; | |
var c = a.current, | |
d = Ca(); | |
c.vG = d | |
} | |
Ld.prototype.serialize = function() { | |
var a = { | |
fF: 0, | |
total: 0, | |
cJ: {} | |
}; | |
E(this.yp, function(b, c) { | |
a.total++; | |
b.fF() && a.fF++; | |
var d = b.JJ; | |
a.cJ[c] = { | |
gF: b.gF, | |
A1: 0 < d.length ? d[0] : null, | |
vG: b.vG || 0, | |
WC: b.WC || 0 | |
} | |
}); | |
return a | |
}; | |
function Nd(a) { | |
this.wN = a = a || new Kd | |
} | |
Nd.prototype.xt = function() { | |
return new Ld(this.wN) | |
}; | |
var Od = { | |
"android.js": { | |
AndroidButton: { | |
C: ["button", "android", "ui", "input"], | |
name: "AndroidButton" | |
}, | |
AndroidTextBox: { | |
C: ["ui", "input", "field", "text"], | |
name: "AndroidTextBox" | |
}, | |
AndroidRadioButton: { | |
C: ["button", "android", "ui", "radio", "input"], | |
name: "AndroidRadioButton" | |
}, | |
AndroidImageBlock: { | |
C: ["ui", "input", "android", "image"], | |
name: "AndroidImageBlock" | |
}, | |
AndroidTextBlock: { | |
C: ["ui", "input", "android", "image"], | |
name: "AndroidTextBlock" | |
}, | |
AndroidCheckBox: { | |
C: ["checkbox", "ui", "check", "input", "android"], | |
name: "AndroidCheckBox" | |
}, | |
AndroidToggle: { | |
C: ["android", "ui", "input", "toggle"], | |
name: "AndroidToggle" | |
}, | |
AndroidListItems: { | |
C: ["ui", "android", "list"], | |
name: "AndroidListItems" | |
}, | |
AndroidTabs: { | |
C: ["ui", "android", "tab"], | |
name: "AndroidTabs" | |
}, | |
AndroidActionBar: { | |
C: ["ui", "android", "bar"], | |
name: "AndroidActionBar" | |
}, | |
AndroidAlertDialog: { | |
C: ["ui", "android", "alert", "dialog"], | |
name: "AndroidAlertDialog" | |
}, | |
AndroidTimeDialog: { | |
C: ["ui", "android", "time", "dialog"], | |
name: "AndroidTimeDialog" | |
}, | |
AndroidDateDialog: { | |
C: ["ui", "android", "date", "dialog"], | |
name: "AndroidDateDialog" | |
}, | |
AndroidDevice: { | |
C: ["ui", "android", "device", "phone", "tablet"], | |
name: "AndroidDevice" | |
}, | |
AndroidBrowserBar: { | |
C: ["ui", "android", "browser", "bar"], | |
name: "AndroidBrowser" | |
}, | |
AndroidProgressBar: { | |
C: ["ui", "android", "progress", "bar"], | |
name: "AndroidProgressBar" | |
}, | |
AndroidSlider: { | |
C: ["ui", "android", "slider"], | |
name: "AndroidSlider" | |
}, | |
AndroidIconCheck: { | |
C: ["ui", "android", "icon", "Check"], | |
name: "AndroidIconCheck" | |
}, | |
AndroidIconBack: { | |
C: ["ui", "android", "icon", "Back"], | |
name: "AndroidIconBack" | |
}, | |
AndroidIconCancel: { | |
C: ["ui", "android", "icon", | |
"Cancel" | |
], | |
name: "AndroidIconCancel" | |
}, | |
AndroidIconCollapse: { | |
C: ["ui", "android", "icon", "Collapse"], | |
name: "AndroidIconCollapse" | |
}, | |
AndroidIconExpand: { | |
C: ["ui", "android", "icon", "Expand"], | |
name: "AndroidIconExpand" | |
}, | |
AndroidIconForward: { | |
C: ["ui", "android", "icon", "Forward"], | |
name: "AndroidIconForward" | |
}, | |
AndroidIconNext: { | |
C: ["ui", "android", "icon", "Next"], | |
name: "AndroidIconNext" | |
}, | |
AndroidIconPrevious: { | |
C: ["ui", "android", "icon", "Previous"], | |
name: "AndroidIconPrevious" | |
}, | |
AndroidIconRefresh: { | |
C: ["ui", "android", "icon", "Refresh"], | |
name: "AndroidIconRefresh" | |
}, | |
AndroidIconInformation: { | |
C: ["ui", "android", "icon", "Information"], | |
name: "AndroidIconInformation" | |
}, | |
AndroidIconHelp: { | |
C: ["ui", "android", "icon", "Help"], | |
name: "AndroidIconHelp" | |
}, | |
AndroidIconSearch: { | |
C: ["ui", "android", "icon", "Search"], | |
name: "AndroidIconSearch" | |
}, | |
AndroidIconSettings: { | |
C: ["ui", "android", "icon", "Settings"], | |
name: "AndroidIconSettings" | |
}, | |
AndroidIconDislike: { | |
C: ["ui", "android", "icon", "Dislike"], | |
name: "AndroidIconDislike" | |
}, | |
AndroidIconLike: { | |
C: ["ui", "android", "icon", "Like"], | |
name: "AndroidIconLike" | |
}, | |
AndroidIconDelete: { | |
C: ["ui", "android", "icon", "Delete"], | |
name: "AndroidIconDelete" | |
}, | |
AndroidIconCopy: { | |
C: ["ui", "android", "icon", "Copy"], | |
name: "AndroidIconCopy" | |
}, | |
AndroidIconCut: { | |
C: ["ui", "android", "icon", "Cut"], | |
name: "AndroidIconCut" | |
}, | |
AndroidIconPaste: { | |
C: ["ui", "android", "icon", "Paste"], | |
name: "AndroidIconPaste" | |
}, | |
AndroidIconTrash: { | |
C: ["ui", "android", "icon", "Trash"], | |
name: "AndroidIconTrash" | |
}, | |
AndroidIconEmail: { | |
C: ["ui", "android", "icon", "Email"], | |
name: "AndroidIconEmail" | |
}, | |
AndroidIconNew: { | |
C: ["ui", "android", "icon", "New"], | |
name: "AndroidIconNew" | |
}, | |
AndroidIconImage: { | |
C: ["ui", "android", "icon", "Image"], | |
name: "AndroidIconImage" | |
}, | |
AndroidIconUndo: { | |
C: ["ui", "android", "icon", "Undo"], | |
name: "AndroidIconUndo" | |
}, | |
AndroidIconSharing: { | |
C: ["ui", "android", "icon", "Sharing"], | |
name: "AndroidIconSharing" | |
}, | |
AndroidIconDownload: { | |
C: ["ui", "android", "icon", "Download"], | |
name: "AndroidIconDownload" | |
}, | |
AndroidIconError: { | |
C: ["ui", "android", "icon", "Error"], | |
name: "AndroidIconError" | |
}, | |
AndroidIconWarning: { | |
C: ["ui", "android", "icon", "Warning"], | |
name: "AndroidIconWarning" | |
}, | |
$b: ["Android Devices", "Android Dialogs", "Android Blocks", "Android Inputs", "Android Icons"] | |
}, | |
"bpmn2.js": { | |
BPMNEvent: { | |
C: ["bpmn", "business", "event"], | |
name: "Event", | |
wb: [{ | |
name: "Start Event", | |
C: [] | |
}, { | |
name: "Intermediate Event", | |
C: [] | |
}, { | |
name: "End Event", | |
C: [] | |
}] | |
}, | |
BPMNGateway: { | |
C: ["bpmn", "business", "gateway", "decision"], | |
name: "Gateway" | |
}, | |
BPMNActivity: { | |
C: "bpmn business task rectangle square activity".split(" "), | |
name: "Activity", | |
wb: [{ | |
name: "Task", | |
C: [] | |
}, { | |
name: "Transaction", | |
C: [] | |
}, { | |
name: "Event Sub-Process", | |
C: [] | |
}, { | |
name: "Call", | |
C: [] | |
}] | |
}, | |
BPMNData: { | |
C: ["bpmn", "business", "data"], | |
name: "Data Object" | |
}, | |
BPMNDataStore: { | |
C: ["bpmn", "business", "data", "store"], | |
name: "Data Store" | |
}, | |
BPMNConversation: { | |
C: ["bpmn", "business", "conversation"], | |
name: "Conversation", | |
wb: [{ | |
name: "Conversation", | |
C: [] | |
}, { | |
name: "Call Conversation", | |
C: [] | |
}] | |
}, | |
BPMNBlackPool: { | |
C: ["bpmn", "pool", "lane"], | |
name: "Pool (Black Box)" | |
}, | |
BPMNChoreography: { | |
C: ["bpmn", "business", "choreography"], | |
name: "Choreography" | |
}, | |
BPMNAdvancedPoolBlock: { | |
C: ["bpmn", "container", "pool", "lane"], | |
name: "Pool (White Box)" | |
}, | |
BPMNAdvancedPoolBlockRotated: { | |
C: ["bpmn", "container", "pool", "lane"], | |
name: "Pool (White Box)" | |
}, | |
$b: ["BPMN 2.0"] | |
}, | |
"bpmn.js": { | |
BPMNStartEvent: !0, | |
BPMNStartMessageEvent: !0, | |
BPMNStartTimerEvent: !0, | |
BPMNStartRuleEvent: !0, | |
BPMNStartLinkEvent: !0, | |
BPMNStartMultipleEvent: !0, | |
BPMNIntermediateEvent: !0, | |
BPMNIntermediateMessageEvent: !0, | |
BPMNIntermediateTimerEvent: !0, | |
BPMNIntermediateRuleEvent: !0, | |
BPMNIntermediateLinkEvent: !0, | |
BPMNIntermediateMultipleEvent: !0, | |
BPMNIntermediateCompensationEvent: !0, | |
BPMNIntermediateErrorEvent: !0, | |
BPMNIntermediateCancelEvent: !0, | |
BPMNEndEvent: !0, | |
BPMNEndMessageEvent: !0, | |
BPMNEndLinkEvent: !0, | |
BPMNEndMultipleEvent: !0, | |
BPMNEndCompensationEvent: !0, | |
BPMNEndErrorEvent: !0, | |
BPMNEndTerminateEvent: !0, | |
BPMNEndCancelEvent: !0, | |
BPMNDataBasedGateway: !0, | |
BPMNDataBasedGateway2: !0, | |
BPMNEventBasedGateway: !0, | |
BPMNInclusiveGateway: !0, | |
BPMNComplexGateway: !0, | |
BPMNParallelGateway: !0, | |
BPMNTask: !0, | |
BPMNMultipleInstanceTask: !0, | |
BPMNSubTask: !0, | |
BPMNLoopTask: !0, | |
$b: ["BPMN Events", "BPMN Gateways", "BPMN Tasks"] | |
}, | |
"cisco.js": { | |
Cisco_cisco_androgenous_person: { | |
C: ["cisco", | |
"network", "person", "androgenous", "person" | |
], | |
name: "androgenous person" | |
}, | |
Cisco_cisco_atm_switch: { | |
C: ["cisco", "network", "atm", "switch"], | |
name: "atm switch" | |
}, | |
Cisco_cisco_cloud: { | |
C: ["cisco", "network", "cloud"], | |
name: "cloud" | |
}, | |
Cisco_cisco_fileserver: { | |
C: ["cisco", "network", "fileserver"], | |
name: "fileserver" | |
}, | |
Cisco_cisco_firewall: { | |
C: ["cisco", "network", "firewall"], | |
name: "firewall" | |
}, | |
Cisco_cisco_generic_building: { | |
C: ["cisco", "network", "generic", "building"], | |
name: "generic building" | |
}, | |
Cisco_cisco_laptop: { | |
C: ["cisco", "network", | |
"laptop" | |
], | |
name: "laptop" | |
}, | |
Cisco_cisco_lock: { | |
C: ["cisco", "network", "lock"], | |
name: "lock" | |
}, | |
Cisco_cisco_microwebserver: { | |
C: ["cisco", "network", "server", "webserver", "microwebserver"], | |
name: "microwebserver" | |
}, | |
Cisco_cisco_pc: { | |
C: ["cisco", "network", "pc"], | |
name: "pc" | |
}, | |
Cisco_cisco_pda: { | |
C: "cisco network mobile device smartphone handheld cellphone iphone android pda".split(" "), | |
name: "pda" | |
}, | |
Cisco_cisco_phone: { | |
C: ["cisco", "network", "phone"], | |
name: "phone" | |
}, | |
Cisco_cisco_printer: { | |
C: ["cisco", "network", "printer"], | |
name: "printer" | |
}, | |
Cisco_cisco_relational_database: { | |
C: ["cisco", "network", "db", "relational", "database"], | |
name: "relational database" | |
}, | |
Cisco_cisco_router: { | |
C: ["cisco", "network", "router"], | |
name: "router" | |
}, | |
Cisco_cisco_standing_man: { | |
C: ["cisco", "network", "standing", "man"], | |
name: "standing man" | |
}, | |
Cisco_cisco_standing_woman: { | |
C: ["cisco", "network", "standing", "woman"], | |
name: "standing woman" | |
}, | |
Cisco_cisco_ups: { | |
C: ["cisco", "network", "ups"], | |
name: "ups" | |
}, | |
Cisco_cisco_wireless_router: { | |
C: ["cisco", "network", "wireless", "router"], | |
name: "wireless router" | |
}, | |
Cisco_cisco_100baset_hub: { | |
C: ["cisco", "network", "hub", "100baset", "hub"], | |
name: "100baset hub" | |
}, | |
Cisco_cisco_10700: { | |
C: ["cisco", "network", "router", "10700"], | |
name: "10700" | |
}, | |
Cisco_cisco_10GE_FCoE: { | |
C: "cisco network fiber channel over ethernet 10GE_FCoE".split(" "), | |
name: "10GE_FCoE" | |
}, | |
Cisco_cisco_15200: { | |
C: ["cisco", "network", "dwdm", "15200"], | |
name: "15200" | |
}, | |
Cisco_cisco_3174__desktop_: { | |
C: "cisco network cluster controller 3174 desktop".split(" "), | |
name: "3174 (desktop)" | |
}, | |
Cisco_cisco_3200_mobile_access_router: { | |
C: "cisco network 3200 mobile access router".split(" "), | |
name: "3200 mobile access router" | |
}, | |
Cisco_cisco_3x74__floor_: { | |
C: "cisco network cluster controller 3x74 floor".split(" "), | |
name: "3x74 (floor)" | |
}, | |
Cisco_cisco_6700_series: { | |
C: ["cisco", "network", "switch", "6700", "series"], | |
name: "6700 series" | |
}, | |
Cisco_cisco_7500ars__7513_: { | |
C: "cisco network advanced system router 7500ars 7513".split(" "), | |
name: "7500ars (7513)" | |
}, | |
Cisco_cisco_access_gateway: { | |
C: ["cisco", "network", "access", "gateway"], | |
name: "access gateway" | |
}, | |
Cisco_cisco_accesspoint: { | |
C: "cisco network ap access point accesspoint".split(" "), | |
name: "accesspoint" | |
}, | |
Cisco_cisco_ace: { | |
C: "cisco network application control engine ace".split(" "), | |
name: "ace" | |
}, | |
Cisco_cisco_ACS: { | |
C: "cisco network access control server ACS".split(" "), | |
name: "ACS" | |
}, | |
Cisco_cisco_adm: { | |
C: "cisco network add drop multiplexer adm".split(" "), | |
name: "adm" | |
}, | |
Cisco_cisco_antenna: { | |
C: ["cisco", "network", "antenna"], | |
name: "antenna" | |
}, | |
Cisco_cisco_asic_processor: { | |
C: ["cisco", "network", "asic", "processor"], | |
name: "asic processor" | |
}, | |
Cisco_cisco_ASR_1000_Series: { | |
C: "cisco network aggregation services router ASR 1000 Series".split(" "), | |
name: "ASR 1000 Series" | |
}, | |
Cisco_cisco_ata: { | |
C: "cisco network analog telephone adapter ata".split(" "), | |
name: "ata" | |
}, | |
Cisco_cisco_atm_3800: { | |
C: ["cisco", "network", "oc-3", "atm", "3800"], | |
name: "atm 3800" | |
}, | |
Cisco_cisco_atm_fast_gigabit_etherswitch: { | |
C: "cisco network atm fast gigabit etherswitch".split(" "), | |
name: "atm fast gigabit etherswitch" | |
}, | |
Cisco_cisco_atm_router: { | |
C: ["cisco", "network", "atm", "router"], | |
name: "atm router" | |
}, | |
Cisco_cisco_atm_tag_switch_router: { | |
C: "cisco network atm tag switch router".split(" "), | |
name: "atm tag switch router" | |
}, | |
Cisco_cisco_avs: { | |
C: "cisco network application velocity engine avs".split(" "), | |
name: "avs" | |
}, | |
Cisco_cisco_AXP: { | |
C: "cisco network application extension platform AXP".split(" "), | |
name: "AXP" | |
}, | |
Cisco_cisco_bbfw_media: { | |
C: ["cisco", "network", "bbfw", "media"], | |
name: "bbfw media" | |
}, | |
Cisco_cisco_bbfw: { | |
C: ["cisco", "network", "bbfw"], | |
name: "bbfw" | |
}, | |
Cisco_cisco_bbsm: { | |
C: "cisco network building broadband service manager bbsm".split(" "), | |
name: "bbsm" | |
}, | |
Cisco_cisco_branch_office: { | |
C: ["cisco", "network", "branch", "office"], | |
name: "branch office" | |
}, | |
Cisco_cisco_breakout_box: { | |
C: ["cisco", "network", "breakout", "box"], | |
name: "breakout box" | |
}, | |
Cisco_cisco_bridge: { | |
C: ["cisco", "network", "bridge"], | |
name: "bridge" | |
}, | |
Cisco_cisco_broadband_router: { | |
C: ["cisco", "network", "broadband", "router"], | |
name: "broadband router" | |
}, | |
Cisco_cisco_bts_10200: { | |
C: ["cisco", "network", "softswitch", "bts", "10200"], | |
name: "bts 10200" | |
}, | |
Cisco_cisco_cable_modem: { | |
C: ["cisco", "network", "cable", "modem"], | |
name: "cable modem" | |
}, | |
Cisco_cisco_callmanager: { | |
C: ["cisco", "network", "call", "manager", "callmanager"], | |
name: "callmanager" | |
}, | |
Cisco_cisco_car: { | |
C: ["cisco", "network", "car"], | |
name: "car" | |
}, | |
Cisco_cisco_carrier_routing_system: { | |
C: ["cisco", "network", "carrier", "routing", "system"], | |
name: "carrier routing system" | |
}, | |
Cisco_cisco_cddi_fddi: { | |
C: ["cisco", "network", "cddi", "fddi"], | |
name: "cddi-fddi" | |
}, | |
Cisco_cisco_cdm: { | |
C: ["cisco", "network", "cdm"], | |
name: "cdm" | |
}, | |
Cisco_cisco_cellular_phone: { | |
C: ["cisco", "network", "cellular", "phone"], | |
name: "cellular phone" | |
}, | |
Cisco_cisco_centri_firewall: { | |
C: ["cisco", "network", "centri", "firewall"], | |
name: "centri firewall" | |
}, | |
Cisco_cisco_cisco_1000: { | |
C: ["cisco", "network", "1000"], | |
name: "cisco 1000" | |
}, | |
Cisco_cisco_cisco_asa_5500: { | |
C: ["cisco", "network", "asa", "5500"], | |
name: "cisco asa 5500" | |
}, | |
Cisco_cisco_cisco_ca: { | |
C: ["cisco", "network", "ca"], | |
name: "cisco ca" | |
}, | |
Cisco_cisco_cisco_file_engine: { | |
C: ["cisco", "network", "file", "engine"], | |
name: "cisco file engine" | |
}, | |
Cisco_cisco_cisco_hub: { | |
C: ["cisco", "network", "hub"], | |
name: "cisco hub" | |
}, | |
Cisco_cisco_ciscosecurity: { | |
C: ["cisco", "network", "security"], | |
name: "ciscosecurity" | |
}, | |
Cisco_cisco_Cisco_telepresence_manager: { | |
C: ["cisco", | |
"network", "telepresence", "manager" | |
], | |
name: "Cisco telepresence manager" | |
}, | |
Cisco_cisco_cisco_unified_presence_server: { | |
C: ["cisco", "network", "unified", "presence", "server"], | |
name: "cisco unified presence server" | |
}, | |
Cisco_cisco_cisco_unityexpress: { | |
C: ["cisco", "network", "unityexpress"], | |
name: "cisco unityexpress" | |
}, | |
Cisco_cisco_ciscoworks: { | |
C: ["cisco", "network", "works"], | |
name: "ciscoworks" | |
}, | |
Cisco_cisco_class_4_5_switch: { | |
C: ["cisco", "network", "class", "4_5", "switch"], | |
name: "class 4_5 switch" | |
}, | |
Cisco_cisco_communications_server: { | |
C: ["cisco", | |
"network", "communications", "server" | |
], | |
name: "communications server" | |
}, | |
Cisco_cisco_contact_center: { | |
C: ["cisco", "network", "contact", "center"], | |
name: "contact center" | |
}, | |
Cisco_cisco_content_engine__cache_director_: { | |
C: "cisco network content engine cache director".split(" "), | |
name: "content engine (cache director)" | |
}, | |
Cisco_cisco_content_service_router: { | |
C: ["cisco", "network", "content", "service", "router"], | |
name: "content service router" | |
}, | |
Cisco_cisco_content_service_switch_1100: { | |
C: "cisco network content service switch 1100".split(" "), | |
name: "content service switch 1100" | |
}, | |
Cisco_cisco_content_switch_module: { | |
C: ["cisco", "network", "content", "switch", "module"], | |
name: "content switch module" | |
}, | |
Cisco_cisco_content_switch: { | |
C: ["cisco", "network", "content", "switch"], | |
name: "content switch" | |
}, | |
Cisco_cisco_content_transformation_engine__cte_: { | |
C: "cisco network content transformation engine cte".split(" "), | |
name: "content transformation engine (cte)" | |
}, | |
Cisco_cisco_cs_mars: { | |
C: ["cisco", "network", "cs", "mars"], | |
name: "cs-mars" | |
}, | |
Cisco_cisco_csm_s: { | |
C: ["cisco", "network", | |
"csm", "s" | |
], | |
name: "csm-s" | |
}, | |
Cisco_cisco_csu_dsu: { | |
C: ["cisco", "network", "csu_dsu"], | |
name: "csu_dsu" | |
}, | |
Cisco_cisco_CUBE: { | |
C: ["cisco", "network", "CUBE"], | |
name: "CUBE" | |
}, | |
Cisco_cisco_detector: { | |
C: ["cisco", "network", "detector"], | |
name: "detector" | |
}, | |
Cisco_cisco_director_class_fibre_channel_director: { | |
C: "cisco network director class fibre channel director".split(" "), | |
name: "director-class fibre channel director" | |
}, | |
Cisco_cisco_directory_server: { | |
C: ["cisco", "network", "directory", "server"], | |
name: "directory server" | |
}, | |
Cisco_cisco_diskette: { | |
C: ["cisco", | |
"network", "diskette" | |
], | |
name: "diskette" | |
}, | |
Cisco_cisco_distributed_director: { | |
C: ["cisco", "network", "distributed", "director"], | |
name: "distributed director" | |
}, | |
Cisco_cisco_dot_dot: { | |
C: ["cisco", "network", "dot", "dot"], | |
name: "dot-dot" | |
}, | |
Cisco_cisco_dpt: { | |
C: ["cisco", "network", "dpt"], | |
name: "dpt" | |
}, | |
Cisco_cisco_dslam: { | |
C: ["cisco", "network", "dslam"], | |
name: "dslam" | |
}, | |
Cisco_cisco_dual_mode_ap: { | |
C: ["cisco", "network", "dual", "mode", "ap"], | |
name: "dual mode ap" | |
}, | |
Cisco_cisco_dwdm_filter: { | |
C: ["cisco", "network", "dwdm", "filter"], | |
name: "dwdm filter" | |
}, | |
Cisco_cisco_end_office: { | |
C: ["cisco", "network", "end", "office"], | |
name: "end office" | |
}, | |
Cisco_cisco_fax: { | |
C: ["cisco", "network", "fax"], | |
name: "fax" | |
}, | |
Cisco_cisco_fc_storage: { | |
C: ["cisco", "network", "fc", "storage"], | |
name: "fc storage" | |
}, | |
Cisco_cisco_fddi_ring: { | |
C: ["cisco", "network", "fddi", "ring"], | |
name: "fddi ring" | |
}, | |
Cisco_cisco_fibre_channel_disk_subsystem: { | |
C: "cisco network fibre channel disk subsystem".split(" "), | |
name: "fibre channel disk subsystem" | |
}, | |
Cisco_cisco_fibre_channel_fabric_switch: { | |
C: "cisco network fibre channel fabric switch".split(" "), | |
name: "fibre channel fabric switch" | |
}, | |
Cisco_cisco_file_cabinet: { | |
C: ["cisco", "network", "file", "cabinet"], | |
name: "file cabinet" | |
}, | |
Cisco_cisco_file_server: { | |
C: ["cisco", "network", "file", "server"], | |
name: "file server" | |
}, | |
Cisco_cisco_firewall_service_module__fwsm_: { | |
C: "cisco network firewall service module fwsm".split(" "), | |
name: "firewall service module (fwsm)" | |
}, | |
Cisco_cisco_front_end_processor: { | |
C: ["cisco", "network", "front", "end", "processor"], | |
name: "front end processor" | |
}, | |
Cisco_cisco_gatekeeper: { | |
C: ["cisco", "network", "gatekeeper"], | |
name: "gatekeeper" | |
}, | |
Cisco_cisco_general_applicance: { | |
C: ["cisco", "network", "general", "applicance"], | |
name: "general applicance" | |
}, | |
Cisco_cisco_generic_gateway: { | |
C: ["cisco", "network", "generic", "gateway"], | |
name: "generic gateway" | |
}, | |
Cisco_cisco_generic_processor: { | |
C: ["cisco", "network", "generic", "processor"], | |
name: "generic processor" | |
}, | |
Cisco_cisco_generic_softswitch: { | |
C: ["cisco", "network", "generic", "softswitch"], | |
name: "generic softswitch" | |
}, | |
Cisco_cisco_gigabit_switch_atm_tag_router: { | |
C: "cisco network gigabit switch atm tag router".split(" "), | |
name: "gigabit switch atm tag router" | |
}, | |
Cisco_cisco_government_building: { | |
C: ["cisco", "network", "government", "building"], | |
name: "government building" | |
}, | |
Cisco_cisco_Ground_terminal: { | |
C: ["cisco", "network", "Ground", "terminal"], | |
name: "Ground terminal" | |
}, | |
Cisco_cisco_guard: { | |
C: ["cisco", "network", "guard"], | |
name: "guard" | |
}, | |
Cisco_cisco_handheld: { | |
C: ["cisco", "network", "handheld"], | |
name: "handheld" | |
}, | |
Cisco_cisco_hootphone: { | |
C: ["cisco", "network", "hootphone"], | |
name: "hootphone" | |
}, | |
Cisco_cisco_host: { | |
C: ["cisco", "network", "host"], | |
name: "host" | |
}, | |
Cisco_cisco_hp_mini: { | |
C: ["cisco", "network", "hp", "mini"], | |
name: "hp mini" | |
}, | |
Cisco_cisco_h: { | |
C: ["cisco", "network", "h"], | |
name: "h" | |
}, | |
Cisco_cisco_hub: { | |
C: ["cisco", "network", "hub"], | |
name: "hub" | |
}, | |
Cisco_cisco_iad_router: { | |
C: ["cisco", "network", "iad", "router"], | |
name: "iad router" | |
}, | |
Cisco_cisco_ibm_mainframe: { | |
C: ["cisco", "network", "ibm", "mainframe"], | |
name: "ibm mainframe" | |
}, | |
Cisco_cisco_ibm_mini_as400: { | |
C: ["cisco", "network", "ibm", "mini", "as400"], | |
name: "ibm mini as400" | |
}, | |
Cisco_cisco_ibm_tower: { | |
C: ["cisco", "network", "ibm", "tower"], | |
name: "ibm tower" | |
}, | |
Cisco_cisco_icm: { | |
C: ["cisco", "network", "icm"], | |
name: "icm" | |
}, | |
Cisco_cisco_ics: { | |
C: ["cisco", "network", "ics"], | |
name: "ics" | |
}, | |
Cisco_cisco_intelliswitch_stack: { | |
C: ["cisco", "network", "intelliswitch", "stack"], | |
name: "intelliswitch stack" | |
}, | |
Cisco_cisco_ios_firewall: { | |
C: ["cisco", "network", "ios", "firewall"], | |
name: "ios firewall" | |
}, | |
Cisco_cisco_ios_slb: { | |
C: ["cisco", "network", "ios", "slb"], | |
name: "ios slb" | |
}, | |
Cisco_cisco_ip_communicator: { | |
C: ["cisco", "network", "ip", "communicator"], | |
name: "ip communicator" | |
}, | |
Cisco_cisco_ip_dsl: { | |
C: ["cisco", | |
"network", "ip", "dsl" | |
], | |
name: "ip dsl" | |
}, | |
Cisco_cisco_ip_phone: { | |
C: ["cisco", "network", "ip", "phone"], | |
name: "ip phone" | |
}, | |
Cisco_cisco_ip: { | |
C: ["cisco", "network", "ip"], | |
name: "ip" | |
}, | |
Cisco_cisco_iptc: { | |
C: ["cisco", "network", "iptc"], | |
name: "iptc" | |
}, | |
Cisco_cisco_ip_telephony_router: { | |
C: ["cisco", "network", "ip", "telephony", "router"], | |
name: "ip telephony router" | |
}, | |
Cisco_cisco_iptv_content_manager: { | |
C: ["cisco", "network", "iptv", "content", "manager"], | |
name: "iptv content manager" | |
}, | |
Cisco_cisco_iptv_server: { | |
C: ["cisco", "network", "iptv", "server"], | |
name: "iptv server" | |
}, | |
Cisco_cisco_iscsi_router: { | |
C: ["cisco", "network", "iscsi", "router"], | |
name: "iscsi router" | |
}, | |
Cisco_cisco_isdn_switch: { | |
C: ["cisco", "network", "isdn", "switch"], | |
name: "isdn switch" | |
}, | |
Cisco_cisco_itp: { | |
C: ["cisco", "network", "itp"], | |
name: "itp" | |
}, | |
Cisco_cisco_jbod: { | |
C: ["cisco", "network", "jbod"], | |
name: "jbod" | |
}, | |
Cisco_cisco_key: { | |
C: ["cisco", "network", "key"], | |
name: "key" | |
}, | |
Cisco_cisco_keys: { | |
C: ["cisco", "network", "keys"], | |
name: "keys" | |
}, | |
Cisco_cisco_lan_to_lan: { | |
C: ["cisco", "network", "lan", "to", "lan"], | |
name: "lan to lan" | |
}, | |
Cisco_cisco_layer_2_remote_switch: { | |
C: "cisco network layer 2 remote switch".split(" "), | |
name: "layer 2 remote switch" | |
}, | |
Cisco_cisco_layer_3_switch: { | |
C: ["cisco", "network", "layer", "3", "switch"], | |
name: "layer 3 switch" | |
}, | |
Cisco_cisco_lightweight_ap: { | |
C: ["cisco", "network", "lightweight", "ap"], | |
name: "lightweight ap" | |
}, | |
Cisco_cisco_localdirector: { | |
C: ["cisco", "network", "localdirector"], | |
name: "localdirector" | |
}, | |
Cisco_cisco_longreach_cpe: { | |
C: ["cisco", "network", "longreach", "cpe"], | |
name: "longreach cpe" | |
}, | |
Cisco_cisco_macintosh: { | |
C: ["cisco", | |
"network", "macintosh" | |
], | |
name: "macintosh" | |
}, | |
Cisco_cisco_mac_woman: { | |
C: ["cisco", "network", "mac", "woman"], | |
name: "mac woman" | |
}, | |
Cisco_cisco_man_woman: { | |
C: ["cisco", "network", "man_woman"], | |
name: "man_woman" | |
}, | |
Cisco_cisco_mas_gateway: { | |
C: ["cisco", "network", "mas", "gateway"], | |
name: "mas gateway" | |
}, | |
Cisco_cisco_mau: { | |
C: ["cisco", "network", "mau"], | |
name: "mau" | |
}, | |
Cisco_cisco_mcu: { | |
C: ["cisco", "network", "mcu"], | |
name: "mcu" | |
}, | |
Cisco_cisco_mdu: { | |
C: ["cisco", "network", "mdu"], | |
name: "mdu" | |
}, | |
Cisco_cisco_me_1100: { | |
C: ["cisco", "network", "me", "1100"], | |
name: "me 1100" | |
}, | |
Cisco_cisco_Mediator: { | |
C: ["cisco", "network", "Mediator"], | |
name: "Mediator" | |
}, | |
Cisco_cisco_meetingplace: { | |
C: ["cisco", "network", "meetingplace"], | |
name: "meetingplace" | |
}, | |
Cisco_cisco_mesh_ap: { | |
C: ["cisco", "network", "mesh", "ap"], | |
name: "mesh ap" | |
}, | |
Cisco_cisco_metro_1500: { | |
C: ["cisco", "network", "metro", "1500"], | |
name: "metro 1500" | |
}, | |
Cisco_cisco_mgx_8000_multiservice_switch: { | |
C: "cisco network mgx 8000 multiservice switch".split(" "), | |
name: "mgx 8000 multiservice switch" | |
}, | |
Cisco_cisco_microphone: { | |
C: ["cisco", "network", | |
"microphone" | |
], | |
name: "microphone" | |
}, | |
Cisco_cisco_mini_vax: { | |
C: ["cisco", "network", "mini", "vax"], | |
name: "mini vax" | |
}, | |
Cisco_cisco_mobile_access_ip_phone: { | |
C: "cisco network mobile access ip phone".split(" "), | |
name: "mobile access ip phone" | |
}, | |
Cisco_cisco_mobile_access_router: { | |
C: ["cisco", "network", "mobile", "access", "router"], | |
name: "mobile access router" | |
}, | |
Cisco_cisco_modem: { | |
C: ["cisco", "network", "modem"], | |
name: "modem" | |
}, | |
Cisco_cisco_moh_server: { | |
C: ["cisco", "network", "moh", "server"], | |
name: "moh server" | |
}, | |
Cisco_cisco_MSE: { | |
C: ["cisco", | |
"network", "MSE" | |
], | |
name: "MSE" | |
}, | |
Cisco_cisco_mulitswitch_device: { | |
C: ["cisco", "network", "mulitswitch", "device"], | |
name: "mulitswitch device" | |
}, | |
Cisco_cisco_multi_fabric_server_switch: { | |
C: "cisco network multi fabric server switch".split(" "), | |
name: "multi-fabric server switch" | |
}, | |
Cisco_cisco_multilayer_remote_switch: { | |
C: ["cisco", "network", "multilayer", "remote", "switch"], | |
name: "multilayer remote switch" | |
}, | |
Cisco_cisco_mux: { | |
C: ["cisco", "network", "mux"], | |
name: "mux" | |
}, | |
Cisco_cisco_MXE: { | |
C: ["cisco", "network", "MXE"], | |
name: "MXE" | |
}, | |
Cisco_cisco_nac_appliance: { | |
C: ["cisco", "network", "nac", "appliance"], | |
name: "nac appliance" | |
}, | |
Cisco_cisco_NCE: { | |
C: ["cisco", "network", "NCE"], | |
name: "NCE" | |
}, | |
Cisco_cisco_NCE_router: { | |
C: ["cisco", "network", "NCE", "router"], | |
name: "NCE router" | |
}, | |
Cisco_cisco_netflow_router: { | |
C: ["cisco", "network", "netflow", "router"], | |
name: "netflow router" | |
}, | |
Cisco_cisco_netranger: { | |
C: ["cisco", "network", "netranger"], | |
name: "netranger" | |
}, | |
Cisco_cisco_netsonar: { | |
C: ["cisco", "network", "netsonar"], | |
name: "netsonar" | |
}, | |
Cisco_cisco_network_management: { | |
C: ["cisco", | |
"network", "management" | |
], | |
name: "network management" | |
}, | |
Cisco_cisco_Nexus_1000: { | |
C: ["cisco", "network", "Nexus", "1000"], | |
name: "Nexus 1000" | |
}, | |
Cisco_cisco_Nexus_2000: { | |
C: ["cisco", "network", "Nexus", "2000"], | |
name: "Nexus 2000" | |
}, | |
Cisco_cisco_Nexus_5000: { | |
C: ["cisco", "network", "Nexus", "5000"], | |
name: "Nexus 5000" | |
}, | |
Cisco_cisco_Nexus_7000: { | |
C: ["cisco", "network", "Nexus", "7000"], | |
name: "Nexus 7000" | |
}, | |
Cisco_cisco_octel: { | |
C: ["cisco", "network", "octel"], | |
name: "octel" | |
}, | |
Cisco_cisco_ons15500: { | |
C: ["cisco", "network", "ons15500"], | |
name: "ons15500" | |
}, | |
Cisco_cisco_optical_amplifier: { | |
C: ["cisco", "network", "optical", "amplifier"], | |
name: "optical amplifier" | |
}, | |
Cisco_cisco_optical_services_router: { | |
C: ["cisco", "network", "optical", "services", "router"], | |
name: "optical services router" | |
}, | |
Cisco_cisco_optical_transport: { | |
C: ["cisco", "network", "optical", "transport"], | |
name: "optical transport" | |
}, | |
Cisco_cisco_pad: { | |
C: ["cisco", "network", "pad"], | |
name: "pad" | |
}, | |
Cisco_cisco_pad_x: { | |
C: ["cisco", "network", "pad", "x"], | |
name: "pad x" | |
}, | |
Cisco_cisco_page_icon: { | |
C: ["cisco", "network", "page", "icon"], | |
name: "page icon" | |
}, | |
Cisco_cisco_pbx: { | |
C: ["cisco", "network", "pbx"], | |
name: "pbx" | |
}, | |
Cisco_cisco_pbx_switch: { | |
C: ["cisco", "network", "pbx", "switch"], | |
name: "pbx switch" | |
}, | |
Cisco_cisco_pc_adapter_card: { | |
C: ["cisco", "network", "pc", "adapter", "card"], | |
name: "pc adapter card" | |
}, | |
Cisco_cisco_pc_man: { | |
C: ["cisco", "network", "pc", "man"], | |
name: "pc man" | |
}, | |
Cisco_cisco_pc_routercard: { | |
C: ["cisco", "network", "pc", "routercard"], | |
name: "pc routercard" | |
}, | |
Cisco_cisco_pc_software: { | |
C: ["cisco", "network", "pc", "software"], | |
name: "pc software" | |
}, | |
Cisco_cisco_pc_video: { | |
C: ["cisco", | |
"network", "pc", "video" | |
], | |
name: "pc video" | |
}, | |
Cisco_cisco_phone_fax: { | |
C: ["cisco", "network", "phone_fax"], | |
name: "phone_fax" | |
}, | |
Cisco_cisco_pix_firewall: { | |
C: ["cisco", "network", "pix", "firewall"], | |
name: "pix firewall" | |
}, | |
Cisco_cisco_pmc: { | |
C: ["cisco", "network", "pmc"], | |
name: "pmc" | |
}, | |
Cisco_cisco_programmable_switch: { | |
C: ["cisco", "network", "programmable", "switch"], | |
name: "programmable switch" | |
}, | |
Cisco_cisco_protocol_translator: { | |
C: ["cisco", "network", "protocol", "translator"], | |
name: "protocol translator" | |
}, | |
Cisco_cisco_pxf: { | |
C: ["cisco", | |
"network", "pxf" | |
], | |
name: "pxf" | |
}, | |
Cisco_cisco_radio_tower: { | |
C: ["cisco", "network", "radio", "tower"], | |
name: "radio tower" | |
}, | |
Cisco_cisco_ratemux: { | |
C: ["cisco", "network", "ratemux"], | |
name: "ratemux" | |
}, | |
Cisco_cisco_repeater: { | |
C: ["cisco", "network", "repeater"], | |
name: "repeater" | |
}, | |
Cisco_cisco_RF_modem: { | |
C: ["cisco", "network", "RF", "modem"], | |
name: "RF modem" | |
}, | |
Cisco_cisco_router_firewall: { | |
C: ["cisco", "network", "router_firewall"], | |
name: "router_firewall" | |
}, | |
Cisco_cisco_routerin_building: { | |
C: ["cisco", "network", "routerin", "building"], | |
name: "routerin building" | |
}, | |
Cisco_cisco_router_with_silicon_switch: { | |
C: "cisco network router with silicon switch".split(" "), | |
name: "router with silicon switch" | |
}, | |
Cisco_cisco_route_switch_processor: { | |
C: ["cisco", "network", "route", "switch", "processor"], | |
name: "route switch processor" | |
}, | |
Cisco_cisco_rpsrps: { | |
C: "cisco network rps redundant power supply rpsrps".split(" "), | |
name: "rpsrps" | |
}, | |
Cisco_cisco_running_man: { | |
C: ["cisco", "network", "running", "man"], | |
name: "running man" | |
}, | |
Cisco_cisco_sattelite_dish: { | |
C: ["cisco", "network", "sattelite", "dish"], | |
name: "sattelite dish" | |
}, | |
Cisco_cisco_sattelite: { | |
C: ["cisco", "network", "sattelite"], | |
name: "sattelite" | |
}, | |
Cisco_cisco_scanner: { | |
C: ["cisco", "network", "scanner"], | |
name: "scanner" | |
}, | |
Cisco_cisco_server_switch: { | |
C: ["cisco", "network", "server", "switch"], | |
name: "server switch" | |
}, | |
Cisco_cisco_server_with_router: { | |
C: ["cisco", "network", "server", "with", "router"], | |
name: "server with router" | |
}, | |
Cisco_cisco_service_control: { | |
C: ["cisco", "network", "service", "control"], | |
name: "service control" | |
}, | |
Cisco_cisco_Service_Module: { | |
C: ["cisco", "network", "Service", "Module"], | |
name: "Service Module" | |
}, | |
Cisco_cisco_Service_router: { | |
C: ["cisco", "network", "Service", "router"], | |
name: "Service router" | |
}, | |
Cisco_cisco_Services: { | |
C: ["cisco", "network", "Services"], | |
name: "Services" | |
}, | |
Cisco_cisco_Set_top_box: { | |
C: ["cisco", "network", "Set", "top", "box"], | |
name: "Set top box" | |
}, | |
Cisco_cisco_simulitlayer_switch: { | |
C: ["cisco", "network", "simulitlayer", "switch"], | |
name: "simulitlayer switch" | |
}, | |
Cisco_cisco_sip_proxy_werver: { | |
C: ["cisco", "network", "sip", "proxy", "werver"], | |
name: "sip proxy werver" | |
}, | |
Cisco_cisco_sitting_woman: { | |
C: ["cisco", | |
"network", "sitting", "woman" | |
], | |
name: "sitting woman" | |
}, | |
Cisco_cisco_small_business: { | |
C: ["cisco", "network", "small", "business"], | |
name: "small business" | |
}, | |
Cisco_cisco_small_hub: { | |
C: ["cisco", "network", "small", "hub"], | |
name: "small hub" | |
}, | |
Cisco_cisco_softphone: { | |
C: ["cisco", "network", "softphone"], | |
name: "softphone" | |
}, | |
Cisco_cisco_softswitch_pgw_mgc: { | |
C: ["cisco", "network", "softswitch", "pgw", "mgc"], | |
name: "softswitch pgw mgc" | |
}, | |
Cisco_cisco_software_based_server: { | |
C: ["cisco", "network", "software", "based", "server"], | |
name: "software based server" | |
}, | |
Cisco_cisco_Space_router: { | |
C: ["cisco", "network", "Space", "router"], | |
name: "Space router" | |
}, | |
Cisco_cisco_speaker: { | |
C: ["cisco", "network", "speaker"], | |
name: "speaker" | |
}, | |
Cisco_cisco_ssc: { | |
C: ["cisco", "network", "ssc"], | |
name: "ssc" | |
}, | |
Cisco_cisco_ssl_terminator: { | |
C: ["cisco", "network", "ssl", "terminator"], | |
name: "ssl terminator" | |
}, | |
Cisco_cisco_standard_host: { | |
C: ["cisco", "network", "standard", "host"], | |
name: "standard host" | |
}, | |
Cisco_cisco_stb: { | |
C: ["cisco", "network", "stb"], | |
name: "stb" | |
}, | |
Cisco_cisco_storage_router: { | |
C: ["cisco", "network", "storage", | |
"router" | |
], | |
name: "storage router" | |
}, | |
Cisco_cisco_storage_server: { | |
C: ["cisco", "network", "storage", "server"], | |
name: "storage server" | |
}, | |
Cisco_cisco_stp: { | |
C: ["cisco", "network", "stp"], | |
name: "stp" | |
}, | |
Cisco_cisco_streamer: { | |
C: ["cisco", "network", "streamer"], | |
name: "streamer" | |
}, | |
Cisco_cisco_sun_workstation: { | |
C: ["cisco", "network", "sun", "workstation"], | |
name: "sun workstation" | |
}, | |
Cisco_cisco_supercomputer: { | |
C: ["cisco", "network", "supercomputer"], | |
name: "supercomputer" | |
}, | |
Cisco_cisco_svx: { | |
C: ["cisco", "network", "svx"], | |
name: "svx" | |
}, | |
Cisco_cisco_system_controller: { | |
C: ["cisco", | |
"network", "system", "controller" | |
], | |
name: "system controller" | |
}, | |
Cisco_cisco_tablet: { | |
C: ["cisco", "network", "iPad", "tablet"], | |
name: "tablet" | |
}, | |
Cisco_cisco_tape_array: { | |
C: ["cisco", "network", "tape", "array"], | |
name: "tape array" | |
}, | |
Cisco_cisco_tdm_router: { | |
C: ["cisco", "network", "tdm", "router"], | |
name: "tdm router" | |
}, | |
Cisco_cisco_telecommuter_house_pc: { | |
C: ["cisco", "network", "telecommuter", "house", "pc"], | |
name: "telecommuter house pc" | |
}, | |
Cisco_cisco_telecommuter_house: { | |
C: ["cisco", "network", "telecommuter", "house"], | |
name: "telecommuter house" | |
}, | |
Cisco_cisco_telecommuter_icon: { | |
C: ["cisco", "network", "telecommuter", "icon"], | |
name: "telecommuter icon" | |
}, | |
Cisco_cisco_Telepresence_1000: { | |
C: ["cisco", "network", "Telepresence", "1000"], | |
name: "Telepresence 1000" | |
}, | |
Cisco_cisco_Telepresence_3000: { | |
C: ["cisco", "network", "Telepresence", "3000"], | |
name: "Telepresence 3000" | |
}, | |
Cisco_cisco_Telepresence_3200: { | |
C: ["cisco", "network", "Telepresence", "3200"], | |
name: "Telepresence 3200" | |
}, | |
Cisco_cisco_Telepresence_500: { | |
C: ["cisco", "network", "Telepresence", "500"], | |
name: "Telepresence 500" | |
}, | |
Cisco_cisco_terminal: { | |
C: ["cisco", "network", "terminal"], | |
name: "terminal" | |
}, | |
Cisco_cisco_token: { | |
C: ["cisco", "network", "token"], | |
name: "token" | |
}, | |
Cisco_cisco_TP_MCU: { | |
C: ["cisco", "network", "TP", "MCU"], | |
name: "TP MCU" | |
}, | |
Cisco_cisco_transpath: { | |
C: ["cisco", "network", "transpath"], | |
name: "transpath" | |
}, | |
Cisco_cisco_truck: { | |
C: ["cisco", "network", "truck"], | |
name: "truck" | |
}, | |
Cisco_cisco_turret: { | |
C: ["cisco", "network", "turret"], | |
name: "turret" | |
}, | |
Cisco_cisco_tv: { | |
C: ["cisco", "network", "tv"], | |
name: "tv" | |
}, | |
Cisco_cisco_ubr910: { | |
C: ["cisco", "network", | |
"ubr910" | |
], | |
name: "ubr910" | |
}, | |
Cisco_cisco_umg_series: { | |
C: ["cisco", "network", "umg", "series"], | |
name: "umg series" | |
}, | |
Cisco_cisco_unity_server: { | |
C: ["cisco", "network", "unity", "server"], | |
name: "unity server" | |
}, | |
Cisco_cisco_universal_gateway: { | |
C: ["cisco", "network", "universal", "gateway"], | |
name: "universal gateway" | |
}, | |
Cisco_cisco_university: { | |
C: ["cisco", "network", "university"], | |
name: "university" | |
}, | |
Cisco_cisco_upc: { | |
C: ["cisco", "network", "upc"], | |
name: "upc" | |
}, | |
Cisco_cisco_vault: { | |
C: ["cisco", "network", "vault"], | |
name: "vault" | |
}, | |
Cisco_cisco_video_camera: { | |
C: ["cisco", | |
"network", "video", "camera" | |
], | |
name: "video camera" | |
}, | |
Cisco_cisco_vip: { | |
C: ["cisco", "network", "vip"], | |
name: "vip" | |
}, | |
Cisco_cisco_virtual_layer_switch: { | |
C: ["cisco", "network", "virtual", "layer", "switch"], | |
name: "virtual layer switch" | |
}, | |
Cisco_cisco_virtual_switch_controller__vsc3000_: { | |
C: "cisco network virtual switch controller vsc3000".split(" "), | |
name: "virtual switch controller (vsc3000)" | |
}, | |
Cisco_cisco_voice_atm_switch: { | |
C: ["cisco", "network", "voice", "atm", "switch"], | |
name: "voice atm switch" | |
}, | |
Cisco_cisco_voice_commserver: { | |
C: ["cisco", | |
"network", "voice", "commserver" | |
], | |
name: "voice commserver" | |
}, | |
Cisco_cisco_voice_router: { | |
C: ["cisco", "network", "voice", "router"], | |
name: "voice router" | |
}, | |
Cisco_cisco_voice_switch: { | |
C: ["cisco", "network", "voice", "switch"], | |
name: "voice switch" | |
}, | |
Cisco_cisco_vpn_concentrator: { | |
C: ["cisco", "network", "vpn", "concentrator"], | |
name: "vpn concentrator" | |
}, | |
Cisco_cisco_vpn_gateway: { | |
C: ["cisco", "network", "vpn", "gateway"], | |
name: "vpn gateway" | |
}, | |
Cisco_cisco_VSS: { | |
C: ["cisco", "network", "VSS"], | |
name: "VSS" | |
}, | |
Cisco_cisco_wae: { | |
C: ["cisco", "network", | |
"wae" | |
], | |
name: "wae" | |
}, | |
Cisco_cisco_wavelength_router: { | |
C: ["cisco", "network", "wavelength", "router"], | |
name: "wavelength router" | |
}, | |
Cisco_cisco_web_browser: { | |
C: ["cisco", "network", "web", "browser"], | |
name: "web browser" | |
}, | |
Cisco_cisco_web_cluster: { | |
C: ["cisco", "network", "web", "cluster"], | |
name: "web cluster" | |
}, | |
Cisco_cisco_wi_fi_tag: { | |
C: ["cisco", "network", "wi", "fi", "tag"], | |
name: "wi-fi tag" | |
}, | |
Cisco_cisco_wireless_bridge: { | |
C: ["cisco", "network", "wireless", "bridge"], | |
name: "wireless bridge" | |
}, | |
Cisco_cisco_wireless_location_appliance: { | |
C: ["cisco", | |
"network", "wireless", "location", "appliance" | |
], | |
name: "wireless location appliance" | |
}, | |
Cisco_cisco_wireless: { | |
C: ["cisco", "network", "wireless"], | |
name: "wireless" | |
}, | |
Cisco_cisco_wireless_transport: { | |
C: ["cisco", "network", "wireless", "transport"], | |
name: "wireless transport" | |
}, | |
Cisco_cisco_wism: { | |
C: ["cisco", "network", "wism"], | |
name: "wism" | |
}, | |
Cisco_cisco_wlan_controller: { | |
C: ["cisco", "network", "wlan", "controller"], | |
name: "wlan controller" | |
}, | |
Cisco_cisco_workgroup_director: { | |
C: ["cisco", "network", "workgroup", "director"], | |
name: "workgroup director" | |
}, | |
Cisco_cisco_workgroup_switch: { | |
C: ["cisco", "network", "workgroup", "switch"], | |
name: "workgroup switch" | |
}, | |
Cisco_cisco_workstation: { | |
C: ["cisco", "network", "workstation"], | |
name: "workstation" | |
}, | |
Cisco_cisco_www_server: { | |
C: ["cisco", "network", "www", "server"], | |
name: "www server" | |
}, | |
$b: ["Cisco Basic", "Cisco Extended"] | |
}, | |
"default.js": { | |
DefaultTextBlockNew: { | |
C: ["text"], | |
name: "Text" | |
}, | |
DefaultSquareBlock: { | |
C: ["block", "square", "rectangle", "box"], | |
name: "Block" | |
}, | |
DefaultNoteBlock: { | |
C: ["note"], | |
name: "Note" | |
}, | |
DefaultRedNoteBlock: { | |
C: ["note", | |
"important", "red" | |
], | |
name: "Important Note" | |
}, | |
ImageSearchBlock: { | |
C: [], | |
name: "External Image" | |
}, | |
ImageSearchBlock2: { | |
C: [], | |
name: "External Image" | |
}, | |
HotspotBlock: { | |
C: ["ui", "interface", "hotspot"], | |
name: "Hotspot" | |
}, | |
$b: ["Standard"], | |
DefaultTextBlock: !0 | |
}, | |
"aws2.js": { | |
AWSElasticComputeCloudBlock2: { | |
C: ["aws", "compute", "cloud"], | |
name: "Amazon EC2" | |
}, | |
AWSInstanceBlock2: { | |
C: ["aws", "instance"], | |
name: "Instance" | |
}, | |
AWSInstancesBlock2: { | |
C: ["aws", "instances"], | |
name: "Instances" | |
}, | |
AWSAMIBlock2: { | |
C: ["aws", "ami"], | |
name: "AMI" | |
}, | |
AWSDBonInstanceBlock2: { | |
C: ["aws", | |
"instance", "db" | |
], | |
name: "DB on Instance" | |
}, | |
AWSInstanceCloudWatchBlock2: { | |
C: ["aws", "instace", "cloudwatch", "cloud", "watch"], | |
name: "Instance with CloudWatch" | |
}, | |
AWSElasticIPBlock2: { | |
C: ["aws", "elastic", "ip"], | |
name: "Elastic IP" | |
}, | |
AWSElasticMapReduceBlock2: { | |
C: ["aws", "elastic", "map", "reduce"], | |
name: "Amazon Elastic MapReduce" | |
}, | |
AWSClusterBlock2: { | |
C: ["aws", ""], | |
name: "Cluster" | |
}, | |
AWSHDFSClusterBlock2: { | |
C: ["aws", ""], | |
name: "HDFS Cluster" | |
}, | |
AWSAutoScalingBlock2: { | |
C: ["aws", "auto", "scaling"], | |
name: "Auto Scaling" | |
}, | |
AWSSimpleStorageBlock2: { | |
C: ["aws", | |
"s3", "bucket" | |
], | |
name: "S3 Bucket" | |
}, | |
AWSBucketBlock2: { | |
C: ["aws", "bucket"], | |
name: "Bucket" | |
}, | |
AWSBuckethWithObjectsBlock2: { | |
C: ["aws", "bucket", "objects"], | |
name: "Bucket with Objects" | |
}, | |
AWSObjectBlock2: { | |
C: ["aws", "object"], | |
name: "Object" | |
}, | |
AWSImportExportBlock2: { | |
C: ["aws", "import", "export"], | |
name: "AWS Import/Export" | |
}, | |
AWSStorageGatewayBlock2: { | |
C: ["aws", "storage", "gateway", "service"], | |
name: "AWS Storage Gateway Service" | |
}, | |
AWSElasticBlockStorageBlock2: { | |
C: ["aws", ""], | |
name: "EBS" | |
}, | |
AWSVolueBlock2: { | |
C: ["aws", "volume"], | |
name: "Volume" | |
}, | |
AWSVolumeBlock3: { | |
C: ["aws", "volume"], | |
name: "Volume" | |
}, | |
AWSSnapshotBlock2: { | |
C: ["aws", ""], | |
name: "Snapshot" | |
}, | |
AWSGlacierBlock2: { | |
C: ["aws", "glacier"], | |
name: "Glacier" | |
}, | |
AWSGlacierArchiveBlock3: { | |
C: ["aws", "glacier", "archive"], | |
name: "Glacier Archive" | |
}, | |
AWSGlacierVaultBlock3: { | |
C: ["aws", "glacier", "vault"], | |
name: "Glacier Vault" | |
}, | |
AWSCloudFrontBlock2: { | |
C: ["aws", "cloud", "cloudfront", "front"], | |
name: "Amazon CloudFront" | |
}, | |
AWSDownloadDistBlock2: { | |
C: ["aws", "download", "distribution"], | |
name: "Download Distribution" | |
}, | |
AWSStreamingBlock2: { | |
C: ["aws", | |
"streaming" | |
], | |
name: "Streaming Distribution" | |
}, | |
AWSEdgeLocationBlock2: { | |
C: ["aws", "edge", "location"], | |
name: "Edge Location" | |
}, | |
AWSElasticLoadBlock2: { | |
C: ["aws", "load", "balancer"], | |
name: "Elastic Load Balancer" | |
}, | |
AWSDirectConnectBlock2: { | |
C: ["aws", "direct", "connect"], | |
name: "AWS Direct Connect" | |
}, | |
AWSDirectConnectBlock3: { | |
C: ["aws", "direct", "connect"], | |
name: "AWS Direct Connect" | |
}, | |
AWSElasticNetworkBlock2: { | |
C: ["aws", "direct", "connect"], | |
name: "AWS Elastic Network Instance" | |
}, | |
AWSRoute53Block2: { | |
C: ["aws", "route", "53"], | |
name: "Amazon Route 53" | |
}, | |
AWSHostedZoneBlock2: { | |
C: ["aws", "hosted", "zone"], | |
name: "Hosted Zone" | |
}, | |
AWSRouteTableBlock2: { | |
C: ["aws", "route", "table"], | |
name: "Route Table" | |
}, | |
AWSVPCBlock2: { | |
C: ["aws", "vpc", "virtual", "private", "cloud"], | |
name: "VPC" | |
}, | |
AWSVPNConnectionBlock2: { | |
C: ["aws", "vpn", "connection"], | |
name: "VPN Connection" | |
}, | |
AWSVPNGatewayBlock2: { | |
C: ["aws", "vpn", "gateway"], | |
name: "VPN Gateway" | |
}, | |
AWSCustomerGatewayBlock2: { | |
C: ["aws", "customer", "gateway"], | |
name: "Customer Gateway" | |
}, | |
AWSInternetGatewayBlock2: { | |
C: ["aws", "internet", "gateway"], | |
name: "Internet Gateway" | |
}, | |
AWSRouterBlock2: { | |
C: ["aws", "router"], | |
name: "Router" | |
}, | |
AWSItemBlock2: { | |
C: ["aws", "database", "item"], | |
name: "Item" | |
}, | |
AWSItemsBlock2: { | |
C: ["aws", "database", "items"], | |
name: "Items" | |
}, | |
AWSAttributeBlock2: { | |
C: ["aws", "database", "attribute"], | |
name: "Attribute" | |
}, | |
AWSAttributesBlock2: { | |
C: ["aws", "database", "attributes"], | |
name: "Attributes" | |
}, | |
AWSRDBSBlock2: { | |
C: ["aws", "database", "rds", "relational", "service"], | |
name: "Relational Database" | |
}, | |
AWSRDSInstanceBlock2: { | |
C: ["aws", "database", "instance"], | |
name: "RDS DB Instance" | |
}, | |
AWSRDSStandbyBlock2: { | |
C: ["aws", | |
"database", "instance", "standby" | |
], | |
name: "RDS DB Instance Standby (Multi-AZ) " | |
}, | |
AWSRDSInstanceReadBlock2: { | |
C: ["aws", "database", "instance", "read", "replica"], | |
name: "RDS DB Instance Read Replica" | |
}, | |
AWSOracleDBBlock2: { | |
C: ["aws", "database", "oracle", "instance"], | |
name: "Oracle DB Instance" | |
}, | |
AWSMySQLDBBlock2: { | |
C: ["aws", "database", "mysql", "instance"], | |
name: "MySQL DB Instance" | |
}, | |
AWSMSSQLDBBlock3: { | |
C: ["aws", "database", "ms", "sql", "instance"], | |
name: "MS SQL DB Instance" | |
}, | |
AWSDynamoDBBlock2: { | |
C: ["aws", "database", "dynamodb"], | |
name: "Amazon DynamoDB" | |
}, | |
AWSSimpleDatabaseBlock3: { | |
C: ["aws", "simple", "database", "db"], | |
name: "Simple Database" | |
}, | |
AWSSimpleDatabaseDomainBlock3: { | |
C: ["aws", "simple", "database", "db", "domain"], | |
name: "Domain" | |
}, | |
AWSTableBlock2: { | |
C: ["aws", "database", "table"], | |
name: "Table" | |
}, | |
AWSAmazonRedShiftBlock3: { | |
C: ["aws", "redshift"], | |
name: "Amazon RedShift" | |
}, | |
AWSElastiCacheBlock2: { | |
C: ["aws", "database", "elasticache", "cache"], | |
name: "Amazon ElastiCache" | |
}, | |
AWSElastiCacheNodeBlock2: { | |
C: ["aws", "database", "elasticache", "cache"], | |
name: "Amazon ElastiCache Node" | |
}, | |
AWSSESBlock2: { | |
C: ["aws", | |
"ses" | |
], | |
name: "SES" | |
}, | |
AWSEmailBlock2: { | |
C: ["aws", "email"], | |
name: "Email" | |
}, | |
AWSSNSBlock2: { | |
C: ["aws", "sns", "notification"], | |
name: "Simple Notification" | |
}, | |
AWSTopicBlock2: { | |
C: ["aws", "topic"], | |
name: "Topic" | |
}, | |
AWSEmailNotificationBlock2: { | |
C: ["aws", "notification", "email"], | |
name: "Email Notification" | |
}, | |
AWSHTTPNotificationBlock2: { | |
C: ["aws", "http", "notification"], | |
name: "HTTP Notification" | |
}, | |
AWSSQSBlock2: { | |
C: ["aws", "simple", "queue", "service"], | |
name: "Simple Queue Service" | |
}, | |
AWSSQSBlock3: { | |
C: ["aws", "simple", "queue", "service"], | |
name: "Simple Queue Service" | |
}, | |
AWSQueueBlock2: { | |
C: ["aws", "queue"], | |
name: "Queue" | |
}, | |
AWSMessageBlock2: { | |
C: ["aws", "message"], | |
name: "Message" | |
}, | |
AWSDeciderBlock2: { | |
C: ["aws", "decider"], | |
name: "Decider" | |
}, | |
AWSSWFBlock2: { | |
C: ["aws", "swf"], | |
name: "SWF" | |
}, | |
AWSWorkerBlock2: { | |
C: ["aws", "worker"], | |
name: "Worker" | |
}, | |
AWSCloudSearchBlock2: { | |
C: ["aws", "cloud", "search"], | |
name: "Cloud Search" | |
}, | |
AWSCloudSearchMetadataBlock3: { | |
C: "aws cloud search metadata meta data".split(" "), | |
name: "Cloud Search Metadata" | |
}, | |
AWSElasticTranscoder3: { | |
C: ["aws", "elastic", "transcoder"], | |
name: "Elastic Transcoder" | |
}, | |
AWSCloudFormationBlock2: { | |
C: ["aws", "cloud", "formation"], | |
name: "Cloud Formation" | |
}, | |
AWSDataPipelineBlock3: { | |
C: ["aws", "data", "pipeline"], | |
name: "Data Pipeline" | |
}, | |
AWSTemplageBlock2: { | |
C: ["aws", "template"], | |
name: "Template" | |
}, | |
AWSStackBlock2: { | |
C: ["aws", "stack"], | |
name: "Stack" | |
}, | |
AWSBeanStockBlock2: { | |
C: ["aws", "beanstock"], | |
name: "AWS Elastic Beanstalk" | |
}, | |
AWSApplicationBlock2: { | |
C: ["aws", "application"], | |
name: "Application" | |
}, | |
AWSBeanstalkDeploymentBlock3: { | |
C: ["aws", "elastic", "beanstalk", "deployment"], | |
name: "Elastic Beanstalk Deployment" | |
}, | |
AWSDeploymentManagementBlock2: { | |
C: ["aws", "deployment", "management"], | |
name: "Deployment Management" | |
}, | |
AWSIAMBlock3: { | |
C: ["aws", "iam", "deployment", "management"], | |
name: "IAM" | |
}, | |
AWSCloudWatchBlock2: { | |
C: ["aws", "cloud", "watch"], | |
name: "Amazon CloudWatch" | |
}, | |
AWSCloudWatchBlock3: { | |
C: ["aws", "cloud", "watch"], | |
name: "Amazon CloudWatch" | |
}, | |
AWSCloudWatchAlarmBlock2: { | |
C: ["aws", "cloud", "watch", "alarm"], | |
name: "Alarm" | |
}, | |
AWSIAMSTSBlock3: { | |
C: "aws iam identity sts security token service".split(" "), | |
name: "IAM STS" | |
}, | |
AWSIAMAddonBlock2: { | |
C: ["aws", | |
"iam", "addon", "add", "on" | |
], | |
name: "IAM Add-on" | |
}, | |
AWSOpsWorksBlock3: { | |
C: ["aws", "opsworks"], | |
name: "OpsWorks" | |
}, | |
AWSMechanicalTurkBlock2: { | |
C: ["aws", "mechanical", "turk"], | |
name: "Amazon Mechanical Turk" | |
}, | |
AWSMechanicalTurkBlock3: { | |
C: ["aws", "mechanical", "turk"], | |
name: "Amazon Mechanical Turk" | |
}, | |
AWSHumanITBlock2: { | |
C: ["aws", "human", "intelligence", "tasks"], | |
name: "Human Intelligence Tasks (HIT)" | |
}, | |
AWSAssignmentTaskBlock2: { | |
C: ["aws", "assignment", "task"], | |
name: "Assignment/Task" | |
}, | |
AWSWorkersBlock2: { | |
C: ["aws", "workers"], | |
name: "Workers" | |
}, | |
AWSRequesterBlock2: { | |
C: ["aws", "requester"], | |
name: "Requester" | |
}, | |
AWSAndroidBlock3: { | |
C: ["aws", "android"], | |
name: "Android" | |
}, | |
AWSiOSBlock3: { | |
C: ["aws", "ios"], | |
name: "iOS" | |
}, | |
AWSJavaBlock3: { | |
C: ["aws", "java"], | |
name: "Java" | |
}, | |
AWSNetBlock3: { | |
C: ["aws", "net"], | |
name: "Net" | |
}, | |
AWSNodeJSBlock3: { | |
C: ["aws", "node", "js", "nodejs", "node.js"], | |
name: "Node.js" | |
}, | |
AWSPHPBlock3: { | |
C: ["aws", "php"], | |
name: "PHP" | |
}, | |
AWSPythonBlock3: { | |
C: ["aws", "python"], | |
name: "Python" | |
}, | |
AWSRubyBlock3: { | |
C: ["aws", "ruby"], | |
name: "Ruby" | |
}, | |
AWSCLIBlock3: { | |
C: ["aws", "cli", "command", "line", | |
"interface" | |
], | |
name: "Command Line Interface" | |
}, | |
AWSEclipseToolkitBlock3: { | |
C: ["aws", "eclipse", "toolkit"], | |
name: "Eclipse Toolkit" | |
}, | |
AWSVisualStudioToolkitBlock3: { | |
C: ["aws", "visual", "studio", "toolkit"], | |
name: "Visual Studio Toolkit" | |
}, | |
AWSWindowsPowershellToolkitBlock3: { | |
C: ["aws", "windows", "powershell", "toolkit"], | |
name: "Windows Powershell Toolkit" | |
}, | |
AWSCloudBlock2: { | |
C: ["aws", "cloud"], | |
name: "AWS Cloud" | |
}, | |
AWSVPCloudBlock3: { | |
C: ["aws", "virtual", "private", "cloud"], | |
name: "Virtual Private Cloud" | |
}, | |
AWSManagementBlock2: { | |
C: ["aws", | |
"management", "console" | |
], | |
name: "AWS Management Console" | |
}, | |
AWSDataCenterBlock2: { | |
C: ["aws", "corporate", "data", "cemter"], | |
name: "Corporate data center" | |
}, | |
AWSServerBlock2: { | |
C: ["aws", "server"], | |
name: "Traditional server" | |
}, | |
AWSUserBlock2: { | |
C: ["aws", "user"], | |
name: "User" | |
}, | |
AWSUsersBlock2: { | |
C: ["aws", "users"], | |
name: "Users" | |
}, | |
AWSClientBlock2: { | |
C: ["aws", "client"], | |
name: "Client" | |
}, | |
AWSMobileClientBlock2: { | |
C: ["aws", "mobile", "client"], | |
name: "Mobile Client" | |
}, | |
AWSGenericDatabaseBlock3: { | |
C: ["aws", "generic", "database"], | |
name: "Generic Database" | |
}, | |
AWSTapeStorageBlock3: { | |
C: ["aws", "tape", "storage"], | |
name: "Tape Storage" | |
}, | |
AWSDiskBlock3: { | |
C: ["aws", "disk", "disc"], | |
name: "Disk" | |
}, | |
AWSMediaBlock2: { | |
C: ["aws", "media", "multimedia"], | |
name: "Multimedia" | |
}, | |
AWSInternetBlock2: { | |
C: ["aws", "internet"], | |
name: "Internet" | |
}, | |
AWSForumsBlock3: { | |
C: ["aws", "forums"], | |
name: "Forums" | |
}, | |
AWSExampleIAMBlock2: { | |
C: "aws iam addon add on example".split(" "), | |
name: "Example: IAM Add-on" | |
}, | |
AWSSubnetBlock2: { | |
C: ["aws", "subnet"], | |
name: "Subnet" | |
}, | |
AWSRoundedRectangleContainerBlock2: { | |
C: ["aws", "container"], | |
name: "Rounded Rectangle Container", | |
wb: [{ | |
name: "RegionContainer", | |
C: ["region"] | |
}, { | |
name: "AutoScaling", | |
C: ["auto", "scaling"] | |
}, { | |
name: "AvailabilityZone", | |
C: ["availability", "zone"] | |
}, { | |
name: "ServerContents", | |
C: ["server", "contents"] | |
}, { | |
name: "SecurityGroup", | |
C: ["security", "group"] | |
}, { | |
name: "CorporateGroup", | |
C: ["corporate", "group"] | |
}, { | |
name: "AWSGroup", | |
C: ["aws", "group"] | |
}, { | |
name: "SubnetGroup", | |
C: ["subnet", "group"] | |
}, { | |
name: "BeanstalkGroup", | |
C: ["beanstalk", "group"] | |
}, { | |
name: "VPCGroup", | |
C: ["vpc", "group"] | |
}, { | |
name: "EC2Group", | |
C: ["ec2", "group"] | |
}] | |
}, | |
AWSLucidGroup: { | |
C: [], | |
name: "Grouping" | |
}, | |
$b: "EC2;Networking;S3;Content Delivery;Database;App Services;Deployment;On-Demand;SDKs;AWS Other;AWS Containers".split(";") | |
}, | |
"dfd.js": { | |
DFDExternalEntityBlock: { | |
C: ["dfd", "data", "flow", "external", "entity"], | |
name: "External Entity" | |
}, | |
DFDExternalEntityBlock2: { | |
C: "dfd data flow external entity simple simplified".split(" "), | |
name: "External Entity" | |
}, | |
YDMDFDProcessBlock: { | |
C: "dfd data flow process yourdon demarco marco".split(" "), | |
name: "Process" | |
}, | |
GSDFDProcessBlock: { | |
C: "dfd data flow process gane sarson".split(" "), | |
name: "Process" | |
}, | |
GSDFDProcessBlock2: { | |
C: "dfd data flow process gane sarson simple simplified".split(" "), | |
name: "Process" | |
}, | |
GSDFDDataStoreBlock: { | |
C: "dfd data flow store gane sarson".split(" "), | |
name: "Data Store" | |
}, | |
GSDFDDataStoreBlock2: { | |
C: "dfd data flow store gane sarson simple simplified".split(" "), | |
name: "Data Store" | |
}, | |
YDMDFDDataStoreBlock: { | |
C: "dfd data flow store yourdon demarco marco".split(" "), | |
name: "YDMDFDDataStore" | |
}, | |
$b: ["Data Flow"] | |
}, | |
"ee.js": { | |
EE_Amplifier: { | |
C: ["circuit", "amplifier", "ee", "electrical", "amp"], | |
name: "Amplifier" | |
}, | |
EE_OpAmp: { | |
C: ["circuit", "amplifier", "ee", "electrical", "amp"], | |
name: "Operational Amplifier" | |
}, | |
EE_ControlledAmp: { | |
C: ["circuit", "amplifier", "ee", "electrical", "amp"], | |
name: "Controlled Amplifier" | |
}, | |
EE_Multiplexer: { | |
C: ["circuit", "ee", "electrical", "multiplexer", "engineering"], | |
name: "Multiplexer" | |
}, | |
EE_Demultiplexer: { | |
C: ["circuit", "ee", "electrical", "multiplexer", "engineering"], | |
name: "Demultiplexer" | |
}, | |
EE_Capacitor1: { | |
C: "circuit capacitor ee electrical power cap engineering".split(" "), | |
name: "Capacitor 1" | |
}, | |
EE_Capacitor2: { | |
C: "circuit capacitor ee electrical power cap engineering".split(" "), | |
name: "Capacitor 2" | |
}, | |
EE_Diode: { | |
C: "circuit diode ee electrical power engineering".split(" "), | |
name: "Diode" | |
}, | |
EE_Resistor: { | |
C: "circuit ee electrical power engineering resistor pot potentiometer".split(" "), | |
name: "Resistor" | |
}, | |
EE_VarResistor: { | |
C: "circuit ee electrical power engineering resistor pot potentiometer".split(" "), | |
name: "Variable Resistor" | |
}, | |
EE_Potentiometer: { | |
C: "circuit ee electrical power engineering resistor pot potentiometer".split(" "), | |
name: "Potentiometer" | |
}, | |
EE_AcSource: { | |
C: "circuit ee electrical power engineering ac dc analog digital".split(" "), | |
name: "AC Voltage Source" | |
}, | |
EE_VoltageSource: { | |
C: "circuit ee electrical power engineering ac dc analog digital".split(" "), | |
name: "Voltage Source" | |
}, | |
EE_CurrentSource: { | |
C: "circuit ee electrical power engineering ac dc analog digital".split(" "), | |
name: "Current Source" | |
}, | |
EE_ControlledCurrentSource: { | |
C: "circuit ee electrical power engineering ac dc analog digital".split(" "), | |
name: "Controlled Current Source" | |
}, | |
EE_ControlledVoltageSource: { | |
C: "circuit ee electrical power engineering ac dc analog digital".split(" "), | |
name: "Controlled Voltage Source" | |
}, | |
EE_DcSource1: { | |
C: "circuit ee electrical power engineering ac dc analog digital".split(" "), | |
name: "DC Voltage Source 1" | |
}, | |
EE_DcSource2: { | |
C: "circuit ee electrical power engineering ac dc analog digital".split(" "), | |
name: "DC Voltage Source 2" | |
}, | |
EE_Vss: { | |
C: "circuit ee electrical power engineering ac dc analog digital vss".split(" "), | |
name: "Vss" | |
}, | |
EE_Vdd: { | |
C: "circuit ee electrical power engineering ac dc analog digital vdd".split(" "), | |
name: "Vdd" | |
}, | |
EE_ProtGround: { | |
C: "circuit ee electrical power engineering ground protective flop flip D".split(" "), | |
name: "Protective Earth" | |
}, | |
EE_SignalGround: { | |
C: "circuit ee electrical power engineering ground protective flop flip D".split(" "), | |
name: "Signal Ground" | |
}, | |
EE_AND: { | |
C: ["circuit", "ee", "electrical", "logic", "engineering"], | |
name: "AND" | |
}, | |
AND: { | |
C: [], | |
name: "AND" | |
}, | |
EE_OR: { | |
C: ["circuit", "ee", "electrical", "logic", "engineering"], | |
name: "OR" | |
}, | |
OR: { | |
C: [], | |
name: "OR" | |
}, | |
EE_Inverter: { | |
C: ["circuit", "ee", "electrical", "logic", | |
"engineering" | |
], | |
name: "Inverter" | |
}, | |
Inverter: { | |
C: [], | |
name: "Inverter" | |
}, | |
EE_NAND: { | |
C: ["circuit", "ee", "electrical", "logic", "engineering"], | |
name: "NAND" | |
}, | |
NAND: { | |
C: [], | |
name: "NAND" | |
}, | |
EE_NOR: { | |
C: ["circuit", "ee", "electrical", "logic", "engineering"], | |
name: "NOR" | |
}, | |
NOR: { | |
C: [], | |
name: "NOR" | |
}, | |
EE_XOR: { | |
C: ["circuit", "ee", "electrical", "logic", "engineering"], | |
name: "XOR" | |
}, | |
XOR: { | |
C: [], | |
name: "XOR" | |
}, | |
EE_NXOR: { | |
C: ["circuit", "ee", "electrical", "logic", "engineering"], | |
name: "NXOR" | |
}, | |
NXOR: { | |
C: [], | |
name: "NXOR" | |
}, | |
EE_DTypeRSFlipFlop: { | |
C: "circuit ee electrical logic engineering latching latch flip flop".split(" "), | |
name: "D Type RS Flip Flop" | |
}, | |
"D Type RS Flip Flop": { | |
C: [], | |
name: "D Type RS Flip Flop" | |
}, | |
EE_DTypeFlipFlop: { | |
C: "circuit ee electrical logic engineering latching latch flip flop".split(" "), | |
name: "D Type Flip Flop" | |
}, | |
"D Type Flip Flop": { | |
C: [], | |
name: "D Type Flip Flop" | |
}, | |
EE_DTypeFlipFlopWithClear: { | |
C: "circuit ee electrical logic engineering latching latch flip flop".split(" "), | |
name: "D Type Flip Flop With Clear" | |
}, | |
"D Type Flip Flop With Clear": { | |
C: [], | |
name: "D Type Flip Flop With Clear" | |
}, | |
EE_RSLatch: { | |
C: "circuit ee electrical logic engineering latching latch flip flop".split(" "), | |
name: "RS Latch" | |
}, | |
"RS Latch": { | |
C: [], | |
name: "RS Latch" | |
}, | |
EE_SyncRSLatch: { | |
C: "circuit ee electrical logic engineering latching latch flip flop".split(" "), | |
name: "Synchronous RS Latch" | |
}, | |
"Synchronous RS Latch": { | |
C: [], | |
name: "Synchronous RS Latch" | |
}, | |
EE_TTypeFlipFlop: { | |
C: "circuit ee electrical logic engineering latching latch flip flop".split(" "), | |
name: "T Type Flip-Flop" | |
}, | |
"T Type Flip-Flop": { | |
C: [], | |
name: "T Type Flip-Flop" | |
}, | |
EE_Inductor: { | |
C: "circuit ee electrical logic engineering inductor".split(" "), | |
name: "_Inductor" | |
}, | |
"EE_Variable Inductor": { | |
C: "circuit ee electrical logic engineering inductor".split(" "), | |
name: "_Variable Inductor" | |
}, | |
EE_Transformer: { | |
C: "circuit ee electrical logic engineering transformer".split(" "), | |
name: "Transformer" | |
}, | |
EE_TwoWaySwitch: { | |
C: "circuit;ee;electrical;logic;engineering;electromechanical;mechanical;2 way;switch".split(";"), | |
name: "2-Way Switch" | |
}, | |
"2-Way Switch": { | |
C: [], | |
name: "2-Way Switch" | |
}, | |
EE_OnOffSwitch: { | |
C: "circuit ee electrical logic engineering electromechanical mechanical on/off switch on off".split(" "), | |
name: "On/Off Switch" | |
}, | |
"On/Off Switch": { | |
C: [], | |
name: "On/Off Switch" | |
}, | |
EE_Loudspeaker: { | |
C: "circuit ee electrical logic engineering electromechanical mechanical loudspeaker speaker".split(" "), | |
name: "Loudspeaker" | |
}, | |
Loudspeaker: { | |
C: [], | |
name: "Loudspeaker" | |
}, | |
EE_Motor: { | |
C: "circuit ee electrical logic engineering electromechanical mechanical loudspeaker speaker".split(" "), | |
name: "Motor" | |
}, | |
EE_LED1: { | |
C: "circuit ee electrical logic engineering opto optoelectronics led".split(" "), | |
name: "LED1" | |
}, | |
LED1: { | |
C: [], | |
name: "LED1" | |
}, | |
EE_Lightbulb: { | |
C: "circuit ee electrical logic engineering opto optoelectronics lightbulb".split(" "), | |
name: "Lightbulb" | |
}, | |
EE_IntegratedCircuit: { | |
C: "circuit ee electrical ic engineering integrated".split(" "), | |
name: "IC" | |
}, | |
EE_SineWave: { | |
C: "circuit ee electrical logic engineering wave sine square sawtooth".split(" "), | |
name: "Sine Wave" | |
}, | |
"Sine Wave": { | |
C: [], | |
name: "Sine Wave" | |
}, | |
EE_Sawtooth: { | |
C: "circuit ee electrical logic engineering wave sine square sawtooth".split(" "), | |
name: "Sawtooth" | |
}, | |
Sawtooth: { | |
C: [], | |
name: "Sawtooth" | |
}, | |
EE_SquareWave: { | |
C: "circuit ee electrical logic engineering wave sine square sawtooth".split(" "), | |
name: "Square Wave" | |
}, | |
"Square Wave": { | |
C: [], | |
name: "Square Wave" | |
}, | |
EE_Plus: { | |
C: ["electrical", "plus", "positive"], | |
name: "Positive" | |
}, | |
EE_Negative: { | |
C: ["electrical", "minus", "negative", "ee"], | |
name: "Negative" | |
}, | |
EE_InverterContact: { | |
C: ["circuit", "ee", "electrical", "logic", "engineering"], | |
name: "Inverter Contact" | |
}, | |
EE_Voltmeter: { | |
C: ["electrical", "ee", "voltmeter"], | |
name: "Voltmeter" | |
}, | |
Voltmeter: { | |
C: [], | |
name: "Voltmeter" | |
}, | |
EE_Ammeter: { | |
C: ["electrical", "ammeter", "ee"], | |
name: "Ammeter" | |
}, | |
Ammeter: { | |
C: [], | |
name: "Ammeter" | |
}, | |
EE_BJT_NPN1: { | |
C: ["electrical", | |
"ee", "tansistor", "bjt" | |
], | |
name: "BJT PNP" | |
}, | |
EE_BJT_PNP1: { | |
C: ["electrical", "ee", "tansistor", "bjt"], | |
name: "BJT NPN" | |
}, | |
EE_JFET_P: { | |
C: ["electrical", "ee", "tansistor", "bjt"], | |
name: "JFET P-Channel" | |
}, | |
EE_JFET_N: { | |
C: ["electrical", "ee", "tansistor", "bjt"], | |
name: "JFET N-Channel" | |
}, | |
EE_MOSFET_P1: { | |
C: ["electrical", "ee", "tansistor", "bjt"], | |
name: "MOSFET P-Channel 1" | |
}, | |
EE_MOSFET_P2: { | |
C: ["electrical", "ee", "tansistor", "bjt"], | |
name: "MOSFET P-Channel 2" | |
}, | |
EE_MOSFET_P3: { | |
C: ["electrical", "ee", "tansistor", "bjt"], | |
name: "MOSFET P-Channel 3" | |
}, | |
EE_MOSFET_N1: { | |
C: ["electrical", | |
"ee", "tansistor", "bjt" | |
], | |
name: "MOSFET N-Channel 1" | |
}, | |
EE_MOSFET_N2: { | |
C: ["electrical", "ee", "tansistor", "bjt"], | |
name: "MOSFET N-Channel 2" | |
}, | |
EE_MOSFET_N3: { | |
C: ["electrical", "ee", "tansistor", "bjt"], | |
name: "MOSFET N-Channel 3" | |
}, | |
EE_SPST: { | |
C: ["electrical", "ee", "circuits", "relays", "switch"], | |
name: "Single Pole Single Throw (SPST)" | |
}, | |
EE_SPDT: { | |
C: ["electrical", "ee", "circuits", "relays", "switch"], | |
name: "Single Pole Double Throw (SPDT)" | |
}, | |
EE_DPST: { | |
C: ["electrical", "ee", "circuits", "relays", "switch"], | |
name: "Double Pole Single Throw (DPST)" | |
}, | |
EE_DPDT: { | |
C: ["electrical", "ee", "circuits", "relays", "switch"], | |
name: "Double Pole Double Throw (DPDT)" | |
}, | |
$b: "Electrical;Power Sources;Transistors;Relays;Logic Gates;Miscellaneous".split(";") | |
}, | |
"erd.js": { | |
ERDEntityBlock: { | |
C: ["erd", "entity", "relationship"], | |
name: "Entity" | |
}, | |
ERDEntityBlock2: { | |
C: ["erd", "entity", "relationship"], | |
name: "Entity" | |
}, | |
ERDEntityBlock3: { | |
C: ["erd", "entity", "relationship"], | |
name: "Entity" | |
}, | |
ERDEntityBlock4: { | |
C: ["erd", "entity", "relationship"], | |
name: "Entity" | |
}, | |
$b: ["Entity Relationship"] | |
}, | |
"enterprise.js": { | |
EIChannelBlock: { | |
C: ["enterprise", | |
"integration", "pattern", "channel" | |
], | |
name: "Channel" | |
}, | |
EIMessageChannelBlock: { | |
C: "enterprise integration pattern messaging message channel".split(" "), | |
name: "Message Channel" | |
}, | |
EIMessageBlock: { | |
C: ["enterprise", "integration", "pattern", "message"], | |
name: "Message" | |
}, | |
EIMessageRouterBlock: { | |
C: ["enterprise", "integration", "pattern", "message", "router"], | |
name: "Message Router" | |
}, | |
EIMessageTranslatorBlock: { | |
C: ["enterprise", "integration", "pattern", "message", "translator"], | |
name: "Message Translator" | |
}, | |
EIMessageEndpointBlock: { | |
C: "enterprise integration pattern message messaging endpoint".split(" "), | |
name: "Message Endpoint" | |
}, | |
EIPublishSubscribeChannelBlock: { | |
C: "enterprise integration pattern publish subscribe channel".split(" "), | |
name: "Publish Subscribe Channel" | |
}, | |
EIDatatypeChannelBlock: { | |
C: ["enterprise", "integration", "pattern", "datatype", "channel"], | |
name: "Datatype Channel" | |
}, | |
EIInvalidMessageChannelBlock: { | |
C: "enterprise integration pattern invalid message channel".split(" "), | |
name: "Invalid Message Channel" | |
}, | |
EIDeadLetterChannelBlock: { | |
C: "enterprise integration pattern dead letter channel".split(" "), | |
name: "Dead Letter Channel" | |
}, | |
EIGuaranteedDeliveryBlock: { | |
C: ["enterprise", "integration", "pattern", "guaranteed", "delivery"], | |
name: "Guaranteed Delivery" | |
}, | |
EIChannelAdapterBlock: { | |
C: ["enterprise", "integration", "pattern", "channel", "adapter"], | |
name: "Channel Adapter" | |
}, | |
EIMessagingBridgeBlock: { | |
C: ["enterprise", "integration", "pattern", "messaging", "bridge"], | |
name: "Messaging Bridge" | |
}, | |
EIMessageBusBlock: { | |
C: ["enterprise", "integration", "pattern", "message", "bus"], | |
name: "Message Bus" | |
}, | |
EICommandMessageBlock: { | |
C: ["enterprise", "integration", "pattern", "command", | |
"message" | |
], | |
name: "CommandMessage" | |
}, | |
EIDocumentMessageBlock: { | |
C: ["enterprise", "integration", "pattern", "document", "message"], | |
name: "DocumentMessage" | |
}, | |
EIEventMessageBlock: { | |
C: ["enterprise", "integration", "pattern", "event", "message"], | |
name: "EventMessage" | |
}, | |
EIRequestReplyBlock: { | |
C: "enterprise integration pattern request reply request-reply".split(" "), | |
name: "Request-Reply" | |
}, | |
EIReturnAddressBlock: { | |
C: ["enterprise", "integration", "pattern", "return", "address"], | |
name: "Return Address" | |
}, | |
EICorrelationIDBlock: { | |
C: "enterprise integration pattern correlation id identify identifier".split(" "), | |
name: "Correlation ID" | |
}, | |
EIMessageSequenceBlock: { | |
C: ["enterprise", "integration", "pattern", "message", "sequence"], | |
name: "Message Sequence" | |
}, | |
EIMessageExpirationBlock: { | |
C: ["enterprise", "integration", "pattern", "message", "expiration"], | |
name: "Message Expiration" | |
}, | |
EIContentBasedRouterBlock: { | |
C: "enterprise integration pattern content based router".split(" "), | |
name: "Content-Based Router" | |
}, | |
EIMessageFilterBlock: { | |
C: ["enterprise", "integration", "pattern", "message", "filter"], | |
name: "Message Filter" | |
}, | |
EIDynamicRouterBlock: { | |
C: ["enterprise", | |
"integration", "pattern", "dynamic", "router" | |
], | |
name: "Dynamic Router" | |
}, | |
EIRecipientListBlock: { | |
C: ["enterprise", "integration", "pattern", "recipient", "list"], | |
name: "Recipient List" | |
}, | |
EISplitterBlock: { | |
C: ["enterprise", "integration", "pattern", "splitter"], | |
name: "Splitter" | |
}, | |
EIAggregatorBlock: { | |
C: ["enterprise", "integration", "pattern", "aggregate", "aggregator"], | |
name: "Aggregator" | |
}, | |
EIResequencerBlock: { | |
C: ["enterprise", "integration", "pattern", "resequencer"], | |
name: "Resequencer" | |
}, | |
EIComposedMessageBlock: { | |
C: ["enterprise", "integration", | |
"pattern", "composed", "message" | |
], | |
name: "Composed Message" | |
}, | |
EIRoutingSlipBlock: { | |
C: ["enterprise", "integration", "pattern", "routing", "slip"], | |
name: "Routing Slip" | |
}, | |
EIProcessManagerBlock: { | |
C: ["enterprise", "integration", "pattern", "process", "manager"], | |
name: "Process Manager" | |
}, | |
EIMessageBrokerBlock: { | |
C: ["enterprise", "integration", "pattern", "message", "broker"], | |
name: "Message Broker" | |
}, | |
EIEnvelopeWrapperBlock: { | |
C: ["enterprise", "integration", "pattern", "envelope", "wrapper"], | |
name: "Envelope Wrapper" | |
}, | |
EIContentEnricherBlock: { | |
C: ["enterprise", | |
"integration", "pattern", "content", "enricher" | |
], | |
name: "Content Enricher" | |
}, | |
EIContentFilterBlock: { | |
C: ["enterprise", "integration", "pattern", "content", "filter"], | |
name: "Content Filter" | |
}, | |
EIClaimCheckBlock: { | |
C: ["enterprise", "integration", "pattern", "claim", "check"], | |
name: "Claim Check" | |
}, | |
EINormalizerBlock: { | |
C: ["enterprise", "integration", "pattern", "normalizer"], | |
name: "Normalizer" | |
}, | |
EIMessagingGatewayBlock: { | |
C: "enterprise integration pattern message messaging gateway".split(" "), | |
name: "Messaging Gateway" | |
}, | |
EITransactionalClientBlock: { | |
C: "enterprise integration pattern transaction transactional client".split(" "), | |
name: "Transactional Client" | |
}, | |
EIPollingConsumerBlock: { | |
C: "enterprise integration pattern poll polling consumer".split(" "), | |
name: "Polling Consumer" | |
}, | |
EIEventDrivenConsumerBlock: { | |
C: "enterprise integration pattern event driven event-driven consumer".split(" "), | |
name: "Event-Driven Consumer" | |
}, | |
EICompetingConsumersBlock: { | |
C: "enterprise integration pattern compete competing consumer consumers".split(" "), | |
name: "Competing Consumers" | |
}, | |
EIMessageDispatcherBlock: { | |
C: "enterprise integration pattern message dispatch dispatcher".split(" "), | |
name: "Message Dispatcher" | |
}, | |
EISelectiveConsumerBlock: { | |
C: ["enterprise", "integration", "pattern", "selective", "consumer"], | |
name: "Selective Consumer" | |
}, | |
EIDurableSubscriberBlock: { | |
C: "enterprise integration pattern durable subscribe subscriber".split(" "), | |
name: "Durable Subscriber" | |
}, | |
EIServiceActivatorBlock: { | |
C: "enterprise integration pattern service activate activator".split(" "), | |
name: "Service Activator" | |
}, | |
EIControlBusBlock: { | |
C: ["enterprise", "integration", "pattern", "control", "bus"], | |
name: "Control Bus" | |
}, | |
EIDetourBlock: { | |
C: ["enterprise", | |
"integration", "pattern", "detour" | |
], | |
name: "Detour" | |
}, | |
EIWireTapBlock: { | |
C: ["enterprise", "integration", "pattern", "wire", "tap"], | |
name: "Wire Tap" | |
}, | |
EIMessageHistoryBlock: { | |
C: ["enterprise", "integration", "pattern", "message", "history"], | |
name: "Message History" | |
}, | |
EIMessageStoreBlock: { | |
C: ["enterprise", "integration", "pattern", "message", "store"], | |
name: "Message Store" | |
}, | |
EISmartProxyBlock: { | |
C: ["enterprise", "integration", "pattern", "smart", "proxy"], | |
name: "Smart Proxy" | |
}, | |
EITestMessageBlock: { | |
C: ["enterprise", "integration", "pattern", | |
"test", "message" | |
], | |
name: "Test Message" | |
}, | |
EIChannelPurgerBlock: { | |
C: "enterprise integration pattern channel purge purger".split(" "), | |
name: "Channel Purger" | |
}, | |
$b: "Messaging Systems;Messaging Channels;Message Construction;Message Routing;Message Transformation;Messaging Endpoints;System Management".split(";") | |
}, | |
"flowchart.js": { | |
ProcessBlock: { | |
C: ["flowchart", "process", "square", "rectangle"], | |
name: "Process" | |
}, | |
DecisionBlock: { | |
C: ["flowchart", "decision", "diamond"], | |
name: "Decision" | |
}, | |
TerminatorBlock: { | |
C: ["flowchart", "terminator", | |
"oval", "pill" | |
], | |
name: "Terminator" | |
}, | |
PredefinedProcessBlock: { | |
C: ["flowchart", "predefined", "process"], | |
name: "Predefined Process" | |
}, | |
DocumentBlock: { | |
C: ["flowchart", "document", "page"], | |
name: "Document" | |
}, | |
MultiDocumentBlock: { | |
C: ["flowchart", "documents", "pages", "multi", "multiple"], | |
name: "Multiple Documents" | |
}, | |
ManualInputBlock: { | |
C: ["flowchart", "manual", "input", "trapezoid"], | |
name: "Manual Input" | |
}, | |
PreparationBlock: { | |
C: ["flowchart", "preparation", "hexagon"], | |
name: "Preparation" | |
}, | |
DataBlockNew: { | |
C: "flowchart data input output i/o rhombus parallelogram".split(" "), | |
name: "Data (I/O)" | |
}, | |
DataBlock: { | |
C: "flowchart data input output i/o rhombus parallelogram".split(" "), | |
name: "Data (I/O)" | |
}, | |
DatabaseBlock: { | |
C: ["flowchart", "database", "cylinder", "tube"], | |
name: "Database" | |
}, | |
DirectAccessStorageBlock: { | |
C: "flowchart direct access storage hard disk cylinder tube".split(" "), | |
name: "Direct Access Storage (Hard Disk)" | |
}, | |
InternalStorageBlock: { | |
C: ["flowchart", "internal", "storage"], | |
name: "Internal Storage" | |
}, | |
PaperTapeBlock: { | |
C: ["flowchart", "paper", "tape", "wave"], | |
name: "Paper Tape" | |
}, | |
ManualOperationBlockNew: { | |
C: ["flowchart", | |
"manual", "operation", "trapezoid" | |
], | |
name: "Manual Operation" | |
}, | |
ManualOperationBlock: { | |
C: ["flowchart", "manual", "operation", "trapezoid"], | |
name: "Manual Operation" | |
}, | |
DelayBlock: { | |
C: ["flowchart", "delay", "semicircle"], | |
name: "Delay" | |
}, | |
StoredDataBlock: { | |
C: ["flowchart", "stored", "data"], | |
name: "Stored Data" | |
}, | |
MergeBlock: { | |
C: ["flowchart", "merge", "triangle"], | |
name: "Merge" | |
}, | |
ConnectorBlock: { | |
C: ["flowchart", "connector", "circle"], | |
name: "Connector" | |
}, | |
OrBlock: { | |
C: ["flowchart", "or", "reticle", "crosshairs"], | |
name: "Or" | |
}, | |
SummingJunctionBlock: { | |
C: ["flowchart", | |
"summing", "junction", "reticle", "crosshairs" | |
], | |
name: "Summing Junction" | |
}, | |
DisplayBlock: { | |
C: ["flowchart", "display", "tag"], | |
name: "Display" | |
}, | |
OffPageLinkBlock: { | |
C: ["flowchart", "offpage", "off", "page", "link"], | |
name: "Off-Page Link" | |
}, | |
NoteBlock: { | |
C: ["flowchart", "note"], | |
name: "Note" | |
}, | |
TextBlock: { | |
C: [], | |
name: "Text" | |
}, | |
SwimLaneBlock: { | |
C: [], | |
name: "Swim Lane" | |
}, | |
AdvancedSwimLaneBlock: { | |
C: ["flowchart", "container", "swimlane", "lane"], | |
name: "Swim Lane" | |
}, | |
AdvancedSwimLaneBlockRotated: { | |
C: ["flowchart", "container", "swimlane", "lane"], | |
name: "Swim Lane" | |
}, | |
RectangleContainerBlock: { | |
C: ["flowchart", "container", "rectangle"], | |
name: "Rectangle Container" | |
}, | |
DiamondContainerBlock: { | |
C: ["flowchart", "container", "diamond"], | |
name: "Diamond Container" | |
}, | |
RoundedRectangleContainerBlock: { | |
C: ["flowchart", "container", "rectangle", "rounded"], | |
name: "Rounded Rectangle Container" | |
}, | |
CircleContainerBlock: { | |
C: ["flowchart", "container", "circle"], | |
name: "Circle Container" | |
}, | |
PillContainerBlock: { | |
C: ["flowchart", "container", "oval", "pill"], | |
name: "Pill Container" | |
}, | |
BraceBlock: { | |
C: "flowchart container brace curly bracket double".split(" "), | |
name: "Double Brace", | |
wb: [{ | |
name: "BraceBlockRotated", | |
C: [] | |
}] | |
}, | |
BraceBlockRotated: { | |
C: "flowchart container brace curly bracket double".split(" "), | |
name: "Double Brace" | |
}, | |
BracketBlock: { | |
C: ["flowchart", "container", "bracket", "double"], | |
name: "Double Bracket", | |
wb: [{ | |
name: "BracketBlockRotated", | |
C: [] | |
}] | |
}, | |
BracketBlockRotated: { | |
C: ["flowchart", "container", "bracket", "double"], | |
name: "Double Bracket" | |
}, | |
BraceNoteBlock: { | |
C: "ui interface brace curly bracket note".split(" "), | |
name: "Curly Brace Note", | |
wb: [{ | |
name: "Right", | |
C: [] | |
}] | |
}, | |
LoopLimitBlock: { | |
C: ["flowchart", | |
"loop", "limit" | |
], | |
name: "Loop Limit" | |
}, | |
CardBlock: { | |
C: ["flowchart", "card", "square", "rectangle"], | |
name: "Card" | |
}, | |
TapeDataBlock: { | |
C: ["flowchart", "tape", "data", "circle"], | |
name: "Tape Data" | |
}, | |
$b: ["Flowchart", "Containers"] | |
}, | |
"freehand.js": { | |
FreehandBlock: !0 | |
}, | |
"aws.js": { | |
AWSElasticComputeCloudBlock: !0, | |
AWSInstanceBlock: !0, | |
AWSInstancesBlock: !0, | |
AWSAMIBlock: !0, | |
AWSDBonInstanceBlock: !0, | |
AWSInstanceCloudWatchBlock: !0, | |
AWSElasticIPBlock: !0, | |
AWSElasticMapReduceBlock: !0, | |
AWSClusterBlock: !0, | |
AWSHDFSClusterBlock: !0, | |
AWSAutoScalingBlock: !0, | |
AWSSimpleStorageBlock: !0, | |
AWSBucketBlock: !0, | |
AWSBuckethWithObjectsBlock: !0, | |
AWSObjectBlock: !0, | |
AWSImportExportBlock: !0, | |
AWSStorageGatewayBlock: !0, | |
AWSElasticBlockStorageBlock: !0, | |
AWSVolueBlock: !0, | |
AWSSnapshotBlock: !0, | |
AWSCloudFrontBlock: !0, | |
AWSDownloadDistBlock: !0, | |
AWSStreamingBlock: !0, | |
AWSEdgeLocationBlock: !0, | |
AWSCloudWatchBlock: !0, | |
AWSCloudWatchAlarmBlock: !0, | |
AWSElasticLoadBlock: !0, | |
AWSDirectConnectBlock: !0, | |
AWSRoute53Block: !0, | |
AWSHostedZoneBlock: !0, | |
AWSRouteTableBlock: !0, | |
AWSVPCBlock: !0, | |
AWSVPNConnectionBlock: !0, | |
AWSVPNGatewayBlock: !0, | |
AWSCustomerGatewayBlock: !0, | |
AWSInternetGatewayBlock: !0, | |
AWSRouterBlock: !0, | |
AWSSimpleDBBlock: !0, | |
AWSDomainBlock: !0, | |
AWSItemBlock: !0, | |
AWSItemsBlock: !0, | |
AWSAttributeBlock: !0, | |
AWSAttributesBlock: !0, | |
AWSRDBSBlock: !0, | |
AWSRDSInstanceBlock: !0, | |
AWSRDSStandbyBlock: !0, | |
AWSRDSInstanceReadBlock: !0, | |
AWSOracleDBBlock: !0, | |
AWSMySQLDBBlock: !0, | |
AWSDynamoDBBlock: !0, | |
AWSTableBlock: !0, | |
AWSElastiCacheBlock: !0, | |
AWSEmailBlock: !0, | |
AWSSNSBlock: !0, | |
AWSTopicBlock: !0, | |
AWSEmailNotificationBlock: !0, | |
AWSHTTPNotificationBlock: !0, | |
AWSSQSBlock: !0, | |
AWSQueueBlock: !0, | |
AWSMessageBlock: !0, | |
AWSDeciderBlock: !0, | |
AWSWorkerBlock: !0, | |
AWSTemplageBlock: !0, | |
AWSStackBlock: !0, | |
AWSBeanStockBlock: !0, | |
AWSApplicationBlock: !0, | |
AWSMechanicalTurkBlock: !0, | |
AWSHumanITBlock: !0, | |
AWSAssignmentTaskBlock: !0, | |
AWSWorkersBlock: !0, | |
AWSRequesterBlock: !0, | |
AWSCloudBlock: !0, | |
AWSUserBlock: !0, | |
AWSUsersBlock: !0, | |
AWSClientBlock: !0, | |
AWSMobileClientBlock: !0, | |
AWSMediaBlock: !0, | |
AWSDataCenterBlock: !0, | |
AWSServerBlock: !0, | |
AWSInternetBlock: !0, | |
AWSManagementBlock: !0, | |
AWSIAMAddonBlock: !0, | |
AWSExampleIAMBlock: !0, | |
AWSSubnetBlock: !0, | |
AWSRoundedRectangleContainerBlock: !0, | |
$b: "EC2;S3;Content Delivery;CloudWatch;Networking;Database;Messaging;Deployment;On-Demand;AWS Other;AWS Containers".split(";") | |
}, | |
"externalshapes.js": { | |
ExtShapeCellphoneBlock: !0, | |
ExtShapeCloudBlock: !0, | |
ExtShapeCommlinkBlock: !0, | |
ExtShapeCopierBlock: !0, | |
ExtShapeCrtMonitorBlock: !0, | |
ExtShapeDatabaseBlock: !0, | |
ExtShapeDatabaseServerBlock: !0, | |
ExtShapeExternalStorageBlock: !0, | |
ExtShapeFaxBlock: !0, | |
ExtShapeFirewallBlock: !0, | |
ExtShapeFlashdriveBlock: !0, | |
ExtShapeFlatscreenTvBlock: !0, | |
ExtShapeGameConsoleBlock: !0, | |
ExtShapeHubBlock: !0, | |
ExtShapeIphoneBlock: !0, | |
ExtShapeLaptopBlock: !0, | |
ExtShapeLcdMonitorBlock: !0, | |
ExtShapeMailServerBlock: !0, | |
ExtShapeMainframeBlock: !0, | |
ExtShapeModemBlock: !0, | |
ExtShapeOutletBlock: !0, | |
ExtShapePdaBlock: !0, | |
ExtShapePrinterBlock: !0, | |
ExtShapeProxyServerBlock: !0, | |
ExtShapeRackBlock: !0, | |
ExtShapeRackServer1uBlock: !0, | |
ExtShapeRouterBlock: !0, | |
ExtShapeMultiUServerBlock: !0, | |
ExtShapeSatelliteBlock: !0, | |
ExtShapeSatelliteAntennaBlock: !0, | |
ExtShapeScannerBlock: !0, | |
ExtShapeServerBlock: !0, | |
ExtShapeSpeakersBlock: !0, | |
ExtShapeStereoBlock: !0, | |
ExtShapeSubwooferBlock: !0, | |
ExtShapeTapeStorageBlock: !0, | |
ExtShapeTelephoneBlock: !0, | |
ExtShapeTvBlock: !0, | |
ExtShapeVideoProjectorBlock: !0, | |
ExtShapeVideoScreenBlock: !0, | |
ExtShapeWebServerBlock: !0, | |
ExtShapeSwitchBlock: !0, | |
ExtShapeWirelessModemBlock: !0, | |
ExtShapeWorkstationCRTBlock: !0, | |
ExtShapeWorkstationLCDBlock: !0, | |
ExtShapeUserBlock: !0, | |
ExtShapeUserGroupBlock: !0 | |
}, | |
"floorplan.js": { | |
fpWall: { | |
C: ["floorplan", "wall"], | |
name: "Wall", | |
wb: [{ | |
name: "10ftHorizontal_old", | |
C: [] | |
}, { | |
name: "15ftHorizontal_old", | |
C: [] | |
}, { | |
name: "20ftHorizontal_old", | |
C: [] | |
}, { | |
name: "25ftHorizontal_old", | |
C: [] | |
}, { | |
name: "10ftVertical_old", | |
C: [] | |
}, { | |
name: "15ftVertical_old", | |
C: [] | |
}, { | |
name: "20ftVertical_old", | |
C: [] | |
}, { | |
name: "25ftVertical_old", | |
C: [] | |
}, { | |
name: "3mHorizontal_old", | |
C: [] | |
}, { | |
name: "5mHorizontal_old", | |
C: [] | |
}, { | |
name: "7mHorizontal_old", | |
C: [] | |
}, { | |
name: "10mHorizontal_old", | |
C: [] | |
}, { | |
name: "3mVertical_old", | |
C: [] | |
}, { | |
name: "5mVertical_old", | |
C: [] | |
}, { | |
name: "7mVertical_old", | |
C: [] | |
}, { | |
name: "10mVertical_old", | |
C: [] | |
}, { | |
name: "10ftHorizontal", | |
C: [] | |
}, { | |
name: "15ftHorizontal", | |
C: [] | |
}, { | |
name: "20ftHorizontal", | |
C: [] | |
}, { | |
name: "25ftHorizontal", | |
C: [] | |
}, { | |
name: "10ftVertical", | |
C: [] | |
}, { | |
name: "15ftVertical", | |
C: [] | |
}, { | |
name: "20ftVertical", | |
C: [] | |
}, { | |
name: "25ftVertical", | |
C: [] | |
}, { | |
name: "3mHorizontal", | |
C: [] | |
}, { | |
name: "5mHorizontal", | |
C: [] | |
}, { | |
name: "7mHorizontal", | |
C: [] | |
}, { | |
name: "10mHorizontal", | |
C: [] | |
}, { | |
name: "3mVertical", | |
C: [] | |
}, { | |
name: "5mVertical", | |
C: [] | |
}, { | |
name: "7mVertical", | |
C: [] | |
}, { | |
name: "10mVertical", | |
C: [] | |
}] | |
}, | |
fpWindow: { | |
C: ["window"], | |
name: "Window" | |
}, | |
fpOpening: { | |
C: ["wall", "opening", "gap"], | |
name: "Opening" | |
}, | |
fpDoor: { | |
C: ["door"], | |
name: "Door", | |
wb: [{ | |
name: "Door1", | |
C: [] | |
}, { | |
name: "Door2", | |
C: [] | |
}, { | |
name: "Door3", | |
C: [] | |
}, { | |
name: "Door4", | |
C: [] | |
}] | |
}, | |
fpDoubleDoor: { | |
C: ["double", "door"], | |
name: "Double Door", | |
wb: [{ | |
name: "DoubleDoor1", | |
C: [] | |
}, { | |
name: "DoubleDoor2", | |
C: [] | |
}, { | |
name: "DoubleDoor3", | |
C: [] | |
}, { | |
name: "DoubleDoor4", | |
C: [] | |
}] | |
}, | |
fpStairs: { | |
C: ["stair", "stairs", "staircase", "steps"], | |
name: "Stairs" | |
}, | |
fpStairsDirectional: { | |
C: ["stair", "stairs", "staircase", "steps"], | |
name: "Stairs" | |
}, | |
fpStairsCurved: { | |
C: ["stairs", "curve", "corner"], | |
name: "Curved Stairs" | |
}, | |
fpStairsCurvedWide: { | |
C: ["stairs", "curve", "corner"], | |
name: "Wide Curved Stairs" | |
}, | |
fpDeskEndSegment: { | |
C: ["desk", "office"], | |
name: "End Segment" | |
}, | |
fpDeskLongSegment: { | |
C: ["desk", "office", "middle"], | |
name: "Long Segment" | |
}, | |
fpDeskShortSegment: { | |
C: ["desk", "office", "middle"], | |
name: "Short Segment" | |
}, | |
fpDeskSmallCornerSegment: { | |
C: ["desk", "office", "corner"], | |
name: "Small Corner Segment" | |
}, | |
fpDeskLargeCornerSegment: { | |
C: ["desk", "office", "corner"], | |
name: "Large Corner Segment" | |
}, | |
fpDeskMediumCornerSegment: { | |
C: ["desk", "office", "corner"], | |
name: "Medium Corner Segment" | |
}, | |
fpDeskRoundedLSegment: { | |
C: ["desk", "office", "corner"], | |
name: 'Rounded "L" Segment' | |
}, | |
fpDeskRoundedCornerSegment: { | |
C: ["desk", | |
"office", "corner" | |
], | |
name: "Rounded Corner Segment" | |
}, | |
fpCubiclePanel: { | |
C: ["cubicle", "wall", "panel"], | |
name: "Panel" | |
}, | |
fpCubicleWorkstation: { | |
C: ["cubicle", "workstation"], | |
name: "Workstation", | |
wb: [{ | |
name: "fpCubicleWorkstation3x2", | |
C: [] | |
}, { | |
name: "fpCubicleWorkstation4x2", | |
C: [] | |
}, { | |
name: "fpCubicleWorkstation4x4", | |
C: [] | |
}] | |
}, | |
fpCubicleCorner5x5: { | |
C: ["cubicle", "corner"], | |
name: "5x5 Corner" | |
}, | |
fpCubicleCorner6x6: { | |
C: ["cubicle", "corner"], | |
name: "6x6 Corner" | |
}, | |
fpCubicleCorner8x8: { | |
C: ["cubicle", "corner"], | |
name: "8x8 Corner" | |
}, | |
fpCubicleCorner8x6: { | |
C: ["cubicle", | |
"corner" | |
], | |
name: "8x6 Corner" | |
}, | |
fpCubicleCornerOpen6x4: { | |
C: ["cubicle", "open", "corner"], | |
name: "6x4 Open Corner" | |
}, | |
fpCubicleDouble14x8: { | |
C: ["cubicle", "double"], | |
name: "14x8 Double" | |
}, | |
fpCubicleEnclosed11x9: { | |
C: ["cubicle", "enclosed", "manager"], | |
name: "11x9 Enclosed" | |
}, | |
fpChairOffice: { | |
C: ["chair", "office"], | |
name: "Office" | |
}, | |
fpChairExecutive: { | |
C: ["chair", "office", "executive"], | |
name: "Executive" | |
}, | |
fpChairLobby: { | |
C: ["chair", "office", "lobby"], | |
name: "Lobby" | |
}, | |
fpChairDining: { | |
C: ["chair", "dining"], | |
name: "Dining" | |
}, | |
fpChairBarstool: { | |
C: ["kitchen", | |
"barstool" | |
], | |
name: "Barstool" | |
}, | |
fpTableConferenceOval: { | |
C: ["table", "conference", "oval"], | |
name: "Conference Oval" | |
}, | |
fpTableConferenceBoat: { | |
C: ["table", "conference", "boat"], | |
name: "Conference Boat" | |
}, | |
fpTableConferenceRectangle: { | |
C: ["table", "conference", "rectangle"], | |
name: "Conference Rectangle" | |
}, | |
fpTableDiningRound: { | |
C: ["table", "dining", "round", "kitchen"], | |
name: "Dining Round" | |
}, | |
fpTableDiningSquare: { | |
C: ["table", "dining", "square", "kitchen"], | |
name: "Dining Square" | |
}, | |
fpCabinetBasic: { | |
C: ["cabinet"], | |
name: "Basic" | |
}, | |
fpCabinetCornerLarge: { | |
C: ["cabinet", | |
"corner" | |
], | |
name: "Corner Large" | |
}, | |
fpCabinetDoubleWide: { | |
C: ["cabinet", "double", "wide"], | |
name: "Double Wide" | |
}, | |
fpCabinetDoubleWithShelves: { | |
C: ["cabinet", "double", "shelves"], | |
name: "Double with Shelves" | |
}, | |
fpCabinetShelvesBasic: { | |
C: ["cabinet", "shelves"], | |
name: "Basic Shelves" | |
}, | |
fpCabinetShelvesDouble: { | |
C: ["cabinet", "shelves"], | |
name: "Double Shelves" | |
}, | |
fpCabinetBasicWithShelves: { | |
C: ["cabinet", "shelves"], | |
name: "Basic with Shelves" | |
}, | |
fpCabinetsAboveDeskShelves: { | |
C: ["desk", "office", "shelves"], | |
name: "Above-desk Shelves" | |
}, | |
fpMiscDesktopComputer: { | |
C: ["office", | |
"desktop", "computer" | |
], | |
name: "Desktop Computer" | |
}, | |
fpMiscLaptopComputer: { | |
C: ["office", "laptop", "computer"], | |
name: "Laptop Computer" | |
}, | |
fpComputerMonitor: { | |
C: ["computer", "monitor", "screen"], | |
name: "Computer Monitor", | |
wb: [{ | |
name: "fpLCD32InchTV", | |
C: [] | |
}, { | |
name: "fpLCD42InchTV", | |
C: [] | |
}, { | |
name: "fpLCD55InchTV", | |
C: [] | |
}, { | |
name: "fpLCD60InchTV", | |
C: [] | |
}] | |
}, | |
fpCRTTelevision: { | |
C: ["tv", "monitor", "screen"], | |
name: "CRT Television", | |
wb: [{ | |
name: "fpCRT24InchTV", | |
C: [] | |
}, { | |
name: "fpCRT32InchTV", | |
C: [] | |
}, { | |
name: "fpCRT40InchTV", | |
C: [] | |
}] | |
}, | |
fpMiscIndoorPlant: { | |
C: ["office", | |
"plant", "tree" | |
], | |
name: "Indoor Plant" | |
}, | |
fpMiscProjector: { | |
C: ["office", "theater", "projector"], | |
name: "Projector" | |
}, | |
fpMiscProjectorScreen: { | |
C: ["office", "theater", "projector", "screen"], | |
name: "Projector Screen" | |
}, | |
fpMiscPodium: { | |
C: ["office", "podium", "conference", "presentation"], | |
name: "Podium" | |
}, | |
fpPiano: { | |
C: ["piano"], | |
name: "Piano" | |
}, | |
fpPianoBench: { | |
C: ["piano", "bench"], | |
name: "Piano Bench" | |
}, | |
fpRestroomToiletPrivate: { | |
C: ["restroom", "bathroom", "toilet"], | |
name: "Private Toilet" | |
}, | |
fpRestroomToiletPublic: { | |
C: ["restroom", "bathroom", "toilet"], | |
name: "Public Toilet" | |
}, | |
fpRestroomBidet: { | |
C: ["restroom", "bathroom", "toilet", "bidet"], | |
name: "Bidet" | |
}, | |
fpRestroomLights: { | |
C: ["restroom", "bathroom", "light"], | |
name: "Lights" | |
}, | |
fpRestroomSinks: { | |
C: ["restroom", "bathroom", "sink"], | |
name: "Sinks" | |
}, | |
fpRestroomGrabBar: { | |
C: ["restroom", "bathroom", "grab", "bar"], | |
name: "Grab Bar" | |
}, | |
fpRestroomBathtub: { | |
C: ["restroom", "bathroom", "bath", "tub"], | |
name: "Bathtub" | |
}, | |
fpRestroomShower: { | |
C: ["restroom", "bathroom", "shower"], | |
name: "Shower" | |
}, | |
fpRestroomCornerSink: { | |
C: ["restroom", "bathroom", "corner", "sink"], | |
name: "Corner Sink" | |
}, | |
fpRestroomPedastalSink: { | |
C: ["restroom", "bathroom", "pedastal", "sink"], | |
name: "Pedastal Sink" | |
}, | |
fpRestroomCountertop: { | |
C: ["restroom", "bathroom", "counter", "countertop", "vanity"], | |
name: "Countertop", | |
wb: [{ | |
name: "fpRestroomCountertopLarge", | |
C: [] | |
}] | |
}, | |
fpRestroomMirror: { | |
C: ["restroom", "bathroom", "mirror"], | |
name: "Flat Mirror" | |
}, | |
fpRestroomToiletPaper: { | |
C: ["restroom", "bathroom", "toilet", "paper"], | |
name: "Toilet Paper" | |
}, | |
fpRestroomStalls: { | |
C: ["restroom", "bathroom", "stall"], | |
name: "Stalls" | |
}, | |
fpBedDouble: { | |
C: ["bed", | |
"double" | |
], | |
name: "Double" | |
}, | |
fpBedSingle: { | |
C: ["bed", "single"], | |
name: "Single" | |
}, | |
fpBedQueen: { | |
C: ["bed", "queen"], | |
name: "Queen" | |
}, | |
fpBedKing: { | |
C: ["bed", "king"], | |
name: "King" | |
}, | |
fpBedDoubleWithTrundle: { | |
C: ["bed", "double", "trundle", "pull-out"], | |
name: "Double with Trundle" | |
}, | |
fpBedBunk: { | |
C: ["bed", "bunk"], | |
name: "Bunk" | |
}, | |
fpBedBunkL: { | |
C: ["bed", "bunk", "corner"], | |
name: '"L" Bunk' | |
}, | |
fpBedCrib: { | |
C: ["bed", "crib", "baby"], | |
name: "Crib" | |
}, | |
fpBedBassinet: { | |
C: ["bed", "bassinet", "baby"], | |
name: "Bassinet" | |
}, | |
fpDresserChest: { | |
C: ["dresser", "chest", "drawers"], | |
name: "Chest of Drawers" | |
}, | |
fpDresserMirrorDresser: { | |
C: ["dresser", "chest", "mirror"], | |
name: "Dresser with Mirror" | |
}, | |
fpClosetRod: { | |
C: ["closet", "clothes", "rod"], | |
name: "Closet Rod" | |
}, | |
fpDresserOrnateMirror: { | |
C: ["mirror"], | |
name: "Ornate Mirror" | |
}, | |
fpApplianceWasher: { | |
C: ["appliance", "washer"], | |
name: "Washer" | |
}, | |
fpApplianceDryer: { | |
C: ["appliance", "dryer"], | |
name: "Dryer" | |
}, | |
fpApplianceWaterHeater: { | |
C: ["appliance", "water", "header"], | |
name: "Water Heater" | |
}, | |
fpApplianceRefrigerator: { | |
C: ["appliance", "refrigerator", "fridge", "kitchen"], | |
name: "Refrigerator" | |
}, | |
fpApplianceDishwasher: { | |
C: ["appliance", "dishwasher"], | |
name: "Dishwasher" | |
}, | |
fpApplianceStoveOven: { | |
C: ["appliance", "stove", "oven", "kitchen"], | |
name: "Stove/Oven" | |
}, | |
fpStoveOvenSixBurner: { | |
C: ["stove", "oven", "six"], | |
name: "Six-burner Stove/Oven" | |
}, | |
fpKitchenSink: { | |
C: ["appliance", "kitchen", "sink"], | |
name: "Kitchen Sink" | |
}, | |
fpKitchenDoubleSink: { | |
C: ["appliance", "kitchen", "sink"], | |
name: "Double Sink" | |
}, | |
fpKitchenCountertop: { | |
C: ["kitchen", "counter"], | |
name: "Countertop" | |
}, | |
fpKitchenCountertopCorner: { | |
C: ["kitchen", "counter", "corner"], | |
name: "Countertop Corner" | |
}, | |
fpCouchLoveSeat: { | |
C: ["couch", "sofa", "love", "seat"], | |
name: "Love Seat" | |
}, | |
fpCouchSofa: { | |
C: ["couch", "sofa"], | |
name: "Sofa" | |
}, | |
fpCouchSectional: { | |
C: ["couch", "sofa", "sectional"], | |
name: "Sectional" | |
}, | |
fpCouchOttoman: { | |
C: ["couch", "sofa", "sectional", "ottoman"], | |
name: "Ottoman", | |
wb: [{ | |
name: "fpCouchOttomanLarge", | |
C: [] | |
}] | |
}, | |
fpCouchPillow: { | |
C: ["couch", "sofa", "pillow"], | |
name: "Pillow" | |
}, | |
$b: "Walls;Rooms;Doors & Windows;Stairs;Desks;Cubicle Walls;Tables & Chairs;Cubicles - Prebuilt;Tables - Prebuilt;Cabinets;Restroom;Beds;Dressers;Appliances;Kitchen;Couches;Technology;Misc Floorplan".split(";") | |
}, | |
"ipad.js": { | |
Image_ipad_ipad: { | |
C: ["ipad", ""], | |
name: "iPad" | |
}, | |
iPadGrayBackgroundBlock: { | |
C: ["ipad", "gray", "background"], | |
name: "Gray Background" | |
}, | |
Image_ipad_top_bar: { | |
C: ["ipad", "Top", "Bar"], | |
name: "Top Bar" | |
}, | |
Image_ipad_bar_gray: { | |
C: ["ipad", "Gray", "Bar"], | |
name: "Gray Bar" | |
}, | |
Image_ipad_bar_semi_trans_black: { | |
C: ["ipad", "Black", "Bar", "Semi", "Transparent"], | |
name: "Black Bar (Semi-Transparent)" | |
}, | |
Image_ipad_bar_black: { | |
C: ["ipad", "Black", "Bar"], | |
name: "Black Bar" | |
}, | |
Image_ipad_safari_top: { | |
C: ["ipad", "Safari", "Top"], | |
name: "Safari Top" | |
}, | |
Image_ipad_search: { | |
C: ["ipad", "Search", "Bar"], | |
name: "Search Bar" | |
}, | |
Image_ipad_alert_dialog: { | |
C: ["ipad", "Alert", "Dialog"], | |
name: "Alert Dialog" | |
}, | |
Image_ipad_dialog: { | |
C: ["ipad", "Dialog"], | |
name: "Dialog" | |
}, | |
Image_ipad_popover: { | |
C: ["ipad", "Popover"], | |
name: "Popover" | |
}, | |
Image_ipad_table: { | |
C: ["ipad", "Table"], | |
name: "Table" | |
}, | |
Image_ipad_vtab: { | |
C: ["ipad", "Vertical", "Tabs"], | |
name: "Vertical Tabs" | |
}, | |
Image_ipad_button_black: { | |
C: ["ipad", "Black", "Button"], | |
name: "Black Button" | |
}, | |
Image_ipad_button_blue: { | |
C: ["ipad", "Blue", "Button"], | |
name: "Blue Button" | |
}, | |
Image_ipad_button_grayblue: { | |
C: ["ipad", "Gray", "Blue", "Button"], | |
name: "Gray-Blue Button" | |
}, | |
Image_ipad_button_red: { | |
C: ["ipad", "Red", "Button"], | |
name: "Red Button" | |
}, | |
Image_ipad_back_button_gray: { | |
C: ["ipad", "Gray", "Back", "Button"], | |
name: "Gray Back Button" | |
}, | |
Image_ipad_back_button_black: { | |
C: ["ipad", "Black", "Back", "Button"], | |
name: "Black Back Button" | |
}, | |
Image_ipad_sort_handle: { | |
C: ["ipad", "Sort", "Handle"], | |
name: "Sort Handle" | |
}, | |
Image_ipad_dropdown: { | |
C: ["ipad", "Dropdown"], | |
name: "Dropdown" | |
}, | |
Image_ipad_email_name: { | |
C: ["ipad", "Email", | |
"Name" | |
], | |
name: "Email Name" | |
}, | |
Image_ipad_prev_next: { | |
C: ["ipad", "Previous", "Next"], | |
name: "Previous/Next" | |
}, | |
Image_ipad_keyboard_portrait: { | |
C: ["ipad", "Portrait", "Keyboard"], | |
name: "Portrait Keyboard" | |
}, | |
Image_ipad_keyboard_landscape: { | |
C: ["ipad", "Landscape", "Keyboard"], | |
name: "Landscape Keyboard" | |
}, | |
Image_ipad_large_tabbed_button: { | |
C: ["ipad", "Large", "Tabbed", "Buttons"], | |
name: "Large Tabbed Buttons" | |
}, | |
Image_ipad_sort_button: { | |
C: ["ipad", "Sort", "Buttons"], | |
name: "Sort Buttons" | |
}, | |
Image_ipad_tab_bar: { | |
C: ["ipad", "Tab", "Bar"], | |
name: "Tab Bar" | |
}, | |
Image_ipad_slider: { | |
C: ["ipad", "Slider"], | |
name: "Slider" | |
}, | |
Image_ipad_switch_off: { | |
C: ["ipad", "Switch"], | |
name: "Switch" | |
}, | |
Image_ipad_add_icon_blue: { | |
C: ["ipad", "Blue", "Add", "Icon"], | |
name: "Blue Add Icon" | |
}, | |
Image_ipad_add_icon_green: { | |
C: ["ipad", "Green", "Add", "Icon"], | |
name: "Green Add Icon" | |
}, | |
Image_ipad_remove_icon: { | |
C: ["ipad", "Remove", "Icon"], | |
name: "Remove Icon" | |
}, | |
Image_ipad_arrow_icon: { | |
C: ["ipad", "Arrow", "Icon"], | |
name: "Arrow Icon" | |
}, | |
Image_ipad_arrow: { | |
C: ["ipad", "Arrow"], | |
name: "Arrow" | |
}, | |
Image_ipad_checkmark: { | |
C: ["ipad", "Checkmark"], | |
name: "Checkmark" | |
}, | |
Image_ipad_check_off: { | |
C: ["ipad", "Check"], | |
name: "Check" | |
}, | |
Image_ipad_location_dot: { | |
C: ["ipad", "Location"], | |
name: "Location" | |
}, | |
Image_ipad_mark_as_read: { | |
C: ["ipad", "Mark", "Read"], | |
name: "Mark As Read" | |
}, | |
Image_ipad_pin_green: { | |
C: ["ipad", "Green", "Pin"], | |
name: "Green Pin" | |
}, | |
Image_ipad_pin_red: { | |
C: ["ipad", "Red", "Pin"], | |
name: "Red Pin" | |
}, | |
Image_ipad_radio_off: { | |
C: ["ipad", "Radio", "Button"], | |
name: "Radio Button" | |
}, | |
Image_ipad_checkbox_off: { | |
C: ["ipad", "Checkbox"], | |
name: "Checkbox" | |
}, | |
Image_ipad_indicator: { | |
C: ["ipad", "Indicator"], | |
name: "Indicator" | |
}, | |
$b: ["iOS 6 iPad Elements", "iOS 6 iPad Controls", "iOS 6 iPad Icons"] | |
}, | |
"iphone.js": { | |
Image_iphone_iphone_4: { | |
C: ["iphone", "4"], | |
name: "iPhone 4" | |
}, | |
Image_iphone_bg_black: { | |
C: ["iphone", "Black", "Background"], | |
name: "Black Background" | |
}, | |
Image_iphone_bg_gray: { | |
C: ["iphone", "Gray", "Background"], | |
name: "Gray Background" | |
}, | |
Image_iphone_bg_stripe_drk: { | |
C: ["iphone", "Dark", "Striped", "Background"], | |
name: "Dark Striped Background" | |
}, | |
Image_iphone_bg_stripe_lt: { | |
C: ["iphone", "Light", "Striped", "Background"], | |
name: "Light Striped Background" | |
}, | |
Image_iphone_bg_white: { | |
C: ["iphone", "White", "Background"], | |
name: "White Background" | |
}, | |
Image_iphone_top_bar_app: { | |
C: ["iphone", "Top", "Bar", "Application"], | |
name: "Top Bar (Application)" | |
}, | |
Image_iphone_top_bar_home: { | |
C: ["iphone", "Top", "Bar", "Home"], | |
name: "Top Bar (Home)" | |
}, | |
Image_iphone_bar_top: { | |
C: ["iphone", "Gray", "Blue", "Bar"], | |
name: "Gray-Blue Bar" | |
}, | |
Image_iphone_bar_semi_trans_black: { | |
C: ["iphone", "Black", "Bar", "Semi", "Transparent"], | |
name: "Black Bar (Semi-Transparent)" | |
}, | |
Image_iphone_bar_semi_trans_blue: { | |
C: ["iphone", | |
"Blue", "Bar", "Semi", "Transparent" | |
], | |
name: "Blue Bar (Semi-Transparent)" | |
}, | |
Image_iphone_bar_bottom: { | |
C: ["iphone", "Bottom", "Bar"], | |
name: "Bottom Bar" | |
}, | |
Image_iphone_search: { | |
C: ["iphone", "Search", "Bar"], | |
name: "Search Bar" | |
}, | |
Image_iphone_table: { | |
C: ["iphone", "Table"], | |
name: "Table" | |
}, | |
Image_iphone_table_w_buttons: { | |
C: ["iphone", "Table", "Buttons"], | |
name: "Table With Buttons" | |
}, | |
Image_iphone_table_w_icons: { | |
C: ["iphone", "Table", "Icons"], | |
name: "Table With Icons" | |
}, | |
Image_iphone_list: { | |
C: ["iphone", "List"], | |
name: "List" | |
}, | |
Image_iphone_safari_top: { | |
C: ["iphone", | |
"Safari", "Top" | |
], | |
name: "Safari Top" | |
}, | |
Image_iphone_safari_url: { | |
C: ["iphone", "Safari", "URL"], | |
name: "Safari URL" | |
}, | |
Image_iphone_safari_google: { | |
C: ["iphone", "Safari", "Google"], | |
name: "Safari Google" | |
}, | |
Image_iphone_safari_bottom: { | |
C: ["iphone", "Safari", "Bottom"], | |
name: "Safari Bottom" | |
}, | |
Image_iphone_search_blue: { | |
C: ["iphone", "Blue", "Search"], | |
name: "Blue Search" | |
}, | |
Image_iphone_search_gray: { | |
C: ["iphone", "Gray", "Search"], | |
name: "Gray Search" | |
}, | |
Image_iphone_gray_grad_list: { | |
C: ["iphone", "Gray", "Gradient", "List"], | |
name: "Gray Gradient List" | |
}, | |
Image_iphone_alert_bar: { | |
C: ["iphone", "Alert", "Bar"], | |
name: "Alert Bar" | |
}, | |
Image_iphone_alert_dialog: { | |
C: ["iphone", "Alert", "Dialog"], | |
name: "Alert Dialog" | |
}, | |
Image_iphone_dialog: { | |
C: ["iphone", "Dialog"], | |
name: "Dialog" | |
}, | |
Image_iphone_scroll_pane: { | |
C: ["iphone", "Scroll", "Pane"], | |
name: "Scroll Pane" | |
}, | |
Image_iphone_alpha_list: { | |
C: ["iphone", "Alpha", "List"], | |
name: "Alpha List" | |
}, | |
Image_iphone_shiny: { | |
C: ["iphone", "Shiny"], | |
name: "Shiny" | |
}, | |
Image_iphone_button_black: { | |
C: ["iphone", "Black", "Button"], | |
name: "Black Button" | |
}, | |
Image_iphone_button_blue: { | |
C: ["iphone", | |
"Blue", "Button" | |
], | |
name: "Blue Button" | |
}, | |
Image_iphone_button_grayblue: { | |
C: ["iphone", "Gray", "Blue", "Button"], | |
name: "Gray-Blue Button" | |
}, | |
Image_iphone_button_red: { | |
C: ["iphone", "Red", "Button"], | |
name: "Red Button" | |
}, | |
Image_iphone_button_lg_light: { | |
C: ["iphone", "Large", "Light", "Button"], | |
name: "Large Light Button" | |
}, | |
Image_iphone_button_lg_dark: { | |
C: ["iphone", "Large", "Dark", "Button"], | |
name: "Large Dark Button" | |
}, | |
Image_iphone_button_lg_green: { | |
C: ["iphone", "Large", "Green", "Button"], | |
name: "Large Green Button" | |
}, | |
Image_iphone_button_lg_red: { | |
C: ["iphone", | |
"Large", "Red", "Button" | |
], | |
name: "Large Red Button" | |
}, | |
Image_iphone_button_lg_yellow: { | |
C: ["iphone", "Large", "Yellow", "Button"], | |
name: "Large Yellow Button" | |
}, | |
Image_iphone_button_xl_green: { | |
C: ["iphone", "Extra", "Large", "Green", "Button"], | |
name: "Extra-Large Green Button" | |
}, | |
Image_iphone_back_button: { | |
C: ["iphone", "Back", "Button"], | |
name: "Back Button" | |
}, | |
Image_iphone_prev_next: { | |
C: ["iphone", "Previous", "Next"], | |
name: "Previous/Next" | |
}, | |
Image_iphone_sort_handle: { | |
C: ["iphone", "Sort", "Handle"], | |
name: "Sort Handle" | |
}, | |
Image_iphone_slider: { | |
C: ["iphone", | |
"Slider" | |
], | |
name: "Slider" | |
}, | |
Image_iphone_dropdown_active: { | |
C: ["iphone", "Active", "Dropdown"], | |
name: "Active Dropdown" | |
}, | |
Image_iphone_dropdown: { | |
C: ["iphone", "Dropdown"], | |
name: "Dropdown" | |
}, | |
Image_iphone_email_name: { | |
C: ["iphone", "Email", "Name"], | |
name: "Email Name" | |
}, | |
Image_iphone_switch_off: { | |
C: ["iphone", "Switch"], | |
name: "Switch" | |
}, | |
Image_iphone_switch_on: { | |
C: ["iphone", "Switch", "On"], | |
name: "Switch (On)" | |
}, | |
Image_iphone_keyboard_button_blue: { | |
C: ["iphone", "Blue", "Keyboard", "Button"], | |
name: "Blue Keyboard Button" | |
}, | |
Image_iphone_keyboard_letters: { | |
C: ["iphone", | |
"Portrait", "Keyboard" | |
], | |
name: "Portrait Keyboard" | |
}, | |
Image_iphone_keyboard_landscape: { | |
C: ["iphone", "Landscape", "Keyboard"], | |
name: "Landscape Keyboard" | |
}, | |
Image_iphone_keyboard_numbers: { | |
C: ["iphone", "Numbers", "Keyboard"], | |
name: "Numbers Keyboard" | |
}, | |
Image_iphone_keyboard_symbols: { | |
C: ["iphone", "Symbols", "Keyboard"], | |
name: "Symbols Keyboard" | |
}, | |
Image_iphone_large_tabbed_button: { | |
C: ["iphone", "Large", "Tabbed", "Buttons"], | |
name: "Large Tabbed Buttons" | |
}, | |
Image_iphone_sort_button: { | |
C: ["iphone", "Sort", "Buttons"], | |
name: "Sort Buttons" | |
}, | |
Image_iphone_tab_bar: { | |
C: ["iphone", "Tab", "Bar"], | |
name: "Tab Bar" | |
}, | |
Image_iphone_picker_multi: { | |
C: ["iphone", "Multi", "Picker"], | |
name: "Multi Picker" | |
}, | |
Image_iphone_picker_web: { | |
C: ["iphone", "Web", "Picker"], | |
name: "Web Picker" | |
}, | |
Image_iphone_add_icon_blue: { | |
C: ["iphone", "Blue", "Add", "Icon"], | |
name: "Blue Add Icon" | |
}, | |
Image_iphone_add_icon_green: { | |
C: ["iphone", "Green", "Add", "Icon"], | |
name: "Green Add Icon" | |
}, | |
Image_iphone_remove_icon: { | |
C: ["iphone", "Remove", "Icon"], | |
name: "Remove Icon" | |
}, | |
Image_iphone_arrow_icon: { | |
C: ["iphone", "Arrow", | |
"Icon" | |
], | |
name: "Arrow Icon" | |
}, | |
Image_iphone_arrow: { | |
C: ["iphone", "Arrow"], | |
name: "Arrow" | |
}, | |
Image_iphone_checkmark: { | |
C: ["iphone", "Checkmark"], | |
name: "Checkmark" | |
}, | |
Image_iphone_check_off: { | |
C: ["iphone", "Check"], | |
name: "Check" | |
}, | |
Image_iphone_check_on: { | |
C: ["iphone", "Check", "On"], | |
name: "Check On" | |
}, | |
Image_iphone_location_dot: { | |
C: ["iphone", "Location"], | |
name: "Location" | |
}, | |
Image_iphone_mark_as_read: { | |
C: ["iphone", "Mark", "Read"], | |
name: "Mark As Read" | |
}, | |
Image_iphone_pin_green: { | |
C: ["iphone", "Green", "Pin"], | |
name: "Green Pin" | |
}, | |
Image_iphone_pin_red: { | |
C: ["iphone", | |
"Red", "Pin" | |
], | |
name: "Red Pin" | |
}, | |
Image_iphone_indicator: { | |
C: ["iphone", "Indicator"], | |
name: "Indicator" | |
}, | |
Image_iphone_radio_off: { | |
C: ["iphone", "Radio", "Button"], | |
name: "Radio Button" | |
}, | |
Image_iphone_radio_on: { | |
C: ["iphone", "Active", "Radio", "Button"], | |
name: "Active Radio Button" | |
}, | |
Image_iphone_checkbox_off: { | |
C: ["iphone", "Checkbox"], | |
name: "Checkbox" | |
}, | |
Image_iphone_checkbox_on: { | |
C: ["iphone", "Active", "Checkbox"], | |
name: "Active Checkbox" | |
}, | |
Image_iphone_thread_count: { | |
C: ["iphone", "Thread", "Count"], | |
name: "Thread Count" | |
}, | |
$b: ["iOS 6 iPhone Elements", | |
"iOS 6 iPhone Controls", "iOS 6 iPhone Icons" | |
] | |
}, | |
"ios7.js": { | |
iOS7iPadKeyboard: { | |
C: ["ipad", "Keyboard"], | |
name: "iPad Keyboard" | |
}, | |
iOS7iPhoneKeyboard: { | |
C: ["ipad", "iPhone", "Keyboard"], | |
name: "iPhone Keyboard" | |
}, | |
iOS7IconAirplane: { | |
C: ["ui", "iOS", "icon", "Airplane"], | |
name: "iOS7IconAirplane" | |
}, | |
iOS7IconAirplay: { | |
C: ["ui", "iOS", "icon", "Airplay"], | |
name: "iOS7IconAirplay" | |
}, | |
iOS7IconAlarm: { | |
C: ["ui", "iOS", "icon", "Alarm"], | |
name: "iOS7IconAlarm" | |
}, | |
iOS7IconArchive: { | |
C: ["ui", "iOS", "icon", "Archive"], | |
name: "iOS7IconArchive" | |
}, | |
iOS7IconArtists: { | |
C: ["ui", | |
"iOS", "icon", "Artists" | |
], | |
name: "iOS7IconArtists" | |
}, | |
iOS7IconBattery: { | |
C: ["ui", "iOS", "icon", "Battery"], | |
name: "iOS7IconBattery" | |
}, | |
iOS7IconBluetooth: { | |
C: ["ui", "iOS", "icon", "Bluetooth"], | |
name: "iOS7IconBluetooth" | |
}, | |
iOS7IconBookmarks: { | |
C: ["ui", "iOS", "icon", "Bookmarks"], | |
name: "iOS7IconBookmarks" | |
}, | |
iOS7IconBox: { | |
C: ["ui", "iOS", "icon", "Box"], | |
name: "iOS7IconBox" | |
}, | |
iOS7IconBrightness: { | |
C: ["ui", "iOS", "icon", "Brightness"], | |
name: "iOS7IconBrightness" | |
}, | |
iOS7IconCalculator: { | |
C: ["ui", "iOS", "icon", "Calculator"], | |
name: "iOS7IconCalculator" | |
}, | |
iOS7IconCalendar: { | |
C: ["ui", "iOS", "icon", "Calendar"], | |
name: "iOS7IconCalendar" | |
}, | |
iOS7IconCamera: { | |
C: ["ui", "iOS", "icon", "Camera"], | |
name: "iOS7IconCamera" | |
}, | |
iOS7IconChat: { | |
C: ["ui", "iOS", "icon", "Chat"], | |
name: "iOS7IconChat" | |
}, | |
iOS7IconCheck: { | |
C: ["ui", "iOS", "icon", "Check"], | |
name: "iOS7IconCheck" | |
}, | |
iOS7IconClock: { | |
C: ["ui", "iOS", "icon", "Clock"], | |
name: "iOS7IconClock" | |
}, | |
iOS7IconCloud: { | |
C: ["ui", "iOS", "icon", "Cloud"], | |
name: "iOS7IconCloud" | |
}, | |
"iOS7IconCloud-lock": { | |
C: ["ui", "iOS", "icon", "Cloud-lock"], | |
name: "iOS7IconCloud-lock" | |
}, | |
iOS7IconCompose: { | |
C: ["ui", | |
"iOS", "icon", "Compose" | |
], | |
name: "iOS7IconCompose" | |
}, | |
iOS7IconContacts: { | |
C: ["ui", "iOS", "icon", "Contacts"], | |
name: "iOS7IconContacts" | |
}, | |
iOS7IconControls: { | |
C: ["ui", "iOS", "icon", "Controls"], | |
name: "iOS7IconControls" | |
}, | |
iOS7IconCopy: { | |
C: ["ui", "iOS", "icon", "Copy"], | |
name: "iOS7IconCopy" | |
}, | |
iOS7IconCreate: { | |
C: ["ui", "iOS", "icon", "Create"], | |
name: "iOS7IconCreate" | |
}, | |
iOS7IconDocument: { | |
C: ["ui", "iOS", "icon", "Document"], | |
name: "iOS7IconDocument" | |
}, | |
"iOS7IconDo not disturb": { | |
C: ["ui", "iOS", "icon", "Do not disturb"], | |
name: "iOS7IconDo not disturb" | |
}, | |
iOS7IconDownloads: { | |
C: ["ui", "iOS", "icon", "Downloads"], | |
name: "iOS7IconDownloads" | |
}, | |
iOS7IconDrawer: { | |
C: ["ui", "iOS", "icon", "Drawer"], | |
name: "iOS7IconDrawer" | |
}, | |
iOS7IconEye: { | |
C: ["ui", "iOS", "icon", "Eye"], | |
name: "iOS7IconEye" | |
}, | |
"iOS7IconFast forward": { | |
C: ["ui", "iOS", "icon", "Fast forward"], | |
name: "iOS7IconFast forward" | |
}, | |
iOS7IconFiles: { | |
C: ["ui", "iOS", "icon", "Files"], | |
name: "iOS7IconFiles" | |
}, | |
iOS7IconFlag: { | |
C: ["ui", "iOS", "icon", "Flag"], | |
name: "iOS7IconFlag" | |
}, | |
iOS7IconGlasses: { | |
C: ["ui", "iOS", "icon", "Glasses"], | |
name: "iOS7IconGlasses" | |
}, | |
iOS7IconGlobal: { | |
C: ["ui", "iOS", "icon", "Global"], | |
name: "iOS7IconGlobal" | |
}, | |
iOS7IconHeart: { | |
C: ["ui", "iOS", "icon", "Heart"], | |
name: "iOS7IconHeart" | |
}, | |
iOS7IconInfo: { | |
C: ["ui", "iOS", "icon", "Info"], | |
name: "iOS7IconInfo" | |
}, | |
iOS7IconJava: { | |
C: ["ui", "iOS", "icon", "Java"], | |
name: "iOS7IconJava" | |
}, | |
iOS7IconKeypad: { | |
C: ["ui", "iOS", "icon", "Keypad"], | |
name: "iOS7IconKeypad" | |
}, | |
iOS7IconLight: { | |
C: ["ui", "iOS", "icon", "Light"], | |
name: "iOS7IconLight" | |
}, | |
iOS7IconLink: { | |
C: ["ui", "iOS", "icon", "Link"], | |
name: "iOS7IconLink" | |
}, | |
iOS7IconLocation: { | |
C: ["ui", "iOS", "icon", | |
"Location" | |
], | |
name: "iOS7IconLocation" | |
}, | |
"iOS7IconLocation pin": { | |
C: ["ui", "iOS", "icon", "Location pin"], | |
name: "iOS7IconLocation pin" | |
}, | |
iOS7IconLock: { | |
C: ["ui", "iOS", "icon", "Lock"], | |
name: "iOS7IconLock" | |
}, | |
iOS7IconMail: { | |
C: ["ui", "iOS", "icon", "Mail"], | |
name: "iOS7IconMail" | |
}, | |
"iOS7IconMost Viewed": { | |
C: ["ui", "iOS", "icon", "Most Viewed"], | |
name: "iOS7IconMost Viewed" | |
}, | |
iOS7IconNotification: { | |
C: ["ui", "iOS", "icon", "Notification"], | |
name: "iOS7IconNotification" | |
}, | |
iOS7IconOptions: { | |
C: ["ui", "iOS", "icon", "Options"], | |
name: "iOS7IconOptions" | |
}, | |
iOS7IconOrganize: { | |
C: ["ui", "iOS", "icon", "Organize"], | |
name: "iOS7IconOrganize" | |
}, | |
iOS7IconPhone: { | |
C: ["ui", "iOS", "icon", "Phone"], | |
name: "iOS7IconPhone" | |
}, | |
iOS7IconPlay: { | |
C: ["ui", "iOS", "icon", "Play"], | |
name: "iOS7IconPlay" | |
}, | |
iOS7IconPlaylist: { | |
C: ["ui", "iOS", "icon", "Playlist"], | |
name: "iOS7IconPlaylist" | |
}, | |
"iOS7IconOrientation Lock": { | |
C: ["ui", "iOS", "icon", "Orientation Lock"], | |
name: "iOS7IconOrientation Lock" | |
}, | |
iOS7IconPreferences: { | |
C: ["ui", "iOS", "icon", "Preferences"], | |
name: "iOS7IconPreferences" | |
}, | |
iOS7IconPrivacy: { | |
C: ["ui", "iOS", | |
"icon", "Privacy" | |
], | |
name: "iOS7IconPrivacy" | |
}, | |
iOS7IconQuestion: { | |
C: ["ui", "iOS", "icon", "Question"], | |
name: "iOS7IconQuestion" | |
}, | |
iOS7IconRepeat: { | |
C: ["ui", "iOS", "icon", "Repeat"], | |
name: "iOS7IconRepeat" | |
}, | |
iOS7IconReply: { | |
C: ["ui", "iOS", "icon", "Reply"], | |
name: "iOS7IconReply" | |
}, | |
iOS7IconRewind: { | |
C: ["ui", "iOS", "icon", "Rewind"], | |
name: "iOS7IconRewind" | |
}, | |
iOS7IconSearch: { | |
C: ["ui", "iOS", "icon", "Search"], | |
name: "iOS7IconSearch" | |
}, | |
iOS7IconSend: { | |
C: ["ui", "iOS", "icon", "Send"], | |
name: "iOS7IconSend" | |
}, | |
iOS7IconSettings: { | |
C: ["ui", "iOS", "icon", "Settings"], | |
name: "iOS7IconSettings" | |
}, | |
iOS7IconShare: { | |
C: ["ui", "iOS", "icon", "Share"], | |
name: "iOS7IconShare" | |
}, | |
iOS7IconShuffle: { | |
C: ["ui", "iOS", "icon", "Shuffle"], | |
name: "iOS7IconShuffle" | |
}, | |
iOS7IconSiri: { | |
C: ["ui", "iOS", "icon", "Siri"], | |
name: "iOS7IconSiri" | |
}, | |
iOS7IconStar: { | |
C: ["ui", "iOS", "icon", "Star"], | |
name: "iOS7IconStar" | |
}, | |
iOS7IconTimer: { | |
C: ["ui", "iOS", "icon", "Timer"], | |
name: "iOS7IconTimer" | |
}, | |
iOS7IconToolbox: { | |
C: ["ui", "iOS", "icon", "Toolbox"], | |
name: "iOS7IconToolbox" | |
}, | |
iOS7IconTrash: { | |
C: ["ui", "iOS", "icon", "Trash"], | |
name: "iOS7IconTrash" | |
}, | |
iOS7IconTyping: { | |
C: ["ui", | |
"iOS", "icon", "Typing" | |
], | |
name: "iOS7IconTyping" | |
}, | |
iOS7IconUnlock: { | |
C: ["ui", "iOS", "icon", "Unlock"], | |
name: "iOS7IconUnlock" | |
}, | |
iOS7IconVideo: { | |
C: ["ui", "iOS", "icon", "Video"], | |
name: "iOS7IconVideo" | |
}, | |
iOS7IconVoicemail: { | |
C: ["ui", "iOS", "icon", "Voicemail"], | |
name: "iOS7IconVoicemail" | |
}, | |
"iOS7IconVolumne Controls": { | |
C: ["ui", "iOS", "icon", "Volumne Controls"], | |
name: "iOS7IconVolumne Controls" | |
}, | |
"iOS7IconVolume down": { | |
C: ["ui", "iOS", "icon", "Volume down"], | |
name: "iOS7IconVolume down" | |
}, | |
iOS7IconVolume: { | |
C: ["ui", "iOS", "icon", "Volume"], | |
name: "iOS7IconVolume" | |
}, | |
"iOS7IconVolume up": { | |
C: ["ui", "iOS", "icon", "Volume up"], | |
name: "iOS7IconVolume up" | |
}, | |
iOS7IconWifi: { | |
C: ["ui", "iOS", "icon", "Wifi"], | |
name: "iOS7IconWifi" | |
}, | |
iOS7IconArrow: { | |
C: ["ui", "iOS", "icon", "Arrow"], | |
name: "iOS7IconArrow" | |
}, | |
"iOS7IconArrow down": { | |
C: ["ui", "iOS", "icon", "Arrow down"], | |
name: "iOS7IconArrow down" | |
}, | |
"iOS7IconArrow up": { | |
C: ["ui", "iOS", "icon", "Arrow up"], | |
name: "iOS7IconArrow up" | |
}, | |
"iOS7IconArrow left": { | |
C: ["ui", "iOS", "icon", "Arrow left"], | |
name: "iOS7IconArrow left" | |
}, | |
iOS7IconPause: { | |
C: ["ui", "iOS", "icon", "Pause"], | |
name: "iOS7IconPause" | |
}, | |
iOS7IconiPhone: { | |
C: ["ui", "iOS", "icon", "iPhone"], | |
name: "iOS7IconiPhone" | |
}, | |
"iOS7ActivityAdd bookmark": { | |
C: ["ui", "iOS", "activity", "Add bookmark"], | |
name: "iOS7ActivityAdd bookmark" | |
}, | |
"iOS7ActivityAdd to home screen": { | |
C: ["ui", "iOS", "activity", "Add to home screen"], | |
name: "iOS7ActivityAdd to home screen" | |
}, | |
"iOS7ActivityAdd to reading list": { | |
C: ["ui", "iOS", "activity", "Add to reading list"], | |
name: "iOS7ActivityAdd to reading list" | |
}, | |
iOS7ActivityAirplay: { | |
C: ["ui", "iOS", "activity", "Airplay"], | |
name: "iOS7ActivityAirplay" | |
}, | |
"iOS7ActivityAssign to contact": { | |
C: ["ui", "iOS", "activity", "Assign to contact"], | |
name: "iOS7ActivityAssign to contact" | |
}, | |
iOS7ActivityCopy: { | |
C: ["ui", "iOS", "activity", "Copy"], | |
name: "iOS7ActivityCopy" | |
}, | |
iOS7ActivityPrint: { | |
C: ["ui", "iOS", "activity", "Print"], | |
name: "iOS7ActivityPrint" | |
}, | |
iOS7ActivitySlideshow: { | |
C: ["ui", "iOS", "activity", "Slideshow"], | |
name: "iOS7ActivitySlideshow" | |
}, | |
"iOS7ActivityUse as wallpaper": { | |
C: ["ui", "iOS", "activity", "Use as wallpaper"], | |
name: "iOS7ActivityUse as wallpaper" | |
}, | |
iOS7ProgressBar: { | |
C: ["ui", | |
"iOS7", "progress", "bar" | |
], | |
name: "iOS7ProgressBar" | |
}, | |
iOS7Slider: { | |
C: ["ui", "iOS7", "slider"], | |
name: "iOS7Slider" | |
}, | |
iOS7TabsiPhone: { | |
C: ["ui", "iOS", "tab"], | |
name: "iOS7Tabs" | |
}, | |
iOS7TabsiPad: { | |
C: ["ui", "iOS", "tab"], | |
name: "iOS7Tabs" | |
}, | |
iOS7SegmentedControl: { | |
C: ["ui", "iOS", "tabs"], | |
name: "Segmented Control" | |
}, | |
iOS7AlertDialog: { | |
C: ["ui", "iOS", "alert"], | |
name: "Alert Dialog" | |
}, | |
iOS7DeviceiPhone5Portrait: { | |
C: ["ui", "iOS", "phone"], | |
name: "iPhone 5" | |
}, | |
iOS7DeviceiPhone5Landscape: { | |
C: ["ui", "iOS", "phone"], | |
name: "iPhone 5" | |
}, | |
iOS7DeviceiPhone6Portrait: { | |
C: ["ui", | |
"iOS", "phone" | |
], | |
name: "iPhone 6" | |
}, | |
iOS7DeviceiPhone6Landscape: { | |
C: ["ui", "iOS", "phone"], | |
name: "iPhone 6" | |
}, | |
iOS7DeviceiPhone6PlusPortrait: { | |
C: ["ui", "iOS", "phone"], | |
name: "iPhone 6 Plus" | |
}, | |
iOS7DeviceiPhone6PlusLandscape: { | |
C: ["ui", "iOS", "phone"], | |
name: "iPhone 6 Plus" | |
}, | |
iOS7DeviceiPadPortrait: { | |
C: ["ui", "iOS", "ipad"], | |
name: "iPad" | |
}, | |
iOS7DeviceiPadLandscape: { | |
C: ["ui", "iOS", "ipad"], | |
name: "iPad" | |
}, | |
iOS7Block: { | |
C: ["ui", "iOS", "search"], | |
name: "Block" | |
}, | |
iOS7SearchBar: { | |
C: ["ui", "iOS", "search"], | |
name: "iOS7SearchBar" | |
}, | |
iOS7Button: { | |
C: ["ui", | |
"iOS", "button" | |
], | |
name: "Button" | |
}, | |
iOS7TextField: { | |
C: ["ui", "iOS", "button"], | |
name: "Text Field" | |
}, | |
iOS7TextView: { | |
C: ["ui", "iOS", "button"], | |
name: "Text View" | |
}, | |
iOS7PageControls: { | |
C: ["ui", "iOS", "paging"], | |
name: "Page Controls" | |
}, | |
iOS7StatusBariPhone: { | |
C: ["ui", "iOS", "status bar"], | |
name: "Status Bar" | |
}, | |
iOS7StatusBariPad: { | |
C: ["ui", "iOS", "status bar"], | |
name: "Status Bar" | |
}, | |
iOS7NavBariPhone: { | |
C: ["ui", "iOS", "navigation"], | |
name: "iOS7 Navigation Bar" | |
}, | |
iOS7NavBariPad: { | |
C: ["ui", "iOS", "navigation"], | |
name: "iOS7 Navigation Bar" | |
}, | |
iOS7Picker: { | |
C: ["ui", | |
"iOS", "picker" | |
], | |
name: "Custom Picker" | |
}, | |
iOS7DatePicker: { | |
C: ["ui", "iOS", "picker"], | |
name: "Date Picker" | |
}, | |
iOS7TimePicker: { | |
C: ["ui", "iOS", "picker"], | |
name: "Time Picker" | |
}, | |
iOS7CountdownPicker: { | |
C: ["ui", "iOS", "picker"], | |
name: "Countdown Picker" | |
}, | |
iOS7iPhoneActionSheet: { | |
C: ["ui", "iOS", "action"], | |
name: "iPhone Action Sheet" | |
}, | |
iOS7iPadActionSheet: { | |
C: ["ui", "iOS", "action"], | |
name: "iPad Action Sheet" | |
}, | |
iOS7iPadPopover: { | |
C: ["ui", "iOS", "action"], | |
name: "Popover" | |
}, | |
iOS7TableView: { | |
C: ["ui", "iOS", "table view"], | |
name: "Table View" | |
}, | |
iOS7SplitView: { | |
C: ["ui", | |
"iOS", "split view" | |
], | |
name: "Split View" | |
}, | |
iOS7Stepper: { | |
C: ["ui", "iOS", "stepper"], | |
name: "Stepper" | |
}, | |
iOS7Toggle: { | |
C: ["ui", "iOS", "toggle"], | |
name: "Toggle" | |
}, | |
$b: "iOS Devices;iPhone Elements;iPad Elements;Common Elements;iOS Icons;iOS Activity".split(";") | |
}, | |
"mindmap.js": { | |
MindMapBlock: { | |
C: ["mindmap", "mind", "map", "rectangle"], | |
name: "Rectangle" | |
}, | |
MindMapCircle: { | |
C: ["mindmap", "mind", "map", "circle"], | |
name: "Circle" | |
}, | |
MindMapDiamondBlock: { | |
C: ["mindmap", "mind", "map", "diamond"], | |
name: "Diamond" | |
}, | |
MindMapIsoscelesTriangleBlock: { | |
C: ["mindmap", | |
"mind", "map", "triangle", "isosceles" | |
], | |
name: "Triangle" | |
}, | |
MindMapOctagonBlock: { | |
C: ["mindmap", "mind", "map", "octagon"], | |
name: "Octagon" | |
}, | |
MindMapCloud: { | |
C: ["mindmap", "mind", "map", "cloud"], | |
name: "Cloud" | |
}, | |
MindMapPentagonBlock: { | |
C: ["mindmap", "mind", "map", "pentagon"], | |
name: "Pentagon" | |
}, | |
MindMapCrossBlock: { | |
C: ["mindmap", "mind", "map", "cross"], | |
name: "Cross" | |
}, | |
MindMapHexagonBlock: { | |
C: ["mindmap", "mind", "map", "hexagon"], | |
name: "Hexagon" | |
}, | |
MindMapStadiumBlock: { | |
C: ["mindmap", "mind", "map", "stadium", "pill"], | |
name: "Pill" | |
}, | |
$b: ["Mind Map"] | |
}, | |
"orgchart2.js": { | |
OrgBlock: { | |
C: ["organization", "chart", "person"], | |
name: "Org Chart Entry" | |
}, | |
$b: ["Org Chart"] | |
}, | |
"orgchart.js": { | |
PersonBlock: !0, | |
RoleBlock: !0, | |
PersonRoleBlock: !0, | |
OrgChartTitleBlock: !0, | |
$b: ["Org Chart"] | |
}, | |
"rubik.js": { | |
RubikCube: { | |
C: ["cube", "solve", "rubik"], | |
name: "Rubik" | |
}, | |
RubikCube3d: !0, | |
$b: ["Rubiks"] | |
}, | |
"serverrack.js": { | |
RackServerRack: { | |
C: ["server"], | |
name: "Server Rack" | |
}, | |
RackBlank: { | |
C: ["server", "blank"], | |
name: "Blank Slot" | |
}, | |
RackRaidArray: { | |
C: ["raid", "harddrive", "memory", "storage"], | |
name: "RAID Array" | |
}, | |
RackServer: { | |
C: ["server"], | |
name: "Server" | |
}, | |
RackEthernetSwitch: { | |
C: ["net", "switch", "network", "server", "ethernet"], | |
name: "Ethernet Switch" | |
}, | |
RackPatchPanel: { | |
C: "net network patch network server ethernet".split(" "), | |
name: "Patch Panel" | |
}, | |
RackRouter: { | |
C: ["router", "server"], | |
name: "Router" | |
}, | |
RackMonitor: { | |
C: ["input", "monitor"], | |
name: "Monitor" | |
}, | |
RackKeyboard: { | |
C: ["input", "keyboard"], | |
name: "Slideout Keyboard" | |
}, | |
RackPowerStrip: { | |
C: ["power", "plug"], | |
name: "Power Strip" | |
}, | |
RackPowerSupply: { | |
C: ["power"], | |
name: "Power Supply" | |
}, | |
RackBridge: { | |
C: ["bridge"], | |
name: "Bridge" | |
}, | |
RackTapeDrive: { | |
C: ["tape", "memory"], | |
name: "Tape Drive" | |
}, | |
$b: ["Server Racks"] | |
}, | |
"shapes.js": { | |
IsoscelesTriangleBlock: { | |
C: ["shape", "triangle", "isosceles"], | |
name: "Isosceles Triangle" | |
}, | |
RightTriangleBlock: { | |
C: ["shape", "triangle", "right"], | |
name: "Right Triangle" | |
}, | |
PentagonBlock: { | |
C: ["shape", "pentagon", "polygon"], | |
name: "Pentagon" | |
}, | |
HexagonBlock: { | |
C: ["shape", "hexagon", "polygon"], | |
name: "Hexagon" | |
}, | |
OctagonBlock: { | |
C: ["shape", "octagon", "polygon"], | |
name: "Octagon" | |
}, | |
CrossBlock: { | |
C: ["shape", "cross"], | |
name: "Cross" | |
}, | |
RightArrowBlock: { | |
C: ["shape", | |
"arrow", "right", "east" | |
], | |
name: "Right Arrow", | |
wb: [{ | |
name: "DownArrow", | |
C: ["shape", "arrow", "down", "south"] | |
}, { | |
name: "LeftArrow", | |
C: ["shape", "arrow", "left", "west"] | |
}, { | |
name: "UpArrow", | |
C: ["shape", "arrow", "up", "north"] | |
}] | |
}, | |
DoubleArrowBlock: { | |
C: "shape arrow right left east west ew eastwest".split(" "), | |
name: "Double Arrow EW", | |
wb: [{ | |
name: "NSArrow", | |
C: "shape arrow down up south north ns northsouth".split(" ") | |
}] | |
}, | |
CloudBlock: { | |
C: ["shape", "cloud"], | |
name: "Cloud" | |
}, | |
HeartBlock: { | |
C: ["shape", "heart"], | |
name: "Heart" | |
}, | |
StarBlock: { | |
C: ["shape", | |
"star", "polygon" | |
], | |
name: "Star" | |
}, | |
ShapeCircleBlock: { | |
C: ["shape", "circle"], | |
name: "Circle" | |
}, | |
ShapePolyStarBlock: { | |
C: ["shape", "star"], | |
name: "Star" | |
}, | |
ShapeDiamondBlock: { | |
C: ["shape", "diamond"], | |
name: "Diamond" | |
}, | |
$b: ["Shapes"], | |
LeftArrowBlock: !0, | |
UpArrowBlock: !0, | |
DownArrowBlock: !0, | |
CalloutBlock: !0, | |
DogEarNoteBlock: !0 | |
}, | |
"table.js": { | |
DefaultTableBlock: { | |
C: ["tables", "table"], | |
name: "Table", | |
wb: [{ | |
name: "BandedCols", | |
C: [] | |
}, { | |
name: "BandedRows", | |
C: [] | |
}, { | |
name: "Header", | |
C: [] | |
}] | |
}, | |
$b: ["Tables"] | |
}, | |
"sitemap.js": { | |
SMPage: { | |
C: "website site webpage page sitemap Page".split(" "), | |
name: "Page", | |
wb: [{ | |
name: "FuturePage", | |
C: [] | |
}, { | |
name: "Group", | |
C: [] | |
}, { | |
name: "FutureGroup", | |
C: [] | |
}] | |
}, | |
SMHome: { | |
C: "website site webpage page sitemap Home".split(" "), | |
name: "Home" | |
}, | |
SMGallery: { | |
C: "website site webpage page sitemap Gallery".split(" "), | |
name: "Gallery" | |
}, | |
SMShopping: { | |
C: "website site webpage page sitemap Shopping".split(" "), | |
name: "Shopping" | |
}, | |
SMMap: { | |
C: "website site webpage page sitemap Map".split(" "), | |
name: "Map" | |
}, | |
SMAthletics: { | |
C: "website site webpage page sitemap Athletics".split(" "), | |
name: "Athletics" | |
}, | |
SMLogin: { | |
C: "website site webpage page sitemap Login".split(" "), | |
name: "Login" | |
}, | |
SMPrint: { | |
C: "website site webpage page sitemap Print".split(" "), | |
name: "Print" | |
}, | |
SMScript: { | |
C: "website site webpage page sitemap Script".split(" "), | |
name: "Script" | |
}, | |
SMSearch: { | |
C: "website site webpage page sitemap Search".split(" "), | |
name: "Search" | |
}, | |
SMSettings: { | |
C: "website site webpage page sitemap Settings".split(" "), | |
name: "Settings" | |
}, | |
SMSitemap: { | |
C: "website site webpage page sitemap Sitemap".split(" "), | |
name: "Sitemap" | |
}, | |
SMSuccess: { | |
C: "website site webpage page sitemap Success".split(" "), | |
name: "Success" | |
}, | |
SMVideo: { | |
C: "website site webpage page sitemap Video".split(" "), | |
name: "Video" | |
}, | |
SMAudio: { | |
C: "website site webpage page sitemap Audio".split(" "), | |
name: "Audio" | |
}, | |
SMBlog: { | |
C: "website site webpage page sitemap Blog".split(" "), | |
name: "Blog" | |
}, | |
SMCalendar: { | |
C: "website site webpage page sitemap Calendar".split(" "), | |
name: "Calendar" | |
}, | |
SMChart: { | |
C: "website site webpage page sitemap Chart".split(" "), | |
name: "Chart" | |
}, | |
SMCloud: { | |
C: "website site webpage page sitemap Cloud".split(" "), | |
name: "Cloud" | |
}, | |
SMDocument: { | |
C: "website site webpage page sitemap Document".split(" "), | |
name: "Document" | |
}, | |
SMDownload: { | |
C: "website site webpage page sitemap Download".split(" "), | |
name: "Download" | |
}, | |
SMError: { | |
C: "website site webpage page sitemap Error".split(" "), | |
name: "Error" | |
}, | |
SMForm: { | |
C: "website site webpage page sitemap Form".split(" "), | |
name: "Form" | |
}, | |
SMGame: { | |
C: "website site webpage page sitemap Game".split(" "), | |
name: "Game" | |
}, | |
SMJobs: { | |
C: "website site webpage page sitemap Jobs".split(" "), | |
name: "Jobs" | |
}, | |
SMLucid: { | |
C: "website site webpage page sitemap Lucid".split(" "), | |
name: "Lucid" | |
}, | |
SMNewspress: { | |
C: "website site webpage page sitemap Newspress".split(" "), | |
name: "Newspress" | |
}, | |
SMPhoto: { | |
C: "website site webpage page sitemap Photo".split(" "), | |
name: "Photo" | |
}, | |
SMPortfolio: { | |
C: "website site webpage page sitemap Portfolio".split(" "), | |
name: "Portfolio" | |
}, | |
SMPricing: { | |
C: "website site webpage page sitemap Pricing".split(" "), | |
name: "Pricing" | |
}, | |
SMProfile: { | |
C: "website site webpage page sitemap Profile".split(" "), | |
name: "Profile" | |
}, | |
SMSlideshow: { | |
C: "website site webpage page sitemap Slideshow".split(" "), | |
name: "Slideshow" | |
}, | |
SMUpload: { | |
C: "website site webpage page sitemap Upload".split(" "), | |
name: "Upload" | |
}, | |
$b: ["Site Map"] | |
}, | |
"techclipart.js": { | |
Image_network_server: { | |
C: ["network", "Server"], | |
name: "Server" | |
}, | |
Image_network_server_file: { | |
C: ["network", "File", "Server"], | |
name: "File Server" | |
}, | |
Image_network_server_net: { | |
C: ["network", "Net", "Server"], | |
name: "Net Server" | |
}, | |
Image_network_server_net_large: { | |
C: ["network", "Net", "Server", "Large"], | |
name: "Net Server (Large)" | |
}, | |
Image_network_raid: { | |
C: ["network", "RAID", "Device"], | |
name: "RAID Device" | |
}, | |
Image_network_raid_large: { | |
C: ["network", "Large", "RAID", "Device"], | |
name: "Large RAID Device" | |
}, | |
Image_network_rack_server: { | |
C: ["network", "Server", "Rack"], | |
name: "Server Rack" | |
}, | |
Image_network_rack_tape: { | |
C: ["network", "Tape", "Backup", "Rack"], | |
name: "Tape Backup Rack" | |
}, | |
Image_network_printer_small: { | |
C: ["network", "Small", "Printer"], | |
name: "Small Printer" | |
}, | |
Image_network_printer_large: { | |
C: ["network", "Large", "Printer"], | |
name: "Large Printer" | |
}, | |
Image_network_printer_multipurpose: { | |
C: ["network", "Multipurpose", "Printer"], | |
name: "Multipurpose Printer" | |
}, | |
Image_network_copier_small: { | |
C: ["network", "Small", "Copier"], | |
name: "Small Copier" | |
}, | |
Image_network_copier_large: { | |
C: ["network", "Large", "Copier"], | |
name: "Large Copier" | |
}, | |
Image_network_printer_largeformat: { | |
C: ["network", "Large", "Format", "Printer"], | |
name: "Large-Format Printer" | |
}, | |
Image_network_router: { | |
C: ["network", "Router"], | |
name: "Router" | |
}, | |
Image_network_router_wireless: { | |
C: ["network", "Wireless", "Router"], | |
name: "Wireless Router" | |
}, | |
Image_network_ups: { | |
C: ["network", "UPS"], | |
name: "UPS" | |
}, | |
Image_electronics_speakers_2: { | |
C: ["network", "2", "0", "Speakers"], | |
name: "2.0 Speakers" | |
}, | |
Image_electronics_scanner_slide: { | |
C: ["network", | |
"Slide", "Scanner" | |
], | |
name: "Slide Scanner" | |
}, | |
Image_electronics_speakers_2_1: { | |
C: ["network", "2", "1", "Speakers"], | |
name: "2.1 Speakers" | |
}, | |
Image_electronics_speakers_5_1: { | |
C: ["network", "5", "1", "Speakers"], | |
name: "5.1 Speakers" | |
}, | |
Image_electronics_lcd: { | |
C: ["network", "LCD", "Monitor"], | |
name: "LCD Monitor" | |
}, | |
Image_electronics_pda: { | |
C: ["network", "PDA"], | |
name: "PDA" | |
}, | |
Image_electronics_drive_cardreader: { | |
C: ["network", "Memory", "Card", "Reader"], | |
name: "Memory Card Reader" | |
}, | |
Image_electronics_camcorder: { | |
C: ["network", "Camcorder"], | |
name: "Camcorder" | |
}, | |
Image_electronics_headset: { | |
C: ["network", "Headset"], | |
name: "Headset" | |
}, | |
Image_electronics_calculator_simple: { | |
C: ["network", "Calculator"], | |
name: "Calculator" | |
}, | |
Image_electronics_scanner_flatbed: { | |
C: ["network", "Flatbed", "Scanner"], | |
name: "Flatbed Scanner" | |
}, | |
Image_electronics_printer_photo: { | |
C: ["network", "Photo", "Printer"], | |
name: "Photo Printer" | |
}, | |
Image_electronics_scanner_photo: { | |
C: ["network", "Photo", "Scanner"], | |
name: "Photo Scanner" | |
}, | |
Image_electronics_projector: { | |
C: ["network", "Projector"], | |
name: "Projector" | |
}, | |
Image_electronics_drive_firewire: { | |
C: ["network", | |
"External", "Drive", "Firewire" | |
], | |
name: "External Drive (Firewire)" | |
}, | |
Image_electronics_drive_usb: { | |
C: ["network", "External", "Drive", "USB"], | |
name: "External Drive (USB)" | |
}, | |
Image_electronics_modem_external: { | |
C: ["network", "External", "Modem"], | |
name: "External Modem" | |
}, | |
Image_electronics_tv_tuner_external: { | |
C: ["network", "External", "TV", "Tuner"], | |
name: "External TV Tuner" | |
}, | |
Image_electronics_mp3: { | |
C: ["network", "MP3", "Player"], | |
name: "MP3 Player" | |
}, | |
Image_electronics_sound_box: { | |
C: ["network", "External", "Sound", "Card", "Box"], | |
name: "External Sound Card (Box)" | |
}, | |
Image_electronics_lcd_wide: { | |
C: ["network", "Wide", "Screen", "LCD"], | |
name: "Wide-Screen LCD" | |
}, | |
Image_audio_speakers_2: { | |
C: ["network", "2", "0", "Speakers"], | |
name: "2.0 Speakers" | |
}, | |
Image_audio_speakers_2_1: { | |
C: ["network", "2", "1", "Speakers"], | |
name: "2.1 Speakers" | |
}, | |
Image_audio_speakers_5_1: { | |
C: ["network", "5", "1", "Speakers"], | |
name: "5.1 Speakers" | |
}, | |
Image_audio_record_player: { | |
C: ["network", "Record", "Player"], | |
name: "Record Player" | |
}, | |
Image_audio_headset: { | |
C: ["network", "Headset"], | |
name: "Headset" | |
}, | |
$b: ["Network", "Electronics", "Audio Equipment"] | |
}, | |
"processing.js": { | |
PEVesselBlock: { | |
C: ["process", "engineering", "vessel"], | |
name: "Vessel" | |
}, | |
PEOpenTankBlock: { | |
C: ["process", "engineering", "open", "tank"], | |
name: "Open Tank" | |
}, | |
PEClosedTankBlock: { | |
C: ["process", "engineering", "closed", "tank"], | |
name: "Closed Tank" | |
}, | |
PEStorageSphereBlock: { | |
C: ["process", "engineering", "storage", "sphere"], | |
name: "Storage Sphere" | |
}, | |
PEColumnBlock: { | |
C: ["process", "engineering", "column"], | |
name: "Column" | |
}, | |
PEBagBlock: { | |
C: ["process", "engineering", "bag"], | |
name: "Bag" | |
}, | |
PEGasCylinderBlock: { | |
C: ["process", "engineering", | |
"gas", "cylinder" | |
], | |
name: "Gas Cylinder" | |
}, | |
PEGasHolderBlock: { | |
C: ["process", "engineering", "gas", "holder"], | |
name: "Gas Holder" | |
}, | |
PEClarifierBlock: { | |
C: ["process", "engineering", "clarifier"], | |
name: "Clarifier" | |
}, | |
PETankBlock: { | |
C: ["process", "engineering", "tank"], | |
name: "Tank" | |
}, | |
PETrayColumnBlock: { | |
C: ["process", "engineering", "tray", "column"], | |
name: "Tray Column" | |
}, | |
PEReactionVesselBlock: { | |
C: ["process", "engineering", "reaction", "vessel"], | |
name: "Reaction Vessel" | |
}, | |
PEEjectorInjectorBlock: { | |
C: ["process", "engineering", "ejector", "injector"], | |
name: "Ejector / Injector" | |
}, | |
PEBoilerBlock: { | |
C: ["process", "engineering", "boiler"], | |
name: "Boiler" | |
}, | |
PECondenserBlock: { | |
C: ["process", "engineering", "condenser"], | |
name: "Condenser" | |
}, | |
PECoolingTowerBlock: { | |
C: ["process", "engineering", "cooling", "tower"], | |
name: "Cooling Tower" | |
}, | |
PEHeatExchangerBlock: { | |
C: ["process", "engineering", "heat", "exchanger"], | |
name: "Heat Exchanger" | |
}, | |
PECompressorTurbineBlock: { | |
C: ["process", "engineering", "compressor", "turbine"], | |
name: "Compressor / Turbine" | |
}, | |
PEMotorDrivenTurbineBlock: { | |
C: ["process", "engineering", | |
"motor", "driven", "turbine" | |
], | |
name: "Motor Driven Turbine" | |
}, | |
PETripleFanBladesBlock: { | |
C: ["process", "engineering", "triple", "fan", "blades"], | |
name: "Triple Fan Blades" | |
}, | |
PETripleFanBlades2Block: { | |
C: ["process", "engineering", "triple", "fan", "blades"], | |
name: "Triple Fan Blades" | |
}, | |
PEFanBladesBlock: { | |
C: ["process", "engineering", "fan", "blade"], | |
name: "Fan Blades" | |
}, | |
PEFanBlades2Block: { | |
C: ["process", "engineering", "fan", "blade"], | |
name: "Fan Blades" | |
}, | |
PECentrifugalPumpBlock: { | |
C: ["process", "engineering", "centrifugal", "pump"], | |
name: "Centrifugal Pump" | |
}, | |
PEIndicatorBlock: { | |
C: ["process", "engineering", "instruments", "indicator"], | |
name: "Indicator", | |
wb: [{ | |
name: "Temp Indicator", | |
C: ["process", "engineering", "temperature", "indicator"] | |
}, { | |
name: "Temp Transmitter", | |
C: ["process", "engineering", "temperature", "transmitter"] | |
}, { | |
name: "Temp Recorder", | |
C: ["process", "engineering", "temperature", "recorder"] | |
}, { | |
name: "Temp Controller", | |
C: ["process", "engineering", "temperature", "controller"] | |
}, { | |
name: "Flow Indicator", | |
C: ["process", "engineering", "flow", "indicator"] | |
}, { | |
name: "Flow Transmitter", | |
C: ["process", "engineering", "flow", "transmitter"] | |
}, { | |
name: "Flow Recorder", | |
C: ["process", "engineering", "flow", "recorder"] | |
}, { | |
name: "Flow Controller", | |
C: ["process", "engineering", "flow", "controller"] | |
}, { | |
name: "Level Indicator", | |
C: ["process", "engineering", "level", "indicator"] | |
}, { | |
name: "Pressure Controller", | |
C: ["process", "engineering", "pressure", "controller"] | |
}, { | |
name: "Level Transmitter", | |
C: ["process", "engineering", "level", "transmitter"] | |
}, { | |
name: "Level Recorder", | |
C: ["process", "engineering", "level", "recorder"] | |
}, { | |
name: "Level Controller", | |
C: ["process", "engineering", "level", "controller"] | |
}, { | |
name: "Pressure Transmitter", | |
C: ["process", "engineering", "pressure", "transmitter"] | |
}, { | |
name: "Pressure Recorder", | |
C: ["process", "engineering", "pressure", "recorder"] | |
}, { | |
name: "Pressure Indicating", | |
C: ["process", "engineering", "pressure", "indicating"] | |
}, { | |
name: "Pressure Recording", | |
C: ["process", "engineering", "pressure", "recording"] | |
}, { | |
name: "Level Alarm", | |
C: ["process", "engineering", "level", "alarm"] | |
}, { | |
name: "Flow Element", | |
C: ["process", "engineering", "flow", "element"] | |
}, { | |
name: "Temperature Element", | |
C: ["process", "engineering", "temperature", "element"] | |
}, { | |
name: "Level Gauge", | |
C: ["process", "engineering", "level", "gauge"] | |
}, { | |
name: "Analyzer Transmitter", | |
C: ["process", "engineering", "analyzer", "transmitter"] | |
}, { | |
name: "Transducer", | |
C: ["process", "engineering", "transducer"] | |
}] | |
}, | |
PEIndicator2Block: { | |
C: ["process", "engineering", "instruments", "indicator"], | |
name: "Indicator 2" | |
}, | |
PEIndicator3Block: { | |
C: ["process", "engineering", "instruments", "indicator"], | |
name: "Indicator 3" | |
}, | |
PEIndicator4Block: { | |
C: ["process", | |
"engineering", "instruments", "indicator" | |
], | |
name: "Indicator 4" | |
}, | |
PEIndicator5Block: { | |
C: ["process", "engineering", "instruments", "indicator"], | |
name: "Indicator 5" | |
}, | |
PESharedIndicatorBlock: { | |
C: ["process", "engineering", "shared", "instruments", "indicator"], | |
name: "Shared Indicator" | |
}, | |
PESharedIndicator2Block: { | |
C: ["process", "engineering", "instruments", "shared", "indicator"], | |
name: "Shared Indicator 2" | |
}, | |
PEComputerIndicatorBlock: { | |
C: ["process", "engineering", "computer", "instruments", "indicator"], | |
name: "Computer Indicator" | |
}, | |
PEProgrammableIndicatorBlock: { | |
C: ["process", | |
"engineering", "programmable", "instruments", "indicator" | |
], | |
name: "Programmable Indicator" | |
}, | |
PEGateValveBlock: { | |
C: ["process", "engineering", "gate", "valve"], | |
name: "Gate Valve", | |
wb: [{ | |
name: "Gate Hand Operated", | |
C: ["process", "engineering", "gate", "valve"] | |
}, { | |
name: "Flanged Gate Valve", | |
C: ["process", "engineering", "flanged", "gate", "valve"] | |
}] | |
}, | |
PEGlobeValveBlock: { | |
C: ["process", "engineering", "globe", "valve"], | |
name: "Globe Valve", | |
wb: [{ | |
name: "Flanged Globe Valve", | |
C: ["process", "engineering", "flanged", "gate", "valve"] | |
}] | |
}, | |
PEControlValveBlock: { | |
C: ["process", | |
"engineering", "control", "valve" | |
], | |
name: "Control Valve", | |
wb: [{ | |
name: "Back Pressure", | |
C: ["process", "engineering", "back", "pressure"] | |
}] | |
}, | |
PEButterflyValveBlock: { | |
C: ["process", "engineering", "butterfly", "valve"], | |
name: "Butterfly Valve" | |
}, | |
PENeedleValveBlock: { | |
C: ["process", "engineering", "needle", "valve"], | |
name: "Needle Valve" | |
}, | |
PEPlugValveBlock: { | |
C: ["process", "engineering", "plug", "valve"], | |
name: "Plug Valve" | |
}, | |
PEBallValveBlock: { | |
C: ["process", "engineering", "ball", "valve"], | |
name: "Ball Valve", | |
wb: [{ | |
name: "Diaghragm", | |
C: ["process", | |
"engineering", "diaghragm", "valve" | |
] | |
}] | |
}, | |
PEButterflyValve2Block: { | |
C: ["process", "engineering", "butterfly", "valve"], | |
name: "Butterfly Valve" | |
}, | |
PECheckValveBlock: { | |
C: ["process", "engineering", "check", "valve"], | |
name: "Check Valve" | |
}, | |
PECheckValve2Block: { | |
C: ["process", "engineering", "check", "valve"], | |
name: "Check Valve 2" | |
}, | |
PEAngleValveBlock: { | |
C: ["process", "engineering", "angle", "valve"], | |
name: "Angle Valve" | |
}, | |
PEAngleGlobeValveBlock: { | |
C: ["process", "engineering", "angle", "globe", "valve"], | |
name: "Angle Globe Valve", | |
wb: [{ | |
name: "Relief Valve", | |
C: "process engineering angle globe relief valve".split(" ") | |
}] | |
}, | |
PEPoweredValveBlock: { | |
C: ["process", "engineering", "powered", "valve"], | |
name: "Powered Valve", | |
wb: [{ | |
name: "Solenoid Valve", | |
C: ["process", "engineering", "powered", "solenoid", "valve"] | |
}, { | |
name: "Hydraulic Valve", | |
C: ["process", "engineering", "powered", "hydraulic", "valve"] | |
}, { | |
name: "Motor-Operated Valve", | |
C: ["process", "engineering", "powered", "motor-operated", "valve"] | |
}] | |
}, | |
PEFloatOperatedValveBlock: { | |
C: ["process", "engineering", "float-operated", "valve"], | |
name: "Float-Operated Valve" | |
}, | |
PENeedleValve2Block: { | |
C: ["process", "engineering", "needle", "valve"], | |
name: "Needle Valve 2" | |
}, | |
PEThreeWayValveBlock: { | |
C: "process engineering three way plug valve".split(" "), | |
name: "Three Way Plug Valve" | |
}, | |
PEFourWayValveBlock: { | |
C: ["process", "engineering", "four", "way", "valve"], | |
name: "Four Way Valve" | |
}, | |
PEGaugeBlock: { | |
C: ["process", "engineering", "gauge"], | |
name: "Gauge" | |
}, | |
PEBleederValveBlock: { | |
C: ["process", "engineering", "bleeder", "valve"], | |
name: "Bleeder Valve" | |
}, | |
PEOrificeBlock: { | |
C: ["process", "engineering", "orifice"], | |
name: "Orifice" | |
}, | |
PERotameterBlock: { | |
C: ["process", "engineering", "rotameter"], | |
name: "Rotameter" | |
}, | |
PEAgitatorMixerBlock: { | |
C: "engineering p&id pid process instrumentation design agitator mixer".split(" "), | |
name: "Agitator or Mixer" | |
}, | |
PEEquipmentBoilerBlock: { | |
C: "engineering p&id pid process instrumentation design boiler".split(" "), | |
name: "Boiler 2" | |
}, | |
PEAirCooledExchangerBlock: { | |
C: "engineering p&id pid process instrumentation design air cooled exchanger".split(" "), | |
name: "Air Cooled Exchanger" | |
}, | |
PEEquipmentCondenserBlock: { | |
C: "engineering p&id pid process instrumentation design condenser".split(" "), | |
name: "Condenser 2" | |
}, | |
PEDieselMotorBlock: { | |
C: "engineering p&id pid process instrumentation design diesel motor".split(" "), | |
name: "Diesel Motor" | |
}, | |
PEDoubleFlowTurbineBlock: { | |
C: "engineering p&id pid process instrumentation design double flow turbine".split(" "), | |
name: "Double Flow Turbine" | |
}, | |
PEDoublePipeHeatBlock: { | |
C: "engineering p&id pid process instrumentation design double pipe heat".split(" "), | |
name: "Double Pipe Heat" | |
}, | |
PECentrifugalPump: { | |
C: "engineering p&id pid process equipment centrifugal pump".split(" "), | |
name: "Centrifugal Pump" | |
}, | |
PECentrifugalPump2: { | |
C: "engineering p&id pid process equipment centrifugal pump".split(" "), | |
name: "Centrifugal Pump 2" | |
}, | |
PECentrifugalPump3: { | |
C: "engineering p&id pid process equipment centrifugal pump".split(" "), | |
name: "Centrifugal Pump 3" | |
}, | |
PEVerticalPump: { | |
C: "engineering p&id pid process equipment vertical pump".split(" "), | |
name: "Vertical Pump" | |
}, | |
PEVerticalPump2: { | |
C: "engineering p&id pid process equipment vertical pump".split(" "), | |
name: "Vertical Pump 2" | |
}, | |
PEHorizontalPump: { | |
C: "engineering p&id pid process equipment horizontal pump".split(" "), | |
name: "Horizontal Pump" | |
}, | |
PESumpPump: { | |
C: "engineering p&id pid process equipment sump pump".split(" "), | |
name: "Sump Pump" | |
}, | |
PEVacuumPump: { | |
C: "engineering p&id pid process equipment vacuum pump".split(" "), | |
name: "Vacuum Pump" | |
}, | |
PEScrewPump: { | |
C: "engineering p&id pid process equipment screw pump".split(" "), | |
name: "Screw Pump" | |
}, | |
PEDrumBlock: { | |
C: "engineering p&id pid process instrumentation design drum".split(" "), | |
name: "Drum" | |
}, | |
PEGearPumpBlock: { | |
C: "engineering p&id pid process instrumentation design gear pump".split(" "), | |
name: "Gear Pump" | |
}, | |
PEHairpinExchangerBlock: { | |
C: "engineering p&id pid process instrumentation design hairpin hair pin exchanger".split(" "), | |
name: "Hairpin Exchanger" | |
}, | |
PEHeaterBlock: { | |
C: "engineering p&id pid process instrumentation design heater".split(" "), | |
name: "Heater" | |
}, | |
PELiquidRingVacuumBlock: { | |
C: "engineering p&id pid process instrumentation design liquid ring vacuum".split(" "), | |
name: "Liquid Ring Vacuum" | |
}, | |
PEMotorBlock: { | |
C: "engineering p&id pid process instrumentation design motor".split(" "), | |
name: "Motor" | |
}, | |
PEPlateAndFrameHeatExchangerBlock: { | |
C: "engineering p&id pid process instrumentation design plate frame heat exchanger".split(" "), | |
name: "Plate and Frame Heat Exchanger" | |
}, | |
PEPositiveDisplacementBlock: { | |
C: "engineering p&id pid process instrumentation design positive displacement".split(" "), | |
name: "Positive Displacement" | |
}, | |
PEReboilerBlock: { | |
C: "engineering p&id pid process instrumentation design reboiler".split(" "), | |
name: "Reboiler" | |
}, | |
PERotaryCompressorBlock: { | |
C: "engineering p&id pid process instrumentation rotary compressor".split(" "), | |
name: "Rotary Compressor" | |
}, | |
PERotaryCompressor2Block: { | |
C: "engineering p&id pid process instrumentation rotary compressor".split(" "), | |
name: "Rotary Compressor 2" | |
}, | |
PEShellAndTubeHeat1Block: { | |
C: "engineering p&id pid process instrumentation shell tube heat".split(" "), | |
name: "Shell and Tube Heat 1" | |
}, | |
PEShellAndTubeHeat2Block: { | |
C: "engineering p&id pid process instrumentation shell tube heat".split(" "), | |
name: "Shell and Tube Heat 2" | |
}, | |
PEShellAndTubeHeat3Block: { | |
C: "engineering p&id pid process instrumentation shell tube heat".split(" "), | |
name: "Shell and Tube Heat 3" | |
}, | |
PESinglePassHeatBlock: { | |
C: "engineering p&id pid process instrumentation single pass heat".split(" "), | |
name: "Single Pass Heat" | |
}, | |
PETurbineDriverBlock: { | |
C: "engineering p&id pid process instrumentation turbine driver".split(" "), | |
name: "Turbine Driver" | |
}, | |
PEUTubeHeatExchangerBlock: { | |
C: "engineering p&id pid process instrumentation utube tube heat exchanger".split(" "), | |
name: "U-tube Heat Exchanger" | |
}, | |
PEElectricMotorBlock: { | |
C: "engineering p&id pid process instrumentation electric motor".split(" "), | |
name: "Electric Motor" | |
}, | |
PEConveyorBlock: { | |
C: "engineering p&id pid process instrumentation conveyor".split(" "), | |
name: "Conveyor" | |
}, | |
PEOverheadConveyorBlock: { | |
C: "engineering p&id pid process instrumentation overhead conveyor".split(" "), | |
name: "Overhead Conveyor" | |
}, | |
PEHoistBlock: { | |
C: "engineering p&id pid process instrumentation hoist".split(" "), | |
name: "Hoist" | |
}, | |
PEScraperConveyorBlock: { | |
C: "engineering p&id pid process instrumentation scraper conveyor".split(" "), | |
name: "Scraper Conveyor" | |
}, | |
PEScrewConveyorBlock: { | |
C: "engineering p&id pid process instrumentation screw conveyor".split(" "), | |
name: "Screw Conveyor" | |
}, | |
PESkipHoistBlock: { | |
C: "engineering p&id pid process instrumentation skip hoist".split(" "), | |
name: "Skip Hoist" | |
}, | |
PEElevator1Block: { | |
C: "engineering p&id pid process instrumentation elevator".split(" "), | |
name: "Elevator 1" | |
}, | |
PEElevator2Block: { | |
C: "engineering p&id pid process instrumentation elevator".split(" "), | |
name: "Elevator 2" | |
}, | |
PEScrewPump2: { | |
C: "engineering p&id pid process equipment screw pump".split(" "), | |
name: "Screw Pump 2" | |
}, | |
PEPositiveDisplacement2: { | |
C: "engineering p&id pid process equipment positive displacement".split(" "), | |
name: "Positive Displacement 2" | |
}, | |
PEProgressiveCavityPump: { | |
C: "engineering p&id pid process equipment progressive cavity pump".split(" "), | |
name: "Progressive Cavity Pump" | |
}, | |
PEBin: { | |
C: "engineering p&id pid process equipment bin".split(" "), | |
name: "Bin" | |
}, | |
PEDomeRoofTank: { | |
C: "engineering p&id pid process equipment dome roof tank".split(" "), | |
name: "Dome Roof Tank" | |
}, | |
PEOpenTopTank: { | |
C: "engineering p&id pid process equipment open top tank".split(" "), | |
name: "Open Top Tank" | |
}, | |
PEConeRoofTank: { | |
C: "engineering p&id pid process equipment cone roof tank".split(" "), | |
name: "Cone Roof Tank" | |
}, | |
PEInternalFloatingRoof: { | |
C: "engineering p&id pid process equipment internal roof floating".split(" "), | |
name: "Internal Floating Roof" | |
}, | |
PEDoubleWallTank: { | |
C: "engineering p&id pid process equipment double wall tank".split(" "), | |
name: "Double Wall Tank" | |
}, | |
PEOnionTank: { | |
C: "engineering p&id pid process equipment onion tank".split(" "), | |
name: "Onion Tank" | |
}, | |
PECentrifugalCompressor: { | |
C: "engineering p&id pid process equipment centrifugal compressor".split(" "), | |
name: "Centrifugal Compressor" | |
}, | |
PECentrifugalCompressor2: { | |
C: "engineering p&id pid process equipment centrifugal compressor".split(" "), | |
name: "Centrifugal Compressor 2" | |
}, | |
PECentrifugalCompressor3: { | |
C: "engineering p&id pid process equipment centrifugal compressor".split(" "), | |
name: "Centrifugal Compressor 3" | |
}, | |
PECentrifugalBlower: { | |
C: "engineering p&id pid process equipment centrifugal blower".split(" "), | |
name: "Centrifugal Blower" | |
}, | |
PEAxialCompressor: { | |
C: "engineering p&id pid process equipment axial blower".split(" "), | |
name: "Axial Compressor" | |
}, | |
PEReciprocationCompressor: { | |
C: "engineering p&id pid process equipment reciprocation compressor".split(" "), | |
name: "Reciprocation Compressor" | |
}, | |
PESpiralHeatExchanger: { | |
C: "engineering p&id pid process equipment spiral heat exchanger".split(" "), | |
name: "Spiral Heat Exchanger" | |
}, | |
PEAlkylationBlock: { | |
C: "engineering p&id pid process equipment alkylation".split(" "), | |
name: "Alkylation" | |
}, | |
PEBoomLoaderBlock: { | |
C: "engineering p&id pid process equipment boom loader".split(" "), | |
name: "Boom Loader" | |
}, | |
PEFluidCatalyticCrackingBlock: { | |
C: "engineering p&id pid process equipment fluid catalytic cracking".split(" "), | |
name: "Fluid Catalytic Cracking" | |
}, | |
PEFluidCookingBlock: { | |
C: "engineering p&id pid process equipment fluid cooking".split(" "), | |
name: "Fluid Cooking" | |
}, | |
PEFluidizedReactorBlock: { | |
C: "engineering p&id pid process equipment fluidized reactor".split(" "), | |
name: "Fluidized Reactor" | |
}, | |
PEOneToMany: { | |
C: "engineering p&id pid process piping one many".split(" "), | |
name: "One to Many" | |
}, | |
PEMultilines: { | |
C: "engineering;p&id;pid;process;piping;multi lines;multi-lines;multilines".split(";"), | |
name: "Multi-lines" | |
}, | |
PEMidArrow: { | |
C: "engineering p&id pid process piping mid arrow".split(" "), | |
name: "Mid Arrow" | |
}, | |
PEButtWeld: { | |
C: "engineering p&id pid process piping butt weld".split(" "), | |
name: "Butt Weld" | |
}, | |
PETopToTop: { | |
C: "engineering p&id pid process piping top".split(" "), | |
name: "Top to Top" | |
}, | |
PESonicSignal: { | |
C: "engineering p&id pid process piping sonic signal".split(" "), | |
name: "Sonic Signal" | |
}, | |
PENuclear: { | |
C: "engineering p&id pid process piping nuclear".split(" "), | |
name: "Nuclear" | |
}, | |
PEPneumatic: { | |
C: "engineering p&id pid process piping pneumatic".split(" "), | |
name: "Pneumatic" | |
}, | |
PEHydraulicSignalLine: { | |
C: "engineering p&id pid process piping hydraulic signal line".split(" "), | |
name: "Hydraulic Signal Line" | |
}, | |
PEMechanicalLink: { | |
C: "engineering p&id pid process piping mechanical link".split(" "), | |
name: "Mechanical Link" | |
}, | |
PESolderedSolvent: { | |
C: "engineering p&id pid process piping soldered solvent".split(" "), | |
name: "Soldered/Solvent" | |
}, | |
PEDoubleContainment: { | |
C: "engineering p&id pid process piping double containment".split(" "), | |
name: "Double Containment" | |
}, | |
PEFlange: { | |
C: "engineering p&id pid process piping flange".split(" "), | |
name: "Flange" | |
}, | |
PEFlange2: { | |
C: "engineering p&id pid process piping flange".split(" "), | |
name: "Flange 2" | |
}, | |
PEEndCap: { | |
C: "engineering p&id pid process piping end cap".split(" "), | |
name: "End Cap" | |
}, | |
PEEndCap2: { | |
C: "engineering p&id pid process piping end cap".split(" "), | |
name: "End Cap 2" | |
}, | |
PEBreather: { | |
C: "engineering p&id pid process piping breather".split(" "), | |
name: "Breather" | |
}, | |
PEElectronicallyInsulated: { | |
C: "engineering p&id pid process piping electronically insulated".split(" "), | |
name: "Electronically Insulated" | |
}, | |
PEReducer: { | |
C: "engineering p&id pid process piping reducer".split(" "), | |
name: "Reducer" | |
}, | |
PEInlineMixer: { | |
C: "engineering p&id pid process piping inline mixer".split(" "), | |
name: "Inline Mixer" | |
}, | |
PESeparator: { | |
C: "engineering p&id pid process piping separator".split(" "), | |
name: "Separator" | |
}, | |
PEBurstingDisc: { | |
C: "engineering p&id pid process piping bursting disc".split(" "), | |
name: "Bursting Disc" | |
}, | |
PEFlameArrester: { | |
C: "engineering p&id pid process piping flame arrester".split(" "), | |
name: "Flame Arrester" | |
}, | |
PEFlameArrester2: { | |
C: "engineering p&id pid process piping flame arrester".split(" "), | |
name: "Flame Arrester 2" | |
}, | |
PEDrainSilencer: { | |
C: "engineering p&id pid process piping drain silencer".split(" "), | |
name: "Drain Silencer" | |
}, | |
PETriangleSeparator: { | |
C: "engineering p&id pid process piping triangle separator".split(" "), | |
name: "Triangle Separator" | |
}, | |
PETriangleSeparator2: { | |
C: "engineering p&id pid process piping triangle separator".split(" "), | |
name: "Triangle Separator 2" | |
}, | |
PETundish: { | |
C: "engineering p&id pid process piping tundish".split(" "), | |
name: "Tundish" | |
}, | |
PEOpenVent: { | |
C: "engineering p&id pid process piping open vent".split(" "), | |
name: "Open Vent" | |
}, | |
PESiphonDrain: { | |
C: "engineering p&id pid process piping siphon drain".split(" "), | |
name: "Siphon Drain" | |
}, | |
PERemovableSpool: { | |
C: "engineering p&id pid process piping removable spool".split(" "), | |
name: "Removable Spool" | |
}, | |
PEYTypeStrainer: { | |
C: "engineering;p&id;pid;process;piping;y-type;y type;strainer".split(";"), | |
name: "Y Type Strainer" | |
}, | |
PEDiverterValve: { | |
C: "engineering p&id pid process piping diverter valve".split(" "), | |
name: "Diverter Valve" | |
}, | |
PEPulsationDampener: { | |
C: "engineering p&id pid process piping pulsation dampener".split(" "), | |
name: "Pulsation Dampener" | |
}, | |
PEDuplexStrainer: { | |
C: "engineering p&id pid process piping duplex strainer".split(" "), | |
name: "Duplex Strainer" | |
}, | |
PEBasketStrainer: { | |
C: "engineering p&id pid process piping basket strainer".split(" "), | |
name: "Basket Strainer" | |
}, | |
PEVentSilencer: { | |
C: "engineering p&id pid process piping vent silencer".split(" "), | |
name: "Vent Silencer" | |
}, | |
PEDetonationArrester: { | |
C: "engineering p&id pid process piping detonation arrester".split(" "), | |
name: "Detonation Arrester" | |
}, | |
PETubularBlock: { | |
C: "engineering p&id pid process equipment tubular".split(" "), | |
name: "Tubular" | |
}, | |
PEInlineSilencer: { | |
C: "engineering;p&id;pid;process;piping;inline;in-line;in line;silencer".split(";"), | |
name: "Inline Silencer" | |
}, | |
PEReformerBlock: { | |
C: "engineering p&id pid process equipment reformer".split(" "), | |
name: "Reformer" | |
}, | |
PEMixingReactorBlock: { | |
C: "engineering p&id pid process equipment mixing reactor".split(" "), | |
name: "Mixing Reactor" | |
}, | |
PESteamTrap: { | |
C: "engineering p&id pid process piping steam trap".split(" "), | |
name: "Steam Trap" | |
}, | |
PEHydrocrackingBlock: { | |
C: "engineering p&id pid process equipment hydrocracking hydro cracking".split(" "), | |
name: "Hydrocracking" | |
}, | |
PEHydrodesulferizationBlock: { | |
C: "engineering p&id pid process equipment hydrodesulferization hydro desulferization".split(" "), | |
name: "Hydrodesulferization" | |
}, | |
PEDesuperheater: { | |
C: "engineering;p&id;pid;process;piping;desuperheater;super heater;superheater".split(";"), | |
name: "Desuperheater" | |
}, | |
PEPackedTowerBlock: { | |
C: "engineering p&id pid process equipment packed tower".split(" "), | |
name: "Packed Tower" | |
}, | |
PEPlateTowerBlock: { | |
C: "engineering p&id pid process equipment plate tower".split(" "), | |
name: "Plate Tower" | |
}, | |
PEEjectorOrEductor: { | |
C: "engineering p&id pid process piping ejector eductor".split(" "), | |
name: "Ejector or Eductor" | |
}, | |
PEAutomaticStokerBlock: { | |
C: "engineering p&id pid process equipment automatic stoker".split(" "), | |
name: "Automatic Stoker" | |
}, | |
PEEvaporativeCondenserBlock: { | |
C: "engineering p&id pid process equipment evaporative condenser".split(" "), | |
name: "Evaporative Condenser" | |
}, | |
PEExhaustHead: { | |
C: "engineering p&id pid process piping exhaust head".split(" "), | |
name: "Exhaust Head" | |
}, | |
PEOilBurnerBlock: { | |
C: "engineering p&id pid process equipment oil burner".split(" "), | |
name: "Oil Burner" | |
}, | |
PECounterflowForcedDraftBlock: { | |
C: "engineering p&id pid process equipment counterflow forced draft".split(" "), | |
name: "Counterflow Forced Draft Block" | |
}, | |
PERotaryValve: { | |
C: "engineering p&id pid process piping rotary valve".split(" "), | |
name: "Rotary Valve" | |
}, | |
PECounterflowNaturalDraftBlock: { | |
C: "engineering p&id pid process equipment counterflow natural draft".split(" "), | |
name: "Counterflow Natural Draft Block" | |
}, | |
PECrossflowInductedBlock: { | |
C: "engineering p&id pid process equipment crossflow cross flow inducted".split(" "), | |
name: "Crossflow Inducted Block" | |
}, | |
PEExpansionJoint: { | |
C: "engineering p&id pid process piping expansion joint".split(" "), | |
name: "Expansion Joint" | |
}, | |
PEChimneyTowerBlock: { | |
C: "engineering p&id pid process equipment chimney tower".split(" "), | |
name: "Chimney Tower Block" | |
}, | |
PEFurnaceBlock: { | |
C: "engineering p&id pid process equipment furnace".split(" "), | |
name: "Furnace Block" | |
}, | |
PETankEquipmentBlock: { | |
C: "engineering p&id pid process equipment tank".split(" "), | |
name: "Tank" | |
}, | |
$b: "Equipment;Piping;Vessels;Heat Exchangers;Pumps;Instruments;Valves".split(";") | |
}, | |
"ui.js": { | |
UIAreaBlock: !0, | |
UIWindowBlock: !0, | |
UIDialogBlock: !0, | |
UIElementBlock: !0, | |
UIImageBlock: !0, | |
UIVideoBlock: !0, | |
UIMapBlock: !0, | |
UIButtonBlock: !0, | |
UICheckBoxBlock: !0, | |
UIRadioBlock: !0, | |
UISelectBlock: !0, | |
UIVSliderBlock: !0, | |
UIHSliderBlock: !0, | |
UIVScrollBlock: !0, | |
UIHScrollBlock: !0, | |
UIProgressBarBlock: !0, | |
$b: ["User Interface"] | |
}, | |
"ui2.js": { | |
UI2HotspotBlock: { | |
C: ["ui", "interface", "hotspot"], | |
name: "Hot Spot" | |
}, | |
UI2AreaBlock: { | |
C: "ui interface area span div container".split(" "), | |
name: "Area" | |
}, | |
UI2BrowserBlock: { | |
C: ["ui", "interface", "webview", | |
"browser", "container" | |
], | |
name: "Browser Window" | |
}, | |
UI2WindowBlock: { | |
C: ["ui", "interface", "window", "container"], | |
name: "Window" | |
}, | |
UI2DialogBlock: { | |
C: ["ui", "interface", "window", "dialog", "modal"], | |
name: "Dialog Box" | |
}, | |
UI2ElementBlock: { | |
C: "ui interface element span div block".split(" "), | |
name: "Element" | |
}, | |
UI2ImageBlock: { | |
C: ["ui", "interface", "image", "photo", "graphic"], | |
name: "Image" | |
}, | |
UI2VideoBlock: { | |
C: ["ui", "interface", "video", "movie", "animation"], | |
name: "Video" | |
}, | |
UI2AudioBlock: { | |
C: ["ui", "audio"], | |
name: "Audio" | |
}, | |
UI2MapBlock: { | |
C: ["ui", | |
"interface", "map", "street", "road" | |
], | |
name: "Map" | |
}, | |
UI2ButtonBlock: { | |
C: ["ui", "interface", "button"], | |
name: "Button" | |
}, | |
UI2CheckBoxBlock: { | |
C: ["ui", "interface", "checkbox", "vertical"], | |
name: "Check Box" | |
}, | |
UI2HorizontalCheckBoxBlock: { | |
C: ["ui", "interface", "checkbox", "horizontal"], | |
name: "Horizontal Check Box" | |
}, | |
UI2RadioBlock: { | |
C: ["ui", "interface", "radio", "button"], | |
name: "Radio Button" | |
}, | |
UI2HorizontalRadioBlock: { | |
C: ["ui", "interface", "radio", "button"], | |
name: "Horizontal Radio Button" | |
}, | |
UI2TextInputBlock: { | |
C: ["ui", "interface", "text", | |
"input" | |
], | |
name: "Text Input" | |
}, | |
UI2SelectBlock: { | |
C: ["ui", "interface", "select", "dropdown"], | |
name: "Select Box" | |
}, | |
UI2VSliderBlock: { | |
C: ["ui", "interface", "slider", "vertical"], | |
name: "Vertical Slider" | |
}, | |
UI2HSliderBlock: { | |
C: ["ui", "interface", "slider", "horizontal"], | |
name: "Horizontal Slider" | |
}, | |
UI2VScrollBlock: { | |
C: ["ui", "interface", "scrollbar", "vertical"], | |
name: "Vertical Scrollbar" | |
}, | |
UI2HScrollBlock: { | |
C: ["ui", "interface", "scrollbar", "horizontal"], | |
name: "Horizontal Scrollbar" | |
}, | |
UI2ProgressBarBlock: { | |
C: ["ui", "interface", "progress", | |
"loading" | |
], | |
name: "Progress Bar" | |
}, | |
UI2BarChartBlock: { | |
C: ["ui", "interface", "bar", "chart", "graph"], | |
name: "Bar Chart" | |
}, | |
UI2ColumnChartBlock: { | |
C: ["ui", "interface", "column", "chart", "graph"], | |
name: "Column Chart" | |
}, | |
UI2LineChartBlock: { | |
C: ["ui", "interface", "line", "chart", "graph"], | |
name: "Line Chart" | |
}, | |
UI2PieChartBlock: { | |
C: ["ui", "interface", "pie", "chart", "graph"], | |
name: "Pie Chart" | |
}, | |
UI2TabBarContainerBlock: { | |
C: "ui interface tabs container panel horizontal".split(" "), | |
name: "Tab Panel" | |
}, | |
UI2TabBar2ContainerBlock: { | |
C: "ui interface tabs container panel horizontal".split(" "), | |
name: "Tab Panel" | |
}, | |
UI2VTabBarContainerBlock: { | |
C: "ui interface tabs container panel vertical".split(" "), | |
name: "Vertical Tab Panel" | |
}, | |
UI2ColorPickerBlock: { | |
C: ["ui", "interface", "color", "picker", "well"], | |
name: "Color Picker" | |
}, | |
UI2ButtonBarBlock: { | |
C: "ui interface buttons bar strip horizontal".split(" "), | |
name: "Button Bar" | |
}, | |
UI2VerticalButtonBarBlock: { | |
C: "ui interface buttons bar strip vertical".split(" "), | |
name: "Vertical Button Bar" | |
}, | |
UI2LinkBarBlock: { | |
C: ["ui", "interface", "links", "bar", "strip"], | |
name: "Link Bar" | |
}, | |
UI2BreadCrumbsBlock: { | |
C: ["ui", | |
"interface", "links", "breadcrumbs" | |
], | |
name: "Bread Crumbs" | |
}, | |
UI2MenuBarBlock: { | |
C: "ui interface menu bar file edit view".split(" "), | |
name: "Menu Bar" | |
}, | |
UI2AtoZBlock: { | |
C: ["ui", "interface", "links", "alphabet"], | |
name: "A-Z" | |
}, | |
UI2PaginationBlock: { | |
C: ["ui", "interface", "links", "page", "pagination"], | |
name: "Pagination" | |
}, | |
UI2DatePickerBlock: { | |
C: ["ui", "interface", "date", "calendar", "picker"], | |
name: "Date Picker" | |
}, | |
UI2CalendarBlock: { | |
C: ["ui", "interface", "calendar"], | |
name: "Calendar" | |
}, | |
UI2WebcamBlock: { | |
C: ["ui", "interface", "webcam", "camera"], | |
name: "Webcam" | |
}, | |
UI2CaptchaBlock: { | |
C: ["ui", "interface", "captcha", "recaptcha"], | |
name: "CAPTCHA" | |
}, | |
UI2HelpIconBlock: { | |
C: ["ui", "interface", "help", "icon"], | |
name: "Help Icon" | |
}, | |
UI2NumericStepperBlock: { | |
C: "ui interface numeric number stepper spinner".split(" "), | |
name: "Numeric Stepper" | |
}, | |
UI2AccordionBlock: { | |
C: ["ui", "interface", "accordion"], | |
name: "Accordion" | |
}, | |
UI2VerticalSplitterBlock: { | |
C: ["ui", "interface", "splitter", "divider", "vertical"], | |
name: "Vertical Splitter" | |
}, | |
UI2HorizontalSplitterBlock: { | |
C: ["ui", "interface", "splitter", | |
"divider", "horizontal" | |
], | |
name: "Horizontal Splitter" | |
}, | |
UI2BraceNoteBlock: { | |
C: "ui interface brace curly bracket note".split(" "), | |
name: "Curly Brace Note", | |
wb: [{ | |
name: "Right", | |
C: [] | |
}] | |
}, | |
UI2TooltipBlock: { | |
C: "shape tooltip infotip callout call out tip".split(" "), | |
name: "Callout" | |
}, | |
UI2SearchBlock: { | |
C: ["ui", "interface", "search", "find"], | |
name: "Search Box" | |
}, | |
UI2CalloutBlock: { | |
C: ["ui", "interface", "callout", "badge", "dot"], | |
name: "Callout" | |
}, | |
UI2AlertBlock: { | |
C: ["ui", "interface", "alert", "window"], | |
name: "Alert" | |
}, | |
UI2PlaybackControlsBlock: { | |
C: "ui interface playback controls pause forward rewind".split(" "), | |
name: "Playback Controls" | |
}, | |
UI2ContextMenuBlock: { | |
C: "ui interface context menu shortcut popup".split(" "), | |
name: "Context Menu" | |
}, | |
UI2TreePaneBlock: { | |
C: "ui interface tree navigation panel file".split(" "), | |
name: "Tree Pane" | |
}, | |
UI2TableBlock: { | |
C: ["ui", "interface", "table", "grid", "data"], | |
name: "Table/Data Grid" | |
}, | |
Image_ui_formatting_toolbar: { | |
C: ["ui", "interface", "Formatting", "Tool", "Bar"], | |
name: "Formatting Tool Bar" | |
}, | |
Image_ui_formatting_toolbar2: { | |
C: ["ui", "interface", "Text", "Editor"], | |
name: "Text Editor" | |
}, | |
$b: ["UI Containers", | |
"UI Widgets", "UI Input", "UI Menus", "UI Misc" | |
] | |
}, | |
"userimage.js": { | |
UserImage2Block: { | |
C: [], | |
name: "User Image" | |
}, | |
$b: ["User Images"], | |
URLImageBlock: { | |
C: [], | |
name: "User Image (URL)" | |
}, | |
UserImageBlock: { | |
C: [], | |
name: "User Image" | |
} | |
}, | |
"uml.js": { | |
UMLSwimLaneBlock: { | |
C: ["uml", "container", "swimlane", "lane"], | |
name: "Swim Lane" | |
}, | |
UMLTextBlock: { | |
C: ["uml", "text"], | |
name: "Text" | |
}, | |
UMLCircleContainerBlock: { | |
C: ["uml", "container", "circle", "oval"], | |
name: "Oval Container" | |
}, | |
UMLRectangleContainerBlock: { | |
C: ["uml", "container", "rectangle", "square"], | |
name: "Rectangle Container" | |
}, | |
UMLSendSignalBlock: { | |
C: ["uml", "container", "send", "signal"], | |
name: "Send Signal" | |
}, | |
UMLReceiveSignalBlock: { | |
C: ["uml", "container", "send", "signal"], | |
name: "Receive Signal" | |
}, | |
UMLNoteBlock: { | |
C: ["uml", "note"], | |
name: "Note" | |
}, | |
UMLClassBlock: { | |
C: ["uml", "class"], | |
name: "Class", | |
wb: [{ | |
name: "UMLClassBlockSimple", | |
C: ["uml", "class", "simple"] | |
}, { | |
name: "UMLInterfaceBlock", | |
C: ["uml", "interface"] | |
}, { | |
name: "UMLInterfaceBlockSimple", | |
C: ["uml", "interface", "simple"] | |
}] | |
}, | |
UMLActiveClassBlock: { | |
C: ["uml", "active", "class"], | |
name: "Active Class" | |
}, | |
UMLMultiplicityBlock: { | |
C: ["uml", | |
"entity" | |
], | |
name: "Multiplicity" | |
}, | |
UMLConstraintBlock: { | |
C: ["uml", "constraint"], | |
name: "Constraint" | |
}, | |
UMLOptionLoopBlock: { | |
C: ["uml", "package"], | |
name: "Option Loop", | |
wb: [{ | |
name: "UMLStateName", | |
C: ["uml", "state", "name"] | |
}] | |
}, | |
UMLAlternativeBlock: { | |
C: ["uml", "package", "alternative"], | |
name: "Alternative" | |
}, | |
UMLSeqEntityBlock: { | |
C: ["uml", "entity", "sequence"], | |
name: "Entity" | |
}, | |
UMLBoundaryBlock: { | |
C: ["uml", "boundary"], | |
name: "Boundary" | |
}, | |
UMLControlBlock: { | |
C: ["uml", "control"], | |
name: "Control" | |
}, | |
UMLPackageBlock: { | |
C: ["uml", "package"], | |
name: "Package" | |
}, | |
UMLActorBlock: { | |
C: "uml actor guy man stick figure".split(" "), | |
name: "Actor" | |
}, | |
UMLUseCaseBlock: { | |
C: ["uml", "use", "case"], | |
name: "Use Case", | |
wb: [{ | |
name: "UMLUseCaseExt", | |
C: ["uml", "use", "case", "extension"] | |
}] | |
}, | |
UMLStateBlock: { | |
C: ["uml", "state"], | |
name: "State/Activity" | |
}, | |
UMLStartBlock: { | |
C: ["uml", "start"], | |
name: "Start" | |
}, | |
UMLEndBlock: { | |
C: ["uml", "end"], | |
name: "End" | |
}, | |
UMLDecisionBlock: { | |
C: ["uml", "decision", "decide"], | |
name: "Branch/Merge" | |
}, | |
UMLVForkJoinBlock: { | |
C: ["uml", "fork", "vertical", "join"], | |
name: "Vertical Fork/Join" | |
}, | |
UMLHForkJoinBlock: { | |
C: ["uml", | |
"fork", "horizontal", "join" | |
], | |
name: "Horizontal Fork/Join" | |
}, | |
UMLHistoryStateBlock: { | |
C: ["uml", "flow", "history"], | |
name: "History Pseudostate" | |
}, | |
UMLFlowFinalBlock: { | |
C: ["uml", "flow", "final"], | |
name: "Flow Final" | |
}, | |
UMLObjectBlock: { | |
C: ["uml", "object"], | |
name: "Object", | |
wb: [{ | |
name: "UMLObjectBlockSeq", | |
C: ["uml", "object", "sequence"] | |
}] | |
}, | |
UMLEntityBlock: { | |
C: ["uml", "entity"], | |
name: "Entity" | |
}, | |
UMLWeakEntityBlock: { | |
C: ["uml", "weak", "entity"], | |
name: "Weak Entity" | |
}, | |
UMLAttributeBlock: { | |
C: ["uml", "attribute", "weak"], | |
name: "Attribute" | |
}, | |
UMLMultivaluedAttributeBlock: { | |
C: ["uml", | |
"attribute", "weak" | |
], | |
name: "Multi Valued Attribute" | |
}, | |
UMLRelationshipBlock: { | |
C: ["uml", "entity", "relationship"], | |
name: "Relationship" | |
}, | |
UMLWeakRelationshipBlock: { | |
C: ["uml", "weak", "entity", "relationship"], | |
name: "Weak Relationship" | |
}, | |
UMLDeletionBlock: { | |
C: ["uml", "deletion", "delete"], | |
name: "Deletion" | |
}, | |
UMLActivationBlock: { | |
C: ["uml", "activation", "activate", "active"], | |
name: "Activation" | |
}, | |
UMLNodeBlock: { | |
C: ["uml", "node", "component"], | |
name: "Node", | |
wb: [{ | |
name: "UMLNodeDeployment", | |
C: ["uml", "object", "deployment"] | |
}, { | |
name: "UMLNodeDeploymentInstance", | |
C: ["uml", "object", "deployment"] | |
}] | |
}, | |
UMLComponentBlock: { | |
C: ["uml", "component"], | |
name: "Component", | |
wb: [{ | |
name: "UMLComponentDeployment", | |
C: ["uml", "object", "deployment", "component"] | |
}, { | |
name: "UMLComponentDeploymentInstance", | |
C: ["uml", "object", "deployment", "component"] | |
}] | |
}, | |
UMLComponentInterfaceBlock: { | |
C: ["uml", "interface", "component"], | |
name: "Start" | |
}, | |
$b: "UML Class Dgm;UML Use Case;UML State/Activity;UML Sequence;UML Component;UML Deployment;UML Entity Relationship".split(";") | |
}, | |
"network.js": { | |
NET_PC: { | |
C: ["network", "pc"], | |
name: "PC" | |
}, | |
"NET_Virtual-PC": { | |
C: ["network", "pc", "virtual", "virtual pc"], | |
name: "Virtual-PC" | |
}, | |
NET_Terminal: { | |
C: ["network", "terminal"], | |
name: "Terminal" | |
}, | |
NET_DataPipe: { | |
C: ["network", "data", "pipe"], | |
name: "Data Pipe" | |
}, | |
NET_SlateDevice: { | |
C: ["network", "slate", "device"], | |
name: "Slate Device" | |
}, | |
NET_TabletDevice: { | |
C: ["network", "tablet", "device"], | |
name: "Tablet Device" | |
}, | |
NET_Laptop: { | |
C: ["network", "laptop"], | |
name: "Laptop Device" | |
}, | |
NET_PDA: { | |
C: ["network", "pda"], | |
name: "PDA" | |
}, | |
NET_CRTMonitor: { | |
C: ["network", "crt", "monitor"], | |
name: "CRT Monitor" | |
}, | |
NET_LCDMonitor: { | |
C: ["network", "lcd", "monitor"], | |
name: "LCD Monitor" | |
}, | |
NET_ABSwitch: { | |
C: ["network", "ab", "switch"], | |
name: "A/B Switch" | |
}, | |
NET_Repeater: { | |
C: ["network", "repeater"], | |
name: "Repeater" | |
}, | |
NET_DiagnosticDevice: { | |
C: ["network", "diagnostic", "device"], | |
name: "Diagonstic Device" | |
}, | |
NET_CardReader: { | |
C: ["network", "card", "reader"], | |
name: "Card Reader" | |
}, | |
NET_PatchPanel: { | |
C: ["network", "patch", "panel"], | |
name: "Patch Panel" | |
}, | |
NET_RadioTower: { | |
C: ["network", "radio", "tower"], | |
name: "Radio Tower" | |
}, | |
NET_BiometricReader: { | |
C: ["network", "biometric", | |
"reader" | |
], | |
name: "Biometric Reader" | |
}, | |
NET_ExternalHardDrive: { | |
C: ["network", "external", "hard", "drive"], | |
name: "External Hard Drive" | |
}, | |
NET_WebService: { | |
C: ["network", "web", "service"], | |
name: "Web Service" | |
}, | |
NET_FiberOptic: { | |
C: ["network", "fiber", "optic"], | |
name: "Fiber Optic" | |
}, | |
NET_SatelliteDish: { | |
C: ["network", "satellite", "dish"], | |
name: "Satellite Dish" | |
}, | |
NET_Satellite: { | |
C: ["network", "satellite"], | |
name: "Satellite" | |
}, | |
NET_VoIPPhone: { | |
C: ["network", "voip", "phone"], | |
name: "VoIP Phone" | |
}, | |
NET_PBX: { | |
C: ["network", "pbx"], | |
name: "PBX" | |
}, | |
NET_MLPS: { | |
C: ["network", | |
"mlps" | |
], | |
name: "MLPS" | |
}, | |
NET_WirelessAccessPoint: { | |
C: ["network", "wireless", "access", "point"], | |
name: "Wireless Access Point" | |
}, | |
NET_RingNetwork: { | |
C: ["network", "ring"], | |
name: "Ring Network" | |
}, | |
NET_Ethernet: { | |
C: ["network", "ethernet"], | |
name: "Ethernet" | |
}, | |
NET_Server: { | |
C: ["network", "server"], | |
name: "Server" | |
}, | |
NET_ExternalMediaDrive: { | |
C: ["network", "external", "media", "drive"], | |
name: "External Media Drive" | |
}, | |
NET_Mainframe: { | |
C: ["network", "mainframe"], | |
name: "Mainframe" | |
}, | |
NET_Router: { | |
C: ["network", "router"], | |
name: "Router" | |
}, | |
NET_Switch: { | |
C: ["network", | |
"switch" | |
], | |
name: "Switch" | |
}, | |
NET_Firewall: { | |
C: ["network", "firewall"], | |
name: "Firewall" | |
}, | |
NET_User: { | |
C: ["network", "user"], | |
name: "User" | |
}, | |
NET_CommLink: { | |
C: ["network", "comm-link", "comm link", "commlink"], | |
name: "Comm-Link" | |
}, | |
NET_SuperComputer: { | |
C: ["network", "super computer"], | |
name: "Super Computer" | |
}, | |
NET_VirtualServer: { | |
C: ["network", "virtual", "server"], | |
name: "Virtual Server" | |
}, | |
NET_Printer: { | |
C: ["network", "printer"], | |
name: "Printer" | |
}, | |
NET_Plotter: { | |
C: ["network", "plotter"], | |
name: "Plotter" | |
}, | |
NET_Scanner: { | |
C: ["network", "scanner"], | |
name: "Scanner" | |
}, | |
NET_Copier: { | |
C: ["network", "copier"], | |
name: "Copier" | |
}, | |
NET_FaxMachine: { | |
C: ["network", "fax", "fax machine"], | |
name: "Fax Machine" | |
}, | |
NET_MultiFunctionMachine: { | |
C: ["network", "multi function", "fax", "copier", "printer"], | |
name: "Multi Function Machine" | |
}, | |
NET_Projector: { | |
C: ["network", "projector"], | |
name: "Projector" | |
}, | |
NET_ProjectorScreen: { | |
C: ["network", "projector", "screen"], | |
name: "Projector Screen" | |
}, | |
NET_Bridge: { | |
C: ["network", "bridge"], | |
name: "Bridge" | |
}, | |
NET_Hub: { | |
C: ["network", "hub"], | |
name: "Hub" | |
}, | |
NET_Modem: { | |
C: ["network", "modem"], | |
name: "Modem" | |
}, | |
NET_Telephone: { | |
C: ["network", "telephone"], | |
name: "Telephone" | |
}, | |
NET_CellPhone: { | |
C: ["network", "cell", "phone"], | |
name: "Cell Phone" | |
}, | |
NET_SmartPhone: { | |
C: ["network", "smart", "phone"], | |
name: "Smart Phone" | |
}, | |
NET_VideoPhone: { | |
C: ["network", "video", "phone"], | |
name: "Video Phone" | |
}, | |
NET_Camera: { | |
C: ["network", "camera"], | |
name: "Camera" | |
}, | |
NET_VideoCamera: { | |
C: ["network", "video", "camera"], | |
name: "Video Camera" | |
}, | |
$b: ["Computers and Monitors", "Detailed Network Diagrams", "Basic Network Shapes"] | |
}, | |
"venn.js": { | |
VennGradientColor1: { | |
C: ["venn"], | |
name: "Venn Circle" | |
}, | |
VennGradientColor2: { | |
C: ["venn"], | |
name: "Venn Circle" | |
}, | |
VennGradientColor3: { | |
C: ["venn"], | |
name: "Venn Circle" | |
}, | |
VennGradientColor4: { | |
C: ["venn"], | |
name: "Venn Circle" | |
}, | |
VennGradientColor5: { | |
C: ["venn"], | |
name: "Venn Circle" | |
}, | |
VennGradientColor6: { | |
C: ["venn"], | |
name: "Venn Circle" | |
}, | |
VennGradientColor7: { | |
C: ["venn"], | |
name: "Venn Circle" | |
}, | |
VennGradientColor8: { | |
C: ["venn"], | |
name: "Venn Circle" | |
}, | |
VennPlainColor1: { | |
C: ["venn"], | |
name: "Venn Circle" | |
}, | |
VennPlainColor2: { | |
C: ["venn"], | |
name: "Venn Circle" | |
}, | |
VennPlainColor3: { | |
C: ["venn"], | |
name: "Venn Circle" | |
}, | |
VennPlainColor4: { | |
C: ["venn"], | |
name: "Venn Circle" | |
}, | |
VennPlainColor5: { | |
C: ["venn"], | |
name: "Venn Circle" | |
}, | |
VennPlainColor6: { | |
C: ["venn"], | |
name: "Venn Circle" | |
}, | |
VennPlainColor7: { | |
C: ["venn"], | |
name: "Venn Circle" | |
}, | |
VennPlainColor8: { | |
C: ["venn"], | |
name: "Venn Circle" | |
}, | |
$b: ["Venn Gradient", "Venn Plain"] | |
}, | |
"video.js": { | |
YouTubeVideoBlock: { | |
C: [], | |
name: "video" | |
}, | |
$b: ["Video"] | |
}, | |
"valuestream.js": { | |
VSMDedicatedProcessBlock: { | |
C: "value stream map mapping process dedicated".split(" "), | |
name: "Dedicated Process" | |
}, | |
VSMSharedProcessBlock: { | |
C: "value stream map mapping process shared".split(" "), | |
name: "Shared Process" | |
}, | |
VSMCustomerSupplierBlock: { | |
C: "value stream map mapping customer supplier".split(" "), | |
name: "Customer/Supplier" | |
}, | |
VSMWorkcellBlock: { | |
C: "value stream map mapping workcell work cell".split(" "), | |
name: "Workcell" | |
}, | |
VSMSupermarketBlock: { | |
C: "value stream map mapping supermarket super market".split(" "), | |
name: "Supermarket" | |
}, | |
VSMProductionKanbanSingleBlock: { | |
C: "value stream map mapping production kanban".split(" "), | |
name: "Production Kanban" | |
}, | |
VSMProductionKanbanBatchBlock: { | |
C: "value stream map mapping production kanban batch".split(" "), | |
name: "Production Kanban Batch" | |
}, | |
VSMKanbanPostBlock: { | |
C: "value stream map mapping kanban post".split(" "), | |
name: "Kanban Post" | |
}, | |
VSMPhysicalPullBlock: { | |
C: "value stream map mapping material physical pull".split(" "), | |
name: "Physical Pull" | |
}, | |
VSMSequencedPullBallBlock: { | |
C: "value stream map mapping sequenced pull ball".split(" "), | |
name: "Sequenced Pull Ball" | |
}, | |
VSMMRPERPBlock: { | |
C: "value stream map mapping MRP ERP material requirements enterprise resource planning".split(" "), | |
name: "MRP/ERP" | |
}, | |
VSMKaizenBurstBlock: { | |
C: "value stream map mapping kaizen burst".split(" "), | |
name: "Kaizen Burst" | |
}, | |
VSMWithdrawalKanbanBlock: { | |
C: "value stream map mapping withdrawal kanban".split(" "), | |
name: "Withdrawal Kanban" | |
}, | |
VSMWithdrawalKanbanBatchBlock: { | |
C: "value stream map mapping withdrawal kanban batch".split(" "), | |
name: "Withdrawal Kanban Batch" | |
}, | |
VSMLoadLevelingBlock: { | |
C: "value stream map mapping load leveling".split(" "), | |
name: "Load Leveling" | |
}, | |
VSMOperatorBlock: { | |
C: ["value", "stream", "map", "mapping", "operator"], | |
name: "Operator" | |
}, | |
VSMInventoryBlock: { | |
C: ["value", "stream", "map", "mapping", "inventory"], | |
name: "Inventory" | |
}, | |
VSMProductionControlBlock: { | |
C: "value stream map mapping production control".split(" "), | |
name: "Production Control" | |
}, | |
VSMHeijyunkaBoxBlock: { | |
C: "value stream map mapping heijyunka box".split(" "), | |
name: "Heijyunka Box" | |
}, | |
VSMOtherInformationBlock: { | |
C: "value stream map mapping other information info".split(" "), | |
name: "Other Information" | |
}, | |
VSMTimelineBlock: { | |
C: "value stream map mapping timeline time line".split(" "), | |
name: "Timeline" | |
}, | |
VSMGoSeeBlock: { | |
C: "value stream map mapping go see".split(" "), | |
name: "Go See" | |
}, | |
VSMGoSeeProductionBlock: { | |
C: "value stream map mapping go see production".split(" "), | |
name: "Go See Production" | |
}, | |
VSMSignalKanbanBlock: { | |
C: "value stream map mapping signal kanban one per batch".split(" "), | |
name: "Signal Kanban" | |
}, | |
VSMQualityProblemBlock: { | |
C: "value stream map mapping quality problem".split(" "), | |
name: "Quality Problem" | |
}, | |
VSMExternalShipmentBoatBlock: { | |
C: "value stream map mapping external shipment boat".split(" "), | |
name: "External Shipment Boat" | |
}, | |
VSMExternalShipmentAirplaneBlock: { | |
C: "value stream map mapping external shipment airplane air plane".split(" "), | |
name: "External Shipment Airplane" | |
}, | |
VSMExternalShipmentForkliftBlock: { | |
C: "value stream map mapping external shipment forlift fork lift".split(" "), | |
name: "External Shipment Forklift" | |
}, | |
VSMExternalShipmentTruckBlock: { | |
C: "value stream map mapping external shipment truck".split(" "), | |
name: "External Shipment Truck" | |
}, | |
VSMFIFOLaneBlock: { | |
C: "value stream map mapping fifo lane".split(" "), | |
name: "FIFO Lane" | |
}, | |
VSMVerbalInfoBlock: { | |
C: "value stream map mapping verbal info information".split(" "), | |
name: "Verbal Information" | |
}, | |
VSMSafetyBufferStockBlock: { | |
C: "vsm value stream map mapping safety buffer stock".split(" "), | |
name: "Safety/Buffer Stock" | |
}, | |
VSMDatacellBlock: { | |
C: "vsm value stream map mapping data cell datacell".split(" "), | |
name: "Data Cell" | |
}, | |
VSMShipmentArrow: { | |
C: "vsm value stream map mapping arrow shipment".split(" "), | |
name: "Shipment Arrow", | |
wb: [{ | |
name: "VSMShipmentArrowFlipped", | |
C: [] | |
}] | |
}, | |
VSMPushArrow: { | |
C: "vsm value stream map mapping arrow push".split(" "), | |
name: "Push Arrow", | |
wb: [{ | |
name: "VSMPushArrowFlipped", | |
C: [] | |
}] | |
}, | |
VSMElectronicInformationArrow: { | |
C: "vsm value stream map mapping arrow electronic information info".split(" "), | |
name: "Electronic Information Arrow", | |
wb: [{ | |
name: "VSMElectronicInformationArrowFlipped", | |
C: [] | |
}] | |
}, | |
$b: "Processes;Materials;Shipments;Information;Value Stream Map;Kanban;Arrows".split(";") | |
} | |
}; | |
var Pd = { | |
"persona.diagramQuestion": { | |
en: "Which types of diagrams are you creating?" | |
}, | |
"publication.dialog.embed.generatecode": { | |
en: "Generate code" | |
}, | |
"users.settings.password.p": { | |
en: "You can leave these fields blank if you don't want to change your password.", | |
zh: "如果您不想修改密码的话,您可以不填此选项。" | |
}, | |
"ondemand.confluence.configure.instance_linked_user_on_linked_team": { | |
en: "<h2>Your add-on is ready to use</h2><p>The Lucidchart add-on is currently linked to your Lucidchart team account.</p><p>All users on your team will now be able to create and edit Lucidchart diagrams.</p>" | |
}, | |
"growl.save.notworking.chart": { | |
fr: "ARRÊTEZ!\n\nLes dernières tentatives d'enregistrement de votre document ont échoué. Ceci peut être causé par une mauvaise connection à internet ou à une erreur du navigateur.\n\nUn autre message apparaîtra au-dessus de celui-ci si le problème se règle au cours des prochaines minutes. Si aucun message n'apparaît, nous vous recommandons de rafraîchir votre document pour ne pas perdre votre travail.", | |
en: "Warning: the last few attempts at saving your document have failed. This can be due to a bad internet connection or browser error. A separate message will be displayed once this error resolves itself in the next few minutes. If no message appears shortly, please do not close this document as your recent changes may be lost. Please contact us or view these <a href='http://support.lucidchart.com/entries/22828246-file-stopped-saving' target='_blank'>troubleshooting tips</a>." | |
}, | |
"storagemeter.upgrade.p": { | |
en: 'You need to <a href="/users/level?source=StorageMeterUpgrade">upgrade</a> your subscription.', | |
zh: '您目前的账户级别不允许此操作。请<a href="/users/level?source=StorageMeterUpgrade">升级</a>。' | |
}, | |
"tooltip.comments.atMentions.press": { | |
en: 'Try our new @mention feature. <a href="http://support.lucidpress.com/entries/26117337-Collaborate-with-others#mention" target="blank">Learn More</a>' | |
}, | |
"pricing.faq.specialpricing.question": { | |
fr: "Proposez-vous un prix spécial pour les utilisations à but non lucratives et éducatives ?", | |
en: "Do you offer special nonprofit and educational pricing?", | |
nl: "Heeft u speciale non-profit en educatieve prijzen?", | |
pt: "Vocês oferecem preços especiais para instituições sem fins lucrativos e de ensino?", | |
de: "Bieten Sie besondere Kostenmodelle für Non-Profit- oder Bildungszwecke an?", | |
es: "¿Ofrecen precios especiales para entidades sin ánimo de lucro y educativas?" | |
}, | |
"prefs.guides.show": { | |
en: "Show Guides" | |
}, | |
"subnav.search.results": { | |
en: "Search Results", | |
zh: "搜索结果" | |
}, | |
"users.pay.p.currentcost": { | |
en: "This subscription costs %s.", | |
zh: "此订阅等级需要花费%s。" | |
}, | |
"alert.visio.upgrade": { | |
en: 'Thank you for using our Visio import feature! Your %s account allows you to view this document in read-only mode. To edit this document, please <a href="/users/payLevel/professional?source=VisioImportUpgradeToPro">upgrade to a Pro Account</a>.' | |
}, | |
"persona.survey.submit": { | |
en: "Submit" | |
}, | |
"documentanalytics.filters.clear": { | |
en: "Clear" | |
}, | |
"storagemeter.remaining": { | |
en: "%s remaining out of %s" | |
}, | |
"users.level.td.obj.unlimited": { | |
en: "Unlimited Objects", | |
zh: "无上限的物体" | |
}, | |
"publishpanel.publish.new": { | |
en: "Publish new version" | |
}, | |
"flash.trial.extended.to.month": { | |
en: "Your free trial has been extended to 1 month!", | |
zh: "您的免费试用已延长至1个月!" | |
}, | |
"confirm.subscription.level.change": { | |
en: "Please confirm that you would like to switch from %s to %s." | |
}, | |
"button.gliffy.upload": { | |
en: "Upload Gliffy File" | |
}, | |
"users.education.email.not.edu": { | |
en: "Only students with an educational email address qualify for the free student upgrade. Your email address does not appear to be from an educational institution.", | |
zh: "只有使用教育机构的电子邮件地址的学生才有资格获得免费的������。您的电子邮件地址不是一个教育机构的电子邮件地址。" | |
}, | |
GB: { | |
fr: "Go", | |
en: "GB" | |
}, | |
"menu.shape.add.to.library": { | |
fr: "Ajouter à la bibliothèque de formes personnalisées", | |
en: "Add to Custom Shape Library" | |
}, | |
"palettepanel.title": { | |
fr: "Nuancier", | |
en: "Color Palette", | |
zh: "调色板" | |
}, | |
"error.required": { | |
en: "Required" | |
}, | |
"flash.user.edorg.not.found": { | |
en: "Educational organization not found.", | |
zh: "教育机构没有找到。" | |
}, | |
"button.user.add": { | |
en: "Add User", | |
zh: "添加用户" | |
}, | |
"layerpanel.layer": { | |
en: "Overlay" | |
}, | |
"menu.share.community": { | |
en: "Community..." | |
}, | |
"dialog.newdoc.button.create.chart": { | |
en: "Start Drawing" | |
}, | |
"ctxpane.text.warp.style.arc": { | |
en: "Arc" | |
}, | |
"ctxpane.style.border.style": { | |
en: "Style:" | |
}, | |
"prefs.h3.search": { | |
en: "Library Search", | |
zh: "搜索图书馆" | |
}, | |
"flash.payment.information.error": { | |
en: "We were unable to process your credit card payment. Please correct the error%s below or <a href='/contact' target='_blank'>contact support</a>." | |
}, | |
"ctxpane.masking.title": { | |
en: "Edit Masking" | |
}, | |
"statepanel.prompt.rename": { | |
fr: "Entrer un nouveau nom pour cet état :", | |
en: "Enter a new name for the state:", | |
zh: "为此状态输入新名称:" | |
}, | |
"tips.button.skipstart": { | |
en: "Skip and start drawing", | |
zh: "跳过并开始绘图" | |
}, | |
"users.cancel.backout": { | |
en: "Nevermind, we're staying!" | |
}, | |
"publication.error.VanityLinkTooShort": { | |
en: "Custom link must be at least 6 characters." | |
}, | |
"invitations.pending.none": { | |
en: "No pending invitations.", | |
zh: "无未处理的邀请" | |
}, | |
"layerpanel.confirm.delete": { | |
en: "<p>Are you sure you want to delete %s?</p>" | |
}, | |
"footer.templates.newsletter": { | |
en: "Newsletter Templates" | |
}, | |
"org.gapps.p3b": { | |
en: '<strong>IMPORTANT:</strong> If your Google Apps email address is not %s, then you need to <a href="/users/settings">update your email address in Lucidchart</a> to match your Google Apps email address. Otherwise a new account will be created with your Google Apps email address.', | |
zh: '<strong>重要:</strong>如果您的Google Apps电子邮件地址不是%s,那么您需要在Lucidchart <a href="/users/settings">更新您的电子邮件地址</a>使它和您Google Apps 的电子邮件地址相符。 否则一个新的Lucidchart账户将通过使用您google apps 的电子邮件地址而被创造。' | |
}, | |
"gui.alert.plugins.restricted.basic": { | |
en: "This document contains shape libraries that are only available to Basic, Pro, and Team accounts. Upgrade to activate all libraries in this document or turn off restricted shape libraries to access the editor. Closing this message will result in a read-only view of your document." | |
}, | |
"error.offline.chromeApp": { | |
en: "This functionality requires an Internet connection to %s." | |
}, | |
"download.error.press": { | |
en: "There was an error with your download. Please <a target='_blank' href='http://support.lucidpress.com/requests/new'>submit a support ticket</a> and include the URL of your file so we can resolve this as soon as possible. We apologize for the inconvenience." | |
}, | |
"flash.document.score.calc.error": { | |
en: "Error could not calculate community score.", | |
zh: "错误:无法计算社区评分" | |
}, | |
"alert.onlyowner.unshare": { | |
fr: "Seul le propriétaire d'un document peut le retirer de la bibliothèque de la communauté.", | |
en: "Only a document's owner may remove it from the Community Library.", | |
zh: "只有文件的所有者可将其从社区图书管中删除" | |
}, | |
"users.cancel.reason.team.competitor": { | |
en: "We are switching to another tool" | |
}, | |
"nav.forums": { | |
en: "Forums", | |
zh: "论坛" | |
}, | |
"edurequest.cws.samedomain": { | |
en: "There is already a Lucidchart team associated with your domain. Please contact your domain administrator to gain access to the account." | |
}, | |
"button.pay.annually": { | |
en: "Pay Annually", | |
zh: "每年支付" | |
}, | |
"gui.growl.masterpages.new": { | |
fr: "NOUVEAUX modèles de page!", | |
en: "NEW Master Pages!" | |
}, | |
"dialog.newdoc.chart.dropdown.featured": { | |
en: "Featured" | |
}, | |
"demo.simpleuml.label": { | |
fr: "Lorsqu'il y a ambiguïté, il peut être utile de décrire une association avec un verbe.", | |
en: "When there's ambiguity, it can be helpful to label an association with a verb.", | |
zh: "当模糊的时候,用一个动词标记一个联系会很有帮助。" | |
}, | |
"nav.customers": { | |
fr: "Clients", | |
en: "Customers", | |
nl: "Klanten", | |
pt: "Clientes", | |
de: "Kunden", | |
es: "Clientes" | |
}, | |
"teams.create": { | |
en: "Create", | |
zh: "创建" | |
}, | |
"subnav.button.example.open": { | |
en: "Open this Example", | |
zh: "打开这个例子" | |
}, | |
"bugs.report.label.title": { | |
en: "Title Your Report", | |
zh: "标题您的报告" | |
}, | |
"label.password.new": { | |
en: "New Password", | |
zh: "新密码" | |
}, | |
"footer.iphone": { | |
en: "iPhone mockup" | |
}, | |
"lucid.cookie.test.fail.local": { | |
fr: "Les fichiers témoins (cookies) sont désactivés dans votre navigateur. Vous ne pourrez pas ouvrir de session avec ces réglages.", | |
en: "Cookies are disabled on your browser. You will not be able to login with these settings." | |
}, | |
"educationhints.scrolling.drag": { | |
en: "Drag a scroll area from the Content bar to add a portion of the page that your audience can scroll." | |
}, | |
"documentanalytics.error.unknown.short": { | |
en: "An unknown error occurred. Please try again." | |
}, | |
"flash.referral.credit.error": { | |
en: "Error crediting your account, please contact Lucidchart support.", | |
zh: "错误计入您的帐户,请联系Lucidchart支持。" | |
}, | |
"confirm.createAndShare": { | |
en: "Create and Share" | |
}, | |
"tooltip.share.twitter": { | |
en: "Share on Twitter", | |
zh: "在Twitter 上分享" | |
}, | |
"fontrangebrowser.title": { | |
en: "Special Character" | |
}, | |
"label.usernameoremail": { | |
en: "User name or email address", | |
zh: "用户名或邮箱地址" | |
}, | |
"alert.tos.agree.press.text.": { | |
en: "You must agree to the Terms of Service before registering your account with Lucidpress.", | |
zh: "在注册Lucidpress账户前,必须同意Terms of Service (服务条款)" | |
}, | |
"persona.survey.industry.entertainment": { | |
en: "Entertainment & Leisure" | |
}, | |
"lucid.cookie.test.fail.remote": { | |
fr: "Les fichiers témoins de tiers sont désactivés dans votre navigateur. Ceci pourrait vous empêcher d'ouvrir votre session avec des comptes Google ou Yahoo!", | |
en: "Third-party cookies appear to be disabled for your browser. This may prevent third-party logins from working, such as Google or Yahoo!" | |
}, | |
"message.template.delete": { | |
en: "<p>Are you sure you want to convert this template back into an ordinary document?</p><p>You will no longer be able to use the document as a starting point for new documents.</p>", | |
zh: "<p>您是否确定您想把此模板改成一般的文件?</p><p>您将无法运用此模板来创建新文件。</p>" | |
}, | |
"Arrow Keys": { | |
fr: "Flèches directionnelles", | |
zh: "箭头键" | |
}, | |
"optionbar.group.paragraph": { | |
fr: "Paragraphe", | |
en: "Paragraph" | |
}, | |
"doclist.createdoc.sharedfolder.dialog.confirm": { | |
en: "The created document will have the same sharing permissions as the selected folder." | |
}, | |
"shapelib.saveLibrary": { | |
fr: "Enregistrement de la bibliothèque de formes", | |
en: "Saving shape library" | |
}, | |
"callout.community.shared": { | |
fr: "Partagé", | |
en: "Shared", | |
zh: "共享" | |
}, | |
"fillcontrols.image.maskbutton.new": { | |
en: "Edit Masking" | |
}, | |
"button.gliffy.import": { | |
en: "Import Gliffy File" | |
}, | |
replace: { | |
fr: "Remplacer", | |
en: "Replace" | |
}, | |
"subnav.referrals": { | |
en: "Referrals", | |
zh: "推荐人" | |
}, | |
"gui.growl.trial.remain.prefix": { | |
fr: "Période d'essai :", | |
en: "TRIAL:", | |
zh: "试用���:" | |
}, | |
"alert.restriction.upgrade.paid.text": { | |
fr: "<p>Si vous voulez retirer cette restriction de façon permanente, vous devez passer à la version payante.</p>", | |
en: "<p>If you wish to permanently remove this restriction, you should upgrade to a paid subscription.</p>", | |
zh: "<p>如果您想要永久移除该限制,您可以升级为付费订阅账户.</p>" | |
}, | |
"orginvitation.confirm.teamMerge.explain.plural": { | |
en: "When you choose to accept this invitation, the ownership of your Lucid accounts will be transferred to the %s team admin, %s (%s), and you will share the benefits of their team subscription." | |
}, | |
"pricing.faq.collaborate.answer.press": { | |
en: "Yes. Every account level allows you to collaborate and share with others. However, every collaborator is subject to the limitations of their own account. For example, users on free accounts will not be able to edit documents if their own account storage usage has exceeded its storage limit, even if the document is created by a user on a Professional account. Team accounts allow team members to collaborate with the full set of premium features." | |
}, | |
"title.link.page.select": { | |
fr: "Choisir une page vers laquelle faire pointer le lien :", | |
en: "Select a page to link to:", | |
zh: "选择一个页面来链接到:" | |
}, | |
"doclist.document": { | |
en: "Document" | |
}, | |
"persona.survey.sales": { | |
en: "Sales" | |
}, | |
"footer.news": { | |
en: "News", | |
zh: "新闻" | |
}, | |
"mention.permission.contact": { | |
en: "Please contact the document owner and request permission for the mentioned users." | |
}, | |
"org.pendingusers.notification.p": { | |
en: "As the team administrator, you can receive an email notification anytime a user not on your team uses your third party access key." | |
}, | |
"pricing.faq.creditcard.answer": { | |
fr: "Non. Une carte de crédit n'est pas nécessaire pour un compte gratuit ou d'essai - donc vous pouvez vous inscrire sans engagement. Les informations de votre carte de crédit ne sont demandées que lorsque vous êtes prêt à commencer un abonnement payant.", | |
en: "No. A credit card is not required for a free or trial account - so you can sign up with no commitment. Credit card information is only requested when you are ready to begin a paid subscription.", | |
nl: "Nee, een credit card is niet vereist voor een gratis of proefperiode account - dus kunt u zich aanmelden zonder verplichtingen. Creditcard informatie wordt alleen gevraagd wanneer u klaar bent om een betaald abonnement te nemen.", | |
pt: "Não. Um cartão de crédito não é necessário para uma conta gratuita ou de teste – assim, você pode se inscrever sem compromisso. As informações de cartão de crédito só são solicitadas quando você estiver pronto para fazer uma assinatura paga.", | |
de: "Nein. Eine Kreditkarte wird für ein kostenfreies oder Testkonto nicht benötigt. Sie können sich also ohne jegliche Verpflichtung registrieren. Wir werden Sie erst um Kreditkarteninformationen bitten, wenn Sie ein kostenpflichtiges Abonnement abschließen möchten.", | |
es: "No. No se necesita tarjeta de crédito para las cuentas gratuitas o de prueba, por lo que puede registrarse sin compromiso. Se le solicitarán los datos de la tarjeta de crédito solo cuando vaya a contratar una suscripción de pago." | |
}, | |
"Zoom out": { | |
fr: "Zoom arrière", | |
zh: "缩小" | |
}, | |
"doclist.menu.edit": { | |
en: "Edit", | |
zh: "编辑" | |
}, | |
"referrals.status.step3.note": { | |
en: "Referrals will receive an email with a confirmation link 3-6 days from the time they sign up.", | |
zh: "推介者将会在他们注册后的3至6天里收到一封附有确认链接的邮件" | |
}, | |
"flash.payment.amazon.incomplete": { | |
en: "You did not complete your payment authorization with Amazon. Please try again.", | |
zh: "您没有完成您的Amazon支付授权���请再试一次。" | |
}, | |
"menu.selection.ungroup": { | |
fr: "Dégrouper la sélection", | |
en: "Ungroup Selection", | |
zh: "取消分组选择" | |
}, | |
"menu.line.draw.alt": { | |
fr: "Dessiner une ligne", | |
en: "Draw Line", | |
zh: "画线" | |
}, | |
"gui.growl.team.expired.member": { | |
en: "You are on an expired Team account and have the limitations of a Free Account. Click here to request an upgrade." | |
}, | |
"dialog.newdoc.button.createdoc": { | |
en: "Create" | |
}, | |
"org.gapps.pendingusers.autoprovision.label": { | |
en: "Automatically add new users to the team" | |
}, | |
"legend.publish.quality": { | |
fr: "Qualité", | |
en: "Quality", | |
zh: "品质" | |
}, | |
"menu.shape.change": { | |
fr: "Modifier la forme", | |
en: "Change Shape" | |
}, | |
"documentanalytics.error.badRequest.initial": { | |
en: 'An error has occurred fetching analytics data. Try refreshing the browser. <a href="http://support.lucidpress.com/tickets/new">Contact support</a> if the problem persists.' | |
}, | |
"persona.survey.business": { | |
en: "General Business" | |
}, | |
"collaborate.option.own": { | |
fr: "est propriétaire", | |
en: "Is owner", | |
zh: "所有者" | |
}, | |
"dialog.educationhints.message.none": { | |
en: "No thanks, <br/>I’ve got it" | |
}, | |
"users.storage.confirm.credit": { | |
en: "Confirm credit" | |
}, | |
"fonts.link.my": { | |
en: "My Fonts", | |
zh: "我的字体" | |
}, | |
"revision.fork.prompt": { | |
en: "Enter a new title:" | |
}, | |
"email.collaborator.message": { | |
en: "Message" | |
}, | |
"download.waiting.learn": { | |
en: "Learn more" | |
}, | |
"option.vector.break": { | |
fr: "Séparer le point", | |
en: "Split point", | |
zh: "分开点" | |
}, | |
"text.tabs.stops.add.tip": { | |
en: "Add tab stop" | |
}, | |
"persona.survey.industry.utilities": { | |
en: "Utilities, Energy, and Extraction" | |
}, | |
"menu.arrange.front": { | |
fr: "En avant", | |
en: "Bring To Front", | |
zh: "图层向前" | |
}, | |
"layerpanel.confirm.deleteContainer": { | |
en: "<p>This will also delete all objects that are in %s.</p>" | |
}, | |
"tierselect.alert": { | |
en: "Please select your team size.", | |
zh: "请选择您的团队大小" | |
}, | |
"welcome.press": { | |
en: "Welcome to Lucidpress!" | |
}, | |
"growl.collaborator.remove.error": { | |
fr: "L'utilisateur n'a pu être retiré. Si cette erreur persiste, veuillez contacter le soutien technique de Lucidchart.", | |
en: "Could not remove the collaborator. If this error persists, please contact Lucidchart support.", | |
zh: "无法删除此合作者。如果此错误只需出现,请联系Lucidchart服务中心。" | |
}, | |
"users.register.h.trial": { | |
en: "%s Free Trial", | |
zh: "%s的免���试用" | |
}, | |
"referrals.status.step2.h": { | |
en: "Step 2", | |
zh: "第二步" | |
}, | |
"invalid.cvv": { | |
en: "Invalid CVV" | |
}, | |
"button.library.manage": { | |
fr: "Gérer la bibliothèque", | |
en: "Manage Library", | |
zh: "图书馆管理 " | |
}, | |
"gui.alert.plugins.restricted.unlicensed.team": { | |
en: "This document contains shape libraries that are only available to premium accounts. Request a license to activate all libraries in this document or turn off restricted shape libraries to access the editor. Closing this message will result in a read-only view of your document." | |
}, | |
"button.register.clicked": { | |
en: "Registering..." | |
}, | |
"invitation.send": { | |
fr: "Envoyer une invitation", | |
en: "Send Invitation", | |
zh: "发送邀请" | |
}, | |
"subnav.h.sort": { | |
en: "Sort", | |
zh: "排列" | |
}, | |
"optionbar.group.link": { | |
fr: "Lien", | |
en: "Link", | |
zh: "链接" | |
}, | |
"storagemeter.available.short": { | |
en: "%d%% of %s used", | |
zh: "您已经使用储存量(%s)的%d%%" | |
}, | |
"footer.orgchart": { | |
en: "Org chart" | |
}, | |
"ctxpane.layout.wrap.tightBoundary": { | |
en: "Wrap tight to object boundary" | |
}, | |
"optionbar.group.line": { | |
fr: "Ligne", | |
en: "Line", | |
zh: "线条" | |
}, | |
"invitations.pending.count": { | |
en: "Pending Invitations (%d)", | |
zh: "未处理的邀请(%d)" | |
}, | |
"publication.error.VanityLinkInvalidCharacter": { | |
en: "'Custom links may only contain alphanumeric characters, underscores, and dashes." | |
}, | |
"subnav.h.offline": { | |
en: "Offline" | |
}, | |
"examples.mindmap": { | |
en: "Mind Map", | |
zh: "思维图" | |
}, | |
"persona.business.sub1": { | |
en: "Flowchart" | |
}, | |
"flash.payment.error.unknown": { | |
en: "There was an unknown error processing your payment. Please try again.", | |
zh: "在处理您的付款过程中有一个未知的错误。请再试一次。" | |
}, | |
"users.cancel.pro.feature3.link": { | |
en: "Learn how to import and export documents that are compatible with Visio" | |
}, | |
"persona.business.sub2": { | |
en: "UML" | |
}, | |
"label.lastname": { | |
en: "Last Name", | |
zh: "姓" | |
}, | |
"optionbar.group.textformat": { | |
fr: "Format de texte", | |
en: "Text Format" | |
}, | |
"persona.survey.industry.business": { | |
en: "Business Support & Logistics" | |
}, | |
"label.description": { | |
en: "Description", | |
zh: "描述" | |
}, | |
"documentanalytics.temporalChart.country": { | |
en: "Countries" | |
}, | |
"communitypanel.explanation": { | |
en: "Share your diagram with the Lucidchart community! Other users can create new diagrams from yours, but they won't have access to the original document. Remember that published docs will update in real-time, and you can unpublish at any time." | |
}, | |
"publishpanel.confirm.delete": { | |
en: "Are you sure you want to delete this publication? It can not be recovered." | |
}, | |
"growl.save.workingagain": { | |
fr: "Le problème est réglé. Votre document a été enregistré. Veuillez continuer à travailler dans le document comme à l'habitude.", | |
en: "OK!\n\nThe issue has resolved itself, and your document has been saved. Please feel free to continue working on the document as usual." | |
}, | |
"footer.newsletter": { | |
en: "Newsletter software" | |
}, | |
"label.expire.year": { | |
en: "Expiration Year" | |
}, | |
"flash.referral.link.used": { | |
en: "This referral confirmation link has already been used.", | |
zh: "此推介确认链接已被使用。" | |
}, | |
"prefs.prompt.block": { | |
en: "Prompt for next block", | |
zh: "提示下一个图形块" | |
}, | |
"option.linestyle.dashed": { | |
fr: "Tireté", | |
en: "Dashed", | |
zh: "虚线" | |
}, | |
"alert.facebook.unowned": { | |
fr: "Vous n'êtes pas le propriétaire de ce document.Vous pouvez seulement le partager sur Facebook si son propriétaire le publie comme une page web.", | |
en: "You are not the owner of this document; you can only share it on Facebook after its owner has published it as a web page.", | |
zh: "你不是此文件的所有者,你只能在其所有者将其发布为网页后再分享到Facebook上" | |
}, | |
"email.collaborator.subject": { | |
en: "Subject" | |
}, | |
"gui.growl.try.paid.free": { | |
fr: "Essayez les fonctionnalités payantes gratuitement!", | |
en: "Try paid features free!", | |
zh: "免费试用付费功能!" | |
}, | |
"users.cancel.all.feature2.press": { | |
en: "Premium template library" | |
}, | |
"optionbar.group.arrange": { | |
fr: "Objet", | |
en: "Arrange", | |
zh: "排列" | |
}, | |
Optional: { | |
fr: "Optionnel", | |
zh: "可选项" | |
}, | |
"menu.preferences": { | |
fr: "Préférences", | |
en: "Preferences", | |
zh: "偏好" | |
}, | |
"referrals.tab.credits": { | |
en: "Referral Credits", | |
zh: "推介点数" | |
}, | |
"referrals.invite.l.h2": { | |
en: "Invite by Email", | |
zh: "通过电子邮件邀请" | |
}, | |
"header.customers": { | |
en: "Customers" | |
}, | |
"users.cancel.pro.feature3.link.press": { | |
en: "Check out an example of our embedded viewer" | |
}, | |
"dialog.newdoc.button.create.press": { | |
en: "Create New" | |
}, | |
"legend.publish.format": { | |
fr: "Format", | |
en: "Format", | |
zh: "格式" | |
}, | |
"documentanalytics.segmentstitle.cities": { | |
en: "Cities" | |
}, | |
"users.close.button.cancel": { | |
en: "Cancel your paid subscription", | |
zh: "取消您支付的订金" | |
}, | |
"dialog.template.exists.title": { | |
fr: "Le gabarit existe", | |
en: "Template exists", | |
zh: "现存模版" | |
}, | |
"users.cancel.lose.team.basic.press": { | |
en: "I understand my team and I will no longer be able to use the premium template library, revision history, or local backups" | |
}, | |
signupfreelong: { | |
en: "New to %s? Sign up free" | |
}, | |
"education.label.institution": { | |
en: "Name of Institution", | |
zh: "单位名称" | |
}, | |
"flash.document.share.success": { | |
en: "Successfully shared document.", | |
zh: "成功共享文件" | |
}, | |
"label.password.force": { | |
en: "Forced Password Reset" | |
}, | |
"users.pay.p.credit": { | |
en: "Your next payment will be reduced by up to %s due to a credit on your account.", | |
zh: "因为您的账户中有多余的余额,您下次的支付费用最多可减少%s。" | |
}, | |
"button.image.upload": { | |
fr: "Télécharger une image", | |
en: "Upload Image", | |
zh: "上传图像" | |
}, | |
"pricing.quote2.name": { | |
fr: "Ali Khan", | |
en: "Ali Khan", | |
nl: "Ali Khan", | |
pt: "Ali Khan", | |
de: "Ali Khan", | |
es: "Ali Khan" | |
}, | |
"org.gapps.drivestatus.h": { | |
en: "Google Drive Connection Status" | |
}, | |
"layerpanel.tooltip.defaultVisibility": { | |
en: "Sync published visibility - Set the initial visibility state of the published document to match the current visibility state." | |
}, | |
"referrals.status.h3": { | |
en: "Referrals", | |
zh: "推介" | |
}, | |
"dialog.hotkeyref.bringItemForward": { | |
en: "Bring selected items forward one layer" | |
}, | |
"users.cancel.basic.feature3": { | |
en: "Local backups" | |
}, | |
"users.cancel.basic.feature2": { | |
en: "Mind mapping" | |
}, | |
"persona.spinner.14": { | |
en: "a value stream mapper" | |
}, | |
"persona.spinner.15": { | |
en: "a business process modeler" | |
}, | |
"users.level.pay": { | |
en: 'To pay for your subscription, click <a href="%s">here</a>.' | |
}, | |
"persona.spinner.10": { | |
en: "a sitemap program" | |
}, | |
"persona.spinner.11": { | |
en: "a circuit diagram creator" | |
}, | |
"persona.spinner.12": { | |
en: "a Venn diagram maker" | |
}, | |
"persona.spinner.13": { | |
en: "an AWS implementation planner" | |
}, | |
"menu.page.master.apply": { | |
fr: "Appliquer le modèle", | |
en: "Apply Master" | |
}, | |
"subnav.examples.all": { | |
en: "All Examples", | |
zh: "全部范例" | |
}, | |
"ctxpane.table.dimensions.insert.colbefore": { | |
en: "Insert column before" | |
}, | |
usersettings: { | |
en: "User settings", | |
zh: "用户设定" | |
}, | |
"pay.montly.button": { | |
en: "Pay Monthly<br />(%s)" | |
}, | |
"overlay.crop.panel.resizeImage": { | |
en: "Resize Image" | |
}, | |
"referrals.month.pro.upgrade.desc": { | |
en: "Get one month free upgrade to Lucidchart Pro.", | |
zh: "获得一个月的免费升级至Lucidchart专业账户" | |
}, | |
"doclist.menu.newdocument": { | |
en: "New Document", | |
zh: "新文件" | |
}, | |
"userimage.upload.ie.p": { | |
fr: "Sélectionner une image à télécharger. Cette image sera disponible dans tous vos documents futurs.", | |
en: "Select an image file to upload. This image will be available for you to use in any future documents.", | |
zh: "选择一个图像文件上传。此图片将可供您任何未来的文件使用。" | |
}, | |
"menu.pageSetup": { | |
en: "Page Setup..." | |
}, | |
"documentanalytics.title.default": { | |
en: "Lucidpress Analytics" | |
}, | |
"documentanalytics.error.declineAuthorization": { | |
en: "It appears that Lucidpress no longer has permission to access your Google Analytics account. To use this feature, grant Lucidpress access to Google Analytics." | |
}, | |
"orginvitation.confirm.promptResponse": { | |
en: "Would you like to accept this invitation to join the %s team?" | |
}, | |
"canceled.subscription": { | |
en: "This subscription has been canceled. Your account will be downgraded to a free account on %s." | |
}, | |
"dialog.hotkeyref.deleteselection.description": { | |
en: "Delete selection" | |
}, | |
"Google Buzz": { | |
zh: "Google Buzz" | |
}, | |
"pricing.faq.pdfQuality.answer": { | |
en: "The 'Print quality' setting outputs PDFs of 300 DPI (dots per inch), while the 'Screen quality' setting outputs PDFs of 100 DPI." | |
}, | |
"org.gapps.h": { | |
en: "Lucidchart for your Google Apps domain", | |
zh: "为您的Google Apps 公司域名安装Lucidchart" | |
}, | |
"docinfopane.modified": { | |
en: "Modified", | |
zh: "修改日期" | |
}, | |
"users.pay.h2.basic": { | |
en: "Unlimited objects, expanded shape library, email support" | |
}, | |
"storagemeter.pay.p": { | |
en: 'You need to <a href="/users/pay?source=StorageMeterPay">pay for</a> your subscription.', | |
zh: '请先<a href="/users/pay?source=StorageMeterPay">支付费用</a>。' | |
}, | |
"users.cancel.basic.feature2.link": { | |
en: "Learn more about mind mapping capabilities with a Basic account" | |
}, | |
"doclist.search": { | |
en: "Type in the box above to begin searching.", | |
zh: "使用以上文本域来搜索" | |
}, | |
"Distribute Vertically": { | |
fr: "Équilibrer à la verticale", | |
zh: "垂直均匀分布" | |
}, | |
"notice.failed.payment": { | |
en: 'Your current payment failed. Please update your billing information <a href="%s">here</a>.' | |
}, | |
"button.pay.monthly": { | |
en: "Pay Monthly", | |
zh: "每月支付" | |
}, | |
"bugs.report.li4": { | |
en: "If applicable, a link to the document with the problem", | |
zh: "如果可行,一个到问题文件的链接" | |
}, | |
"dialog.upgrade.embed": { | |
en: "You must upgrade to a Pro or Team subscription to enable document embedding" | |
}, | |
"referrals.credit.h2": { | |
en: "You have %d referral credit(s) available for use.", | |
zh: "您有 %d 推介点数可使用" | |
}, | |
"label.publish.page.single": { | |
fr: "Page simple", | |
en: "Single page", | |
zh: "单页" | |
}, | |
"settings.org.save": { | |
fr: "Enregistrer les réglages de l'équipe", | |
en: "Save Team Settings", | |
zh: "保存组织设定 " | |
}, | |
"ondemand.confluence.configure.link_to_team": { | |
en: " Link To Lucidchart Team " | |
}, | |
"growl.save.timeout": { | |
fr: "L'enregistrement a échoué. Veuillez réessayer.", | |
en: "Save timed out. Please try again.", | |
zh: "保存超时,请重试" | |
}, | |
"subnav.sort.relevance": { | |
en: "Relevance", | |
zh: "关联" | |
}, | |
"ctxpane.table.dimensions.delete.col": { | |
en: "Delete column" | |
}, | |
"ui2.hotspot.state.select.error": { | |
fr: "Veuillez sélectionner un état", | |
en: "Please select a state.", | |
zh: "请选择某一个状态 " | |
}, | |
Chat: { | |
fr: "Clavardage", | |
zh: "聊天" | |
}, | |
"users.pay.gotodocuments": { | |
en: "Go to documents" | |
}, | |
"saml.pendingusers.autoprovision.label": { | |
en: "Automatically add new users to the team" | |
}, | |
"flash.template.unshare.unknown": { | |
en: "Unknown template.", | |
zh: "未知模板。" | |
}, | |
"subnav.h.share": { | |
en: "Share", | |
zh: "分享" | |
}, | |
"docinfopane.sharing.updaterole": { | |
en: "Updating invitation role", | |
zh: "正在更改合作者的角色" | |
}, | |
"text.valign.tooltip.middle": { | |
en: "Middle align text" | |
}, | |
"pricing.faq.pdfQuality.question": { | |
en: "What is the difference between print quality and screen quality?" | |
}, | |
"users.close.reason.placeholder": { | |
en: "Please let us know why you are closing your account." | |
}, | |
"message.template.overwrite": { | |
fr: "Ce gabarit existant sera écrasé.", | |
en: "The existing template will be overwritten.", | |
zh: "现有的模版将被覆盖" | |
}, | |
"examples.org": { | |
en: "Org Chart", | |
zh: "组织图" | |
}, | |
"title.color.select": { | |
fr: "Choisir une couleur", | |
en: "Select a Color", | |
zh: "选择一个颜色" | |
}, | |
"onboard.title": { | |
en: "Getting Started" | |
}, | |
"flash.reply.posted": { | |
en: "Reply posted.", | |
zh: "发布回复" | |
}, | |
"org.deleteuser.p1": { | |
en: 'This action is <span class="highlight">not reversible</span>. Please be absolutely sure you wish\nto delete this user.', | |
zh: '这一行动是<span class="highlight">不可逆的</span>。请确定您确实希望\n删除该用户。' | |
}, | |
"button.team.create": { | |
en: "Create Team", | |
zh: "创建团队" | |
}, | |
"flash.template.rate.error": { | |
en: "Error rating template.", | |
zh: "错误模版评分" | |
}, | |
"users.settings.password.h2": { | |
en: "Change Password", | |
zh: "修改密码" | |
}, | |
"bugs.report.h": { | |
en: "Report A Problem", | |
zh: "报告问题" | |
}, | |
"users.forgotpassword.email.error.chart": { | |
en: "There was an error sending an email to reset your password. Please <a href='http://support.lucidchart.com/anonymous_requests/new'>contact support</a> for assistance." | |
}, | |
"footer.examples": { | |
fr: "Exemples", | |
en: "Examples", | |
nl: "Voorbeelden", | |
pt: "Exemplos", | |
de: "Beispiele", | |
es: "Ejemplos" | |
}, | |
"tablet.visio.import.warning": { | |
en: "This document is an imported Microsoft Visio file. This diagram can be edited from the mobile app without limitations; however, editing this file from a computer will require a premium account." | |
}, | |
"pricingTable.popular": { | |
fr: "Les plus populaires", | |
en: "Most Popular", | |
nl: "Meest populair", | |
pt: "Mais populares", | |
de: "Am beliebtesten", | |
es: "La más popular" | |
}, | |
"organization.hit.max": { | |
en: "Your organization has reached its maximum number of users. Please contact your organization administrator about upgrading." | |
}, | |
"ctxpane.layout.rotation.angle": { | |
en: "Angle:" | |
}, | |
"button.unpublish": { | |
en: "Unpublish" | |
}, | |
"org.gapps.p2b": { | |
en: "Anyone who clicks through will join your Lucidchart organization with their existing Lucidchart account (if they have one), or with a new one provisioned for them.", | |
zh: "任何人可通过使用现存的Lucidchart 账户(如果有的话)点击加入Lucidchart 团队。 或者将会获得一个新的账户。" | |
}, | |
"dialog.clipboard.hotkeyinstructions.cut": { | |
en: "for cut" | |
}, | |
"org.gapps.p2a": { | |
en: "Any member of your Google Apps account who logs in to Lucidchart from Google Apps will join your Lucidchart organization with their existing Lucidchart account (if they have one), or with a new one provisioned for them.", | |
zh: "您Google Apps 账户的成员通过Google Apps 进入Lucidchart时,如果已经有Lucidchart帐户则通过已有的Lucidchart账户加入您的Lucidchart团队。如果他们之前没有Lucidchart帐户,将获得一个新的账户。" | |
}, | |
signup: { | |
en: "Sign up", | |
zh: "注册" | |
}, | |
"persona.survey.legal": { | |
en: "Legal" | |
}, | |
"menu.page.new": { | |
fr: "Nouvelle page….", | |
en: "New Page...", | |
zh: "新页面" | |
}, | |
"ctxpane.style.images.title": { | |
en: "Images" | |
}, | |
"historypanel.ineligible.prefix": { | |
fr: "L'historique des révisions est seulement disponible pour les comptes Pro et Team. Veuillez songer à passer à la", | |
en: "Revision history is only available for Pro and Team accounts. Please consider", | |
zh: "只有专业账户和团队账户才有修正历史的功能。请考虑" | |
}, | |
"ctxpane.text.warp.waves": { | |
en: "Waves:" | |
}, | |
"text.tabs.right.label": { | |
en: "Right" | |
}, | |
Features: { | |
zh: "特点" | |
}, | |
"revision.current": { | |
en: "Current Version" | |
}, | |
"users.forgotpass.p": { | |
en: "Please enter the user name or email address for your account. You will be emailed a\nlink to reset your password.", | |
zh: "请输入您账户的用户名和邮箱地址。您将会收到一个链接来重设您的密码。" | |
}, | |
"label.avatar": { | |
en: "Forum Avatar", | |
zh: "论坛头像" | |
}, | |
"ctxpane.gallery.size.fill.tooltip": { | |
en: "Crop the long edges of each photo to fit in the gallery" | |
}, | |
"users.forgotpass.h": { | |
en: "Reset Forgotten Password", | |
zh: "重设忘记的密码" | |
}, | |
"toolbox.userimages.title": { | |
fr: "Images de l'utilisateur", | |
en: "User Images", | |
zh: "用户图标" | |
}, | |
"label.link.none": { | |
fr: "Aucun lien", | |
en: "No link", | |
zh: "无链接" | |
}, | |
"users.level.button.trial": { | |
en: "%d-Day Free Trial", | |
zh: "%d天的免费试用" | |
}, | |
"subnav.h.documents": { | |
en: "Documents", | |
zh: "文件" | |
}, | |
"alert.complexity.desc.suffix": { | |
fr: "objets par document. Cette barre va se remplir à mesure que vous vous approchez de cette limite.", | |
en: "objects per document. This bar will fill up as you approach that limit." | |
}, | |
"alert.p.page.create.cant": { | |
fr: "Une nouvelle page ne peut être créée.", | |
en: "A new page cannot be created.", | |
zh: "新页面无法被创建。" | |
}, | |
"users.cancel.all.feature1.elaborate.press.small": { | |
en: "You will lose the ability to <strong>create, edit, and publish documents</strong> if you exceed the storage limit. Free accounts are limited to 25 MB." | |
}, | |
"users.level.td.personal.collab": { | |
en: "5 Collaborators", | |
zh: "5个合作者" | |
}, | |
"dialog.library.manage.team.unlicensed": { | |
en: "These shapes are available to Pro account and licensed Team users." | |
}, | |
"docinfopane.actions.rename.name": { | |
en: "Enter a name for this %s", | |
zh: "输入此%s的新名称" | |
}, | |
"doclist.importdoc.sharefolder.dialog.note": { | |
en: "Note: The imported document will be shared in the selected folder." | |
}, | |
"publish.printdialog.title": { | |
en: "Output Document" | |
}, | |
"blobmeter.loaded": { | |
en: "%d/%d documents and templates available offline" | |
}, | |
"ondemand.jira.configure.instance_linked_user_on_linked_team": { | |
en: "<p>The Lucidchart add-on has been configured to link to your Lucidchart team account.</p><p>All users on your team will now be able to create and edit Lucidchart diagrams using the Lucidchart Confluence add-on.</p>" | |
}, | |
"alert.linkedin.unpublished": { | |
en: "You must publish your document before sharing it on LinkedIn. Click the Publish tab in the Share dialog to begin." | |
}, | |
"users.cancel.lose.individual.storagelimit.press": { | |
en: "I understand I will no longer be able to create or edit documents if the account exceeds the storage limit." | |
}, | |
"tips.button.next": { | |
en: "Next Tip", | |
zh: "下一个窍门" | |
}, | |
"userimage.dragdrop.p": { | |
fr: "En tout temps, vous pouvez glisser un fichier de votre bureau et le déposer directement dans la page pour l'ajouter à votre document. Cette image sera disponible dans tous vos documents futurs.", | |
en: "At any time, drag an image file from your desktop directly onto the page to add it to your document. This image will be available for you to use in any future documents.", | |
zh: "在任意时间,将一图片文件直接从桌面拖至页面并添加至你的图表。 该图片可以在任何时间为你将来的文件所使用。" | |
}, | |
"users.level.td.multiuser": { | |
en: "Multiple Users", | |
zh: "多个使用者" | |
}, | |
"confirm.template.overwrite": { | |
fr: "Voulez-vous écraser le gabarit existant?", | |
en: "Would you like to overwrite the existing template?", | |
zh: "您愿意覆盖现存模版吗?" | |
}, | |
"education.pa2": { | |
en: "Research suggests that there are three types of knowledge acquisition that drawing diagrams can reinforce. First, diagramming trains students to include relevant problem information, and to leave out irrelevant features. Second, it teaches students how to organize the relevant information spatially, and to see and understand proper relationships. Third, students are able to extend the knowledge and understanding represented by one diagram to other analogous situations or problem solving situations. At each stage, teachers can diagnose students' difficulties in gaining the proper understanding and intervene as needed.", | |
zh: "研究表明,通过绘制图表可以加强对三种类型的知识的获取。首先,图表培养学生使用相关信息来概括问题的能力。其次,它教导学生如何组织有关的信息空间,并明白什么是正确的关系。第三,学生能够扩大对知识面的了解,一个图表所代表的其他类似情况以及相关问题的解决方式。在每一个阶段,教师可以准确的了解到学生的困难,并根据学生需要进行指导。" | |
}, | |
"education.pa1": { | |
en: "Drawing diagrams trains students on how to translate written information into visual information, with the opportunity to acquire knowledge during this process through reorganization of information and inference-making.", | |
zh: "绘制图表训练学生如何将书面信息转换至视觉信息。同时也可以使学生在这个推理决策以及重新组织的过程中能够更好的获取知识." | |
}, | |
"footer.forums": { | |
en: "Forums" | |
}, | |
"users.storage.pay.h": { | |
en: "Storage Payments" | |
}, | |
"notice.team.expired.member": { | |
en: "You are on an expired Team account and have the limitations of a Free Account. Click here to request an upgrade." | |
}, | |
"users.level.p2a": { | |
en: "You are currently using your free trial period. You may change your free trial to a different subscription level if you like.", | |
zh: "您现在正在使用试用版。如果您喜欢我们的软件,您可以升级试用版到其他的订阅等级。" | |
}, | |
"templates.description": { | |
fr: 'Utilisez les gabarits comme point de départ pour de nouvelles idées qui contiendront des entités récurrentes, tel quel le logo de votre entreprise. Vous pouvez créer votre propre gabarit en sélectionnant "Sauvegarder comme gabarit" dans l\'éditeur.', | |
en: "Use templates as a starting point for new ideas that incorporate items such as your company logo and other shapes directly into the design. You can create your own templates by choosing “Save as Template” from the document editor." | |
}, | |
"persona.business": { | |
en: "Business" | |
}, | |
"press.modes.hotspot.short": { | |
en: "Interactivity Mode is where you add interactivity to a completed layout." | |
}, | |
"description.role.none.invitation": { | |
fr: "Annuler l'invitation", | |
en: "Cancel invitation", | |
zh: "取消邀请" | |
}, | |
"ctxpane.text.warp.distortion.horizontal": { | |
en: "Horizontal Distortion:" | |
}, | |
"users.documentanalytics.upgradeRequired": { | |
en: "Upgrade to a Pro or higher account to access Google Analytics" | |
}, | |
"ctxpane.text.rules.bottom": { | |
en: "Bottom:" | |
}, | |
"documentanalytics.segmentstitle.countries": { | |
en: "Countries" | |
}, | |
"users.level.trial": { | |
en: 'You are in your free trial period for %s To pay for your subscription, click <a href="%s">here</a>.' | |
}, | |
"users.cancel.reason.team.nouse.chart": { | |
en: "Our current project has finished / we have no further use for diagramming" | |
}, | |
"footer.android": { | |
en: "Android mockup" | |
}, | |
"tierselect.annualsave": { | |
en: "Save up to 17% with annual plans!", | |
zh: "使用年套餐,节省高达17%." | |
}, | |
"search.case": { | |
fr: "Sensible à la casse", | |
en: "Case Sensitive" | |
}, | |
"navigation.group.named": { | |
en: "Press ESC to stop editing %s" | |
}, | |
"invoices.notification.admin": { | |
en: "Send email receipt to account admin" | |
}, | |
"footer.diagrams": { | |
en: "Diagram Examples", | |
zh: "图表范例" | |
}, | |
"import.failed.contact.support": { | |
en: "Could not complete import. If this error persists, please contact Lucidchart support." | |
}, | |
"confirm.shareAndNotify": { | |
en: "Share and notify" | |
}, | |
"doclist.menu.rename.document": { | |
en: "Enter a name for this %s", | |
zh: "输入%s的名称" | |
}, | |
"label.signup": { | |
fr: "Inscrivez-vous", | |
en: "Sign up", | |
nl: "Schrijf in", | |
pt: "Inscreva-se", | |
de: "Registrieren Sie sich", | |
es: "Regístrese" | |
}, | |
"team.setup.nameteam.placeholder": { | |
en: "Your team name" | |
}, | |
"users.cancel.how.improve": { | |
en: "<i>How could we have improved your %s account experience?</i>" | |
}, | |
"flash.template.rate.user.null": { | |
en: "You must be logged in to rate templates.", | |
zh: "您必须登录才可以进行模板评分。" | |
}, | |
"users.cancel.pro.feature3.press": { | |
en: "Document embedding" | |
}, | |
"publishpanel.lastUpdated": { | |
en: "Last Updated:" | |
}, | |
"label.pdf.image": { | |
fr: "PDF/Image", | |
en: "PDF/Image", | |
zh: "PDF格式/图像" | |
}, | |
"mention.permission.note": { | |
en: "Note: Mentioned users will immediately receive an email with the comment and access to the document." | |
}, | |
"Last Saved": { | |
zh: "上一个保存" | |
}, | |
"flash.captcha.incorrect": { | |
en: "Incorrect Captcha", | |
zh: "错误的验证码。" | |
}, | |
"doclist.menu.edit.confirm": { | |
en: "Are you sure you wish to open these %d documents?", | |
zh: "您是否确定您想开启%d个文件?" | |
}, | |
"documentanalytics.dates.presetlabel.thirtydays": { | |
en: "Last 30 Days" | |
}, | |
"doclist.createdoc.not.folderowner": { | |
en: "Your new document cannot be saved in this folder due your current sharing permissions. It will instead be saved in your My Documents folder." | |
}, | |
"alert.tos.agree.chart": { | |
en: 'You must agree to the <a href="/pages/tos" target="_blank">Terms of Service</a> before registering your account with Lucidchart.', | |
zh: '在注册Lucidchart账户前,必须同意<a href="/pages/tos" target="_blank">Terms of Service (服务条款)</a> ' | |
}, | |
"prefs.link.auto": { | |
en: "Auto" | |
}, | |
"invitation.accept.button.existing": { | |
en: "Use Existing Account", | |
zh: "使用现有账户" | |
}, | |
"userimage.upload.invalid.type": { | |
en: "Invalid file type. Please use a supported image type (jpg, png, gif, bmp)." | |
}, | |
"educationhints.scrolling.description": { | |
en: "Content within the dotted frame will be initially visible to your audience. Drag elements below the scroll area’s visible frame to add content that will scroll into view." | |
}, | |
"footer.team": { | |
fr: "Équipe", | |
en: "Team", | |
nl: "Team", | |
pt: "Equipe", | |
de: "Team", | |
es: "Equipo" | |
}, | |
"folderentries.error.shareddocs": { | |
en: "This folder is only for documents recently shared with you." | |
}, | |
"forum.post.edit.h2": { | |
en: "Edit Post In: %s", | |
zh: "编辑文本:%s" | |
}, | |
"button.visio.upload": { | |
en: "Upload Visio File" | |
}, | |
"prefs.hintLevel.novice": { | |
en: "On" | |
}, | |
"users.register.ed.new.p.press": { | |
en: "You may also join %s by creating a new Lucidpress account. This account will be linked to %s, and will share all the benefits of %s's subscription.", | |
zh: "你也可以通过新建一个Lucidpress账户来加入%s。此账户会与%s连接,并且可以分享%s的所有功能。" | |
}, | |
"dialog.selectlibrary.newLibrary": { | |
fr: "Nouvelle bibliothèque de formes", | |
en: "New shape library" | |
}, | |
"button.document.new": { | |
en: "+ New Document", | |
zh: "新建文件" | |
}, | |
"label.page.prev": { | |
ru: "Предыдущая страница", | |
en: "Previous page", | |
es: "Página anterior" | |
}, | |
"label.email": { | |
en: "Email", | |
zh: "电子邮件" | |
}, | |
"option.linejump.on": { | |
fr: "Intersections des lignes sautantes", | |
en: "Jumping Line Intersections" | |
}, | |
"team.inviteusers.provision": { | |
en: "Provision license" | |
}, | |
"folderentryusers.error.not_owner": { | |
en: "You must be the owner to share a folder." | |
}, | |
"press.modes.hotspot.long": { | |
en: "Interactivity Mode is where you can add interactivity to your completed layout. To add an interaction, simply select an element or portion of text, or drag an interaction zone onto the page." | |
}, | |
"overlay.line.edit.instructions": { | |
fr: "Retour: Sauvegarder les modifications <br />Échap : Annuler les modifications<br />Double-clic : supprimer/réinitialiser le point", | |
en: "Enter: Save Changes<br />Escape: Cancel Changes<br />Double-Click: Remove/Reset Point", | |
zh: "Enter: 保存更改<br/>Escape: 取消更改<br/>双击: 删除/重设" | |
}, | |
"error.incorrectPassword": { | |
en: "Incorrect password" | |
}, | |
"masterpanel.default": { | |
fr: "Cliquez ci-bas pour créer un modèle, ou convertissez une page existante en modèle en utilisant le menu Page.", | |
en: "Click below to create a master page, or convert an existing page to a master page using the Page drop-down menu." | |
}, | |
"dialogs.analytics.republish.message": { | |
en: "Warning: Updating will delete all analytics data that has been collected for this document so far. Are you sure you would like to update the primary published version and delete this data?" | |
}, | |
"persona.survey.administrative": { | |
en: "Administrative" | |
}, | |
"orientation.portrait": { | |
fr: "Portrait", | |
en: "Portrait", | |
zh: "竖向页面" | |
}, | |
"download.error.chart": { | |
en: "There was an error with your download. Please <a target='_blank' href='http://support.lucidchart.com/requests/new'>submit a support ticket</a> and include the URL of your file so we can resolve this as soon as possible. We apologize for the inconvenience." | |
}, | |
"callout.community.p.shared": { | |
fr: "Ce diagramme est partagé comme un exemple pouvant être vu et utilisé par d'autres membres de la communauté Lucidchart.", | |
en: "This diagram is shared as an example for others in the Lucidchart community to see and use.", | |
zh: "此图表是作为供其他人参考和使用的例子而共享在Lucidchart社区的" | |
}, | |
"flash.document.unshare.denied": { | |
en: "You do not have permission to unshare that document.", | |
zh: "您没有权限取消共享该文件。" | |
}, | |
"orientation.landscape": { | |
fr: "Paysage", | |
en: "Landscape", | |
zh: "横向页面" | |
}, | |
"flash.template.share.error": { | |
en: "Could not share template.", | |
zh: "不能分享模板." | |
}, | |
"footer.sitemap": { | |
en: "Site map" | |
}, | |
"subnav.sort.created": { | |
en: "Created", | |
zh: "建立日期" | |
}, | |
"team.jira.description": { | |
en: '<p> If your team uses <a target="_blank" href="http://www.atlassian.com/software/jira/"> JIRA</a>, you can use the <a target="_blank" href ="/pages/tour/jira">Lucidchart JIRA Plugin </a> at no cost.</p>\n<p> To enable the plugin, enter the key and secret below on the JIRA Lucidchart plugin administration screen. Please see our <a target="_blank" href="/pages/tour/jira_documentation">documentation</a> for additional information.\n</p>' | |
}, | |
"org.prefs.passwd.minLength": { | |
en: "Minimum number of characters" | |
}, | |
signupfree: { | |
en: "Sign up free", | |
zh: "免费注册" | |
}, | |
"referrals.desc": { | |
en: "Sign up for Lucidchart, an online and collaborative diagramming application, and get 1 free month of premium features!", | |
zh: "注册Lucidchart,一个在线合作制作图表的应用,并且得到一个月的额外功能。" | |
}, | |
"gliffy.upload.select": { | |
en: "Please select Gliffy files (.gxml, .gliffy) to upload." | |
}, | |
"persona.survey.supplychain": { | |
en: "Supply Chain" | |
}, | |
"doclist.shareddocsempty": { | |
en: "This is where all documents appear when they are shared with you or when you accept an invitation." | |
}, | |
"dialog.library.manage.custom": { | |
fr: "Formes personnalisées", | |
en: "Custom Shapes" | |
}, | |
"org.gapps.requiredrivebackups.p3": { | |
en: "Note: Backups require a portion of each user’s Drive storage. We recommend weekly backups to occupy less Drive storage." | |
}, | |
"menu.revision": { | |
en: "Revision History" | |
}, | |
"persona.survey.tentotwentyfour": { | |
en: "10-24" | |
}, | |
"flash.user.forgotpassword": { | |
en: "An email with a link to reset your password has been sent to your email address.", | |
zh: "一封附有重新设置您的密码链接的邮件已发送到您的电子邮件地址。" | |
}, | |
"dialog.upgradeprompt.title": { | |
en: "Upgrade to Team Account" | |
}, | |
"subnav.billing.info": { | |
en: "Update Billing Information" | |
}, | |
"option.page.number": { | |
fr: "Insérer le numéro de page", | |
en: "Insert page number" | |
}, | |
"flash.payment.error.generic": { | |
en: "There was an error updating your billing information. Please try again." | |
}, | |
"users.backup.p.press": { | |
en: "Click the button below to save a backup of all your Lucidpress documents. You can use the backup to restore your documents at any time." | |
}, | |
"erd.beta.label": { | |
en: "Automated ERD import is still in beta, so please <a target='_blank' href='http://support.lucidchart.com/anonymous_requests/new'>contact support</a> if you have any problems." | |
}, | |
"onboard.finish": { | |
en: "Finish" | |
}, | |
"tierselect.h2": { | |
en: "Select your team size", | |
zh: "选择您的团队大小" | |
}, | |
"doclist.sort.users": { | |
en: "Users", | |
zh: "用户" | |
}, | |
Advanced: { | |
fr: "Avancé" | |
}, | |
"ctxpane.layout.textwrap.title": { | |
en: "Text Wrapping" | |
}, | |
"users.cancel.all.feature1.elaborate.press.large": { | |
en: "You will lose the ability to <strong>create, edit, and publish documents</strong> if you exceed the storage limit. Free accounts are limited to 100 MB." | |
}, | |
Uploading: { | |
fr: "Téléchargement", | |
zh: "上传" | |
}, | |
"button.print": { | |
fr: "Imprimer", | |
en: "Print", | |
zh: "打印 " | |
}, | |
"growl.chat.unsaved": { | |
fr: "Vous devez sauvegarder votre document avant de pouvoir clavarder.", | |
en: "You must save your document before chatting.", | |
zh: "在聊天之前,请您保存文件。" | |
}, | |
"educationhints.publish": { | |
en: "Publish your document to see how it works." | |
}, | |
"doclist.menu.rename.folder": { | |
en: "Enter a name for this folder", | |
zh: "输入新文件夹名称" | |
}, | |
"Untitled Page": { | |
fr: "Page sans titre", | |
zh: "无标题页" | |
}, | |
"url.nav.home": { | |
fr: "/fr", | |
en: "/", | |
nl: "/nl", | |
pt: "/pt", | |
de: "/de", | |
es: "/es" | |
}, | |
"flash.user.confirmemail.inactive": { | |
en: "That email confirmation link is no longer active.", | |
zh: "该电子邮件确认链接已不再有效。" | |
}, | |
"menu.saveas.error": { | |
fr: "Une erreur est survenue pendant la création du nouveau document. Veuillez réessayer.", | |
en: "There was an error creating the new document. Please try again." | |
}, | |
"team.setup.formerrors": { | |
en: "Please fill out team name." | |
}, | |
"historypanel.button.revert": { | |
fr: "Revenir à cette version", | |
en: "Revert to this revision", | |
zh: "回复到此版本" | |
}, | |
"bugs.report.button.submit": { | |
en: "Report Problem", | |
zh: "报告问题" | |
}, | |
"growl.template.notsaved": { | |
fr: "Le gabarit n'a pu être enregistré. Veuillez réessayer.", | |
en: "Template could not be saved. Please try again.", | |
zh: "模版不能被保存, 请重试 " | |
}, | |
"persona.spinner.start": { | |
en: "Lucidchart is" | |
}, | |
"historypanel.team-admin.unlicensed": { | |
en: 'Revision history is only available to active Pro and Team subscriptions. As the admin, you can remove this restriction by <a target="blank" href="/users/teamLevel?source=HistoryPanelTeamAdminUnlicensed">upgrading to a premium account</a>.' | |
}, | |
"org.transfer.confirm.demote": { | |
en: "I understand I will be demoted from Account Admin to Team Admin" | |
}, | |
"org.gapps.p1b": { | |
en: "Install Lucidchart into Google Apps, and everyone on your Google Apps domain will see a Lucidchart link at the top of their Google Apps pages.", | |
zh: "Google Apps上安装 Lucidchart以后, Google Apps域名的上方将会显示Lucidchart链接。" | |
}, | |
"org.gapps.p1a": { | |
en: "Your Lucidchart account is linked to the Google Apps domain %s.", | |
zh: "您的Lucidchart账户已链接至Google Apps 域名%s。" | |
}, | |
"education.button.submit": { | |
en: "Send Request", | |
zh: "发送请求" | |
}, | |
"pricingTable.savings.noBasic.chart": { | |
fr: "Économisez jusqu'à 17% avec n'importe quel abonnement annuel.", | |
en: "Save up to 17% with any annual subscription.", | |
nl: "Bespaar tot 17% met elk jaarabonnement.", | |
pt: "Economize até 17% em qualquer assinatura anual.", | |
de: "Sparen Sie bis zu 17 % bei jedem Jahresabonnement.", | |
es: "Ahorre hasta un 17% con cualquier suscripción anual." | |
}, | |
"org.gapps.drivestatus.title": { | |
en: "Not connected to Drive" | |
}, | |
"org.gapps.sso.required": { | |
en: "Your team requires logging in with Google Single Sign On. Please contact your team admin." | |
}, | |
"label.keep": { | |
en: "Keep" | |
}, | |
"orginvitation.teamAdminNormalInvite.assignNewAdmin": { | |
en: "Assign New Account Admin" | |
}, | |
"cxtpane.table.fill.banding.none": { | |
en: "No Banding" | |
}, | |
"publishpanel.message.vanity": { | |
en: "Changing your custom link will break any existing links using your existing custom link." | |
}, | |
"collaborate.option.edit": { | |
fr: "peut modifier", | |
en: "Can edit", | |
zh: "可编辑" | |
}, | |
"users.pay.p.paidup": { | |
en: "You are paid up through %s.", | |
zh: "您最多付完了%s。" | |
}, | |
"users.cancel.lose.team1": { | |
en: "I understand my team and I will lose access to shared documents and images." | |
}, | |
"footer.terms": { | |
en: "Terms" | |
}, | |
"users.cancel.lose.team2": { | |
en: "I understand my %d teammates and I will lose access to shared documents and images." | |
}, | |
"label.password.repeat": { | |
en: "Repeat Password", | |
zh: "重复密码" | |
}, | |
"users.level.td.pro.features": { | |
en: "MS Visio Import/Export<br />Wireframing / iOS Mockups<br />Revision history", | |
zh: "SSL 加密<br/>框架图/iPhone模型<br/>修改历史" | |
}, | |
"users.documentanalytics.setup.republish.button": { | |
en: "Publish Now" | |
}, | |
"users.cancel.reason.team.business.closed": { | |
en: "Our company has gone out of business" | |
}, | |
"template.desc": { | |
en: "Anyone can diagram! Create your a quick and easy diagram at Lucidchart.com.", | |
zh: "任何人都可以制作图表!使用Lucidchart.com来制作一个简单并快速的图表。" | |
}, | |
"users.settings.communication.title": { | |
en: "Communication Preferences" | |
}, | |
"confirm.image.links.break": { | |
fr: "Cette action va briser tous les liens externes vers cette image de façon permanente.", | |
en: "This will permanently break any outside links to this image.", | |
zh: "这将会永久终断外部用户进入此图片" | |
}, | |
"Match Height": { | |
fr: "Faire correspondre la hauteur", | |
zh: "匹配高度" | |
}, | |
"dialog.hotkeyref.bringSelectionToFront": { | |
en: "Bring selected items to front layer" | |
}, | |
"dialogs.upgrade.analytics.message": { | |
en: "Upgrade to a Pro or Team account to access analytics." | |
}, | |
"url.nav.customers": { | |
fr: "/pages/fr/clients", | |
en: "/pages/customers", | |
nl: "/pages/nl/klanten", | |
pt: "/pages/pt/clientes", | |
de: "/pages/de/kunden", | |
es: "/pages/es/clientes" | |
}, | |
"downloadpanel.title": { | |
fr: "Télécharger", | |
en: "Download" | |
}, | |
"notice.team.expired.admin": { | |
en: "Your Team account has expired. %d team members have limited functionality. <a href='/teams'>Click here</a> to view unlicensed team members." | |
}, | |
"ctxpane.gallery.size.fill": { | |
en: "Fill" | |
}, | |
"text.character.spacing.label": { | |
en: "Character spacing" | |
}, | |
"persona.survey.accounting": { | |
en: "Accounting" | |
}, | |
"communitypanel.category.default": { | |
en: "(Select Category)" | |
}, | |
"subnav.team.gapps": { | |
en: "Google Apps", | |
zh: "谷歌应用" | |
}, | |
"orginvitation.confirm.accountOwner.creditTransfer.amount.singular": { | |
en: "You have a prorated credit of %s for your %s subscription remaining on your account." | |
}, | |
"alert.googleplus.unowned": { | |
fr: "Vous n'êtes pas le propriétaire de ce document. Vous pouvez seulement le partager sur Google Plus si son propriétaire le publie comme une page web.", | |
en: "You are not the owner of this document; you can only share it on Google Plus after its owner has published it as a web page." | |
}, | |
"prefs.legend.link": { | |
en: "Default Line Binding" | |
}, | |
"users.cancel.persuade.2.chart": { | |
en: 'Have you <a href="http://support.lucidchart.com/requests/new">sent us a note</a>? Let us see if we can help before you cancel.' | |
}, | |
"ctxpane.layout.arrange.back": { | |
en: "Send to back" | |
}, | |
"publishpanel.label.custom": { | |
en: "Custom link" | |
}, | |
"org.gapps.requiredrivebackups.confirm": { | |
en: "You have chosen to require backups to each team member's Google Drive account. They will be notified of this change by email." | |
}, | |
"alert.tos.agree.chart.text": { | |
en: "You must agree to the Terms of Service before registering your account with Lucidchart.", | |
zh: "在注册Lucidchart账户前,必须同意Terms of Service (服务条款)" | |
}, | |
"publishpanel.publish.update": { | |
en: "Update" | |
}, | |
"button.cancel": { | |
fr: "Annuler", | |
en: "Cancel", | |
zh: "取消" | |
}, | |
"users.close.h2.cancel": { | |
en: "Cancel your paid %s subscription", | |
zh: "取消您支付的%s的订金" | |
}, | |
"users.documentanalytics.setup.failed": { | |
en: "There was a problem saving your Google Analytics ID. Please try again." | |
}, | |
"dialogs.analytics.announcement.setup": { | |
en: "Set up analytics" | |
}, | |
"download.waiting": { | |
en: "Generating file..." | |
}, | |
"users.education.upgrade.success": { | |
en: "Congratulations! You have upgraded to an Educational account for the email address", | |
zh: "恭喜!您已升级到专业帐户。" | |
}, | |
"label.action.none": { | |
fr: "Aucune action", | |
en: "No Action", | |
zh: "不采取行动 " | |
}, | |
"users.cancel.reason.switched.employment.persuade": { | |
en: 'Would you like to transfer ownership of your account? <a href="/contact?source=cancel">Contact us</a>' | |
}, | |
"label.cvv": { | |
en: "CVV" | |
}, | |
"users.level.trial.auto": { | |
en: "If you let your trial expire, you will still have access to your documents and will automatically be downgraded to a Free account." | |
}, | |
"communitypanel.description.default": { | |
en: "Provide a description of your diagram..." | |
}, | |
"label.page.next": { | |
ru: "Следующая страница", | |
en: "Next page", | |
es: "Página siguiente" | |
}, | |
"growl.save.notworking.press": { | |
fr: "ARRÊTEZ!\n\nLes dernières tentatives d'enregistrement de votre document ont échoué. Ceci peut être causé par une mauvaise connection à internet ou à une erreur du navigateur.\n\nUn autre message apparaîtra au-dessus de celui-ci si le problème se règle au cours des prochaines minutes. Si aucun message n'apparaît, nous vous recommandons de rafraîchir votre document pour ne pas perdre votre travail.", | |
en: "Warning: the last few attempts at saving your document have failed. This can be due to a bad internet connection or browser error. A separate message will be displayed once this error resolves itself in the next few minutes. If no message appears shortly, please do not close this document as your recent changes may be lost. Please contact us or view these <a href='http://support.lucidpress.com/entries/28327443-File-stopped-saving' target='_blank'>troubleshooting tips</a>." | |
}, | |
"dialog.library.manage.premium": { | |
en: 'These shapes are available for Pro account users. <a href="/users/pay?source=PremiumShapesProUpgrade" target="_blank">Upgrade for instant access</a>.' | |
}, | |
"growl.save.nochange": { | |
fr: "Aucune modification à enregistrer.", | |
en: "No changes to save.", | |
zh: "保存没有变化" | |
}, | |
"ctxpane.table.dimensions.delete": { | |
en: "Delete:" | |
}, | |
"alert.p.page.edit.cant": { | |
fr: "Les propriétés de la page ne peuvent pas être modifiées.", | |
en: "Page properties cannot be changed.", | |
zh: "页面属性不能改变。" | |
}, | |
"masterpanel.button.new": { | |
fr: "Nouveau modèle", | |
en: "New Master" | |
}, | |
"folderentries.error.parent_deleted": { | |
en: "Cannot operate in a deleted folder." | |
}, | |
"option.arrowstyle.hollow": { | |
fr: "Flèche vide", | |
en: "Hollow Arrow", | |
zh: "空心箭头" | |
}, | |
"persona.survey.title": { | |
en: "Tell Us About Yourself" | |
}, | |
"flash.trial.extend.error": { | |
en: "Error extending trial.", | |
zh: "错误延伸试验." | |
}, | |
"menu.crop.image.chart": { | |
fr: "Recadrer l'image", | |
en: "Edit Mask..." | |
}, | |
"notice.trial.try": { | |
en: "Try a paid account for free!", | |
zh: "免费使用付费账户" | |
}, | |
"orginvitation.flash.successfullyJoined.failedTransfer": { | |
en: "Successfully joined the %s team, but there was an error transferring your account credit to the %s team's account. Please contact support to transfer your remaining credit." | |
}, | |
"titlebar.hide.hotspots.button": { | |
fr: "Cacher les zones cliquables", | |
en: "Hide Hotspots" | |
}, | |
"message.pagerange.notAPage": { | |
en: "There is no page %s in this document." | |
}, | |
"users.cancel.reason.individual.features": { | |
en: "The features didn't fit my use case" | |
}, | |
"subnav.documents.deleted": { | |
en: "Deleted Documents", | |
zh: "已删除的文件" | |
}, | |
"documentanalytics.error.retry": { | |
en: "Something went wrong. Trying again in %02d:%02d" | |
}, | |
"visio.convert.failed": { | |
fr: "Le fichier Visio n'a pu être converti", | |
en: "Failed to convert visio file" | |
}, | |
"community.h.search": { | |
en: "Community Search:", | |
zh: "社区搜索:" | |
}, | |
"users.cancel.reason.team.moving": { | |
en: "We're moving to another %s account" | |
}, | |
"pricingTable.label.objLimit": { | |
fr: "Objets par document", | |
en: "Objects per document", | |
nl: "Objecten per document", | |
pt: "Objetos por documento", | |
de: "Objekte pro Dokument", | |
es: "Objetos por documento" | |
}, | |
"flash.document.rate.error": { | |
en: "Error rating document.", | |
zh: "文件评分错误" | |
}, | |
"ctxpane.layout.arrange.front": { | |
en: "Bring to front" | |
}, | |
"historypanel.team.unlicensed": { | |
en: "Revision history is only available for licensed Lucidchart users. Please contact your administrator to request a license." | |
}, | |
"education.pb1": { | |
en: "We are pleased to offer Lucidchart free of charge to K-12 educators and students. Lucidchart also offers group rates and discounts to higher education institutions. Please provide the details of your situation below.", | |
zh: "我们很高兴为K- 12教育工作者和学生提供免费Lucidchart。 Lucidchart还向高等教育机构提供团体折扣。请在下方为我们提供您的详细信息。" | |
}, | |
"menu.preview": { | |
en: "Preview" | |
}, | |
"subnav.payments.billinginfo": { | |
en: "Billing Information" | |
}, | |
"optionbar.group.style": { | |
fr: "Style", | |
en: "Style", | |
zh: "样式" | |
}, | |
"users.alreadyChart.2.press": { | |
en: "Log in to Lucidpress" | |
}, | |
"users.cancel.scale.10": { | |
en: "Very likely" | |
}, | |
"dialogs.analytics.setup.message": { | |
en: "Set up up your Google Analytics account with Lucidpress to get access to document analytics." | |
}, | |
"orginvitation.accept.h2.existing.press": { | |
en: "Use an existing Lucidpress account", | |
zh: "使用现有的Lucidpress账户" | |
}, | |
Saved: { | |
fr: "Enregistré", | |
zh: "已保存" | |
}, | |
"menu.rename": { | |
en: "Rename..." | |
}, | |
"download.waiting.patience": { | |
en: "Thank you for your patience" | |
}, | |
"documentanalytics.segmentstitle.shares": { | |
en: "Shares" | |
}, | |
"optionbar.group.linedefaults": { | |
fr: "Réglages par défaut de la ligne", | |
en: "Line Defaults", | |
zh: "默认线条" | |
}, | |
"preferences.restrictsharingoutsidedomains.noRestriction": { | |
en: "Do not restrict sharing by domain" | |
}, | |
"pricingTable.label.font": { | |
en: "Custom font upload" | |
}, | |
"tips.masterpages.p2": { | |
en: "Good luck and enjoy the new master pages!" | |
}, | |
"mention.permission.insufficentPermission": { | |
en: "The users below do not have access to this document and you do not have permission to invite them." | |
}, | |
"prefs.guides.hide": { | |
en: "Hide Guides" | |
}, | |
"forum.thread.create.h2": { | |
en: "Post New Thread", | |
zh: "发布新主题" | |
}, | |
"dialog.collaborator.role.edit.heading.suffix": { | |
fr: "à :", | |
en: "to:", | |
zh: "发送给:" | |
}, | |
"menu.crop.image.press": { | |
fr: "Recadrer l'image", | |
en: "Edit Masking" | |
}, | |
"preferences.allowatmentions": { | |
en: "Allow team members to use @mentions in comments to send emails" | |
}, | |
"confirm.template.delete": { | |
en: "Are you sure you want to delete this template?" | |
}, | |
"press.modes.comment.title": { | |
en: "Comment Mode" | |
}, | |
"saml.manage.invalidmetadata": { | |
en: "Invalid Metadata." | |
}, | |
"ondemand.confluence.authentication.details": { | |
en: "<p>If you do not have a Lucidchart account, you can create one by clicking sign up below.</p><p>You need to have your Lucidchart team administrator add you to your organization's team in order to use the Lucidchart Confluence add-on.</p>" | |
}, | |
"referrals.credit.button.redeem": { | |
en: "Redeem Credit", | |
zh: "兑换点数" | |
}, | |
"educationhints.contextpanevideo": { | |
en: "Welcome to the new Lucidpress editor! Press play for a quick overview of the exciting changes!" | |
}, | |
"template.delete": { | |
en: "Delete Template" | |
}, | |
"nav.signup": { | |
en: "Sign Up Free" | |
}, | |
"flash.document.rate.thanks": { | |
en: "Thank you for rating this document!", | |
zh: "感谢您对此文件评分!" | |
}, | |
"users.level.p3a": { | |
en: "You have %s credit on your account.", | |
zh: "您有%s添加到了您的账户。" | |
}, | |
"invoices.prefs.companyName": { | |
en: "Company name:" | |
}, | |
"users.pay.p.warning": { | |
en: "You need to pay your %s subscription fee before %s, or your subscription will be suspended.", | |
zh: "您需要在还剩%s之前支付您%s的定金,不然您的订阅将会被推迟。" | |
}, | |
"invitation.sending": { | |
fr: "Envoi de l'invitation…", | |
en: "Sending Invitation...", | |
zh: "正在发送邀请..." | |
}, | |
"Untitled Master": { | |
fr: "Modèle sans titre" | |
}, | |
"orginvitation.confirm.teamMerge.explain.singular": { | |
en: "When you choose to accept this invitation, your %s account ownership will be transferred to the %s team admin, %s (%s), and you will share the benefits of their team subscription." | |
}, | |
"default-team-name": { | |
en: "Default Team Name" | |
}, | |
"prefs.legend.prompt": { | |
en: "After Drawing Lines:", | |
zh: "画线之后:" | |
}, | |
"demo.simpleuml.dragshape": { | |
fr: "Décrivons le fabricant et le détaillant d'un produit. Commencez par glisser un bloc de classe simple sur la page.", | |
en: "Let's describe a product's manufacturer and retailer. Start by dragging a simple class block onto the page.", | |
zh: "让我们介绍一个产品的制作商和零售商。通过拖动一个简单的等级图形块到页面上来开始。" | |
}, | |
"examples.network": { | |
en: "Network Diagram", | |
zh: "网络图" | |
}, | |
Italic: { | |
fr: "Italique", | |
zh: "斜体" | |
}, | |
"option.arrowstyle.open": { | |
fr: "Flèche ouverte", | |
en: "Open Arrow", | |
zh: "指向箭头" | |
}, | |
"label.updated": { | |
en: "Updated", | |
zh: "已更新" | |
}, | |
"option.block.style.copy": { | |
fr: "Copier le style d'un autre bloc", | |
en: "Copy style from another block", | |
zh: "从其他图形块复制样式" | |
}, | |
"referral.claim.notice": { | |
en: "Confirm your <br /> account to claim <br /> your FREE credit" | |
}, | |
"orginvitation.confirm.teamMerge.button.ignore": { | |
en: "Keep Current Account" | |
}, | |
"team.licenses.meter.message": { | |
en: "%d of %d team licenses are currently in use." | |
}, | |
"option.formatting.remove": { | |
fr: "Enlever la mise en forme", | |
en: "Remove Formatting", | |
zh: "删除格式" | |
}, | |
"pricingTable.label.shapes": { | |
fr: "Bibliothèque extensive de formes", | |
en: "Extensive shape library", | |
nl: "Uitgebreide bibliotheek voor vormen", | |
pt: "Extensa biblioteca de formatos", | |
de: "Umfangreiche Formenbibliothek", | |
es: "Amplia biblioteca de formas" | |
}, | |
"referrals.month.pro.extend.desc": { | |
en: "Get one month credit for your Lucidchart Pro account.", | |
zh: "您的Lucidchart 专业账户将获得一个月的点数" | |
}, | |
"persona.survey.notnow": { | |
en: "Not Now" | |
}, | |
"mention.permission.contact1": { | |
en: "Please contact " | |
}, | |
Facebook: { | |
fr: "Facebook", | |
zh: "Facebook" | |
}, | |
"link.generate": { | |
fr: "Générer un lien", | |
en: "Generate Link", | |
zh: "生成连接 " | |
}, | |
"org.create.p.noteamtrial": { | |
en: "Setting up a Team trial is free and simple. Trial accounts last 14 days and do not require payment information to get started." | |
}, | |
"communitypanel.title": { | |
en: "Community" | |
}, | |
"tips.richtext.p2": { | |
en: 'To enter foreign languages, such as <span class="highlight">Chinese, Japanese or Korean</span>, that require an Input Method Editor (IME), first select the %s button in the option bar above your diagram, or use the keyboard shortcut Ctrl + Space.', | |
zh: '输入外国语言例如<span class="highlight">中文,日文或韩文</span>,需要一个输入法编辑器(IME)。首先选择在图表上方项栏中的%s按钮,或使用键盘快捷键Ctrl+空格。' | |
}, | |
"users.close.h2.close": { | |
en: "Close your Lucidchart account entirely", | |
zh: "永久关闭您的Lucidchart账户" | |
}, | |
"visio.upload.team.unlicensed.p": { | |
en: "Visio import is available to all licensed Team members of Lucidchart. You may import your Visio documents, but you will not be able to further edit any imported Visio documents unless you request a license from your admin." | |
}, | |
"flash.community.thread.save.error": { | |
en: "Could not save Community Library thread.", | |
zh: "无法保存社区图书馆主题。" | |
}, | |
"org.gapps.pendingusers.h": { | |
en: "Pending Google Apps Users" | |
}, | |
"publication.error.VanityLinkTooLong": { | |
en: "Custom link must be no more than 32 characters." | |
}, | |
"dialog.sharePrompt.title": { | |
en: "Share Your Work" | |
}, | |
"users.cancel.reason.features": { | |
en: "The features didn't fit my use case" | |
}, | |
"invitations.group.sending": { | |
en: "Sending invitation to group %s", | |
zh: "正在发送邀请给团队:%s" | |
}, | |
"publishpanel.confirm.update": { | |
en: "Clicking OK will update the primary published version with any changes." | |
}, | |
Image: { | |
fr: "Image", | |
zh: "图像" | |
}, | |
"svg.import.alert": { | |
en: "Please select a .svg file." | |
}, | |
"org.prefs.passwd.numbers": { | |
en: "Require at least one numeric character" | |
}, | |
"docinfopane.actions.copy": { | |
en: "Copy", | |
zh: "复制%s" | |
}, | |
"ondemand.admin.configure.details": { | |
en: "To use the Lucidchart add-on, you must have a <strong>Lucidchart Team account</strong>." | |
}, | |
"textpanel.text.allowHyphens": { | |
en: "Allow Hyphenation" | |
}, | |
"documentanalytics.error.unknown.long": { | |
en: 'An unknown error occurred. Please try again. <a href="http://support.lucidpress.com/tickets/new">Contact support</a> if the problem persists.' | |
}, | |
startingat: { | |
en: "Starting at %s", | |
zh: "从%s开始" | |
}, | |
"label.publish.page.part": { | |
fr: "Partie de la page courante", | |
en: "Part of Current Page", | |
zh: "当前页面的一部分" | |
}, | |
"prefs.prompt.nothing": { | |
en: "Do nothing", | |
zh: "不执行任何操作" | |
}, | |
"contact.admin.dialog.unlicensed.user": { | |
en: "You are an unlicensed user on a team account, which limits your ability to:" | |
}, | |
"pricing.faq.endtrial.question": { | |
fr: "Que se passe-t-il à la fin de ma période d'essai ?", | |
en: "What happens at the end of my trial?", | |
nl: "Wat gebeurt er aan het einde van mijn proefperiode?", | |
pt: "O que acontece no final do período de teste?", | |
de: "Was passiert, wenn mein Probeabo ausläuft?", | |
es: "¿Qué ocurre al terminar el período de prueba?" | |
}, | |
"nav.pricing": { | |
fr: "Tarification", | |
en: "Pricing", | |
nl: "Prijzen", | |
pt: "Preço", | |
de: "Preise", | |
zh: "定价", | |
es: "Precios" | |
}, | |
"navpanel.title": { | |
fr: "Navigateur", | |
en: "Navigator", | |
zh: "导航器" | |
}, | |
"dialog.clipboard.installprompt.hotkeysOnly": { | |
en: "Use Hotkeys Only" | |
}, | |
"tooltip.page.new": { | |
fr: "Nouvelle page", | |
en: "New Page", | |
zh: "新页面 " | |
}, | |
"users.cancel.lose.partners.press": { | |
en: "I understand my team and I will no longer be able to use Lucidpress with Google Apps." | |
}, | |
"option.linestyle.solid": { | |
fr: "Très épais", | |
en: "Solid", | |
zh: "实现" | |
}, | |
"orginvitation.accept.h2.existing.chart": { | |
en: "Use an existing Lucidchart account", | |
zh: "使用现有的Lucidchart账户" | |
}, | |
"documentanalytics.dates.presetlabel.alltime": { | |
en: "All Time" | |
}, | |
"edurequest.cws.sent": { | |
en: "Your request has been sent. Your information will be reviewed, and you will be notified by email when your team account is approved." | |
}, | |
"users.cancel.team.feature3.link.press": { | |
en: "Review your existing structure and users now to see who will be affected" | |
}, | |
editor: { | |
fr: "Pupitreur", | |
zh: "编辑者" | |
}, | |
"Right Align": { | |
fr: "Aligner à droite", | |
zh: "右对齐" | |
}, | |
"footer.gallery": { | |
en: "Gallery" | |
}, | |
"users.cancel.lose.team.complexdocs1": { | |
en: "I understand my team and I will no longer be able to edit or print documents over the 60 object complexity limit." | |
}, | |
"users.cancel.lose.team.complexdocs2": { | |
en: "I understand my team and I will no longer be able to edit or print %d documents which are over the complexity limit." | |
}, | |
"flash.template.save.error": { | |
en: "Template could not be saved.", | |
zh: "模板无法保存。" | |
}, | |
"ondemand.confluence.configure.instance_linked_user_not_on_a_team": { | |
en: "<p><strong>The Lucidchart add-on has been configured to link to a Lucidchart team account, but you are not on the Lucidchart team.</strong></p><p>You can contact the Lucidchart Team Admin to have him or her put you on the team, or click below to create a new team account.</p>" | |
}, | |
"dialog.library.shareLibrary.error": { | |
fr: "Le partage ou l'annulation du partage de la bibliothèque de formes a échoué", | |
en: "Failed to (un)share shape library." | |
}, | |
"bugs.label.email": { | |
en: "Your Email Address", | |
zh: "您的电子邮箱地址" | |
}, | |
"users.external.h": { | |
en: "External Applications" | |
}, | |
"nav.examples": { | |
fr: "Exemples", | |
en: "Examples", | |
nl: "Voorbeelden", | |
pt: "Exemplos", | |
de: "Beispiele", | |
zh: "范例", | |
es: "Ejemplos" | |
}, | |
"orginvitation.accept.new.p.chart": { | |
en: "You may also accept this invitation by creating a new Lucidchart account. This account will be linked to the organization %s, and will share all the benefits of %s's subscription.", | |
zh: "您也可以接受邀请并建立一个新的Lucidchart账户。此帐户将链接至该组织的%s并将共享所有%s的订阅的好处。" | |
}, | |
"flash.payment.amazon.validation.failed": { | |
en: "Amazon Payments authorization validation failed. Please contact Lucidchart to resolve this issue.", | |
zh: "Amazon支付授权验证失败。请联系Lucidchart来解决这个问题。" | |
}, | |
"ondemand.admin.configure.link_to_team": { | |
en: "Link To Lucidchart Team" | |
}, | |
"publish.downloaddialog.exportToDrive": { | |
en: "Export to Google Drive" | |
}, | |
"menu.download.description": { | |
fr: "Télécharger un PDF ou une image", | |
en: "Download a PDF or image" | |
}, | |
"visio.import.error.unknown": { | |
en: "Unknown error importing Visio file.", | |
zh: "导入VDX file发生了未知错误。" | |
}, | |
"label.tos.agree": { | |
en: 'By registering I agree to Lucid Software\'s <a id="tos_link" href="/pages/tos" target="_blank">Terms of Service</a>.', | |
zh: '我同意<a id="tos_link" href="/pages/tos" target="_blank">服务条款</a>.' | |
}, | |
"users.external.p": { | |
en: "Listed here are external partner applications or websites that you have granted access to your Lucidchart documents. If you remove them here, they will no longer be able to access your Lucidchart account." | |
}, | |
"docinfopane.actions": { | |
en: "Actions", | |
zh: "行动" | |
}, | |
"pricing.faq.collaborate.question": { | |
fr: "Puis-je collaborer avec d'autres personnes en utilisant un compte personnel?", | |
en: "Can I collaborate with others using a personal account?", | |
nl: "Kan ik samenwerken met anderen door gebruik van een persoonlijk account?", | |
pt: "Posso colaborar com outras pessoas ao usar uma conta pessoal?", | |
de: "Kann ich über ein persönliches Konto mit Anderen zusammenarbeiten?", | |
es: "¿Puedo colaborar con otros usando una cuenta personal?" | |
}, | |
"alert.twitter.unpublished": { | |
en: "You must publish your document before sharing it on Twitter. Click the Publish tab in the Share dialog to begin." | |
}, | |
"pricingTable.label.ScreenQuality": { | |
en: "Screen quality" | |
}, | |
"users.pay.th.method": { | |
en: "Payment Method", | |
zh: "支付方法" | |
}, | |
"Strike-out": { | |
fr: "Barré", | |
zh: "删除" | |
}, | |
"ctxpane.layout.metrics.originalSize": { | |
en: "Original Size" | |
}, | |
"onboard.createshape": { | |
en: "Drag and drop shapes to get started!" | |
}, | |
"button.save": { | |
en: "Save", | |
zh: "保存" | |
}, | |
"gui.alert.plugins.restricted.pro": { | |
en: "This document contains shape libraries that are only available to Pro and Team accounts. Upgrade to activate all libraries in this document or turn off restricted shape libraries to access the editor. Closing this message will result in a read-only view of your document." | |
}, | |
"saml.sso.notconfigured": { | |
en: 'Your team is not configured for SAML. Please have your team admin <a href="http://support.lucidchart.com">contact support</a>.' | |
}, | |
"pricing.quote1.title": { | |
fr: "Directeur de la gestion des produits, Silicon Mechanics", | |
en: "Director of Product Management, Silicon Mechanics", | |
nl: "Directeur van Productbeheer, Silicon Mechanics", | |
pt: "Diretor de Gerenciamento de Produtos, Silicon Mechanics", | |
de: "Leiter Produktmanagement, Silicon Mechanics", | |
es: "Directora de gestión de producto en Silicon Mechanics" | |
}, | |
"pricing.faq.nosubscription.question": { | |
fr: "Qu'arrivera-t-il à mes documents si je ne m'abonne pas après ma période d'essai ?", | |
en: "What happens to my documents if I do not subscribe after my trial?", | |
nl: "Wat gebeurt er met mijn documenten als ik niet abonneer na mijn proefperiode?", | |
pt: "O que vai acontecer com meus documentos se eu não assinar depois do período de teste?", | |
de: "Was passiert mit meinen Dokumenten, wenn ich nach der Testphase kein Abo abschließe?", | |
es: "¿Qué pasa con mis documentos si no me suscribo tras el período de prueba?" | |
}, | |
"users.pay.p.level.changed": { | |
en: "You have changed your subscription level from %s to %s. Until you pay the subscription fee for %s, you will not have access to its features.", | |
zh: "您已经将您的订阅等级从%s改成了%s。直到您支付%s的费用为止,您将不能使用这个功能。" | |
}, | |
"persona.survey.industry.marketing": { | |
en: "Marketing & Advertising" | |
}, | |
"persona.survey.education": { | |
en: "Education" | |
}, | |
"press.modes.layout.long": { | |
en: "Layout Mode is where you will lay out the elements of your document. Explore the other modes below." | |
}, | |
"orginvitation.confirm.moveTeams.botton.ignore": { | |
en: "Stay on Current Team" | |
}, | |
"ctxpane.layout.wrap.tight": { | |
en: "Wrap text around the object." | |
}, | |
"persona.survey.industry.question": { | |
en: "Which of the following best describes the principal industry of your organization?" | |
}, | |
"dialog.newdoc.title": { | |
en: "Create New Document" | |
}, | |
"users.documentanalytics.setup.account": { | |
en: 'In order to set up Lucidpress Analytics, you need a Google Analytics account. If you don\'t have an existing account, see our tutorial on <a href="http://support.lucidpress.com/entries/65389748" target="_blank"> how to create a new Google Analytics account</a>.' | |
}, | |
"dialog.clipboard.hotkeyinstructions.body": { | |
en: "These actions are unavailable via the Edit and Context menus, but you can still use:" | |
}, | |
"users.cancel.all.feature1.link.press": { | |
en: "Check your current storage usage to see if your account would be limited immediately" | |
}, | |
"press.modes.comment.short": { | |
en: "Comment Mode is where you add comments to specific elements in your layout that will be visible to collaborators." | |
}, | |
"callout.community.button.browse": { | |
fr: "Naviguez maintenant", | |
en: "Browse Now", | |
zh: "立即浏览" | |
}, | |
"flash.template.score.calc.error": { | |
en: "Error could not calculate community score.", | |
zh: "错误:无法计算社区评分。" | |
}, | |
"label.creditcardnumber": { | |
en: "Credit Card Number" | |
}, | |
"collaborate.option.view": { | |
fr: "peut voir", | |
en: "Can view", | |
zh: "可查看" | |
}, | |
"examples.business": { | |
en: "Business Process", | |
zh: "商业过程" | |
}, | |
"docinfopane.actions.view": { | |
en: "View", | |
zh: "查看%s" | |
}, | |
"orginvitation.confirm.accountOwner.button.accept": { | |
en: "Join Team" | |
}, | |
"option.arrowstyle.solid": { | |
fr: "Flèche", | |
en: "Arrow", | |
zh: "箭头" | |
}, | |
"persona.survey.twentyfivetofortynine": { | |
en: "25-49" | |
}, | |
"tooltip.icon.commercialonly": { | |
en: "Limit searches to icons with commercial licenses", | |
zh: "使用商业执照可以进行对图表的有限搜索" | |
}, | |
"navpanel.button.zoomout": { | |
fr: "Zoom arrière (Ctrl+Touche bas)", | |
en: "Zoom Out (Ctrl+Down)", | |
zh: "缩小" | |
}, | |
"users.cancel.lose.individual.pro.press": { | |
en: "I understand I will no longer be able to embed documents, upload custom fonts, or add additional storage." | |
}, | |
"vdx.import.drag": { | |
en: 'Your Visio files are now being imported. After a file is imported, it will appear in "My Documents". The conversion process may take a few minutes.' | |
}, | |
"documentanalytics.temporalChart.views": { | |
en: "Total views" | |
}, | |
"users.pay.p.creditsurplus": { | |
en: "You have a credit for %s on your account. This amount will cover your next %s in fees paid.", | |
zh: "您的账户中有%s的余额。此余额可以覆盖您下次%s的费用。" | |
}, | |
"tips.h2.joincommunity": { | |
en: "2 Tips to Joining the Lucidchart Community:", | |
zh: "两个加入Lucidchart community 的秘诀" | |
}, | |
"embedpanel.title": { | |
fr: "intégrer", | |
en: "Embed", | |
zh: "嵌" | |
}, | |
"flash.changes.saved": { | |
en: "Changes saved.", | |
zh: "保存更改" | |
}, | |
"pricingTable.pro": { | |
fr: "Pro", | |
en: "Pro", | |
nl: "Pro", | |
pt: "Pro", | |
de: "Pro", | |
es: "Profesional" | |
}, | |
"menu.pageTemplate.edit": { | |
en: "Edit page template" | |
}, | |
"footer.templates.poster": { | |
en: "Poster Templates" | |
}, | |
"manage.password.policy": { | |
en: "Team Password Policy" | |
}, | |
"dialog.upgradeprompt.accept": { | |
en: "Upgrade" | |
}, | |
Title: { | |
zh: "标题" | |
}, | |
"onboard.style": { | |
en: "Add colors and style to your diagram with ease." | |
}, | |
"text.paragraph.spacing.label": { | |
en: "Paragraph spacing" | |
}, | |
"or.link.generate": { | |
fr: "Ou générer un lien pouvant être envoyé à d'autres utilisateurs", | |
en: "Or generate a link you can to send to others", | |
zh: "或建立一个可以发送他人的链接" | |
}, | |
"tips.freehand.shape.h": { | |
en: "Shape Outlines", | |
zh: "形状轮廓" | |
}, | |
"footer.confluence": { | |
en: "Confluence" | |
}, | |
"documentanalytics.error.unpublished": { | |
en: "You must publish this document to begin collecting analytics data." | |
}, | |
"confirm.document.delete": { | |
en: "Are you sure you want to delete this document?" | |
}, | |
"prefs.zoom.normal.press": { | |
en: "Normal (125%)", | |
zh: "正常(125%)" | |
}, | |
"button.open": { | |
en: "Open" | |
}, | |
Bold: { | |
fr: "Gras", | |
zh: "粗体" | |
}, | |
"label.invitation.single": { | |
fr: "À usage unique", | |
en: "Single use", | |
zh: "单次使用" | |
}, | |
"ctxpane.text.rules.top": { | |
en: "Top:" | |
}, | |
"option.formatting.copy": { | |
en: "Copy Formatting" | |
}, | |
"button.selection.publish": { | |
fr: "Publier la sélection", | |
en: "Publish Selection", | |
zh: "发布选择部分" | |
}, | |
"users.education.upgrade.h1": { | |
en: "Free Pro account for students", | |
zh: "对学生免费的专业账户" | |
}, | |
"forum.thread.th.topics": { | |
en: "Topics", | |
zh: "主题" | |
}, | |
"education.label.name": { | |
en: "Your Name", | |
zh: "您的名字" | |
}, | |
"education.label.numusers": { | |
en: "Number of Users", | |
zh: "用户数" | |
}, | |
"statepanel.state.add": { | |
fr: "Ajouter un nouvel état", | |
en: "Add new state", | |
zh: "新建状态" | |
}, | |
"documentanalytics.warning": { | |
en: "Warning:" | |
}, | |
"pagetitle.master.suffix": { | |
fr: "(modèle)", | |
en: "(master)" | |
}, | |
"growl.master.applied": { | |
fr: "Le modèle a été appliqué.", | |
en: "Master page applied." | |
}, | |
"users.cancel.pro.feature3.elaborate.press": { | |
en: "You will lose the ability to <strong>embed fully-interactive documents on your website</strong>. Published documents on Free accounts can only be viewed in the standard Lucidpress-branded viewer." | |
}, | |
"text.paragraph.top.spacing.label": { | |
en: "Paragraph top spacing" | |
}, | |
"statepanel.prompt.new": { | |
fr: "Nom du nouvel état :", | |
en: "New layer name:", | |
zh: "新状态名称:" | |
}, | |
signin: { | |
en: "Log in", | |
zh: "登录" | |
}, | |
"page.new.title.default": { | |
fr: "Titre de la nouvelle page", | |
en: "New Page Title", | |
zh: "新页面名称:" | |
}, | |
"label.publish.zoom.print": { | |
fr: "Qualité d'impression", | |
en: "Print Quality", | |
zh: "打印品质" | |
}, | |
"publish.printdialog.upgrade": { | |
en: "Upgrade to unlock" | |
}, | |
"tips.community.browse.h": { | |
en: "Start from an Example", | |
zh: "从一个例子开始" | |
}, | |
"gui.growl.bannerUpgrade.press": { | |
en: "Upgrade to remove the Lucidpress banner" | |
}, | |
"alert.restriction.upgrade.higher": { | |
fr: '<p>Si vous voulez retirer cette restriction, passez à <a target="_blank" href="/users/level?source=RemoveRestrictionHigherSubscription">un niveau d\'abonnement supérieur</a>.</p>', | |
en: '<p>If you wish to remove this restriction, you should <a target="_blank" href="/users/level?source=RemoveRestrictionHigherSubscription">upgrade</a> to a higher subscription level.</p>', | |
zh: '<p>如果您想删除此限制,可以<a target="_blank" href="/users/level?source=RemoveRestrictionHigherSubscription">升级</p>账户。' | |
}, | |
"pricingTable.basic": { | |
fr: "Basique", | |
en: "Basic", | |
nl: "Basis", | |
pt: "Básico", | |
de: "Basic", | |
es: "Básica" | |
}, | |
"invitations.title.notification": { | |
fr: "Inviter des gens à rejoindre votre équipe", | |
en: "Invite People to Join Your Team" | |
}, | |
"label.expire.month": { | |
en: "Expiration Month" | |
}, | |
"users.close.reason.wantFree.1.trial": { | |
en: 'Did you know that you can use a Free account forever? You\'re currently on a free 14-day trial of a premium account. <a href="/users/cancelFromClose">Move to a Free account now</a>.' | |
}, | |
"mention.permission.title": { | |
en: "Comment Notifications" | |
}, | |
"alert.page.last.delete": { | |
fr: "Vous ne pouvez pas supprimer la dernière page.", | |
en: "You cannot delete the last page.", | |
zh: "你不能删除最后页" | |
}, | |
"users.cancel.scale": { | |
en: "<i>On a scale of 1-5, how likely are you to re-subscribe to %s in the future?</i>" | |
}, | |
"invoices.notification.other": { | |
en: "Send email receipt to other email address" | |
}, | |
"option.vector.join": { | |
fr: "Combiner les points", | |
en: "Combine points", | |
zh: "合并点" | |
}, | |
"users.cancel.reason.individual.moving": { | |
en: "I am moving to another %s account" | |
}, | |
"nav.admin": { | |
en: "Admin", | |
zh: "管理者" | |
}, | |
"button.area.select.publish": { | |
fr: "Sélectionner une zone et la publier", | |
en: "Select Area and Publish", | |
zh: "选择区域并发表" | |
}, | |
"doclist.setup.analytics": { | |
en: "Set Up Analytics" | |
}, | |
"footer.privacy": { | |
en: "Privacy", | |
zh: "隐私声明" | |
}, | |
"org.users.p3a": { | |
en: 'None of the other users listed here will be able to log in until you <a href="/users/pay">pay for</a> your %s subscription.', | |
zh: '您必须先<a href="/users/pay">支付</a>您的%s订阅费,以下所列的用户才能登。' | |
}, | |
"footer.howto.newsletter": { | |
en: "How to Make a Newsletter" | |
}, | |
"label.alias": { | |
en: "Forum Alias", | |
zh: "论坛昵称" | |
}, | |
"header.examples": { | |
en: "Examples" | |
}, | |
"ctxpane.text.warp.style.wave": { | |
en: "Wave" | |
}, | |
"ctxpane.gallery.size.fit.tooltip": { | |
en: "Show the entire image within the gallery bounding box" | |
}, | |
"dialog.fonts.upload.error": { | |
en: "There was a problem uploading the font %s. Please try again. If the problem persists, please <a target='_blank' href='http://support.lucidpress.com/requests/new'>submit a support ticket</a>." | |
}, | |
"option.linejump.off": { | |
fr: "intersections des lignes droites", | |
en: "Straight Line Intersections" | |
}, | |
"label.page.create": { | |
fr: "Créer une nouvelle page", | |
en: "Create New Page:", | |
zh: "新建页面:" | |
}, | |
"menu.page.duplicate": { | |
fr: "Dupliquer la page", | |
en: "Duplicate Page", | |
zh: "重复页面" | |
}, | |
"flash.upload.failed.try.again": { | |
en: "Upload failed. Please try again.", | |
zh: "上传失败。请再试一次。" | |
}, | |
"users.cancel.reason.individual.business.closed": { | |
en: "My company has gone out of business" | |
}, | |
"label.expire.date": { | |
en: "Expiration Date" | |
}, | |
"confirm.document.unpublish": { | |
fr: "Êtes-vous certain de vouloir dépublier ce document?", | |
en: "Are you sure you want to un-publish this document?", | |
zh: "您确定要取消发布此文件吗?" | |
}, | |
"users.backup.h": { | |
en: "Backup" | |
}, | |
"team.confluence.description": { | |
en: '<p> If your team uses <a target="_blank" href="http://www.atlassian.com/software/confluence/"> Confluence</a>, you can use the <a target="_blank" href ="/pages/tour/confluence">Lucidchart Confluence Plugin </a> at no cost.</p> \n<p> To enable the plugin, enter the key and secret below on the Confluence Lucidchart plugin administration screen. Please see our <a target="_blank" href="/pages/tour/confluence_documentation">documentation</a> for additional information.\n</p>' | |
}, | |
"orginvitation.existingaccount.cancel": { | |
en: "Keep paid subscription" | |
}, | |
"import.failed.files.list": { | |
en: "The following documents in your backup failed to import. If this problem persists please contact support." | |
}, | |
"revision.fork.text": { | |
en: "Save state as..." | |
}, | |
"text.valign.tooltip.top": { | |
en: "Top align text" | |
}, | |
"menu.line.shape.reset": { | |
fr: "Revenir à la forme par défaut", | |
en: "Reset Default Shape", | |
zh: "重置默认形状" | |
}, | |
"dialog.educationhints.message.advanced": { | |
en: "Yes, but only <br/>the advanced <br/>features" | |
}, | |
"dialog.newdoc.button.back": { | |
en: "Back" | |
}, | |
"tooltip.community.share": { | |
fr: "Partager cet exemple avec la communauté", | |
en: "Share example with community", | |
zh: "与社区分享" | |
}, | |
MB: { | |
fr: "Mo", | |
en: "MB" | |
}, | |
"nav.team": { | |
en: "Team", | |
zh: "团队" | |
}, | |
"confirm.no": { | |
en: "No" | |
}, | |
"callout.community.find": { | |
fr: "Trouver", | |
en: "Find", | |
zh: "搜索" | |
}, | |
"invite.usersgroups": { | |
en: "/Users/Groups", | |
zh: "/用户/团队" | |
}, | |
"storagemeter.team.unlicensed.p": { | |
en: "Get more space with a licensed account. Please contact your Team admin to request a license." | |
}, | |
"doclist.createdoc.sharefolder.dialog.title": { | |
en: "Create in Shared Folder" | |
}, | |
"users.driveintegration.unlink_successful": { | |
en: "Successfully unlinked your Google Drive Account" | |
}, | |
"footer.uml": { | |
en: "UML diagram" | |
}, | |
"ctxpane.table.dimensions.merge": { | |
en: "Merge:" | |
}, | |
"label.publish.png.comment": { | |
fr: "Format d'image recommandé", | |
en: "Recommended image format", | |
zh: "建议使用图片格式" | |
}, | |
"orginvitation.confirm.moveTeams.explain": { | |
en: "Because you are already a member of the %s team, accepting this invitation will remove you from your existing team. As a result you will no longer have access documents shared with you by your current team, but you will retain all of the documents that you have created. If you choose to accept the invitation, your new account admin will be %s (%s)." | |
}, | |
"dialog.share.invite.tab": { | |
fr: "Partage", | |
en: "Sharing", | |
zh: "邀请合作者" | |
}, | |
"dialog.clipboard.maybecompleteprompt.close": { | |
en: "Close" | |
}, | |
"team.licenses.meter.full": { | |
en: "All licenses are currently in use. Please upgrade for more licenses or revoke licenses to make some available." | |
}, | |
"import.success": { | |
en: "Successfully restored from backup" | |
}, | |
"users.close.multipleproducts": { | |
en: "<strong>Warning:</strong> Closing your account will result in both your Lucidchart and Lucidpress accounts being closed." | |
}, | |
"alert.visio.trial": { | |
en: 'Thank you for using our Visio import feature! Your account allows you to view this document in read-only mode. To edit this document, you can <a href="/users/level?source=Editor-VisioImportTryProTrial">try Lucidchart Pro features free for 14 days</a>!' | |
}, | |
"orginvitation.confirm.teamMerge.notifyInvitiation": { | |
en: "Your team has been invited to join the %s %s team." | |
}, | |
"docinfopane.actions.delete": { | |
en: "Delete", | |
zh: "删除%s" | |
}, | |
"ctxpane.layout.arrange.align.middle": { | |
en: "Middle align selection" | |
}, | |
"users.level.button.signup.now": { | |
en: "Sign Up Now", | |
zh: "现在注册" | |
}, | |
alreadysignedup: { | |
en: "Already signed up? Log in" | |
}, | |
"users.register.ed.existing.p.chart": { | |
en: "If you accept this invitation with your existing Lucidchart account, your account will be linked to the educational institution %s. Any existing paid subscription you have will be cancelled, but you will share all the benefits of %s's subscription.", | |
zh: "如果您使用您已存在的Lucidchart账户来接受此邀请,您的账户将会与教育机构的%s连接。您已经支付的定金将会被取消,但是您可以共享%s订阅的所有功能。" | |
}, | |
"Share with others": { | |
fr: "Partager avec d'autres", | |
zh: "同他人分享" | |
}, | |
"label.emailaddress": { | |
en: "Email Address", | |
zh: "电子邮件地址" | |
}, | |
"ctxpane.table.borders.grid": { | |
en: "Grid Lines:" | |
}, | |
"pricingTable.paid.annually": { | |
fr: "payé annuellement", | |
en: "paid annually", | |
nl: "jaarlijks betaald", | |
pt: "pagos anualmente", | |
de: "jährliche Abrechnung", | |
es: "pago anual" | |
}, | |
"gui.growl.try.free.press": { | |
fr: "Essayez Lucidpress gratuitement!", | |
en: "Try Lucidpress Free!", | |
zh: "免费试用Lucidpress!" | |
}, | |
"persona.survey.industry.technology": { | |
en: "Technology, Telecommunications, Internet & Electronics" | |
}, | |
"users.external.list": { | |
en: "Authorized Websites and Applications" | |
}, | |
"import.failed": { | |
en: "Failed to import." | |
}, | |
"flash.thread.posted": { | |
en: "Thread posted.", | |
zh: "发布主题" | |
}, | |
"ctxpane.table.fill.banding.cols": { | |
en: "Banded Columns" | |
}, | |
"email.collaborator.select": { | |
en: "Select" | |
}, | |
"message.template.new": { | |
fr: "Cette action va sauvegarder le document comme un nouveau <em>gabarit</em>. À chaque fois que vous créerez un nouveau document dans Lucidchart, vous pourrez utiliser ce document comme point de départ.", | |
en: "This will save this document as a new <em>template</em>. This means that each time you create a new document in Lucidchart, you will be able to use this document as a starting point.", | |
zh: "这将此文件保存为一个新的<em>模板文件</em>。每当您在Lucidchart创建一个新文件,将能够使用该文件为出发点。" | |
}, | |
"tips.dragdrop.h": { | |
en: "Drag and Drop", | |
zh: "拖放" | |
}, | |
"pricingTable.label.integrations": { | |
fr: "Confluence / JIRA / Google Apps", | |
en: "Confluence / JIRA / Google Apps", | |
nl: "Confluence / JIRA / Google Apps", | |
pt: "Confluence / JIRA / Google Apps", | |
de: "Confluence / JIRA / Google Apps", | |
es: "Confluence / JIRA / Google Apps" | |
}, | |
"org.uploadusers.p5": { | |
en: "Please correct these errors and try again.", | |
zh: "请在更正这些错误后再试一次" | |
}, | |
"prefs.grid.show": { | |
en: "Show Grid", | |
zh: "显示网格线" | |
}, | |
"welcome.chart": { | |
en: "Welcome to Lucidchart!" | |
}, | |
Down: { | |
fr: "Touche bas", | |
zh: "向下" | |
}, | |
"docinfopane.actions.copy.default": { | |
en: "Copy of %s", | |
zh: "%s的复本" | |
}, | |
"prefs.hintLevel.advanced": { | |
en: "Advanced" | |
}, | |
"alert.visio.upgrade.admin": { | |
en: "Thank you for using our Visio import feature! Your expired Team account allows you to view this document in read-only mode. To edit this document, please upgrade your account." | |
}, | |
"tips.dragdrop.p": { | |
en: 'Simply <span class="highlight">drag</span> a shape from the toolbox and <span class="highlight">drop</span> it on the canvas.', | |
zh: '简单地<span class="highlight">拖动</span>工具箱中的任何一个图形并且<span class="highlight">放置</span>此图形到画布上。' | |
}, | |
"orginvitation.teamadmin.withoutAccountOwner": { | |
en: 'You are currently the account admin for your %s %s subscription. Please <a href="http://support.lucidchart.com/requests/new">contact us</a> to have another user on your team promoted to admin before accepting the team invitation.' | |
}, | |
"referrals.invite.r.h2": { | |
en: "Share This Link", | |
zh: "分享此链接" | |
}, | |
"subnav.account.plugins": { | |
en: "Plugins", | |
zh: "插件" | |
}, | |
"dialogs.font.upgrade.p2.onTrial": { | |
en: "Upgrade to a Pro account trial to enable this premium feature." | |
}, | |
"team.inviteusers.title": { | |
en: "Send Invites to Join Your Team" | |
}, | |
"publication.dialog.embed.title": { | |
en: "Embed the document to share on your website" | |
}, | |
"confirm.cancel": { | |
en: "Cancel", | |
zh: "取消" | |
}, | |
"persona.survey.training": { | |
en: "Training" | |
}, | |
"users.pay.quote.4": { | |
en: '"Lucidchart did what we needed it to do....we can very quickly and easily draw a network. We can use images from Google or the actual images of the products that we’re using."' | |
}, | |
"users.pay.quote.1": { | |
en: '"Lucidchart is a fantastic tool that pushes the boundary of what the web can do. It embodies the power of the Web and it\'s helping us plan future features of the Web."' | |
}, | |
"users.pay.quote.3": { | |
en: '"Lucidchart has helped us produce gorgeous work for our clients, helping us help them make the web a better place."' | |
}, | |
"users.pay.quote.2": { | |
en: '"I was looking for an online version of Visio when I came across Lucidchart... it was the best solution out there. It\'s changed everything."' | |
}, | |
"Left Align": { | |
fr: "Aligner à gauche", | |
zh: "左对齐" | |
}, | |
"forum.thread.th.latest": { | |
en: "Last Post", | |
zh: "���近发帖" | |
}, | |
"shapelib.createLibrary.error": { | |
fr: "Une erreur est survenue pendant la création de la bibliothèque de formes", | |
en: "Error creating shape library" | |
}, | |
"invitations.pending.from": { | |
en: "Shared by %s", | |
zh: "由%s分享的" | |
}, | |
"dialog.hotkeyref.ctrl.description": { | |
fr: "Appuyer sur Ctrl et cliquer sur un objet pour l'ajouter ou le retirer de la sélection", | |
en: "Hold down ctrl, click on an object to add or remove it from the selection", | |
zh: "按住Ctrl键,单击该对象来添加或删除选择" | |
}, | |
"force.sso.disabled.saml": { | |
en: "This setting is disaled due to <a href=\"/teams/saml/%d\">'Require SAML'</a> being turned on." | |
}, | |
"users.pay.p.currentlevel": { | |
en: "You are currently using %s.", | |
zh: "您现在正在使用%s。" | |
}, | |
"users.education.button.confirmemail": { | |
en: "Send confirmation email", | |
zh: "发送确认电子邮件" | |
}, | |
"optionbar.group.blockdefaults": { | |
fr: "Réglages par défaut du bloc", | |
en: "Block Defaults", | |
zh: "默认图形快" | |
}, | |
"users.storage.contactAdmin": { | |
en: "Contact your team admin to increase storage." | |
}, | |
"publication.error.processing": { | |
en: "Error processing document - please try again (%s)" | |
}, | |
"ondemand.confluence.configure.reset": { | |
en: " Reset Configuration " | |
}, | |
"button.visio.import.ro": { | |
en: "Import (Read-Only) Visio File" | |
}, | |
"bugs.contact.p1": { | |
en: 'If you would like to request support or report an issue with %s, please use our <a href="%s" target="%s">support portal</a>.', | |
zh: '如果您想报告%s软件缺陷,请使用<a href="%s" target="%s">报告问题</a>页面。' | |
}, | |
"bugs.contact.p2": { | |
en: "Please use the following form to send a message directly to %s staff for all other subjects. We will respond as time permits.", | |
zh: "使用下列表格直接向%s的工作人员发送邮件。我们将即时回应。" | |
}, | |
may: { | |
en: "05 - May" | |
}, | |
"text.tabs.stops.label": { | |
en: "Tab stops" | |
}, | |
"prefs.legend.snapping": { | |
en: "Snapping" | |
}, | |
"pricingTable.label.gapps": { | |
en: "Google Apps integration" | |
}, | |
"forum.thread.button.new": { | |
en: "+ New Topic", | |
zh: "新主题" | |
}, | |
"orginvitation.confirm.accountOwner.creditTransfer.automaticallyTransferred": { | |
en: "This amount will automatically be credited to the %s team's account when you accept this invitation." | |
}, | |
"users.cancel.lose.individual.basic.press": { | |
en: "I understand I will no longer be able to use the premium template library, revision history, or local backups" | |
}, | |
"flash.template.not.supported": { | |
en: "%s does not have support for custom templates. Please consider upgrading.", | |
zh: "%s没有支持的自定义模板。请考虑升级。" | |
}, | |
View: { | |
fr: "Voir", | |
zh: "查看 " | |
}, | |
"users.cancel.reason.team.nouse.press": { | |
en: "Our current project has finished / we have no further use for a layout tool" | |
}, | |
"folderentryusers.error.sub_not_owner": { | |
en: "You are not the owner on every document in the folder." | |
}, | |
"button.import.ro": { | |
en: "Import (Read-Only)" | |
}, | |
"community.h.rated.most": { | |
en: "Most-Rated", | |
zh: "最多评分" | |
}, | |
"menu.page.delete": { | |
fr: "Supprimer la page", | |
en: "Delete Page", | |
zh: "删除页面" | |
}, | |
"saml.manage.denySPinitauth": { | |
en: "Disable service provider (SP) initiated login." | |
}, | |
"ctxpane.text.warp.horizontal": { | |
en: "Horizontal" | |
}, | |
"doclist.menu.importvisio": { | |
en: "Import Visio" | |
}, | |
"documentanalytics.view.close": { | |
en: "Close" | |
}, | |
"ctxpane.layout.arrange.order.label": { | |
en: "Order:" | |
}, | |
"Untitled Document": { | |
fr: "Document sans titre", | |
zh: "未命名文件" | |
}, | |
"users.education.email.to.send": { | |
en: "An email will be sent to this address. Click on the link in the email to confirm your address and get your Pro account.", | |
zh: "将会一封电子邮件发送到这个地址。点击电子邮件中的链接,以确认您的地址,并获得你的专业账户。" | |
}, | |
"referrals.status.step1": { | |
en: "Invited", | |
zh: "已邀请" | |
}, | |
"referrals.status.step2": { | |
en: "Registered", | |
zh: "已注册" | |
}, | |
"referrals.status.step3": { | |
en: "Confirmed", | |
zh: "已确认" | |
}, | |
"docinfopane.invitations": { | |
en: "Invitations", | |
zh: "邀请" | |
}, | |
"ie9.upgrade": { | |
en: '<p>We noticed that you are using Internet Explorer 9 or earlier. While %s is functional with Internet Explorer 9, the application is much more stable with other options.</p>\n\n<p>If you prefer Internet Explorer, consider <a target="_blank" href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home">upgrading to Internet Explorer 11</a>.</p>\n\n<p>For optimal experience, try another free browser like <a target="_blank" href="http://google.com/chrome">Google Chrome</a> or <a target="_blank" href="http://www.firefox.com">Mozilla Firefox</a>.</p>' | |
}, | |
"ctxpane.text.warp.label": { | |
en: "Warp" | |
}, | |
"actions.empty.noneselect": { | |
en: "Select an item to add or edit actions." | |
}, | |
"alert.complexity.upgrade": { | |
fr: '<p>Cliquez<a class="link" id="complexity_upgrade">ici</a> pour profiter d\'un essai gratuit de la version payante et ainsi retirer cette restriction.</p>', | |
en: '<p>Click <a class="link" id="complexity_upgrade">here</a> to start a free trial of a paid account which lifts this limit.</p>', | |
zh: '<p>点击这里<a class="link" id="complexity_upgrade">here</a>,开始付费账户免费试用期,以删除该限制。' | |
}, | |
"footer.pricing": { | |
fr: "Tarification", | |
en: "Pricing", | |
nl: "Prijzen", | |
pt: "Preço", | |
de: "Preise", | |
es: "Precios" | |
}, | |
Unlimited: { | |
fr: "Illimité", | |
en: "Unlimited", | |
nl: "Onbeperkt", | |
pt: "Ilimitado", | |
de: "Uneingeschränkt", | |
es: "Sin límites" | |
}, | |
"button.download": { | |
fr: "Télécharger", | |
en: "Download" | |
}, | |
"bugs.contact.label.title": { | |
en: "Message Title", | |
zh: "邮件标题" | |
}, | |
"pricingTable.label.analytics": { | |
en: "Analytics" | |
}, | |
"email.collaborators": { | |
en: "Email Collaborators" | |
}, | |
"button.user.add.new": { | |
en: "Add New User", | |
zh: "添加新用户" | |
}, | |
"pricing.quote2.content": { | |
fr: "Par le passé, nous devions enregistrer un document sur un lecteur de réseau, l'envoyer par e-mail à tout le monde, gérer différentes versions, et s'assurer que toutes les versions étaient à jour. Avec Lucidchart, on peut voir, partager, et gérer les permissions en même temps. Maintenant, les gens peuvent visualiser les choses de manière simple, plutôt que de lire les 30 pages d'un projet.", | |
en: "In the past, we had to save a document to a network drive, email it around, manage different versions, and make sure all versions were up to date. With Lucidchart, you can view, share, and manage permissions all at once...Now, people can visualize things in a simple way, rather than reading 30 pages of a project process.", | |
nl: "In het verleden moesten we een document opslaan op een netwerkschijf, het rondmailen, verschillende versies beheren, en ervoor zorgen dat alle versies up-to-date waren. Met Lucidchart kunt u tegelijk bekijken, delen en machtigingen beheren... Nu kunnen mensen dingen visualiseren op een eenvoudige manier, in plaats van het lezen van 30 pagina's van een projectproces.", | |
pt: "No passado, tínhamos de salvar um documento em uma unidade de rede, enviar por e-mail, gerenciar diferentes versões e nos certificar de que todas estivessem atualizadas. Com o Lucidchart, você pode visualizar, compartilhar e gerenciar permissões de uma só vez... Agora, as pessoas podem visualizar as coisas de forma simples, em vez de ler 30 páginas de um processo de projeto.", | |
de: "Früher mussten wir ein Dokument auf einem Netzlaufwerk abspeichern, es per E-Mail verschicken, verschiedene Versionen verwalten und sicherstellen, dass alle Versionen auf dem neuesten Stand waren. Mit Lucidchart können Sie gleichzeitig betrachten, teilen und Berechtigungen verwalten...Jetzt kann man sich die Dinge ganz einfach visuell erschließen, anstatt sich 30 Seiten Projektprozesse durchzulesen.", | |
es: "Antes, teníamos que guardar los documentos en una unidad de red, enviarlos por correo electrónico, trabajar con diferentes versiones y asegurarnos de que todas las versiones estuvieran actualizadas. Con Lucidchart, se puede ver, compartir y gestionar los permisos todo a la vez... Ahora se pueden ver las cosas fácilmente, sin tener que leer treinta páginas del proceso de un proyecto." | |
}, | |
"referrals.status.step2.desc": { | |
en: "Your friend joined Lucidchart", | |
zh: "您的朋友加入了Lucidchart" | |
}, | |
"flash.document.community.removed": { | |
en: "Document has been removed from the community.", | |
zh: "文件已从社区删除" | |
}, | |
"dialog.hotkeyref.selectall.description": { | |
fr: "Tout sélectionner", | |
en: "Select all", | |
zh: "选择所有" | |
}, | |
"alert.restriction.team.unlicensed": { | |
en: "If you wish to permanently remove this restriction, please request a license from your Team admin." | |
}, | |
"persona.survey.fiftytoninetynine": { | |
en: "50-99" | |
}, | |
"pricingTable.noCredit": { | |
fr: "Aucune carte de crédit nécessaire", | |
en: "no credit card required", | |
nl: "Geen creditcard nodig", | |
pt: "Não é necessário cartão de crédito", | |
de: "Keine Kreditkarte erforderlich", | |
es: "No es necesaria tarjeta de crédito" | |
}, | |
"ctxpane.layout.wrap.right": { | |
en: "Wrap text to the right of the object." | |
}, | |
"gui.growl.trial.remain.suffix": { | |
fr: "jours restants. Payez ici!", | |
en: "days left. Pay here!", | |
zh: "还剩。在此支付!" | |
}, | |
"label.downgrade": { | |
en: "Downgrade", | |
zh: "降级" | |
}, | |
"button.OK": { | |
fr: "Ok", | |
en: "OK", | |
zh: "确定" | |
}, | |
"footer.jobs": { | |
fr: "Carrières", | |
en: "Jobs", | |
nl: "Carrière", | |
pt: "Carreiras", | |
de: "Karriere", | |
es: "Carreras" | |
}, | |
"documentanalytics.dates.presetlabel.custom": { | |
en: "Custom" | |
}, | |
"viewport.banner.share.press": { | |
fr: "Partagez ce lien avec vos amis et collègues afin de modifier un même document en même temps.", | |
en: "Share this link with your friends or coworkers to edit the same document at the same time." | |
}, | |
"teams.invite": { | |
en: "Invite", | |
zh: "邀请" | |
}, | |
"users.cancel.lose.team.premiumshapes": { | |
en: "I understand my team and I will no longer be able to use premium shape libraries." | |
}, | |
"forum.thread.subscribe.label": { | |
en: "Notify me of replies to this thread by email", | |
zh: "当有人回复此主题时请通过邮件提示我" | |
}, | |
january: { | |
en: "01 - January" | |
}, | |
"forum.thread.subject.label": { | |
en: "Subject", | |
zh: "主题" | |
}, | |
"communitypanel.button.view": { | |
en: "View in Community" | |
}, | |
"pricingTable.label.publish": { | |
en: "Digital publishing" | |
}, | |
"alert.linkedin.unsaved": { | |
fr: "Vous devez enregistrer ce document avant de le partager sur LinkedIn.", | |
en: "Your document cannot be shared on LinkedIn until it is saved. Please save your file and try again." | |
}, | |
"users.level.td.team.collab": { | |
en: "Unlimited Collaborators", | |
zh: "无上限的合作者" | |
}, | |
"menu.arrange.forward": { | |
fr: "Ramener l'objet en avant", | |
en: "Bring Item Forward" | |
}, | |
"shapelib.deleteLibrary": { | |
fr: "Suppression de la bibliothèque de formes", | |
en: "Deleting shape library" | |
}, | |
"dialog.upgradeprompt.prompt": { | |
en: "Would you like to upgrade to a team account and add %s to your team?" | |
}, | |
"dialog.collaborator.role.edit.heading.prefix": { | |
fr: "Assigner des permissions à", | |
en: "Set permissions for", | |
zh: "设置许可为" | |
}, | |
"storage.overlimit.createdoc": { | |
en: "You have used all of your available storage. You must upgrade to create new documents." | |
}, | |
"alert.twitter.unsaved": { | |
fr: "Vous devez enregistrer ce document avant de le partager sur Twitter.", | |
en: "Your document cannot be shared on Twitter until it is saved. Please save and try again.", | |
zh: "你必须在分享到Twitter前保存此文件" | |
}, | |
"users.register.ed.h.press": { | |
en: "Join %s on Lucidpress", | |
zh: "加入Lucidpress的%s" | |
}, | |
"pricingTable.signup": { | |
fr: "Inscrivez-vous aujourd'hui !", | |
en: "Sign up today!", | |
nl: "Meld u vandaag nog aan!", | |
pt: "Inscreva-se Hoje!", | |
de: "Melden Sie sich noch heute an!", | |
es: "¡Regístrese hoy!" | |
}, | |
"referrals.month.personal.credit.desc": { | |
en: "Get one month credit for a Lucidchart Basic account.", | |
zh: "Lucidchart 个人账户将获得一个月的点数" | |
}, | |
"users.pay.th.paid": { | |
en: "Date", | |
zh: "已支付" | |
}, | |
Save: { | |
fr: "Enregistrer", | |
zh: "保存" | |
}, | |
"menu.undo": { | |
fr: "Annuler", | |
en: "Undo", | |
zh: "撤销" | |
}, | |
"alert.publish.unsaved": { | |
fr: "Vous devez enregistrer votre document avant de le publier.", | |
en: "You must save your document before publishing it.", | |
zh: "你必须在发表前保存你的文件 " | |
}, | |
"ondemand.confluence.authentication.denied.team_not_configurated": { | |
en: "<p>Your Lucidchart add-on has not been configured. Please contact your Confluence administrator.</p> <p>If you are the Confluence administrator, click <a href='%s' target='_blank'>here</a> to configure the Lucidchart add-on.</p>" | |
}, | |
"confirm.ok": { | |
en: "OK", | |
zh: "确定" | |
}, | |
"publishpanel.useCustom": { | |
en: "Use custom link" | |
}, | |
"pricing.faq.nosubscription.answer.press": { | |
en: "You will always have access to your documents whether or not you choose a paid subscription. Due to the limitations of the Free plan, however, you will not be able to edit documents if your account storage usage has exceeded its limit." | |
}, | |
"button.import": { | |
en: "Import" | |
}, | |
"docinfopane.actions.folder.restore": { | |
en: "Restore", | |
zh: "恢复" | |
}, | |
"url.nav.tour": { | |
fr: "/pages/fr/visites", | |
en: "/pages/tour", | |
nl: "/pages/nl/tour", | |
pt: "/pages/pt/tour", | |
de: "/pages/de/tour", | |
es: "/pages/es/paseo" | |
}, | |
"subnav.h.community": { | |
en: "Community", | |
zh: "社区" | |
}, | |
"tips.freehand.textlink.h": { | |
en: "Text Areas and Link Points", | |
zh: "文本区域和链接点" | |
}, | |
"menu.block.copyToLayer": { | |
fr: "Copie à la couche", | |
en: "Copy to Layer" | |
}, | |
"users.level.p1b": { | |
en: "You have changed your subscription level from %s to %s. Until you pay the subscription fee for %s, you will not have access to its features.", | |
zh: "您已经将您的订阅等级从%s改成了%s。直到您支付%s的费用为止,您将不能使用这个功能。" | |
}, | |
"prefs.zoom.normal.chart": { | |
en: "Normal (75%)", | |
zh: "正常(75%)" | |
}, | |
"users.level.p1a": { | |
en: "You are currently using %s.", | |
zh: "您现在已经使用了%s。" | |
}, | |
"users.education.provide.emails": { | |
en: "Please provide 3 referral email addresses", | |
zh: "请提供3个推介的电子邮件地址" | |
}, | |
"doclist.nav.create": { | |
en: "Create", | |
zh: "创建" | |
}, | |
"orginvitation.teamadmin.annual": { | |
en: "annual" | |
}, | |
"users.pay.h2.pro": { | |
en: "Basic features + Visio import/export and wireframing" | |
}, | |
"gui.alert.plugins.restricted": { | |
en: "This document contains shape libraries that are only available to premium accounts. Upgrade to activate all libraries in this document or turn off restricted shape libraries to access the editor. Closing this message will result in a read-only view of your document." | |
}, | |
"dialogs.scrolling.area.warning": { | |
en: "This scrolling area does not contain enough content to scroll. See our instructions on <a href='http://support.lucidpress.com/entries/26617016' target='_blank'>how to use scrolling areas</a> for help." | |
}, | |
"users.level.h": { | |
en: "Subscription Level", | |
zh: "订阅等级" | |
}, | |
"users.level.button.personal.keep": { | |
en: "Keep Basic", | |
zh: "保持个人版" | |
}, | |
"ctxpane.layout.arrange.ungroup": { | |
en: "Ungroup selection" | |
}, | |
"flash.template.share.success": { | |
en: "Template shared successfully.", | |
zh: "模板共享成功。" | |
}, | |
"unsubscribe.options.noLongerUse.press": { | |
en: "I no longer use Lucidpress" | |
}, | |
language: { | |
en: "Language", | |
zh: "语言" | |
}, | |
"textpanel.text.allSmallCaps": { | |
en: "Use Small Caps" | |
}, | |
"ctxpane.table.dimensions.insert": { | |
en: "Insert:" | |
}, | |
"nav.blog": { | |
en: "Blog", | |
zh: "博客" | |
}, | |
"option.linestyle.dotted": { | |
fr: "Pointillé", | |
en: "Dotted", | |
zh: "点线" | |
}, | |
"dialog.hotkeyref.heading.fileops": { | |
fr: "Opérations sur les fichiers", | |
en: "File Operations", | |
zh: "文件操作" | |
}, | |
"pricingTable.enterprise": { | |
fr: "Entreprise", | |
en: "Enterprise", | |
nl: "Enterprise", | |
pt: "Empresa", | |
de: "Unternehmen", | |
es: "Empresa" | |
}, | |
"community.h.featured": { | |
en: "Featured Examples", | |
zh: "精选范例" | |
}, | |
"demo.simpleuml.associations3": { | |
fr: "Il y a également une relation entre le manufacturier et le détaillant. Il s'agit de spécialisations possibles d'une compagnie. Ajoutons cela à notre diagramme.", | |
en: "There's a relationship between a retailer and a manufacturer, as well. Both are specializations of a company. Let's add that to our diagram.", | |
zh: "而且,零售商和制造商之间也有区别。他们两者都是一个领域的专家。现在让我们把这个添加到图表中。" | |
}, | |
"demo.simpleuml.associations2": { | |
fr: "De plus, chaque marque sera associée à au moins un produit, mais chaque produit peut être associé à une marque ou non.", | |
en: "Also, each brand will have at least one product, but each product may have a brand or not.", | |
zh: "还有,每一个品牌会有至少一个制造商,但是每一个产品可以有也可以没有品牌。" | |
}, | |
"users.register.currency.p": { | |
en: "The currency you select here will be used to display pricing for paid accounts in the future. You will not be charged at this time. You can change this setting at any time.", | |
zh: "您在这里选择的货币将会用来显示支付的账户。您不会在现在被收取任何费用。您可以在任何时间来改变此设置。" | |
}, | |
"pricingTable.paid.monthly": { | |
fr: "payé mensuellement", | |
en: "paid monthly", | |
nl: "maandelijks betaald", | |
pt: "pagos mensalmente", | |
de: "monatliche Abrechnung", | |
es: "pago mensual" | |
}, | |
"login.failed": { | |
en: "Login failed. Invalid username or password." | |
}, | |
"footer.flyer": { | |
en: "Flyer maker" | |
}, | |
"label.publish.document": { | |
fr: "Document", | |
en: "Document", | |
zh: "文件" | |
}, | |
"persona.business.sub3": { | |
en: "BPMN" | |
}, | |
"users.level.td.pro.collab": { | |
en: "Unlimited Collaborators", | |
zh: "无上限的合作者" | |
}, | |
"footer.ipad": { | |
en: "iPad mockup" | |
}, | |
"Center Horizontally": { | |
fr: "Centrer à l'horizontale", | |
zh: "水平居中" | |
}, | |
"users.documentanalytics.setup.save": { | |
en: "Save & Authorize" | |
}, | |
"users.storage.buy": { | |
en: "Continue" | |
}, | |
"education.h": { | |
en: "Lucidchart for Educators and Students", | |
zh: "Lucidchart针对教育工作者及学生" | |
}, | |
"docs.team.list.empty": { | |
en: "No team documents found." | |
}, | |
"subnav.sort.name": { | |
en: "Name", | |
zh: "名称" | |
}, | |
"edurequest.cws.domainbad": { | |
en: "Sorry, you may only request an educational domain-wide account if your email has a custom domain." | |
}, | |
"persona.survey.manufacturing": { | |
en: "Manufacturing" | |
}, | |
"orginvitation.accept.h2.new.chart": { | |
en: "Create a new Lucidchart account", | |
zh: "创建新的Lucidchart账户" | |
}, | |
"doclist.menu.copy.name": { | |
en: "Copy of %s", | |
zh: "%s的复本" | |
}, | |
"documentanalytics.segmentstitle.showcities": { | |
en: "(show cities)" | |
}, | |
"button.community.shared": { | |
en: "Shared in Community" | |
}, | |
"return.to.team.view": { | |
en: "Return to Team View" | |
}, | |
"userimage.upload.p": { | |
fr: "Ou sélectionnez une image à télécharger ici.", | |
en: "Or, select an image file to upload here.", | |
zh: "或者,选择一个图片文件并上传至此" | |
}, | |
"org.pendingusers.h": { | |
en: "Pending Users" | |
}, | |
"button.area.select.download": { | |
fr: "Sélectionner une zone et télécharger", | |
en: "Select Area and Download" | |
}, | |
"storage.overlimit.createdoc.contactadmin": { | |
en: "You have used all of your available storage. Contact a team admin to upgrade your account." | |
}, | |
"svg.import.prompt": { | |
en: "SVG shape import makes it easy to import custom shapes in a smooth vector format. This import is still in beta, so please <a href='http://support.lucidchart.com/requests/new'>contact us</a> if you have any problems. For a successful import, follow these guidelines:" | |
}, | |
"fonts.add": { | |
fr: "Ajouter plus de polices", | |
en: "Add more fonts...", | |
zh: "添加更多字体..." | |
}, | |
"team.gemini.description": { | |
en: '<p> If your team uses <a target="_blank" href="http://www.geminiplatform.com">Gemini</a>, you can use the <a target="_blank" href="/pages/tour/gemini">Lucidchart Gemini Add-on </a> at no cost.</p>\n<p> To enable the add-on, enter the key and secret below on the Gemini Lucidchart Add-on administration screen. Please see Gemini\'s <a target="_blank" href="http://community.geminiplatform.com/docs/all/page/326/setting-up-with-lucidchart">documentation</a> for additional information.\n</p>' | |
}, | |
"menu.block.moveToLayer": { | |
fr: "Placer à la couche", | |
en: "Move to Layer" | |
}, | |
"preferences.allowpublish": { | |
en: "Allow team members to publish documents to web pages, exportable documents, and images" | |
}, | |
"users.level.free.desc": { | |
en: "For the penny-pincher", | |
zh: "为小气鬼使用" | |
}, | |
"dialog.educationhints.title": { | |
en: "Can we show you how to use Lucidpress?" | |
}, | |
"label.zip": { | |
en: "Zip/Postal" | |
}, | |
"doclist.nav.create.folder": { | |
en: "Create Folder" | |
}, | |
"documentanalytics.dates.dayCount": { | |
en: "(%s day%s)" | |
}, | |
"dialog.fonts.upload.type.unsupported": { | |
en: "Invalid file type: %s. %s only supports the following font file extensions: .ttc .otf .ttf" | |
}, | |
"subnav.team.settings": { | |
en: "Settings", | |
zh: "设定" | |
}, | |
"titlebar.working.offline.callout.title": { | |
en: "You are currently working in offline mode" | |
}, | |
"dialog.selectlibrary.p": { | |
fr: "Sélectionner une bibliothèque de formes :", | |
en: "Select a shape library:" | |
}, | |
"tierselect.users": { | |
en: "users", | |
zh: "用户" | |
}, | |
"text.align.tooltip.right": { | |
en: "Right align text" | |
}, | |
"label.enable": { | |
en: "Enable", | |
zh: "启用" | |
}, | |
"subnav.categories.all": { | |
en: "All Categories", | |
zh: "全部分类" | |
}, | |
"layerpanel.prompt.new": { | |
en: "New overlay name:" | |
}, | |
"ondemand.autoprovision.enter_email": { | |
ru: "Пожалуйста, введите корректный email-адрес", | |
en: "Please enter a valid email address", | |
es: "Por favor introduzca una válida dirección de correco electrónica" | |
}, | |
"dialog.clipboard.maybecompleteprompt.refresh": { | |
en: "Refresh" | |
}, | |
"prefs.snapping.guides": { | |
en: "Snap to Guides" | |
}, | |
"forum.thread.button.post": { | |
en: "Post Thread", | |
zh: "新建主题" | |
}, | |
"menu.benchmark.performance": { | |
fr: "Analyser la performance", | |
en: "Benchmark Performance", | |
zh: "基准性能 " | |
}, | |
"preferences.allowteamimages": { | |
en: "Allow team members access to images uploaded by other team members" | |
}, | |
"flash.template.unshare.level.error": { | |
en: "You must have a premium account to use sharing.", | |
zh: "你必须要拥有高级帐户才可以使用共享。" | |
}, | |
"persona.survey.formerrors": { | |
en: "There were errors in the submission. Please try again." | |
}, | |
"optionbar.group.remove_a_column": { | |
fr: "Enlever une colonne", | |
en: "Remove a column" | |
}, | |
"dialog.clipboard.completeprompt": { | |
en: "Refresh the page to enable full copy and paste functionality." | |
}, | |
"ctxpane.table.fill": { | |
en: "Fill" | |
}, | |
"preferences.restrictsharingoutsidedomains.label": { | |
en: "Restrict sharing documents by domain" | |
}, | |
"org.transfer.h": { | |
en: "Transfer Account Admin Role" | |
}, | |
"preferences.preventsharingoutsidedomain": { | |
en: "Prevent team members from sharing documents outside your domain" | |
}, | |
"gui.growl.textlink.instructions.exit": { | |
en: "To cancel linking, press Escape or click on a blank area of the page." | |
}, | |
"text.tabs.left.label": { | |
en: "Left" | |
}, | |
"ctxpane.table.dimensions.merge.unmergecells": { | |
en: "Unmerge cells" | |
}, | |
"option.lineshape.curved": { | |
fr: "Courbé", | |
en: "Curved", | |
zh: "弯角线" | |
}, | |
"invoices.prefs.companyTax": { | |
en: "Company tax number:" | |
}, | |
"nav.contactSales": { | |
fr: "Contactez le service commercial", | |
en: "Contact Sales", | |
nl: "Contact met verkoop", | |
pt: "Contate o Departamento de Vendas", | |
de: "Verkauf kontaktieren", | |
es: "Contacta con Ventas" | |
}, | |
"org.create.p.expiredtrial": { | |
en: "Select and confirm your team size to proceed to the payment page." | |
}, | |
"invitation.accept.subheading.signup": { | |
en: "Welcome to %s! Sign up free to access this %s." | |
}, | |
"label.publish.pdf.comment": { | |
fr: "Format recommandé pour l'impression", | |
en: "Recommended for printing", | |
zh: "建议打印" | |
}, | |
"menu.template.save": { | |
fr: "Enregistrer le gabarit…", | |
en: "Save Template...", | |
zh: "保存模版" | |
}, | |
"tips.button.finish": { | |
en: "Finish", | |
zh: "结束" | |
}, | |
"ondemand.jira.configure.header": { | |
en: "Configure Lucidchart add-on for Confluence" | |
}, | |
"button.user.delete": { | |
en: "Continue", | |
zh: "删除用户" | |
}, | |
"dialog.library.manage.protrial": { | |
en: '<a href="/users/level?source=Editor-UpgradeToTrialForShapeAccess" target="_blank">Upgrade to a free Pro trial account</a> for access to these shapes for the next %s days.' | |
}, | |
"button.ownership.take": { | |
en: "Take Ownership", | |
zh: "获取所有权" | |
}, | |
"users.pay.h2.level": { | |
en: "Current Subscription Level", | |
zh: "现在的订阅等级" | |
}, | |
"users.cancel.reason.learn": { | |
en: "The product was too complex for my current needs" | |
}, | |
"footer.net": { | |
en: "Network diagram" | |
}, | |
"menu.page.master.remove": { | |
fr: "Retirer le modèle", | |
en: "Remove Master" | |
}, | |
"tips.buttons.close": { | |
en: "Close", | |
zh: "关闭" | |
}, | |
"tips.community.browse.p": { | |
en: 'Click <span class="highlight">Browse Now</span> in the community menu to open the community library. Start a new document from an example by clicking <span class="highlight">Use as Template.</span>', | |
zh: '在社区菜单中点击<span class="highlight">浏览</span>则进入社区图书馆。如果希望利用实例创建新的文件,点击<span class="highlight">使用模版</span>。' | |
}, | |
"pricingTable.singleUser": { | |
fr: "Utilisateur simple", | |
en: "Single<br/>user", | |
nl: "Enkele<br/>gebruiker", | |
pt: "Usuário individual", | |
de: "Einzel-benutzer", | |
es: "Un usuario" | |
}, | |
"org.gapps.pendingusers.notification.p": { | |
en: "As the team administrator, you can receive an email notification anytime a user joins Lucidchart from your Google Apps domain but is not granted a license because the license limit has been reached." | |
}, | |
"button.users.upload.csv": { | |
en: "Upload Users (CSV)", | |
zh: "上传用户 (CSV)" | |
}, | |
"offline.userImages": { | |
en: "Managing images requires an Internet connection to Lucidchart." | |
}, | |
"users.close.reason.difficult.1.press": { | |
en: 'Have you checked <a href="http://support.lucidpress.com/categories/20121236-Tutorials">our tutorials</a> for more information?' | |
}, | |
"persona.survey.jobfunction.hint": { | |
en: "For example, if you do HR within a software company, please choose Human Resources." | |
}, | |
"users.cancel.team.feature2.elaborate": { | |
en: "Your team members will <strong>lose access to files shared as a team</strong>. You will also need to <strong>dissolve your team</strong> and either delete users' accounts or move users to Free accounts." | |
}, | |
"footer.venn": { | |
en: "Venn diagram" | |
}, | |
"community.h.forked.most": { | |
en: "Most Created" | |
}, | |
"menu.print.dialog": { | |
fr: "Imprimer…", | |
en: "Print...", | |
zh: "打印 " | |
}, | |
"users.settings.h": { | |
en: "User Settings", | |
zh: "用户设定" | |
}, | |
"forum.view.button.post": { | |
en: "+ Post Reply", | |
zh: "(+) 发帖回复" | |
}, | |
"text.valign.label": { | |
en: "Vertical Alignment" | |
}, | |
"button.republish": { | |
en: "Republish" | |
}, | |
forgotpassword: { | |
en: "Forgot your password?", | |
zh: "忘记密码?" | |
}, | |
"users.close.admin.dialog.teamPage": { | |
en: "Manage Team Members" | |
}, | |
Annual: { | |
fr: "Annuel", | |
en: "Annual", | |
nl: "Jaarlijkse", | |
pt: "Anual", | |
de: "Jährlich", | |
es: "Anual" | |
}, | |
"reactiveate.subscription": { | |
en: 'To reactivate your subscription, please click <a href="%s">here</a>.' | |
}, | |
"users.close.admin.dialog.newAdmin": { | |
en: "Assign a New Account Admin" | |
}, | |
"button.graffle.import": { | |
en: "Import OmniGraffle File (Beta)" | |
}, | |
"org.gapps.forcesso.label": { | |
en: "Require Google single sign on" | |
}, | |
"will.apply.credit": { | |
en: "A credit of %s will be applied to your new subscription (pulled forward from your previous payment)." | |
}, | |
"legend.page.margin": { | |
fr: "Marge", | |
en: "Margin", | |
zh: "边缘" | |
}, | |
"ctxpane.gallery.arrange.add": { | |
en: "Add another image to the gallery" | |
}, | |
"flash.template.not.found": { | |
en: "Template not found.", | |
zh: "模版没有找到" | |
}, | |
"saml.manage.enable": { | |
en: "Enable SAML Authentication" | |
}, | |
"menu.pageTemplate.rename": { | |
en: "Rename page template" | |
}, | |
"gui.growl.signup.save": { | |
fr: "Inscrivez-vous gratuitement pour sauver ce document", | |
en: "Sign up free to save this document", | |
zh: "免费注册来保存此文件" | |
}, | |
"users.documentanalytics.setup.viewerId": { | |
en: 'To view the analytics that have been recorded, you\'ll need to provide a View ID associated with the Tracking ID. <a href="http://support.lucidpress.com/entries/49613789" target="_blank">Visit this tutorial</a> for help finding your Google Analytics View ID.' | |
}, | |
"footer.howto.poster": { | |
en: "How to Make a Poster" | |
}, | |
"users.support.solved": { | |
en: "Solved Support Tickets" | |
}, | |
"org.gapps.requiredrivebackups.message": { | |
en: "Your Lucidchart team admin has turned on automatic backups for all team members. Backups will be located in the Lucidchart folder on your Google Drive account." | |
}, | |
"label.changeTier": { | |
en: "Change tier" | |
}, | |
"text.tabs.stops.remove.tip": { | |
en: "Remove selected tab stop" | |
}, | |
"button.user.invite": { | |
en: "Invite A User", | |
zh: "邀请一个用户" | |
}, | |
"saml.manage.header": { | |
en: "SAML Authentication Settings" | |
}, | |
"subnav.team.setup": { | |
en: "Setup", | |
zh: "建立" | |
}, | |
"settings.team.member": { | |
en: "You are in the following groups:", | |
zh: "您是以下团队的成员:" | |
}, | |
"dialog.share.org.tab": { | |
fr: "Partage avec l'équipe", | |
en: "Team Sharing", | |
zh: "团队分享" | |
}, | |
"dialog.inviteprompt.never": { | |
en: "Don't ask again" | |
}, | |
"error.email": { | |
en: "Valid email required" | |
}, | |
"footer.howto.magazine": { | |
en: "How to Make a Magazine" | |
}, | |
"change.tmp.password": { | |
en: "You have logged in with a temporary password. Please choose a new password." | |
}, | |
"users.driveintegration.reprimand.press": { | |
en: "<p><b>You have chosen not to link Google Drive with your Lucidpress account.</b> Linking to Google Drive is not required, but you will miss out on some additional features. Learn more below or <a>start drawing now</a>.</p>" | |
}, | |
"navigation.page.template": { | |
en: "Press ESC to stop editing this page template" | |
}, | |
"subnav.examples.featured": { | |
en: "Featured Examples", | |
zh: "精选范例" | |
}, | |
"community.h.recent": { | |
en: "Most Recent", | |
zh: "最近打开" | |
}, | |
"unsubscribe.p2": { | |
en: "You will not receive a confirmation email or any future emails to this address.", | |
zh: "此邮件地址将不会再收到任何确认邮件或将来的邮件" | |
}, | |
"orginvitation.confirm.accountOwner.explainSubscriptions.plural": { | |
en: "You currently have the following subscriptions which will no longer be necessary when you join the %s team:" | |
}, | |
"email.collaborator.selection.required": { | |
en: "Please select at least 1 person to receive this email." | |
}, | |
"ctxpane.table.dimensions.insert.colafter": { | |
en: "Insert column after" | |
}, | |
"org.transfer.title": { | |
en: "Transfer Account Admin Role" | |
}, | |
"label.team.name": { | |
en: "Team Name", | |
zh: "团队名" | |
}, | |
"referrals.tab.invite": { | |
en: "Invite Your Friends", | |
zh: "邀请您的朋友" | |
}, | |
"publication.embed.dialog.message": { | |
en: "To embed this document on a webpage, copy and paste the code into the HTML section of your website." | |
}, | |
august: { | |
en: "08 - August" | |
}, | |
"users.register.title": { | |
fr: "Inscription", | |
en: "Registration", | |
nl: "Registratie", | |
pt: "Inscrição", | |
de: "Anmeldung", | |
es: "Inscripción" | |
}, | |
"storage.documents.label": { | |
en: "Documents" | |
}, | |
"publish.downloaddialog.resolution.standard": { | |
en: "Screen Resolution (%ddpi)" | |
}, | |
"dialog.hotkeyref.heading.finder": { | |
en: "Search and Replace" | |
}, | |
"doclist.nav.import": { | |
en: "Import", | |
zh: "导入" | |
}, | |
"pricing.faq.specialpricing.answer.press.text": { | |
en: "Yes. We offer 50% discounts on annual accounts for nonprofits, and free accounts for students and teachers. Email [email protected] for non-profit inquiries. Visit our education page for educational inquiries." | |
}, | |
"confirm.file.links.break": { | |
fr: "Cette action va briser tous les liens externes vers ce fichier de façon permanente.", | |
en: "This will permanently break any outside links to this file.", | |
zh: "这将会永久终断所有外部用户进入此文件" | |
}, | |
"pricingTable.savings.press": { | |
en: "Save 20% with any<br />annual subscription." | |
}, | |
"users.pay.change.team.size": { | |
en: "change team size" | |
}, | |
"uihint.overflow.chart.title": { | |
en: "This shape has hidden text" | |
}, | |
"label.publish.webpage.secure": { | |
en: "Password Protected" | |
}, | |
"title.page.create": { | |
fr: "Créer une nouvelle page", | |
en: "Create New Page", | |
zh: "创建新页面 " | |
}, | |
"label.upgrade": { | |
en: "Upgrade", | |
zh: "升级" | |
}, | |
"collaborate.restrictedDomains.warningConfirmMessage.plural": { | |
en: "You are sharing to the following email addresses, which are not in your organization's domain. Are you sure you want to share?<br><br>%s" | |
}, | |
"embedpanel.improvedmessage": { | |
en: "We have improved the embed experience since you last published. Republish your document to gain access to the new embed code." | |
}, | |
"users.backuprestore.upgrade": { | |
en: "You must have a paid account to backup and restore your documents. You can <a href='/users/level?source=BackupRestore'> upgrade to a paid account</a> to enable local backups and restores." | |
}, | |
"new.subscription.cost": { | |
en: "Your new subscription will cost %s or %s." | |
}, | |
"collaborate.restrictedDomains.notAllowed": { | |
en: "Available Domains:" | |
}, | |
cancel: { | |
en: "Cancel" | |
}, | |
"dialog.library.manage.shareLibrary.sharing": { | |
fr: "Partage de la bibliothèque de formes", | |
en: "Sharing shape library" | |
}, | |
"users.documentanalytics.setup.trackingId": { | |
en: 'If you already have a Google Analytics account, we recommend creating a new property rather than using an existing Tracking ID. See our tutorial on <a href="http://support.lucidpress.com/entries/66529326" target="_blank">how to create a new property in an existing Google Analytics account</a>.' | |
}, | |
"education.label.email": { | |
en: "Your Email Address", | |
zh: "您的电子邮箱地址" | |
}, | |
"doclist.sort.modified": { | |
en: "Modified", | |
zh: "修改日期" | |
}, | |
"doclist.menu.copy": { | |
en: "Copy", | |
zh: "复制" | |
}, | |
"ctxpane.gallery.arrange.delete": { | |
en: "Delete selected images" | |
}, | |
"orginvitation.confirm.accountOwner.button.ignore": { | |
en: "Keep Current Account" | |
}, | |
"flash.user.org.admin.set": { | |
en: "User set as organization admin.", | |
zh: "此用户作为该组织的管理?" | |
}, | |
"referrals.month.free": { | |
en: "1 Free Month", | |
zh: "一个月免费" | |
}, | |
"author.by": { | |
en: "by %s", | |
zh: "%" | |
}, | |
"users.documentanalytics.title": { | |
en: "Document Analytics" | |
}, | |
"ctxpane.layout.arrange.align.top": { | |
en: "Top align selection" | |
}, | |
"publication.dialog.embed.upgradetogeneratecode": { | |
en: "Upgrade to generate code" | |
}, | |
"vector.alert.warning": { | |
fr: "<p>ATTENTION : gare aux dragons!</p><p>Cette fonctionnalité vous permet de dessiner vos propres formes et de modifier des formes existantes. Cette fonctionnalité n'est qu'au <strong>début de sa phase bêta</strong>, les choses pourraient donc ne pas tourner exactement comme vous l'espérez!</p><p>Vous pouvez appuyer sur Échap à tout moment pour sortir de ce mode d'édition de formes.</p>", | |
en: "<p>WARNING: Dragons Ahead!</p><p>This feature allows you to draw your own shapes, and edit existing shapes. This is in <strong>early beta</strong> form, so be warned that things may not work exactly as you hope!</p><p>Press Escape at any time to back out of this shape-editing mode.</p>", | |
zh: "<p>警告:</p><p>此功能允许您画出您自己的图形,并且修改已存在的图形。此功能��� <strong>早期Beta</strong> 版本,请注意此功能可能无法达到您预期的效果!</p><p>请随时按 Escape 来退出图形修改模���。</p>" | |
}, | |
"ondemand.configure.unlink": { | |
en: "Unlink Lucidchart Account" | |
}, | |
"tooltip.search.clear": { | |
fr: "Effacer la recherche", | |
en: "Clear Search", | |
zh: "清除搜索" | |
}, | |
"button.team.starttrial": { | |
en: "Start Team Trial" | |
}, | |
"tips.freehand.textlink.p1": { | |
en: "Click on text areas to select them, then move or resize them by clicking and dragging. Click on the add text button %s to add a new text area. Press Delete to remove a selected text area.", | |
zh: "单击文本区域来选择它们,然后通过点击和拖动来移动或调整大小。按一下添加文本按钮%s来添加新的文本区域。按Delete键删除选定的文本区域。" | |
}, | |
"dialog.newdoc.button.preview": { | |
en: "Preview" | |
}, | |
"flash.trial.initialize.error": { | |
en: "Error initializing trial.", | |
zh: "错误初始化试验." | |
}, | |
"menu.collaborateButton.hint": { | |
en: "Collaborate on documents" | |
}, | |
"users.cancel.persuade.2.lucid": { | |
en: 'Have you <a href="http://support.lucidchart.com/requests/new">sent us a note</a>? Let us see if we can help before you cancel.' | |
}, | |
"users.close.admin.dialog.p1.singular": { | |
en: "There is 1 user on your team. Closing your account will leave your team without an account admin." | |
}, | |
"users.documentanalytics.setup.republish.message": { | |
en: "To track analytics on a particular document, you must republish that document from the editor." | |
}, | |
"educational.upgrade.notice": { | |
en: "Get a free <br> educational <br> upgrade" | |
}, | |
"footer.edupricing": { | |
en: "Educational Pricing", | |
zh: "教育定价" | |
}, | |
"orginvitation.accept.h2.new.press": { | |
en: "Create a new Lucidpress account", | |
zh: "创建新的Lucidchart账户" | |
}, | |
"dialogs.collaborate.title": { | |
en: "Collaborate" | |
}, | |
"backup.failed": { | |
en: "Backup failed. Please try again later." | |
}, | |
"templates.list.empty": { | |
en: "No templates found." | |
}, | |
"option.vector.line": { | |
fr: "Créer une ligne droite", | |
en: "Make straight line", | |
zh: "画直线" | |
}, | |
"optionbar.group.add_a_column": { | |
fr: "Enlever une colonne", | |
en: "Remove a column" | |
}, | |
"gui.growl.try.free": { | |
fr: "Essayez Lucidchart gratuitement!", | |
en: "Try Lucidchart Free!", | |
zh: "免费试用Lucidchart!" | |
}, | |
"saml.manage.optional": { | |
en: "Optional" | |
}, | |
"doclist.nav.create.document": { | |
en: "Create Document" | |
}, | |
"ctxpane.layout.arrange.align.center": { | |
en: "Center align selection" | |
}, | |
"users.cancel.basic.feature3.elaborate.press": { | |
en: "You will lose the ability to <strong>restore to any point in the history of a document</strong>. Free accounts are unable to revert to previous saves if you or a collaborator accidentally deletes or alters content in a document." | |
}, | |
"educationhints.replacecontent": { | |
en: "Double-click a text box, image, gallery, or video to change the content." | |
}, | |
"press.modes.preview.title": { | |
en: "Preview Mode" | |
}, | |
"option.line.color": { | |
fr: "Couleur de la ligne", | |
en: "Line Color", | |
zh: "线条颜色" | |
}, | |
"flash.template.save.user.null": { | |
en: "You need to be logged in to save your template.", | |
zh: "您需要先登录以保存您的模板。" | |
}, | |
"footer.posterMaker": { | |
en: "Poster Maker" | |
}, | |
"label.publish.webpage": { | |
fr: "Page web", | |
en: "Web Page", | |
zh: "网页" | |
}, | |
"documentanalytics.error.republish": { | |
en: "You must republish this document to begin collecting analytics data." | |
}, | |
"users.level.educational.h": { | |
en: "Educational" | |
}, | |
"flash.template.unshare.error": { | |
en: "Could not unshare template.", | |
zh: "不能取消共享模版" | |
}, | |
"users.cancel.lose.individual.complexdocs1": { | |
en: "I understand I will no longer be able to edit or print documents over the 60 object complexity limit." | |
}, | |
"users.cancel.lose.individual.complexdocs2": { | |
en: "I understand I will no longer be able to edit or print %d documents which are over the complexity limit." | |
}, | |
"option.cornerstyle.square": { | |
fr: "Coins carrés", | |
en: "Square Corners", | |
zh: "直角" | |
}, | |
"footer.bugreports": { | |
en: "Bug Reports", | |
zh: "错误报告" | |
}, | |
"pricingTable.label.templates": { | |
en: "Premium template library" | |
}, | |
"query.status.fullDocData": { | |
en: "Loading..." | |
}, | |
"tooltip.share.facebook": { | |
en: "Share on Facebook", | |
zh: "在Facebook上分享" | |
}, | |
"persona.survey.industry.healthcare": { | |
en: "Healthcare & Pharmaceuticals" | |
}, | |
"users.close.button.close.press": { | |
en: "Close your Lucidpress account", | |
zh: "关闭您的Lucidpress账户" | |
}, | |
"alert.restriction.upgrade.paid": { | |
fr: '<p>Si vous voulez retirer cette restriction de façon permanente, vous devez passer à la <a id="complexity_upgrade" target="_blank" href="/users/level">version payante</a>.</p>', | |
en: '<p>If you wish to permanently remove this restriction, you should <a id="complexity_upgrade" target="_blank" href="/users/level">upgrade</a> to a paid subscription.</p>', | |
zh: '<p>如果您想要永久删除该限制,您可以<a id="complexity_upgrade" target="_blank" href="/users/level">升级为付费订阅账户</a>.</p>' | |
}, | |
"team.inviteusers.invalidemail": { | |
en: "Oops, that email isn't valid. Please try again." | |
}, | |
"footer.demo": { | |
en: "Demo" | |
}, | |
Own: { | |
fr: "Prendre possession", | |
zh: "拥有 " | |
}, | |
"notice.card.expire": { | |
en: 'Your credit card may expire before your next renewal. <a href="/users/billingInfo">Update your card\'s expiration date</a>', | |
zh: '您的信用卡将在您的下一次续订之前过期。<a href="/users/billingInfo">请更新您信用卡的失效日期</a>' | |
}, | |
"orginvitation.accept.new.p.press": { | |
en: "You may also accept this invitation by creating a new Lucidpress account. This account will be linked to the organization %s, and will share all the benefits of %s's subscription.", | |
zh: "您也可以接受邀请并建立一个新的Lucidpress账户。此帐户将链接至该组织的%s并将共享所有%s的订阅的好处。" | |
}, | |
"ctxpane.layout.clip.label": { | |
en: "Clip text to page" | |
}, | |
"org.add.h": { | |
en: "Add User" | |
}, | |
"invitations.sending": { | |
en: "Sending invitation to %s", | |
zh: "正在发送邀请给%s" | |
}, | |
"restore.invalid.file.press": { | |
en: "Invalid file. Choose a Lucidpress backup file or contact support if you believe you are using a valid Lucidpress backup file." | |
}, | |
"optionbar.group.theme": { | |
fr: "Thème", | |
en: "Theme", | |
zh: "主题" | |
}, | |
"users.close.admin.dialog.p2": { | |
en: "Please remove all team members or assign a new account admin before closing your account." | |
}, | |
"alert.visio.team.unlicensed": { | |
en: "Thank you for using our Visio import feature! Your account allows you to view this document in read-only mode. To edit this document, please request a license from your Team admin." | |
}, | |
"press.modes.preview.short": { | |
en: "Preview Mode is where you see how the layout will look when you publish or export it." | |
}, | |
"doclist.nav.trash": { | |
en: "Trash", | |
zh: "垃圾桶" | |
}, | |
"users.tierlevel.p": { | |
en: "View single user account pricing.", | |
zh: "浏览个人用户账户价格。" | |
}, | |
"statepanel.title": { | |
fr: "Réglages de la démonstration", | |
en: "Demo Controls", | |
zh: "演示控制" | |
}, | |
"flash.org.admin.transfer.success": { | |
en: "Successfully transferred Account Admin role." | |
}, | |
"footer.contact": { | |
en: "Contact", | |
zh: "联系" | |
}, | |
"tips.richtext.note.p": { | |
en: "Note: These languages currently work with the default font (Liberation Sans).", | |
zh: "注:目前这些语言的默认字体为(Liberation Sans)。" | |
}, | |
"tablet.print.ready": { | |
en: "An email with a link to your document is being sent to %s." | |
}, | |
"tooltip.page.resize": { | |
fr: "Redimensionner la page", | |
en: "Resize Page", | |
zh: "重新设置页面大小" | |
}, | |
"footer.signup": { | |
en: "Sign Up" | |
}, | |
"users.driveintegration.h": { | |
en: "Google Drive Integration" | |
}, | |
"persona.survey.it": { | |
en: "Information Technology (IT)" | |
}, | |
"examples.iphone": { | |
en: "iPhone Mockup", | |
zh: "iPhone 样机" | |
}, | |
"actions.empty.groupselect": { | |
en: "Double click on selected group to add actions to items inside of it." | |
}, | |
"flash.coupon.not.found": { | |
en: "This coupon could not be found." | |
}, | |
"org.gapps.drivestatus.submit": { | |
en: "Send Reminders" | |
}, | |
"users.documentanalytics.setup.notAuthorized": { | |
en: "In order to authorize analytics, you need to be logged into your Google account associated with the View ID you've entered. Please logout of the current Google account and login to the account associated with the View ID." | |
}, | |
"menu.shareButton.text": { | |
en: "Share" | |
}, | |
"optionbar.fields.edit": { | |
fr: "Gérer les champs", | |
en: "Manage Fields" | |
}, | |
"dialog.hotkeyref.unselectall.description": { | |
fr: "Tout déselectionner", | |
en: "Unselect all", | |
zh: "取消所有选择" | |
}, | |
"ondemand.confluence.authentication.denied": { | |
en: "Access Denied" | |
}, | |
"documents.search.results": { | |
en: "Search (%d results)" | |
}, | |
"email.collaborator.none": { | |
en: "none" | |
}, | |
"subnav.search.community": { | |
en: "Search Community", | |
zh: "社区搜索" | |
}, | |
"notice.upgrade": { | |
en: "Upgrade to a paid account!", | |
zh: "升级至付费账户" | |
}, | |
"link.generating": { | |
fr: "Génération du lien…", | |
en: "Generating Link...", | |
zh: "正在生成链接..." | |
}, | |
"flash.template.deleted": { | |
en: 'Deleted template "%s". <a href="%s">Undo</a>', | |
zh: '删除的模板“%s“,<a href="%s">撤消</a>' | |
}, | |
"persona.design.sub1": { | |
en: "Wireframes" | |
}, | |
"menu.print": { | |
fr: "Imprimer", | |
en: "Print", | |
zh: "打印" | |
}, | |
"users.pay.p.trial": { | |
en: "Your free trial of %s expires on %s. You may pay this fee now, or after your free trial expires.", | |
zh: "您%s的免费试用中的%s已经过期了。您可以现在,或等到您免费试用到期之后,支付此费用。" | |
}, | |
"team.confluence.close": { | |
en: "Close", | |
zh: "关闭" | |
}, | |
"orginvitation.confirm.notifyInvitiation": { | |
en: "You have been invited to join the %s %s team." | |
}, | |
"pricingTable.label.integrations.short": { | |
fr: "Confluence/JIRA/Google Apps", | |
en: "Confluence/JIRA/Google Apps", | |
nl: "Confluence/JIRA/Google Apps", | |
pt: "Confluence/JIRA/Google Apps", | |
de: "Confluence/JIRA/Google Apps", | |
es: "Confluence/JIRA/Google Apps" | |
}, | |
"saml.pendingusers.autoprovision.p": { | |
en: 'As the team administrator, you can decide if new users from your organization are automatically added to the Team. New team members will not be given a license unless you have enabled this setting. <a target="_blank" href="/teams/settings">Click here</a> to manage license settings.' | |
}, | |
"openid.invalid.claimid": { | |
en: "Invalid authentication request. Please try again later." | |
}, | |
"option.lineshape.direct": { | |
fr: "Direct", | |
en: "Direct", | |
zh: "直角直线" | |
}, | |
"users.cancel.pro.feature2.elaborate": { | |
en: "You will lose access to the <strong>wireframing, iPhone mockups, iPad mockups, and mind mapping shape libraries</strong>." | |
}, | |
"subnav.subcategories.all": { | |
en: "All Subcategories", | |
zh: "全部子范畴" | |
}, | |
"users.backuprestore.h": { | |
en: "Backup/Restore Documents" | |
}, | |
"label.startTrial": { | |
fr: "Essai gratuit", | |
en: "Start trial", | |
nl: "Proefperiode", | |
pt: "Teste gratuito", | |
de: "Testversion", | |
es: "Período de prueba" | |
}, | |
"growl.mention.send.error": { | |
en: "Could not send notification. If this error persists, please contact support" | |
}, | |
"alert.facebook.unsaved": { | |
fr: "Vous devez enregistrer ce document avant de le partager sur Facebook.", | |
en: "Your document cannot be shared on Facebook until it is saved. Please save and try again.", | |
zh: "你必须在分享到Facebook前保存此文件" | |
}, | |
"footer.partners": { | |
fr: "Partenaires", | |
en: "Partners", | |
nl: "Partners", | |
pt: "Parceiros", | |
de: "Partner", | |
es: "Socios" | |
}, | |
"ctxpane.table.fill.banding.colors": { | |
en: "Band Colors:" | |
}, | |
"option.gradient.none": { | |
fr: "Sans dégradé", | |
en: "No Gradient", | |
zh: "无渐变" | |
}, | |
"users.registerlevel.title": { | |
fr: "Tarification et type de compte", | |
en: "Pricing and Account Types", | |
nl: "Prijzen en soorten accounts", | |
pt: "Preços e tipos de contas", | |
de: "Preise und Kontoarten", | |
zh: "价格和账户类型", | |
es: "Precios y tipos de cuentas" | |
}, | |
"tablet.print.error": { | |
en: "An error occurred while generating your file. Please try again later." | |
}, | |
"document.rename": { | |
fr: "Renommer le document", | |
en: "Rename Document", | |
zh: "重命名文件" | |
}, | |
"menu.block.unlock": { | |
fr: "Déverrouiller", | |
en: "Unlock" | |
}, | |
"menu.page.masterpage.new": { | |
fr: "Nouvelle page de modèle", | |
en: "New Page From Master" | |
}, | |
New: { | |
fr: "Nouveau" | |
}, | |
"ui2.hotspot.linkto.heading": { | |
fr: "Lier à:", | |
en: "Link to:", | |
zh: "连接到:" | |
}, | |
"users.cancel.cancellation.terms": { | |
en: "TERMS OF CANCELLATION" | |
}, | |
Invite: { | |
fr: "Inviter", | |
zh: "邀请" | |
}, | |
"flash.payment.amazon.failed": { | |
en: 'Amazon Payments authorization failed. <a href="/users/payChangeBroken">Learn more</a>.', | |
zh: 'Amazon支付授权失败<a href="/users/payChangeBroken">Learn more</a>.' | |
}, | |
"users.close.confirm": { | |
en: "Are you absolutely sure? This action cannot be undone.", | |
zh: "您确认要这样做吗?此行为将无法被取消。" | |
}, | |
"orginvitation.flash.alreadyOnAccount": { | |
en: "Already a member of the %s team" | |
}, | |
"invalid.offer.code": { | |
en: "Unfortunately, the offer code you are attempting to use is not valid." | |
}, | |
"optionbar.group.selected": { | |
fr: "Sélectionné", | |
en: "Selected", | |
zh: "已选择" | |
}, | |
"collaborate.restrictedDomains.warningConfirmMessage.singular": { | |
en: "You are sharing to %s, which is not in your organization's domain. Are you sure you want to share?" | |
}, | |
"users.cancel.reason.individual.learn": { | |
en: "The product was too complex for my current needs" | |
}, | |
"dialog.newdoc.press.category.print.short": { | |
en: "Print" | |
}, | |
"examples.wireframe": { | |
en: "Wireframe", | |
zh: "线框图" | |
}, | |
"unsubscribe.button.unsubscribe": { | |
en: "Unsubscribe", | |
zh: "取消订阅" | |
}, | |
"footer.jive": { | |
en: "Jive" | |
}, | |
"menu.masterpage.delete": { | |
fr: "Supprimer le modèle", | |
en: "Delete Master" | |
}, | |
"orginvitation.invite.h": { | |
en: "Invite Users to Join Your Team", | |
zh: "邀请一个用户加入您的团队" | |
}, | |
"persona.survey.industry.realestate": { | |
en: "Real Estate" | |
}, | |
"pricingTable.contact.pricing": { | |
fr: "Contactez-nous", | |
en: "Contact us", | |
nl: "Neem contact met", | |
pt: "Contate-nos", | |
de: "Kontaktieren Sie", | |
es: "Contacte con nosotros" | |
}, | |
"alert.tos.agree.press": { | |
en: 'You must agree to the <a href="/pages/tos" target="_blank">Terms of Service</a> before registering your account with Lucidpress.', | |
zh: '在注册Lucidpress账户前,必须同意<a href="/pages/tos" target="_blank">Terms of Service (服务条款)</a> ' | |
}, | |
"label.invitations.send.to": { | |
en: "Send Invitations To:", | |
zh: "发送邀请至" | |
}, | |
"menu.template.save.description": { | |
fr: "Enregistrer le document comme gabarit", | |
en: "Save document as a template", | |
zh: "另存为模版文件" | |
}, | |
"flash.coupon.used": { | |
en: "This coupon has already been used.", | |
zh: "此券已被使用。" | |
}, | |
"org.pendingusers.p2": { | |
en: 'Your current %s subscription allows you a total of %d users; you may add %d more users now. <a href="http://www.lucidchart.com/users/level?source=PendingUsersUpgradeSubscription">Upgrade now</a> if you need a larger subscription.' | |
}, | |
"persona.survey.artcreativedesign": { | |
en: "Art/Creative/Design" | |
}, | |
"referrals.invite.l.p": { | |
en: "Type a list of email addresses:", | |
zh: "输入电子邮件地址列表:" | |
}, | |
"persona.survey.jobfunction.q": { | |
en: "Which of the following best describes your job function?" | |
}, | |
"menu.tutorials": { | |
fr: "Tutoriels", | |
en: "Tutorials and Documentation", | |
zh: "教程 " | |
}, | |
"demo.button.finish": { | |
fr: "Terminer", | |
en: "Finish", | |
zh: "结束" | |
}, | |
"forum.reply.button.post": { | |
en: "Post Reply", | |
zh: "发帖回复" | |
}, | |
"prefs.snapping.grid": { | |
en: "Snap to Grid" | |
}, | |
"orginvitation.teamadmin.back": { | |
en: "Return to documents page" | |
}, | |
"org.deleteuser.p2b": { | |
en: "This user has not created any documents. If they had, you would be given the option of deleting those documents or transferring ownership of them.", | |
zh: "该用户还没有创建任何文件。如果有,您会考虑删除这些文件或是转移文件的所有权。" | |
}, | |
"org.uploadusers.p4": { | |
en: "Your upload had the following errors:", | |
zh: "您的上传有以下错误:" | |
}, | |
"demo.simpleuml.makeline": { | |
fr: "Cliquez et glissez à partir du côté de la classe pour créer une association avec une nouvelle classe.", | |
en: "Click and drag from the edge of the class to create an association with a new class.", | |
zh: "点击并拖动等级的边缘来创建一个与新等级的联系。" | |
}, | |
"message.template.settings": { | |
fr: "Ce document sera utilisé comme <em>gabarit</em>. Vous (et tous ceux avec qui vous le partagerez) pourrez utiliser ce document comme point de départ pour créer de nouveaux documents.", | |
en: "This document will be used as a <em>template</em>. You (and anyone you share this document with) will be able to use this document as a starting point for new documents.", | |
zh: "这文件会成为一个<em>模板</em>。您(以及您所分享文件的对象)将会能够运用此文件来创建新文件。" | |
}, | |
"documentanalytics.dates.presetlabel.sevendays": { | |
en: "Last 7 Days" | |
}, | |
"org.deleteuser.p2a": { | |
en: "This user has created %d documents. You need to decide which documents to permanently delete along with this user, and which documents you would like to transfer to another team member.", | |
zh: "此用户已创建%d个文件。下面列出了这些文件。您需要决定哪些文件将被永久删除,以及哪些文件您想要获得其所有权。" | |
}, | |
or: { | |
zh: "或者" | |
}, | |
"users.education.referral.email.already.in.use": { | |
en: "This email address is already in use at Lucidchart: " | |
}, | |
"documentanalytics.temporalChart.referrer": { | |
en: "Referral Sources" | |
}, | |
"demo.simple.dragshape": { | |
fr: "Nous glissons maintenant dans la page une forme provenant de la boîte à outils.", | |
en: "Now we drag a shape onto the page from the toolbox.", | |
zh: "现在我们从工具箱拖动一个图形到页面上。" | |
}, | |
"toolbox.alert.plugin.restricted.basic": { | |
fr: 'Ce module d\'extension (plugin) nécessite un compte premium. Veuillez considérer passer à la <a id="managetools_upgradelink" target="_blank" href="/users/level?source=Editor-PluginRestrictedBasic">version améliorée</a>.', | |
en: 'This shape library is available to Basic, Pro, and Team accounts. Please consider <a id="managetools_upgradelink" target="_blank" href="/users/level?source=Editor-PluginRestrictedBasic">upgrading</a>.', | |
zh: '此形状库限制于专业和团队用户。请考虑<a id="managetools_upgradelink" target="_blank" href="/users/level?source=Editor-PluginRestrictedBasic">upgrading</a>点击升级</a>。' | |
}, | |
"flash.template.unshare.success": { | |
en: "Document unshared successfully.", | |
zh: "成功取消共享���件" | |
}, | |
"menu.page.masterize": { | |
fr: "Convertir en modèle", | |
en: "Convert to Master" | |
}, | |
"option.link.add_edit": { | |
fr: "Ajouter/Modifier un lien", | |
en: "Add/Edit Link", | |
zh: "增加/编辑链接" | |
}, | |
"tooltip.publish.password.show": { | |
en: "Change Password" | |
}, | |
"users.documentanalytics.upgrade": { | |
en: 'See how your audience is responding to your content. <a href="/users/level?source=AnalyticsUpgrade">Upgrade</a> to a Pro or Team account to gain access to published document analytics.' | |
}, | |
"users.close.button.close.chart": { | |
en: "Close your Lucidchart account", | |
zh: "关闭您的Lucidchart账户" | |
}, | |
"contact.admin.dialog.unlicensed.request1": { | |
en: "Click below to request a license from your Lucidchart Team admin; an email will be sent immediately." | |
}, | |
"contact.admin.dialog.unlicensed.request2": { | |
en: "If you'd like to remove these limitations, please request a license from your Lucidchart Team admin. An email request will be sent immediately." | |
}, | |
"notice.deal.chart.blackfriday": { | |
en: ' <a target="_blank" href="/users/payLevel/7/CYBER30">Save an extra 30% off</a> annual team accounts with coupon code <strong>CYBER30</strong>!' | |
}, | |
"docinfopane.sharing": { | |
en: "Sharing & Permissions", | |
zh: "分享与权限" | |
}, | |
"publish.printdialog.formats.high": { | |
en: "PDF: Print Resolution (%ddpi)" | |
}, | |
"ctxpane.text.list.startFrom": { | |
en: "Start from:" | |
}, | |
"fonts.upload": { | |
en: "Upload fonts..." | |
}, | |
"orginvitation.confirm.accountOwner.creditTransfer.contactSupportToTransfer": { | |
en: "Please contact support to have this amount credited to the %s team's account." | |
}, | |
"documentanalytics.error.dailyLimitExceeded": { | |
en: 'Analytics is not available today, but will be up and running again soon. We apologize for the inconvenience and encourage you to check back tomorrow. <a href="http://support.lucidpress.com/tickets/new">Contact support</a> if the problem persists.' | |
}, | |
"optionbar.group.links": { | |
fr: "Liens", | |
en: "Links", | |
zh: "链接" | |
}, | |
"gui.alert.ie.alternatives": { | |
fr: '<p>Vous utilisez présentement Internet Explorer, qui n\'est pas capable d\'exécuter rapidement les nouvelles applications web comme Lucidchart.</p> <p>D\'autres navigateurs web gratuits sont disponibles et pourraient améliorer votre expérience : <a target="_blank" href="http://google.com/chrome">Google Chrome</a>, <a target="_blank" href="http://firefox.com">Mozilla Firefox</a> ou <a target="_blank" href="http://apple.com/safari">Safari</a>.', | |
en: '<p>You are using Internet Explorer, which is not capable of running new web applications like Lucidchart quickly.</p>\n<p>There are also other free alternatives to Internet Explorer that can make your whole Internet experience better: <a target="_blank" href="http://google.com/chrome">Google Chrome</a>, <a target="_blank" href="http://firefox.com">Mozilla Firefox</a>, or <a target="_blank" href="http://apple.com/safari">Safari</a>.', | |
zh: '<p>您正在使用IE浏览器,此浏览器不支持快速的运行类似Lucidchart的网络应用软件。</p> <p> 还有其他免费方法来帮助提升您的上网经历:<a target="_blank" href="http://google.com/chrome">谷歌浏览器<a/>, <a target="_blank" href="http://firefox.com">火狐浏览器<a/>, 或者 <a target="_blank" href="http://apple.com/safari">苹果浏览器</a>.' | |
}, | |
"ctxpane.table.dimensions.cols": { | |
en: "Columns:" | |
}, | |
"documentanalytics.error.ipLimitExceeded": { | |
en: 'Too many users on your domain are attempting to access the same data right now. Please try again later. <a href="http://support.lucidpress.com/tickets/new">Contact support</a> if the problem persists.' | |
}, | |
"org.pendingusers.notification.label": { | |
en: "Receive email notifications" | |
}, | |
"dialog.inviteprompt.title": { | |
en: "Add Users to Your Team" | |
}, | |
"footer.digitalMagazine": { | |
en: "Digital Magazine" | |
}, | |
"saml.manage.configsaved": { | |
en: "SAML configuration saved successfully." | |
}, | |
"viewport.menu.text.add": { | |
fr: "Ajouter du texte (double-clic)", | |
en: "Add Text (Double-Click)", | |
zh: "添加文字(双击)" | |
}, | |
"docinfopane.actions.newdocument": { | |
en: "Create New From Template", | |
zh: "新文件" | |
}, | |
"default.collaborationbar.userlist": { | |
fr: "Vous pourrez inviter d'autres utilisateurs à travailler avec vous une fois le document sauvegardé.", | |
en: "When you save this document, you will be able to invite any number of additional users to work with you.", | |
zh: "在储存此文件时,您可以邀请任意数量的附加用户来与您共同合作。" | |
}, | |
"query.status.listDocs": { | |
en: "Loading..." | |
}, | |
"doclist.nav.search": { | |
en: "Search Results", | |
zh: "搜索结果" | |
}, | |
"users.cancel.team.feature3": { | |
en: "Premium shape libraries" | |
}, | |
october: { | |
en: "10 - October" | |
}, | |
"dialog.search.replace.hidden": { | |
en: "Would you like to replace hidden search results?" | |
}, | |
"referrals.status.step3.desc": { | |
en: "They confirmed their account", | |
zh: "他们已确认他们的账户" | |
}, | |
"documentanalytics.filters.dateRange": { | |
en: "Date Range" | |
}, | |
"notice.deal.press.blackfriday": { | |
en: ' <a target="_blank" href="/users/payLevel/107/CYBER30">Save an extra 30% off</a> any annual account with coupon code <strong>CYBER30</strong>!' | |
}, | |
"query.status.listTemplates": { | |
en: "Loading..." | |
}, | |
"label.publish.zoom.screen": { | |
fr: "Qualité d'affichage", | |
en: "Screen Quality", | |
zh: "画面品质 " | |
}, | |
"growl.invitation.remove.error": { | |
fr: "L'invitation n'a pu être annulée. Si cette erreur persiste, veuillez contacter le soutien technique de Lucidchart.", | |
en: "Could not remove the invitation. If this error persists, please contact Lucidchart support.", | |
zh: "无法取消邀请。如果此错误持续出现,请联系Lucidchart服务中心。" | |
}, | |
"menu.embed": { | |
fr: "intégrer", | |
en: "Embed...", | |
zh: "嵌" | |
}, | |
"users.documentanalytics.setup.title": { | |
en: "Set up analytics" | |
}, | |
"doclist.menu.importomnigraffle": { | |
en: "Import OmniGraffle (Beta)" | |
}, | |
"button.area.select.again": { | |
fr: "Sélectionner la zone à nouveau", | |
en: "Select Area Again", | |
zh: "再次选择区域" | |
}, | |
"flash.template.share.unsaved": { | |
en: "Templates must be saved before they can be shared.", | |
zh: "模板必须先保存,才可以分享。" | |
}, | |
"ctxpane.table.fill.banding.rows": { | |
en: "Banded Rows" | |
}, | |
"url.nav.pricing": { | |
fr: "/fr/users/registerLevel", | |
en: "/users/registerLevel", | |
nl: "/nl/users/registerLevel", | |
pt: "/pt/users/registerLevel", | |
de: "/de/users/registerLevel", | |
es: "/es/users/registerLevel" | |
}, | |
"flash.access.denied": { | |
en: "Access denied.", | |
zh: "进入被拒绝。" | |
}, | |
"alert.complexity.desc.prefix": { | |
fr: "Vous avez une limte de", | |
en: "You are limited to" | |
}, | |
"team.manage.password.forcereset.description": { | |
en: "By pressing the button above, you can force all the members in your team, upon next logging into Lucid%s, to change their password." | |
}, | |
"button.invitation.send": { | |
en: "Send Invitation", | |
zh: "发送邀请" | |
}, | |
"option.cornerstyle.round": { | |
fr: "Coins arrondis", | |
en: "Round Corners", | |
zh: "弯角" | |
}, | |
"dialog.upgrade.customfonts": { | |
en: "You must upgrade to a Pro or Team subscription to enable custom font uploading." | |
}, | |
"Zoom in": { | |
fr: "Zoom avant", | |
zh: "放大" | |
}, | |
"ondemand.admin.configure.instance_not_linked_user_on_team": { | |
en: '<p>To use the Lucidchart add-on, you must associate it with a Lucidchart team account. Only users on your Lucidchart team will be able to edit or create diagrams in %s.</p><p>Clicking below will link the add-on to your Lucidchart team "<strong>%s</strong>".</p>' | |
}, | |
"tierselect.year": { | |
en: "year", | |
zh: "年" | |
}, | |
"orginvitation.accept.existing.p.chart": { | |
en: "If you accept this invitation with your existing Lucidchart account, your account will be linked to the organization %s. Any existing paid subscription you have will be cancelled, but you will share all the benefits of %s's subscription.", | |
zh: "如果您使用您现有Lucidchart帐户来接受此邀请,您的帐户将被链接到%s的组织,您的任何现有的付费订阅都将被取消,但您将共享%s的订阅的所有好处.." | |
}, | |
"orginvitation.accept.h": { | |
en: "Accept invitation to join %s", | |
zh: "接受邀请并加入 %s" | |
}, | |
"users.close.reason.notUse.1.chart": { | |
en: "Did you know that you can keep a Free account forever? Simply come back when you are ready to diagram more!" | |
}, | |
"viewport.banner.share.chart": { | |
fr: "Partagez ce lien avec vos amis et collègues afin de modifier un même diagramme en même temps.", | |
en: "Share this link with your friends or coworkers to edit the same diagram at the same time.", | |
zh: "与你的朋友和同事分享此链接,这样他们可以在同一时间编辑同一图表" | |
}, | |
"tierselect.storage": { | |
en: "GB Storage", | |
zh: "GB储存空间" | |
}, | |
"users.level.td.team.features": { | |
en: "MS Visio Import/Export <br />Wireframing / iOS Mockups<br />Revision history<br />Shared templates and images", | |
zh: "SSL 加密<br/>框架图/iPhone模型<br/>修改历史<br/>分享的模板和图片" | |
}, | |
"subnav.account.support": { | |
en: "Support Tickets" | |
}, | |
"ctxpane.layout.arrange.match.label": { | |
en: "Match Size:" | |
}, | |
"referrals.p": { | |
en: "For every friend who joins and uses Lucidchart, we'll give you both a free month.", | |
zh: "对于每一个加入使用Lucidchart的朋友,我们将给予您们各自一个月的免费试用" | |
}, | |
"subnav.sort.modified": { | |
en: "Last Modified", | |
zh: "最近修改" | |
}, | |
"referrals.h": { | |
en: "Lucidchart Referrals", | |
zh: "Lucidchart 推介" | |
}, | |
"toolbox.teamimages.title": { | |
fr: "Images de l'équipe", | |
en: "Team Images", | |
zh: "团队图标" | |
}, | |
"pricing.faq.title": { | |
fr: "Questions les plus fréquemment posées", | |
en: "Frequently Asked Questions", | |
nl: "Veelgestelde vragen", | |
pt: "Perguntas Frequentes", | |
de: "Häufig gestellte Fragen", | |
es: "Preguntas frecuentes" | |
}, | |
"error.tooManyAttempts": { | |
en: "Too many attempts" | |
}, | |
"nav.community": { | |
en: "Community", | |
zh: "社区" | |
}, | |
"flash.thread.notification.unsubscribed": { | |
en: 'You have been unsubscribed from email notifications for this thread. <a href="%s">Undo</a>', | |
zh: '您已取消订阅以电子邮件通知该主题<a href="%s">撤消</a>' | |
}, | |
"pricing.faq.specialpricing.answer": { | |
fr: "Oui. Nous proposons des réductions de 50% sur les comptes annuels pour ce qui est à but non lucratif, et des comptes gratuits pour les élèves et professeurs. Envoyez un e-mail à [email protected] pour les questions relatives aux comptes à but non lucratif.", | |
en: 'Yes. We offer 50% discounts on annual accounts for nonprofits, and free accounts for students and teachers. Email <a href="mailto:[email protected]">[email protected]</a> for non-profit inquiries. Visit our <a href="/education">education page</a> for educational inquiries.', | |
nl: "Ja. Wij bieden 50% korting op de jaarrekening voor non-profitorganisaties, en gratis accounts voor studenten en docenten. Email [email protected] voor non-profit vragen.", | |
pt: "Sim. Oferecemos 50% de desconto em contas anuais para organizações sem fins lucrativos e contas gratuitas para estudantes e professores. Envie um e-mail para [email protected] para consultas de organizações sem fins lucrativos.", | |
de: "Ja. Wir bieten Nachlässe von 50 % auf jährliche Nutzungsgebühren für gemeinnützige Träger und kostenlose Zugänge für Studenten und Lehrer. Senden Sie eine E-Mail an [email protected] für Anfragen bezüglich Non-Profit.", | |
es: "Sí. Ofrecemos un 50% de descuento a entidades sin ánimo de lucro, y cuentas gratuitas a profesores y alumnos. Envíe un correo electrónico a [email protected] para consultas sobre entidades sin ánimo de lucro." | |
}, | |
"text.align.tooltip.center": { | |
en: "Center text" | |
}, | |
"pricingTable.label.revision": { | |
fr: "Historique de révision", | |
en: "Revision history", | |
nl: "Revisiegeschiedenis", | |
pt: "Histórico de revisões", | |
de: "Versionsverlauf", | |
es: "Historial de revisiones" | |
}, | |
"docinfopane.created": { | |
en: "Created", | |
zh: "创建日期" | |
}, | |
"gui.growl.team.expired.admin": { | |
en: 'Your Team account has expired. %d team members have limited functionality. <a href="/teams">Click here</a> to view unlicensed team members' | |
}, | |
"flash.user.team.broken": { | |
en: "User broken off from team.", | |
zh: "用户从团队中断。" | |
}, | |
"doclist.nav.searchbox": { | |
en: "Search Documents", | |
zh: "搜索文件" | |
}, | |
"docinfopane.items": { | |
en: "Items", | |
zh: "项数" | |
}, | |
"Multi-use": { | |
fr: "Multi-usages", | |
zh: "多种用途" | |
}, | |
"menu.multipage.desc": { | |
fr: "Si cette option est sélectionnée, vous pouvez agrandir la page manuellement en utilisant les commandes qui apparaissent lorsque vous bougez votre souris à l'extérieur de la page. Si cette option n'est pas sélectionnée, des pages imprimées additionnelles votre être ajoutées à votre diagramme automatiquement si vous glissez un objet hors des limites de la page.", | |
en: "If this option is selected, you can manually enlarge the page using controls that appear when you move your mouse outside the corners of the page. If this option is not selected, additional printed pages will be added to your diagram automatically if you drag an item beyond the edges of the page." | |
}, | |
"users.passwordReset.policy": { | |
en: "Password Policy" | |
}, | |
"flash.document.deleted": { | |
en: 'Deleted document "%s". <a href="%s">Undo</a>', | |
zh: '删除的文件“%s“,<a href="%s">撤消</a>' | |
}, | |
month: { | |
fr: "mois", | |
en: "month", | |
nl: "maand", | |
pt: "mês", | |
de: "monat", | |
es: "mes" | |
}, | |
Action: { | |
zh: "作用" | |
}, | |
"publish.printdialog.format": { | |
en: "Format" | |
}, | |
"footer.developers": { | |
en: "Developers" | |
}, | |
"pricingTable.contact.pricing.secondLine": { | |
fr: "pour les prix", | |
en: "for pricing", | |
nl: "ons op voor prijzen", | |
pt: "para saber os preços", | |
de: "uns für Preise", | |
es: "para saber los precios" | |
}, | |
"dialog.hotkeyref.heading.text": { | |
en: "Text Editor" | |
}, | |
"users.close.reason.difficult.1.chart": { | |
en: 'Have you checked <a href="http://support.lucidchart.com/categories/20063795-Tutorials">our tutorials</a> for more information?' | |
}, | |
"docinfopane.actions.copy.name": { | |
en: "Enter a name for this %s", | |
zh: "输入此%s的名称" | |
}, | |
"invoices.prefs.lucidTax": { | |
en: "Include Lucid Software tax number" | |
}, | |
"flash.user.resetpassword.reset": { | |
en: "Your password has been reset. Your new password has been emailed to %s.", | |
zh: "您的密码已重置,您的新密码已经通过电子邮件发送到%s" | |
}, | |
"team.banner.unlicensed.h": { | |
en: "Unlicensed Team Members" | |
}, | |
"users.register.h.free": { | |
en: "Sign Up For %s", | |
zh: "注册%s" | |
}, | |
"referrals.credit.label.cost": { | |
en: "Cost", | |
zh: "费用 " | |
}, | |
"org.create.p2": { | |
en: '<span class="highlight">%s does not allow you to share your account with other users in your team</span>. You can upgrade to a Team subscription to remove this restriction.', | |
zh: '<span class="highlight">您的%s帐户不允许添加其他用户</span>. 您可以升级到团队订阅级别来删除此限制。' | |
}, | |
"orginvitation.teamadmin.monthly": { | |
en: "monthly" | |
}, | |
"pagenumber.h": { | |
en: "Page %s", | |
zh: "页面 %s" | |
}, | |
"tablet.alert.plugin.restricted.warning": { | |
en: "This shape library is free to use in the mobile app; however, editing these shapes from a computer will require a premium account." | |
}, | |
"subnav.payments.subscription": { | |
en: "Payment History", | |
zh: "订阅缴费" | |
}, | |
"optionbar.group.block": { | |
fr: "Bloc", | |
en: "Block", | |
zh: "图形块" | |
}, | |
"footer.pamphletMaker": { | |
en: "Pamphlet Maker" | |
}, | |
"org.users.h": { | |
en: "My Team: %s", | |
zh: "我的团队:%s" | |
}, | |
"users.tierLevel.title": { | |
en: "Team Pricing and Account Types", | |
zh: "团队价格和账户类型" | |
}, | |
"ctxpane.common.shadow.title": { | |
en: "Shadow" | |
}, | |
"optionbar.group.rows": { | |
fr: "Rangées", | |
en: "Rows", | |
zh: "行" | |
}, | |
"historypanel.link.changes.show": { | |
fr: "Montrer les modifications", | |
en: "Show me what was changed", | |
zh: "显示修改的内容" | |
}, | |
"persona.survey.onetothree": { | |
en: "1-3" | |
}, | |
"visio.upload.ro.p": { | |
en: "Visio import is available to all Pro and Team subscribers of Lucidchart. You may import your Visio documents, but you will not be able to further edit any imported Visio documents unless you <a href='/users/level?source=VisioImportDialog'>upgrade</a> your account." | |
}, | |
"force.sso.disabled.google": { | |
en: "This setting is disaled due to <a href=\"/teams/gappsManage\">'Require Google SSO'</a> being turned on." | |
}, | |
"users.cancel.all.feature2.elaborate.press": { | |
en: "You will lose access to our <strong>library of over 100 stunning templates</strong>. Free accounts are limited to our smaller library of standard templates." | |
}, | |
"option.gradient.soft": { | |
fr: "Dégradé léger", | |
en: "Soft Gradient", | |
zh: "轻微渐变" | |
}, | |
"label.country": { | |
en: "Country" | |
}, | |
"saml.manage.missingmetadata": { | |
en: "Metadata Required." | |
}, | |
"bugs.contact.button.submit": { | |
en: "Send Message", | |
zh: "发送消息" | |
}, | |
"users.cancel.reason.individual.competitor": { | |
en: "I am switching to another tool" | |
}, | |
"Top Align": { | |
fr: "Aligner en haut", | |
zh: "顶层对齐" | |
}, | |
"documents.h.documents": { | |
en: "Documents:", | |
zh: "文件:" | |
}, | |
"users.cancel.team.feature2.link": { | |
en: "Review your existing structure and users now to see who will be affected" | |
}, | |
"ui2.hotspot.state.choose": { | |
fr: "Choisir un état", | |
en: "Choose a State", | |
zh: "选择状态" | |
}, | |
"users.login.title": { | |
en: "Login and Registration", | |
zh: "登录和注册" | |
}, | |
"button.team.confirmsize": { | |
en: "Confirm Team Size" | |
}, | |
"dialog.newdoc.press.category.print.full": { | |
en: "For Print" | |
}, | |
"menu.guide.createy": { | |
en: "Create Horizontal Guide" | |
}, | |
"menu.guide.createx": { | |
en: "Create Vertical Guide" | |
}, | |
"dialog.library.manage.upgrade": { | |
en: 'Your trial expires in %s days. <a href="/users/pay?source=PremiumShapesTrialUpgrade" target="_blank">Upgrade your account</a> for continued access to these shapes.' | |
}, | |
"Middle Align": { | |
fr: "Centrer", | |
zh: "中间对齐 " | |
}, | |
"users.close.p2": { | |
en: "You will be credited the unused portion of your previous payment, %s, if you decide to pay again later.", | |
zh: "如果您决定以后再次付款的话,我们会返还您之前支付的费用中没有使用的%s。" | |
}, | |
"users.close.p3": { | |
en: "You will no longer be able to log in to view or edit\nany of your documents.", | |
zh: "您将不可以再次登录或编辑您任何的账户。" | |
}, | |
"users.close.p1": { | |
en: "Canceling your paid subscription will set your account as a free account with limited features.", | |
zh: "���消您支付的定金将会使您的账户变成只有有限功能的免费账户。" | |
}, | |
"historypanel.title": { | |
fr: "Historique", | |
en: "History", | |
zh: "历史" | |
}, | |
"dialog.share.collaborators.heading": { | |
fr: "Permissions", | |
en: "Permissions", | |
zh: "权限" | |
}, | |
"nav.account": { | |
en: "Account", | |
zh: "账户" | |
}, | |
"users.cancel.lose.individual.premiumshapes": { | |
en: "I understand I will no longer be able to use premium shape libraries." | |
}, | |
"viewport.selectarea": { | |
fr: "Cliquer et glisser pour sélectionner une partie de la page.", | |
en: "Click and drag to select part of the page.", | |
zh: "点击并拖动来选择网页的一部分" | |
}, | |
"forum.thread.th.replies": { | |
en: "Replies", | |
zh: "回复" | |
}, | |
"footer.h.support": { | |
en: "Support", | |
zh: "支持" | |
}, | |
"actions.empty.overlayselect": { | |
en: "Double click on selected overlay to add actions to items inside of it." | |
}, | |
"optionbar.group.color": { | |
fr: "Couleur", | |
en: "Color", | |
zh: "颜色" | |
}, | |
"orginvitation.existingaccount.h.annual": { | |
en: "annual" | |
}, | |
"documentanalytics.error.badRequest": { | |
en: 'An error has occurred in fetching the requested data. Clear the current filters and try again. <a href="http://support.lucidpress.com/tickets/new">Contact support</a> if the problem persists.' | |
}, | |
"dialogs.analytics.setup.button": { | |
en: "Set up Analytics" | |
}, | |
"prorated.subscription.notice": { | |
en: "Your new subscription will renew at $%.2f / %s on %s. Today, you simply pay the prorated charge, less any remaining credit on your current %s subscription." | |
}, | |
"org.gapps.p4b": { | |
en: "<strong>EVEN MORE IMPORTANT:</strong> Be the first user to click through from Google Apps; that will make your account the Lucidchart administrator on that domain.", | |
zh: "<strong>甚至更重要:</strong> 请务必您是第一名队员通过Google Apps点击而进入Lucidchart;这样就能保证您的账户在该域成为Lucidchart管理员。" | |
}, | |
"menu.help.hints": { | |
en: "Hints" | |
}, | |
"users.level.button.pro.keep": { | |
en: "Keep Pro", | |
zh: "保持专业版" | |
}, | |
"dialog.clipboard.hotkeyinstructions.head": { | |
en: "Copying and pasting in Lucidpress" | |
}, | |
november: { | |
en: "11 - November" | |
}, | |
"docinfopane.actions.rename": { | |
en: "Rename", | |
zh: "为%s重新命名" | |
}, | |
"prefs.hintLevel.none": { | |
en: "Off" | |
}, | |
search: { | |
fr: "Rechercher", | |
en: "Search", | |
zh: "搜索" | |
}, | |
"education.title": { | |
en: "Educational Pricing and Discounts", | |
zh: "教育机构价格和折扣" | |
}, | |
"dialog.hotkeyref.drawline.description": { | |
fr: "Dessiner une ligne", | |
en: "Draw free-standing line", | |
zh: "绘制线条" | |
}, | |
"dialog.sharePrompt.remind": { | |
en: "Remind me later" | |
}, | |
"ctxpane.layout.rotation.flip": { | |
en: "Flip" | |
}, | |
"embedpanel.size.label": { | |
fr: "taille", | |
en: "Size", | |
zh: "大小" | |
}, | |
"ctxpane.table.fill.banding": { | |
en: "Banding:" | |
}, | |
"overlay.crop.instructions": { | |
fr: "Glissez les points de recadrage. Appuyez sur <strong>Échap</strong> pour annuler ou sur <strong>Retour</strong> pour compléter le recadrage.", | |
en: "Drag the crop points. Press <strong>escape</strong> to cancel or <br /><strong>enter</strong> to complete the cropping." | |
}, | |
"description.own": { | |
fr: "Donner les permissions complètes", | |
en: "Give full permissions", | |
zh: "给予完全权限 " | |
}, | |
"alert.visio.upgradeTrial": { | |
en: 'Thank you for using our Visio import feature! Your Basic trial allows you to view this document in read-only mode. To edit this document, you can try <a href="/users/level?source=Editor-VisioImportBasicToProTrial">Lucidchart Pro features free</a> for the remaining %s days of your trial.' | |
}, | |
"pricingTable.startTrial.secondLine": { | |
fr: "Gratuit pendant 14 jours", | |
en: "free for 14 days", | |
nl: "Gratis voor 14 dagen", | |
pt: "Grátis por 14 dias", | |
de: "Kostenlos für 14 Tage", | |
es: "Gratis durante 14 días" | |
}, | |
"users.close.sorry": { | |
en: "We're sorry to see you go. We would appreciate your feedback:" | |
}, | |
"documentanalytics.error.notAuthorized": { | |
en: 'You are logged in to a Google account (e.g. [email protected]) that doesn\'t have access to the Google Analytics account you provided. Log in to a Google account that does have access and try again or <a href="https://support.google.com/analytics/answer/1009702?hl=en" target="_blank">provide access to the current account</a>.' | |
}, | |
"dialog.library.manage.p": { | |
fr: "Sélectionner les ensembles de formes pouvant être utilisés", | |
en: "Select the shape sets you want available for use.", | |
zh: "请选择你想要的形状来使用" | |
}, | |
"team.inviteusers.cancel": { | |
en: "Cancel" | |
}, | |
"toolbox.search_title": { | |
fr: "Lucidchart", | |
en: "Lucidchart" | |
}, | |
"users.level.login.p": { | |
en: 'Or <a class="ajax_form_button" href="/users/login%s">log in</a> with your existing Lucid account.', | |
zh: '或者<a class="ajax_form_button"href="/users/login%s">登录</a>进您已存在的Lucid账户。' | |
}, | |
"ctxpane.table.borders.grid.none": { | |
en: "None" | |
}, | |
"doclist.view.analytics": { | |
en: "View Analytics" | |
}, | |
"ctxpane.style.images.doubleclick": { | |
en: "Replace this image by double-clicking" | |
}, | |
"users.backup.p.chart": { | |
en: "Click the button below to save a backup of all your Lucidchart documents. You can use the backup to restore your documents at any time." | |
}, | |
"menu.masterpage.apply.all": { | |
fr: "Appliquer le modèle à toutes les pages", | |
en: "Apply Master to All Pages" | |
}, | |
"flash.template.undeleted": { | |
en: 'Un-deleted template "%s". <a href="%s">Undo</a>', | |
zh: '取消删除的模板“%s“,<a href="%s">撤消</a>' | |
}, | |
"search.list.empty": { | |
en: "No results were found." | |
}, | |
"gui.growl.upgrade": { | |
fr: "Passez à la version améliorée!", | |
en: "Upgrade your account!", | |
zh: "升级您的账户!" | |
}, | |
"ctxpane.table.dimensions.rows": { | |
en: "Rows:" | |
}, | |
"orginvitation.confirm.button.accept": { | |
en: "Accept Invitation" | |
}, | |
"error.offline": { | |
en: 'Connection to %s failed. Please try again.<br>If the issue continues, please <a target="_blank" href="http://support.lucidchart.com/anonymous_requests/new">contact us</a> for assistance and include the link to your document.' | |
}, | |
"visioexport.ineligible.prefix": { | |
fr: "Visio (VDX) est seulement disponible pour les comptes Pro et Team. Veuillez considérer passer à la", | |
en: "Visio (VDX) export is only available for Pro and Team accounts. Please consider" | |
}, | |
"documentanalytics.button.getHelp": { | |
en: "Get Help" | |
}, | |
"menu.save": { | |
en: "Save" | |
}, | |
"shapelibrary.rename": { | |
fr: "Veuillez nommer votre bibliothèque de formes :", | |
en: "Please provide the name you'd like to give to your shape library:" | |
}, | |
"users.cancel.persuade.1.press": { | |
en: 'Have you checked <a href="http://support.lucidpress.com/categories/20121236-Tutorials">our tutorials</a> for more information about that feature?' | |
}, | |
"prorated.subscription.notice.free": { | |
en: "The remaining $%.2f value of your %s subscription will be applied to future charges." | |
}, | |
"docinfopane.actions.insert": { | |
en: "Insert", | |
zh: "插入%s" | |
}, | |
"referrals.month.pro.free": { | |
en: "1 Free Pro Month", | |
zh: "免费的一个月专业账户" | |
}, | |
"doclist.menu.importgliffy": { | |
en: "Import Gliffy" | |
}, | |
"gui.growl.textlink.instructions.remove": { | |
en: "To remove a link, click on the connection line where it touches the text box and drag it off." | |
}, | |
"mention.permission.mentioned": { | |
en: "Mentioned Users:" | |
}, | |
"ctxpane.gallery.size.title": { | |
en: "Image Size" | |
}, | |
"subnav.h.account": { | |
en: "Account", | |
zh: "账户" | |
}, | |
"bugs.contact.cancel.title": { | |
en: "Change my account admin" | |
}, | |
"menu.pageTemplate.delete": { | |
en: "Delete page template" | |
}, | |
"upload.failed": { | |
fr: "Le téléchargement du fichier a échoué. Veuillez réessayer.", | |
en: "File upload failed. Please try again." | |
}, | |
"label.role": { | |
en: "Role", | |
zh: "角色" | |
}, | |
"ctxpane.layout.arrange.distribute.label": { | |
en: "Distribute:" | |
}, | |
"optionbar.group.lock": { | |
fr: "Verrouillage", | |
en: "Locking" | |
}, | |
"document.permission.denied": { | |
fr: "Vous n'avez pas la permission de voir ce document.", | |
en: "You do not have permission to view that document." | |
}, | |
"persona.survey.industry.construction": { | |
en: "Construction, Machinery, and Homes" | |
}, | |
"publishpanel.tooltip.permalink": { | |
en: "Get permalink" | |
}, | |
"option.line.style.copy": { | |
fr: "Copier le style d'une autre ligne", | |
en: "Copy style from another line", | |
zh: "从其他线条复制样式" | |
}, | |
"ctxpane.gallery.arrange.drag": { | |
en: "Reorder the images using drag & drop" | |
}, | |
"dialog.upgradeprompt.decline": { | |
en: "No" | |
}, | |
Group: { | |
fr: "Grouper", | |
zh: "结成小组" | |
}, | |
"orginvitation.confirm.accountOwner.creditTransfer.contactSupportNoAmount": { | |
en: "Please contact support in order to transfer your remaining prorated account credit transferred to the %s team's account." | |
}, | |
"tablet.bugreport.feedback": { | |
en: "<h2>Submit a request</h2><p class='small'>Please let us know if you have any questions or feedback and we'll respond within 48 hours. We're happy to help!</p>" | |
}, | |
"ctxpane.gallery.arrange.ctrlclick": { | |
en: "Ctrl-click to select multiple images" | |
}, | |
"svg.import.wrong.filetype": { | |
en: "You can only convert .svg files." | |
}, | |
"youtube.url.error.invalid": { | |
en: "The video url is invalid." | |
}, | |
"documentanalytics.segmentstitle.showcountries": { | |
en: "(show countries)" | |
}, | |
"users.cancel.all.feature1.link": { | |
en: "Check your document list to see which will be affected" | |
}, | |
"pricingTable.free": { | |
fr: "Gratuit", | |
en: "Free", | |
nl: "Gratis", | |
pt: "Gratuito", | |
de: "Free", | |
es: "Gratuita" | |
}, | |
"notice.free.limited": { | |
en: "Your free account limits the complexity of documents you create.", | |
zh: "您的免费账户限制您创建文件的复杂性。" | |
}, | |
"flash.referral.redeem.error": { | |
en: "Could not redeem referral credit. Please contact Lucidchart support.", | |
zh: "无法兑换推介点数。请联系Lucidchart支持。" | |
}, | |
"dialog.newdoc.button.upgrade": { | |
en: "Upgrade" | |
}, | |
"historypanel.button.page.edited": { | |
fr: "Page modifiée", | |
en: "Page Edited", | |
zh: "页面已修改" | |
}, | |
"menu.pageTemplate.duplicate": { | |
en: "Duplicate page template" | |
}, | |
"statepanel.confirm.delete": { | |
fr: "<p>Êtes-vous certain de vouloir supprimer cet état?</p><p>Cette action va également supprimer tous les objets se trouvant dans cet état.</p>", | |
en: "<p>Are you sure you want to delete this state?</p><p>This will also delete all objects that are part of the state.</p>", | |
zh: "<p>您确定要删除此状态吗?</p><p>这也会删除此状态下的所有对象。</p>" | |
}, | |
"blobmeter.nostorage.p": { | |
en: 'Lucidchart does not support offline functionality on your browser, please try <a href="http://www.google.com/chrome" target="_blank">Google Chrome</a> or <a href="http://www.apple.com/safari" target="_blank">Safari</a> to use Lucidchart offline.' | |
}, | |
"publication.dialog.publishlink": { | |
en: "Copy & paste the URL to share online" | |
}, | |
"label.city": { | |
en: "City" | |
}, | |
"graffle.upload.select": { | |
en: 'Please select OmniGraffle files (.graffle, .graffle.zip) to upload. <a target="_blank" href="http://support.lucidchart.com/entries/51168934-Import-Troubleshooting"> (Learn more)</a>' | |
}, | |
"historypanel.default": { | |
fr: "Lorsque vous aurez sauvegardé le document, ce panneau montrera qui a modifié le document et quand.", | |
en: "Once you save your document, this panel will show a history of who saved changes to this document, and when.", | |
zh: "当您保存您的文件之后,这个仪表板将会显示修改过这个文件的人和时间。" | |
}, | |
"users.level.free.cost": { | |
en: "Free", | |
zh: "免费" | |
}, | |
"alert.complexity.reached.prefix": { | |
fr: "Vous avez atteint votre limite de complexité des", | |
en: "You have reached your complexity limit of", | |
zh: "您已经达到了,在每个文件上使用" | |
}, | |
"flash.contact.thanks": { | |
en: "Thank you for contacting Lucidchart.", | |
zh: "感谢您联系Lucidchart." | |
}, | |
"navigation.group.default": { | |
en: "Press ESC to stop editing this group" | |
}, | |
"pricing.faq.nosubscription.answer": { | |
fr: "Vous aurez toujours accès à vos documents que vous choisissiez l'abonnement payant ou non. Cependant, à cause des limites du compte gratuit, vous ne pourrez plus éditer un document s'il fait plus de 60 objets en complexité.", | |
en: "You will always have access to your documents whether or not you choose a paid subscription. Due to the limitations of the Free plan, however, you may not be able to edit a document if it is beyond 60 objects in complexity.", | |
nl: "U heeft altijd toegang tot uw documenten, ook als u niet kiest voor een betaald abonnement. Door de beperkingen van het gratis plan, kan het zijn dat u niet in staat zult zijn om een document te bewerken als het meer dan 60 objecten bevat.", | |
pt: "Você sempre terá acesso aos seus documentos, independentemente se escolher ou não uma assinatura paga. Devido às limitações do plano Gratuito, porém, você não poderá editar um documento se ele tiver mais de 60 objetos em complexidade.", | |
de: "Sie werden immer auf Ihre Dokumente zugreifen können, ob Sie nun ein kostenpflichtiges Abonnement abschließen oder nicht. Aufgrund der Beschränkungen der kostenfreien („Free“) Zugangsoption können Sie allerdings keine Dokumente bearbeiten, die mehr als 60 Objekte haben.", | |
es: "Siempre tendrá acceso a sus documentos, elija o no una suscripción de pago. Sin embargo, y por las limitaciones del plan Gratuito, no podrá editar documentos de más de 60 objetos." | |
}, | |
"growl.merge.unsaved": { | |
fr: "<strong>Vos modifications n'ont pas encore été enregistrées</strong>. D'autres utilisateurs ont modifié ce document. Leurs changements ont été fusionnés avec les vôtres sans problème.", | |
en: "<strong>Your changes are not yet saved</strong>. Other users have changed this document. Their changes have been merged into yours without any problems.", | |
zh: "<strong>您所做的变更尚未存储</strong>,其他用户已经更改了此文件。 他们的变更已成功合并到您的文件中。" | |
}, | |
"menu.group.edit": { | |
fr: "Modifier le groupe", | |
en: "Edit Group" | |
}, | |
"org.transfer.search.unsuccessful": { | |
en: "No users matched your search." | |
}, | |
"users.documentanalytics.setup.header": { | |
en: "Lucidpress Analytics help you understand the impact of your published documents. See how many people have viewed your content, where the views came from, and how your audience has re-shared across social media." | |
}, | |
"menu.publishButton.hint": { | |
en: "Publish Document" | |
}, | |
"pricingTable.label.mockup": { | |
fr: "Armatures / maquettes", | |
en: "Wireframing / mockups", | |
nl: "Wireframing / testmodellen", | |
pt: "Wireframes / maquetes", | |
de: "Wireframing / Mockups", | |
es: "Esquema de página / maquetación" | |
}, | |
"menu.paste": { | |
fr: "Coller", | |
en: "Paste", | |
zh: "粘贴" | |
}, | |
"ondemand.confluence.configure.instance_not_linked_user_on_team": { | |
en: '<p>To use the Lucidchart add-on, you must associate it with a Lucidchart team account. Only users on your Lucidchart team will be able to edit or create diagrams in Confluence.</p><p>Clicking below will link the add-on to your Lucidchart team "<strong>%s</strong>".</p>' | |
}, | |
"press.modes.preview.long": { | |
en: "Preview Mode is where you can see how the layout will look when you publish or export your document." | |
}, | |
"ondemand.confluence.configure.header": { | |
en: "Configure Lucidchart add-on for Confluence" | |
}, | |
"tierselect.month": { | |
en: "month", | |
zh: "月" | |
}, | |
"doclist.welcome": { | |
en: "Welcome to %s!", | |
zh: "欢迎来到%s!" | |
}, | |
"tooltip.share.buzz": { | |
en: "Share on Google Buzz", | |
zh: "在Google Buzz 上分享" | |
}, | |
"saml.manage.optional.explanation": { | |
en: "Users will be able to log in with either their Lucidchart credentials or using SAML. Recommended for testing your implementation." | |
}, | |
"menu.masterpage.setting": { | |
fr: "Réglages du modèle", | |
en: "Master Settings" | |
}, | |
"saml.manage.description": { | |
en: "SAML integration is offered to all active Team accounts to provide a single sign-on experience with Lucidchart.<br/><br/>Please review the settings below and include the necessary information to complete your SAML configuration." | |
}, | |
"persona.engineering": { | |
en: "IT / Engineering" | |
}, | |
"examples.uml": { | |
en: "UML Diagram", | |
zh: "UML 图表" | |
}, | |
"orgchart.prompt.team.name": { | |
fr: "Veuillez entrer le nom de cette équipe.", | |
en: "Please enter the name of this team.", | |
zh: "请输入团队名称" | |
}, | |
september: { | |
en: "09 - September" | |
}, | |
"persona.survey.research": { | |
en: "Research" | |
}, | |
"flash.credit.created": { | |
en: "Credits successfully created.", | |
zh: "点数已成功生成" | |
}, | |
"navigation.hidden": { | |
en: "Press ESC to stop editing this hidden page" | |
}, | |
"org.gapps.forcesso.p": { | |
en: "As the team administrator, you can restrict users from logging in with a username and password and require team members to login using Google single sign on." | |
}, | |
"tooltip.share": { | |
fr: "Partager avec les autres", | |
en: "Share With Others", | |
zh: "与他人共享" | |
}, | |
"users.pay.h2.team": { | |
en: "Pro features + Teams, Confluence/JIRA, and Google Apps" | |
}, | |
"confirm.document.links.break.vanity": { | |
fr: "Ce sera briser les liens avec l'extérieur à l'aide de votre lien personnalisé.", | |
en: "This will break any outside links using your custom link.", | |
zh: "這將打破任何外部鏈接 使用您的自定義鏈接." | |
}, | |
"statepanel.button.start": { | |
fr: "Commencer la démonstration", | |
en: "Start Demo", | |
zh: "开始演示" | |
}, | |
"ctxpane.text.warp.bend": { | |
en: "Bend:" | |
}, | |
"ctxpane.table.dimensions.multiselect.hint": { | |
en: "Shift + click to select multiple cells" | |
}, | |
"flash.template.removed": { | |
en: "Template has been removed from the community.", | |
zh: "模板已从社区中删除。" | |
}, | |
"prefs.zoom.page": { | |
en: "Full Page", | |
zh: "整个页面" | |
}, | |
"forums.search": { | |
en: "Search Forums", | |
zh: "搜索论坛" | |
}, | |
"text.tabs.label": { | |
en: "Tabs & Indents" | |
}, | |
"header.blog": { | |
en: "Blog" | |
}, | |
"menu.saveas.description": { | |
fr: "Enregistrer une copie", | |
en: "Save as (copy)", | |
zh: "另存为(副本)" | |
}, | |
"flash.user.resendconfirmation.no.user": { | |
en: "No user has been registered with the email address %s.", | |
zh: "尚无用户使用电子邮件地址%s注册" | |
}, | |
"ondemand.confluence.configure.instance_not_linked_user_not_on_team": { | |
en: "<p>To use the Lucidchart add-on, you must associate it with a Lucidchart team account.</p><p>Only users on your Lucidchart team will be able to edit or create diagrams in Confluence. Please upgrade to a Lucidchart team account then return to this page to configure the add-on.</p>" | |
}, | |
Saving: { | |
fr: "Enregistrement", | |
zh: "存储中" | |
}, | |
"label.currency": { | |
en: "Currency", | |
zh: "货币" | |
}, | |
"option.linewidth.hairline": { | |
fr: "Très fin", | |
en: "Hairline", | |
zh: "极细线" | |
}, | |
"invitations.pending.accept": { | |
en: "Accept", | |
zh: "接受" | |
}, | |
"menu.publish.description": { | |
fr: "Publier en ligne", | |
en: "Publish online", | |
zh: "在线发布" | |
}, | |
"users.pay.h": { | |
en: "Subscription Payments", | |
zh: "订金支付" | |
}, | |
"ctxpane.table.borders.grid.full": { | |
en: "Full" | |
}, | |
"alert.demo.iebad": { | |
fr: '<p>Les démonstrations interactives ne fonctionnent pas avec Internet Explorer.</p> <p>D\'autres navigateurs web gratuits sont disponibles et pourraient améliorer votre expérience avec Lucidchart : <a target="_blank" href="http://google.com/chrome">Google Chrome</a>, <a target="_blank" href="http://firefox.com">Mozilla Firefox</a>, ou <a target="_blank" href="http://apple.com/safari">Safari</a>.', | |
en: '<p>You are using Internet Explorer, which is not capable of running these interactive demonstrations.</p>\n<p>There are other free alternatives to Internet Explorer that can improve your Lucidchart experience: <a target="_blank" href="http://google.com/chrome">Google Chrome</a>, <a target="_blank" href="http://firefox.com">Mozilla Firefox</a>, or <a target="_blank" href="http://apple.com/safari">Safari</a>.', | |
zh: '<p>您正在使用微软IE浏览器,此浏览器不支持交互式运行。</p> <p> 还有其他免费方法来帮助提升您的上网经历:<a target="_blank" href="http://google.com/chrome">谷歌浏览器<a/>, <a target="_blank" href="http://firefox.com">火狐浏览器<a/>, 或者 <a target="_blank" href="http://apple.com/safari">苹果浏览器</a>.' | |
}, | |
"users.cancel.team.feature3.press": { | |
en: "Seamless collaboration with team members" | |
}, | |
"users.cancel.all.feature2.link.press": { | |
en: "Review our full library to see the templates you will no longer be able to access" | |
}, | |
"footer.flowchart": { | |
en: "Flowchart" | |
}, | |
"gliffy.upload.empty.alert": { | |
en: "Please select a Gliffy file to upload." | |
}, | |
"preferences.allowsharinglinks": { | |
en: "Allow team members to generate public sharing links of documents" | |
}, | |
"do.not.ask.again": { | |
fr: "Ne plus me demander", | |
en: "Do not ask me again" | |
}, | |
"confirm.p.x.hist.page.create": { | |
fr: "Quitter l'historique et créer une nouvelle page?", | |
en: "Exit history mode and create new page?", | |
zh: "退出历史模式并创建新页面?" | |
}, | |
"persona.survey.engineering": { | |
en: "Engineering (other than software/hardware engineering)" | |
}, | |
"visio.upload.empty.alert": { | |
en: "Please select a Visio file to upload." | |
}, | |
"optionbar.group.crop": { | |
fr: "Recadrer", | |
en: "Edit Mask" | |
}, | |
"flash.bugreport.thanks": { | |
en: "Thank you for reporting your problem. If you provided an email address, we will contact you when your issue is resolved.", | |
zh: "感谢您报告您的问题。如果您向我们提供您的电子邮件地址,当您的问题解决时我们将即时与您联系。" | |
}, | |
"gui.growl.team.expired.member.press": { | |
en: "You are on an expired Team account and have the limitations of a Free Account. Contact your team admin to request an upgrade." | |
}, | |
"flash.thread.not.found": { | |
en: "Thread not found.", | |
zh: "主题未找到" | |
}, | |
"toolbox.alert.plugin.team-admin.unlicensed": { | |
en: 'This shape library is only available to active Pro and Team subscriptions. Please consider <a target="blank" href="/users/teamLevel?source=ShapeLibraryAvailableActiveTeam">upgrading</a>.' | |
}, | |
"ondemand.confluence.configure.upgrade_to_team_account": { | |
en: "Upgrade to Team Account" | |
}, | |
"twitter.chars.remaining": { | |
en: "characters remaining", | |
zh: "剩余字符 " | |
}, | |
"alert.p.readonly": { | |
fr: "Vous travaillez pr��sentement en lecture seule.", | |
en: "You are in read-only mode.", | |
zh: "你正在使用只读模式" | |
}, | |
"ondemand.confluence.configure.invite_users": { | |
en: "Invite Users To Join Your Team" | |
}, | |
"ctxpane.layout.wrap.left": { | |
en: "Wrap text to the left of the object." | |
}, | |
"footer.pamphlet": { | |
en: "Pamphlet maker" | |
}, | |
"ctxpane.text.list.label": { | |
en: "Lists" | |
}, | |
"users.cancel.all.feature1.elaborate": { | |
en: "You will lose the ability to create documents of unlimited complexity. Free accounts are <strong>limited to 60 objects</strong> per document." | |
}, | |
"button.user.remove.from.team": { | |
en: "Remove User From Team", | |
zh: "从小组中删除用户" | |
}, | |
"vdx.import.failed": { | |
fr: "Le fichier Visio n'a pu être converti. Veuiller le télécharger en VDX ou en VSD.", | |
en: "Failed to convert visio file. Please upload in VDX or VSD format." | |
}, | |
"tooltip.comments.atMentions.chart": { | |
en: 'Try our new @mention feature. <a href="http://support.lucidchart.com/entries/58838414-Comment-Notifications" target="blank">Learn More</a>' | |
}, | |
"signin.create": { | |
en: "Provision an account" | |
}, | |
"flash.email.unrecognized": { | |
en: "Unrecognized email address.", | |
zh: "无法识别的电子邮件地址。" | |
}, | |
"users.backup.save": { | |
en: "Save Backup" | |
}, | |
None: { | |
fr: "Aucun", | |
zh: "无 " | |
}, | |
"shapelib.delete.error": { | |
fr: "Une erreur est survenue pendant la suppression de la forme", | |
en: "Error deleting shape block" | |
}, | |
"subnav.storage.manage": { | |
en: "Storage Space" | |
}, | |
"optionbar.fields.add": { | |
fr: "Ajouter un champ", | |
en: "Add a Field" | |
}, | |
"dialog.hotkeyref.editText.description": { | |
ru: "Редактировать текст", | |
en: "Edit text", | |
es: "Editar texto" | |
}, | |
"text.tabs.outdent.tip": { | |
en: "Decrease indentation level" | |
}, | |
"preferences.allowHangouts": { | |
en: "Allow team members to use Google+ Hangouts" | |
}, | |
"ctxpane.table.dimensions.insert.rowbefore": { | |
en: "Insert row before" | |
}, | |
Delete: { | |
fr: "Supprimer", | |
zh: "删除" | |
}, | |
"persona.demoPrompt.test": { | |
en: "Try the demo" | |
}, | |
"documentanalytics.segmentTooltip.sources": { | |
en: "Referral source of views" | |
}, | |
"forum.post.user.h": { | |
en: "All Posts By: %s", | |
zh: "发布者:%s" | |
}, | |
"saml.sso.required": { | |
en: "Your team requires logging in with SAML. Please contact your team admin." | |
}, | |
"titlebar.working.offline.button": { | |
en: "Working Offline" | |
}, | |
"invoices.prefs.includeCompanyTax": { | |
en: "Include company tax number" | |
}, | |
"ondemand.admin.title": { | |
en: "Lucidchart Add-on Admin" | |
}, | |
"unsubscribe.p1.2": { | |
en: "We're sorry to see you go! If you unsubscribe from our newsletters, you won't hear about new and updated features." | |
}, | |
"header.pricing": { | |
en: "Pricing" | |
}, | |
"visio.stencil.beta": { | |
en: 'Visio stencil import is still in beta, so please <a href="/contact">contact us</a> if you have any problems.' | |
}, | |
"dialogs.font.upgrade.p1": { | |
en: "Did you know you can upload any font you own into Lucidpress?" | |
}, | |
"userimage.delete.error": { | |
fr: "L'image n'a pu être supprimée. Veuillez réessayer plus tard.", | |
en: "Image could not be deleted. Please try again later.", | |
zh: "图片不能被删除,请稍后再试" | |
}, | |
"users.close.button.secondthought.chart": { | |
en: "Changed my mind - I love Lucidchart" | |
}, | |
"menu.copy": { | |
fr: "Copier", | |
en: "Copy", | |
zh: "复制" | |
}, | |
"dialog.clipboard.hotkeyinstructions.paste": { | |
en: "for paste" | |
}, | |
"subnav.button.template.use": { | |
en: "Use as Template", | |
zh: "当作模版使用" | |
}, | |
"onboard.previous": { | |
en: "Previous" | |
}, | |
"shapelib.context.rename": { | |
fr: "Renommer", | |
en: "Rename" | |
}, | |
"shapelib.saveLibrary.error": { | |
fr: "Une erreur est survenue pendant l'enregistrement de votre bibliothèque de formes", | |
en: "An error occurred while trying to save your shape library." | |
}, | |
"storage.images.label": { | |
en: "Images" | |
}, | |
"dialog.collaborator.invitation.link.heading": { | |
fr: "L'utilisateur doit utiliser le lien suivant pour accepter cette invitation :", | |
en: "This collaborator must use the following link to accept this invitation:", | |
zh: "此合作者必须使用以下链接来接受邀请:" | |
}, | |
"pricing.faq.creditcard.question": { | |
fr: "Dois-je donner un numéro de carte de crédit pour ma période d'essai gratuite de 14 jours ?", | |
en: "Is a credit card required for my 14-day free trial?", | |
nl: "Is een creditcard nodig voor mijn 14-dagen gratis proefperiode?", | |
pt: "É necessário um cartão de crédito para meu teste gratuito de 14 dias?", | |
de: "Benötige ich für das kostenlose 14-tägige Testabo eine Kreditkarte?", | |
es: "¿Se necesita tarjeta de crédito para el período de prueba gratuito de 14 días?" | |
}, | |
"persona.survey.automotive": { | |
en: "Automotive" | |
}, | |
"demo.simple.newpage": { | |
fr: "Nous ajouterons d'abord une page à votre document, afin de commencer à neuf.", | |
en: "First, we'll add a new page to your document, so we can start with a clean slate.", | |
zh: "首先,我们会在你的文件上新添一个页面,使我们可以再空白页面上开始。" | |
}, | |
"pricingTable.label.mindmap": { | |
fr: "Création d'une carte heuristique", | |
en: "Mind mapping", | |
nl: "Mind mapping", | |
pt: "Mapas mentais", | |
de: "Mind-Mapping", | |
es: "Mapas mentales" | |
}, | |
"pricingTable.label.pdf": { | |
en: "PDF export" | |
}, | |
"menu.publishButton.text": { | |
en: "Publish" | |
}, | |
"bugs.report.p1": { | |
en: "Found a bug or having problems with Lucidchart? If you provide an email address, you will be contacted when your issue is resolved.", | |
zh: "使用Lucidchart的过程中发现错误或有任何问题?如果您向我们提供您的电子邮箱地址, 在问题解决时我们会及时与您联系" | |
}, | |
"historypanel.ineligible.suffix": { | |
fr: ".", | |
en: ".", | |
zh: "-" | |
}, | |
"bugs.report.p2": { | |
en: "Be sure to include the following in your report:", | |
zh: "请确定在您报告中包含以下:" | |
}, | |
"menu.page.rename": { | |
en: "Rename Page" | |
}, | |
"tooltip.image.commercialonly": { | |
en: "Limit searches to images with commercial licenses", | |
zh: "使用商业执照可以进行对图像的有限搜索" | |
}, | |
"education.desc": { | |
en: "Educators and students at all educational levels can receive discounts on Lucidchart's online diagramming software.", | |
zh: "各级的教育工作者和学生都能享受Lucidchart的在线绘图软件的折扣。" | |
}, | |
"stencil.import.prompt": { | |
fr: "Sélectioner un fichier stencil Visio (.vss, .vsx, .vssx).", | |
en: "Please select a Visio stencil file (.vss, .vsx, or .vssx)." | |
}, | |
"users.passwordReset.symbol": { | |
en: "At least one symbol character required" | |
}, | |
"text.tabs.firstline.label": { | |
en: "First line" | |
}, | |
"flash.thread.notification.subscribed": { | |
en: 'You have been subscribed to email notifications for this thread. <a href="%s">Undo</a>', | |
zh: '您已订阅以电子邮件通知该主题<a href="%s">撤消</a>' | |
}, | |
"collaborate.restrictedDomains.warn": { | |
en: "Trusted Domains:" | |
}, | |
"url.footer.tour": { | |
fr: "/pages/fr/visites", | |
en: "/pages/tour", | |
nl: "/pages/nl/tour", | |
pt: "/pages/pt/tour", | |
de: "/pages/de/tour", | |
es: "/pages/es/paseo" | |
}, | |
"users.level.td.premiumfeatures": { | |
en: "Premium Features", | |
zh: "额外的功能" | |
}, | |
"tips.masterpages.p1": { | |
en: "Master pages make it easy to include common elements, such as a logo or navigation menu, across numerous pages. This feature reduces content duplication and allows you to seamlessly update elements across many pages." | |
}, | |
"email.collaborator.message.required": { | |
en: "Please provide a message before sending." | |
}, | |
"fonts.manage": { | |
en: "Manage fonts..." | |
}, | |
"users.cancel.reason.switched.employment": { | |
en: "I have changed employment" | |
}, | |
"callout.community.button.unshare": { | |
fr: "Annulez le partage maintenant", | |
en: "Un-Share Now", | |
zh: "立即取消共享" | |
}, | |
"invitations.pending.decline": { | |
en: "Decline", | |
zh: "拒绝" | |
}, | |
"ondemand.autoprovision.create_account": { | |
ru: "Создать учетную запись", | |
en: "Create account", | |
es: "Crear una cuenta" | |
}, | |
"teams.menu.newgroup": { | |
en: "New Group", | |
zh: "新小组" | |
}, | |
"flash.org.member.already": { | |
en: "You are already a member of this organization.", | |
zh: "您已经是这个组织的成员。" | |
}, | |
"docinfopane.sharing.updaterole.error": { | |
en: "Could not change permission", | |
zh: "无法更改权限" | |
}, | |
"optionbar.fields.remove": { | |
fr: "Enlever un champ", | |
en: "Remove a Field" | |
}, | |
"notice.trial.expires.short": { | |
en: 'Your free trial expires in %d days. <a href="/users/pay?source=TrialExpiresInXDaysShort">Click here</a> to pay online.' | |
}, | |
"Community Library": { | |
fr: "Bibliothèque de la communauté", | |
zh: "社区图书馆" | |
}, | |
"orginvitation.existingaccount.h": { | |
en: "You are currently on a %s %s subscription and can only be connected to one paid account. Would you like to cancel your %s %s to accept the Team invitation?" | |
}, | |
"orginvitation.confirm.moveTeams.button.accept": { | |
en: "Switch Teams" | |
}, | |
"dialogs.analytics.announcement.message.upgrade": { | |
en: "Did you know that Lucidpress has published document analytics? Upgrade to enable this premium feature and start gaining insights about your audience today." | |
}, | |
"demo.simple.restyle": { | |
fr: "Vous pouvez facilement modifier votre schéma d'opérations (flow chart) en utilisant la barre d'outils. Choisissez d'abord les objets que vous aimeriez modifier.", | |
en: "You can restyle your flow chart easily using the toolbar. First, select the objects you'd like to restyle.", | |
zh: "通过使用工具箱,您可以重新设计您的流程表。首先,选择您要重新设计的对象。" | |
}, | |
"alert.onlyowner.share": { | |
fr: "Seul le propriétaire d'un document peut le partager dans la bibliothèque de la communauté.", | |
en: "Only a document's owner may share it in the Community Library.", | |
zh: "只有文件的所有者可以将其分享至社区图书馆" | |
}, | |
"bugs.contact.h": { | |
en: "Contact %s", | |
zh: "联系 %s" | |
}, | |
"ctxpane.layout.arrange.align.left": { | |
en: "Left align selection" | |
}, | |
"demo.clickanywhere": { | |
fr: "Cliquer n'importe où pour continuer", | |
en: "Click anywhere to continue", | |
zh: "点击任何一处来继续 " | |
}, | |
"org.deleteuser.docusers": { | |
en: "Users", | |
zh: "用户" | |
}, | |
"forum.thread.body.label": { | |
en: "Your Message", | |
zh: "您的主题" | |
}, | |
"menu.ruler.visible": { | |
en: "Show Rulers" | |
}, | |
Custom: { | |
fr: "Personnalisé", | |
zh: "自定义" | |
}, | |
"shapelib.createLibrary": { | |
fr: "Création d'une bibliothèque de formes", | |
en: "Creating Shape Library" | |
}, | |
"doclist.emptyfolder": { | |
en: "This folder is empty.", | |
zh: "这个文件夹是空的." | |
}, | |
"onboard.manageshapes": { | |
en: "Find more shapes to draw other diagram types." | |
}, | |
"org.deleteuser.h": { | |
en: "Delete User %s", | |
zh: "删除用户 %s" | |
}, | |
"Center Vertically": { | |
fr: "Centrer à la verticale", | |
zh: "垂直居中" | |
}, | |
"users.close.admin.dialog.title": { | |
en: "Closing Team Admin Account" | |
}, | |
"users.level.td.free.collab": { | |
en: "2 Collaborators", | |
zh: "2个合作者" | |
}, | |
"pricing.faq.specialpricing.answer.text": { | |
fr: "Oui. Nous proposons des réductions de 50% sur les comptes annuels pour ce qui est à but non lucratif, et des comptes gratuits pour les élèves et professeurs. Envoyez un e-mail à [email protected] pour les questions relatives aux comptes à but non lucratif.", | |
en: "Yes. We offer 50% discounts on annual accounts for nonprofits, and free accounts for students and teachers. Email [email protected] for non-profit inquiries. Visit our education page for educational inquiries.", | |
nl: "Ja. Wij bieden 50% korting op de jaarrekening voor non-profitorganisaties, en gratis accounts voor studenten en docenten. Email [email protected] voor non-profit vragen.", | |
pt: "Sim. Oferecemos 50% de desconto em contas anuais para organizações sem fins lucrativos e contas gratuitas para estudantes e professores. Envie um e-mail para [email protected] para consultas de organizações sem fins lucrativos.", | |
de: "Ja. Wir bieten Nachlässe von 50 % auf jährliche Nutzungsgebühren für gemeinnützige Träger und kostenlose Zugänge für Studenten und Lehrer. Senden Sie eine E-Mail an [email protected] für Anfragen bezüglich Non-Profit.", | |
es: "Sí. Ofrecemos un 50% de descuento a entidades sin ánimo de lucro, y cuentas gratuitas a profesores y alumnos. Envíe un correo electrónico a [email protected] para consultas sobre entidades sin ánimo de lucro." | |
}, | |
"publish.printdialog.download": { | |
en: "Download" | |
}, | |
"dialogs.analytics.publish.to.start.message": { | |
en: "Publish your document from the editor and share the link to start collecting data." | |
}, | |
"optionbar.group.options": { | |
fr: "Options", | |
en: "Options", | |
zh: "选项" | |
}, | |
"confirm.p.x.hist.page.edit": { | |
fr: "Quitter l'historique et modifier les propriétés de la page?", | |
en: "Exit history mode and edit page properties?", | |
zh: "退出历史模式并编辑页面属性?" | |
}, | |
"nav.tour": { | |
fr: "Visites", | |
en: "Tour", | |
nl: "Tour", | |
pt: "Tour", | |
de: "Tour", | |
zh: "演示", | |
es: "Paseo" | |
}, | |
"label.username": { | |
en: "Username", | |
zh: "用户名" | |
}, | |
"query.status.listSharedDocs": { | |
en: "Loading..." | |
}, | |
"menu.pageTemplate.blank": { | |
en: "Create blank template" | |
}, | |
"publish.downloaddialog.download": { | |
en: "Download" | |
}, | |
"oauth.login.title": { | |
en: "Authorize" | |
}, | |
"publishpanel.versionsHeader": { | |
en: "All published versions" | |
}, | |
"title.template.overwrite": { | |
fr: "Écraser le gabarit existant", | |
en: "Overwrite Existing Template", | |
zh: "覆盖现有模版" | |
}, | |
"publish.downloaddialog.resolution.high": { | |
en: "Print Resolution (%ddpi)" | |
}, | |
"footer.templates.brochure": { | |
en: "Brochure Templates" | |
}, | |
"flash.community.forum.find.error": { | |
en: "Could not find Community Library forum.", | |
zh: "找不到社区图书馆论坛。" | |
}, | |
"pricing.faq.trusted": { | |
fr: "Des milliers de compagnies nous font confiance", | |
en: "Trusted by thousands of companies", | |
nl: "Vertrouwd door duizenden bedrijven", | |
pt: "Garantido por milhares de empresas", | |
de: "Tausende Unternehmen vertrauen auf Lucidchart", | |
es: "Con la confianza de miles de empresas" | |
}, | |
"label.grid.snap.enable": { | |
fr: "Activer le magnétisme de la grille", | |
en: "Enable snap to grid", | |
zh: "启用对齐到网格" | |
}, | |
"tips.freehand.textlink.p2": { | |
en: "Click and drag the link points to mover them to a different location on the shape outline.", | |
zh: "单击并拖动链接点将其移动至一个不同的形状轮廓的位置。" | |
}, | |
"flash.template.rate.thanks": { | |
en: "Thank you for rating this template!", | |
zh: "谢谢你对模板评分!" | |
}, | |
"persona.survey.industry.example": { | |
en: "For example, if you work in the IT department for a hospital, please choose Healthcare." | |
}, | |
"button.upgrade": { | |
en: "Upgrade", | |
zh: "升级" | |
}, | |
"users.cancel.reason.other": { | |
en: "Other (please specify)" | |
}, | |
"option.linewidth.thick": { | |
fr: "Épais", | |
en: "Thick", | |
zh: "粗线" | |
}, | |
"nav.tutorials": { | |
en: "Tutorials", | |
zh: "教程" | |
}, | |
"users.pay.th.level": { | |
en: "Description", | |
zh: "订阅等级" | |
}, | |
"visio.import.error": { | |
en: 'Failed to import Visio file. Click <a href="http://support.lucidchart.com/entries/22201888-Visio-File-VSD-VDX-VSDX-import-failed">here</a> for troubleshooting tips.' | |
}, | |
"persona.subtitle": { | |
en: "Intuitive. Collaborative. Everywhere." | |
}, | |
"ondemand.confluence.authentication.denied.not_on_team": { | |
en: "<p>To use the Lucidchart Confluence add-on, you must be on the team for which the Confluence Lucidchart add-on was configured.</p><p>Please speak with your account administrator to request that you be added to your organization's team.</p>" | |
}, | |
"page.template.rename.prompt": { | |
en: "Enter a new title for this page template:" | |
}, | |
"subnav.documents.team": { | |
en: "Team Documents", | |
zh: "团队文件" | |
}, | |
"publish.printdialog.publish": { | |
en: "Publish" | |
}, | |
"users.register.ed.existing.p.press": { | |
en: "If you accept this invitation with your existing Lucidpress account, your account will be linked to the educational institution %s. Any existing paid subscription you have will be cancelled, but you will share all the benefits of %s's subscription.", | |
zh: "如果您使用您已存在的Lucidpress账户来接受此邀请,您的账户将会与教育机构的%s连接。您已经支付的定金将会被取消,但是您可以共享%s订阅的所有功能。" | |
}, | |
"gui.growl.runfaster": { | |
fr: "Faites fonctionner Lucidchart 20 fois plus vite!", | |
en: "Run Lucidchart 20x Faster!", | |
zh: "让Lucidchart提高20倍运行!" | |
}, | |
"label.commercialonly": { | |
en: "Commercial only", | |
zh: "只用于商业用途" | |
}, | |
"settings.team.your": { | |
en: "Your team:", | |
zh: "您的团队:" | |
}, | |
"users.cancel.pro.feature3.elaborate": { | |
en: "You will lose the ability to <strong>import Visio files and export your documents to Visio</strong>." | |
}, | |
"mention.notifications.sending": { | |
en: "Sending comment notifications" | |
}, | |
"ctxpane.layout.arrange.match.width": { | |
en: "Match width" | |
}, | |
"education.h2b": { | |
en: "Educational Pricing and Discounts", | |
zh: "教育机构价格和折扣" | |
}, | |
"team.setup.invite": { | |
en: "Send Invites" | |
}, | |
find: { | |
fr: "Trouver", | |
en: "Find" | |
}, | |
"users.education.provide.unique.emails": { | |
en: "Please provide 3 unique email addresses." | |
}, | |
"option.multiplicity": { | |
fr: "Ajouter des multiplicités", | |
en: "Add Multiplicities", | |
zh: "添加多重性 " | |
}, | |
copyright: { | |
en: "Lucid Software Inc." | |
}, | |
"menu.line.draw": { | |
fr: "Dessiner une ligne (L)", | |
en: "Draw Line (L)", | |
zh: "画线" | |
}, | |
"persona.business.p.1": { | |
en: 'Visual communication is our specialty. Whether you’re building basic diagrams or technical charts, sharing online and exporting to PDF, PNG, JPG, or Visio format is simple. A variety of shape sets and styling options make it easy to create streamlined looks. Lucidchart supports flow charts, <a href="/pages/examples/business_process_modeling">business process modeling</a>, and <a href="/pages/examples/value-stream-mapping">value stream mapping</a>, among other uses. ' | |
}, | |
"persona.business.p.2": { | |
en: 'Use Lucidchart to make wireframes, mind maps, flowcharts, org charts, and other diagrams in the cloud. Create professional org charts and instantly share them across your organization with Lucidchart\'s <a href="/pages/examples/orgchart_software">org chart maker</a>.' | |
}, | |
"persona.spinner.5": { | |
en: "a UML diagram tool" | |
}, | |
"gui.growl.work.offline": { | |
en: "Now work offline! Try our new Chrome App" | |
}, | |
"demo.simpleuml.associations": { | |
fr: "Regardons maintenant ces associations. Un manufacturier produira un produit ou plus, et un détaillant vendra un produit ou plus.", | |
en: "Now let's have a look at the associations. One manufacturer will produce one or more products, and one retailer will sell one or more products.", | |
zh: "现在让我们思考一下这些联系。制造商制造一个或多个产品,然后零售商出售一个或多个产品。" | |
}, | |
"label.rememberme": { | |
en: "Remember me", | |
zh: "记住我" | |
}, | |
"referrals.invite.altlink": { | |
en: "or use this link with friends:", | |
zh: "或与朋友使用此链接:" | |
}, | |
"collaborate.option.comment": { | |
en: "Can comment" | |
}, | |
"users.register.ed.h.chart": { | |
en: "Join %s on Lucidchart", | |
zh: "加入Lucidchart的%s" | |
}, | |
"team.setup.nameteam": { | |
en: "Name Your Team" | |
}, | |
"publication.dialog.embed.viewtutorial": { | |
en: "View tutorial" | |
}, | |
"ctxpane.table.dimensions.insert.rowafter": { | |
en: "Insert row after" | |
}, | |
"press.modes.hotspot.title": { | |
en: "Interactivity Mode" | |
}, | |
"dialog.collaborator.role.heading": { | |
fr: "Donner la permission à l'utilisateur de :", | |
en: "Give collaborator(s) permission to:", | |
zh: "添加合作者:" | |
}, | |
"confirm.segment.unpublish": { | |
fr: "Êtes-vous certain de vouloir dépublier cette partie de votre document?", | |
en: "Are you sure you want to un-publish this part of your document?", | |
zh: "您确定要取消发布这部分吗?" | |
}, | |
Help: { | |
fr: "Aide", | |
zh: "帮助" | |
}, | |
"prefs.legend.grid": { | |
en: "Grid Lines", | |
zh: "网格线" | |
}, | |
"tooltip.page.resize.y": { | |
fr: "Redimensionner la page verticalement", | |
en: "Resize Page Vertically", | |
zh: "重新垂直设置页面大小" | |
}, | |
"flash.document.undelete.denied": { | |
en: "You do not have permission to un-delete that document.", | |
zh: "您没有权限取消删除该文件。" | |
}, | |
"pay.annually.button": { | |
en: "Pay Annually<br />(%s)" | |
}, | |
"community.h.rated.high": { | |
en: "Highest-Rated", | |
zh: "最高评分" | |
}, | |
"documents.search.oneresult": { | |
en: "Search (1 result)" | |
}, | |
"users.cancel.team.feature3.elaborate": { | |
en: "You will lose access to the <strong>wireframing, iPhone mockups, iPad mockups, and mind mapping shape libraries</strong>." | |
}, | |
"menu.hotkey.ref": { | |
fr: "Liste des raccourcis-clavier", | |
en: "Hotkey Reference", | |
zh: "热键参考" | |
}, | |
"onboard.skip": { | |
en: "Skip Tips" | |
}, | |
"invite.email": { | |
fr: "Courriel", | |
en: "Email", | |
zh: "电邮地址" | |
}, | |
"ondemand.confluence.configure.instance_linked_user_on_different_team": { | |
en: '<p>The Lucidchart add-on has been configured to link to a Lucidchart team account, but it is not the team account your are on.</p><p>Clicking below will link the add-on to your Lucidchart team "<strong>%s</strong>".</p>' | |
}, | |
"flash.org.created": { | |
en: "Your organization has been created.", | |
zh: "您的组织已建立。" | |
}, | |
"manage.password.minchars": { | |
en: "Minimum number of characters:" | |
}, | |
"persona.survey.industry.retail": { | |
en: "Retail & Consumer Goods" | |
}, | |
"card.will.be.charged": { | |
en: "Your credit card will be charged immediately for your new subscription." | |
}, | |
"flash.unsubscribe.add": { | |
en: 'You will no longer be contacted at the address %s <a href="%s">Undo</a>.', | |
zh: '您将不再被联系到%s的地址<a href="%s">撤销</a>。' | |
}, | |
"option.gradient.strong": { | |
fr: "Dégradé fort", | |
en: "Strong Gradient", | |
zh: "强烈渐变" | |
}, | |
"navigation.scrolling": { | |
en: "Press ESC to stop editing this scroll area" | |
}, | |
"pricingTable.label.backups": { | |
fr: "Sauvegardes locales", | |
en: "Local backups", | |
nl: "Lokale back-ups", | |
pt: "Backups locais", | |
de: "Lokale Backups", | |
es: "Copias locales de seguridad" | |
}, | |
"subnav.team.users": { | |
en: "Users", | |
zh: "用户" | |
}, | |
"tooltip.search.options": { | |
fr: "Options de recherche", | |
en: "Search Options", | |
zh: "搜索选项 " | |
}, | |
"prefs.link.manual": { | |
en: "Manual" | |
}, | |
"button.team.switchtoteam": { | |
en: "Switch to Team Trial" | |
}, | |
"preferences.accountdomains": { | |
en: "List your domains below (separate by new lines)" | |
}, | |
"legend.publish.content": { | |
fr: "Contenu", | |
en: "Content", | |
zh: "内容" | |
}, | |
"tooltip.twitter.share": { | |
fr: "Partager sur Twitter", | |
en: "Share on Twitter", | |
zh: "分享到Twitter" | |
}, | |
"pricingTable.label.api": { | |
fr: "Accès API", | |
en: "API Access", | |
nl: "API Toegang", | |
pt: "Acesso a API", | |
de: "API-Zugriff", | |
es: "Acceso a la API" | |
}, | |
"legend.content.size": { | |
fr: "Taille du contenu", | |
en: "Content Size", | |
zh: "内容大小 " | |
}, | |
"flash.payment.thanks": { | |
en: "Thank you. Your payment has been successfully processed.", | |
zh: "感谢您对Lucidchart的支持!" | |
}, | |
"referrals.status.step1.desc": { | |
en: "Invitation sent", | |
zh: "邀请已发送" | |
}, | |
"users.alreadyChart.1.press": { | |
en: "Already have a Lucidchart account?" | |
}, | |
"notice.trial.expires": { | |
en: 'Your free trial of %s expires in %d days. <a href="/users/pay?source=TrialExpiresInXDays">Click here</a> to pay online.', | |
zh: '您的%s免费试用期将在%d天内失效。<a href="/users/pay?source=TrialExpiresInXDays">点击这里</a>在线支付' | |
}, | |
"template.create.cancel": { | |
en: "Cancel", | |
zh: "取消" | |
}, | |
"prefs.thumbnails.show": { | |
en: "Show Thumbnails" | |
}, | |
"email.collaborator.btn": { | |
en: "Send message" | |
}, | |
"footer.brochure": { | |
en: "Brochure maker" | |
}, | |
"subnav.forums.contact": { | |
en: "Contact Us", | |
zh: "联系我们" | |
}, | |
"publishpanel.networkFailure": { | |
en: "Publishing was unsuccessful. This may be due to a temporary problem with our servers or a slow internet connection. Please try again later or use a faster internet connection." | |
}, | |
"docinfopane.actions.folder.delete": { | |
en: "Delete", | |
zh: "删除" | |
}, | |
"persona.survey.deptsize.question": { | |
en: "How many people work in your department?" | |
}, | |
"users.close.reason.emails": { | |
en: "I don't want to receive more emails" | |
}, | |
"flash.thread.save.error": { | |
en: "Could not save thread.", | |
zh: "无法保存主题。" | |
}, | |
"message.personal.include": { | |
fr: "Ajouter un message personnel", | |
en: "Include a personal message", | |
zh: "包含个人短信" | |
}, | |
"gui.growl.textlink.instructions.add": { | |
en: "To overflow text into another text box, click the box where you would like the text to overflow." | |
}, | |
"ctxpane.table.borders": { | |
en: "Borders" | |
}, | |
"footer.howto": { | |
en: "How-To" | |
}, | |
"dialog.upgrade.premiumtemplates": { | |
en: "You must upgrade your account to unlock our full premium template library." | |
}, | |
"url.footer.pricing": { | |
fr: "/fr/users/registerLevel", | |
en: "/users/registerLevel", | |
nl: "/nl/users/registerLevel", | |
pt: "/pt/users/registerLevel", | |
de: "/de/users/registerLevel", | |
es: "/es/users/registerLevel" | |
}, | |
"orginvitation.flash.error": { | |
en: "There was an error accepting the invitation. Please contact support." | |
}, | |
"bugs.contact.label.content": { | |
en: "Message Body", | |
zh: "邮件正文" | |
}, | |
"users.cancel.scale.0": { | |
en: "Not at all likely" | |
}, | |
"users.level.trial.change": { | |
en: "You may change your free trial to a different subscription level below." | |
}, | |
"menu.arrange.backward": { | |
fr: "Envoyer l'objet en arrière", | |
en: "Send Item Backward" | |
}, | |
referral0: { | |
en: "Referral 1", | |
zh: "推介1" | |
}, | |
referral1: { | |
en: "Referral 2", | |
zh: "推介2" | |
}, | |
referral2: { | |
en: "Referral 3", | |
zh: "推介3" | |
}, | |
"orginvitation.accountCreditTransfer.transferDescription": { | |
en: "%s's (%s) prorated account balance credited to your account when they joined your team account" | |
}, | |
"footer.poster": { | |
en: "Poster maker" | |
}, | |
"docinfopane.invitations.deleting": { | |
en: "Deleting invitation", | |
zh: "正在删除邀请" | |
}, | |
"gui.growl.team.unlicensed.press": { | |
en: "Your account has the limitations of a Free Account. Contact your team admin to request an upgrade." | |
}, | |
"menu.new": { | |
en: "New..." | |
}, | |
"users.level.td.obj.num": { | |
en: "%d Objects", | |
zh: "%d的物体" | |
}, | |
"documentanalytics.totalviews": { | |
en: "%s all-time views" | |
}, | |
"documents.h.alluserspublished": { | |
en: "All Users' Published Documents", | |
zh: "所有用户发布的文件" | |
}, | |
"dialog.unlicensed.limitations": { | |
en: "You are on a Free account, which limits your ability to:" | |
}, | |
"heading.signin.or": { | |
en: "Or log in with:", | |
zh: "用其他账户登录:" | |
}, | |
"label.publish.page.select": { | |
fr: "Page à publier :", | |
en: "Page to publish:", | |
zh: "页面发布:" | |
}, | |
"persona.engineering.sub1": { | |
en: "ERD" | |
}, | |
"persona.engineering.sub3": { | |
en: "Server rack" | |
}, | |
"persona.engineering.sub2": { | |
en: "Network" | |
}, | |
"persona.engineering.sub4": { | |
en: "Circuit" | |
}, | |
"pricing.faq.specialpricing.answer.press": { | |
en: 'Yes. We offer 50% discounts on annual accounts for nonprofits, and free accounts for students and teachers. Email <a href="mailto:[email protected]">[email protected]</a> for non-profit inquiries. Visit our <a href="/education">education page</a> for educational inquiries.' | |
}, | |
"users.registerlevel.description.press": { | |
en: "Lucidpress is a web-based drag and drop publishing app, enabling anyone to create stunning content for print and digital." | |
}, | |
"tablet.print.generating": { | |
en: "Generating file..." | |
}, | |
"title.template.new": { | |
fr: "Enregistrer un nouveau gabarit", | |
en: "Save New Template", | |
zh: "保存新模版 " | |
}, | |
"menu.masterpage.duplicate": { | |
fr: "Dupliquer le modèle", | |
en: "Duplicate Master" | |
}, | |
"communitypanel.publish.requiredFields": { | |
en: "Please complete the category and description fields to publish your diagram to the Lucidchart community." | |
}, | |
"users.close.h": { | |
en: "Close Account", | |
zh: "关闭账户" | |
}, | |
"flash.user.not.found": { | |
en: "User not found.", | |
zh: "该用户不存在" | |
}, | |
"optionbar.group.text": { | |
fr: "Texte", | |
en: "Text", | |
zh: "文本" | |
}, | |
"referrals.month.personal.free": { | |
en: "1 Free Basic Month", | |
zh: "免费的一个月个人账户" | |
}, | |
"pricingTable.edu": { | |
fr: "Edu", | |
en: "Edu", | |
nl: "Edu", | |
pt: "Edu", | |
de: "Edu", | |
es: "Edu" | |
}, | |
"page.template.create": { | |
en: "Enter a title for the template page:" | |
}, | |
"documentanalytics.temporalChart.share": { | |
en: "Shares" | |
}, | |
"menu.redo": { | |
fr: "Rétablir", | |
en: "Redo", | |
zh: "重做" | |
}, | |
"pricingTable.label.PrintQuality": { | |
en: "Print quality" | |
}, | |
"bugs.report.label.content": { | |
en: "Explain Your Problem", | |
zh: "解释您的问题" | |
}, | |
"viewport.selectblock.style.copy": { | |
fr: "Cliquer pour sélectionner le bloc dont il faut copier le styler<br/>Échappement : Annuler", | |
en: "Click to select the block with the style to copy<br/>Escape: Cancel", | |
zh: "点击选定参考的图形块 <br/>Escape: 取消" | |
}, | |
"dialogs.analytics.republish.to.start.message": { | |
en: "You must republish your document from the editor to begin collecting analytics data." | |
}, | |
"documents.h.allusers": { | |
en: "All Users' Documents", | |
zh: "所有用户的文件" | |
}, | |
"toolbox.alert.plugin.restricted": { | |
fr: 'Ce module d\'extension (plugin) nécessite un compte premium. Veuillez considérer passer à la <a id="managetools_upgradelink" target="_blank" href="/users/level?source=Editor-PluginRestricted">version améliorée</a>.', | |
en: 'This shape library requires a premium account. Please consider <a id="managetools_upgradelink" target="_blank" href="/users/level?source=Editor-PluginRestricted">upgrading</a>.', | |
zh: '此形状库限制于专业和团队用户。请考虑<a id="managetools_upgradelink" target="_blank" href="/users/level?source=Editor-PluginRestricted">upgrading</a>点击升级</a>。' | |
}, | |
"ondemand.jira.configure.invite_users": { | |
en: "Invite Users To Join Your Team" | |
}, | |
"doclist.nav.recent": { | |
ru: "Последние документы", | |
en: "Recent documents", | |
es: "Documentos recientes" | |
}, | |
"users.level.contact.p": { | |
en: '<a href="/contact">Contact us</a> for <a href="/education">educational</a> and enterprise solutions.', | |
zh: '<a href="/contact">联系我们</a>为了<a href="/education">教育</a>和企业方案。' | |
}, | |
"ondemand.confluence.configure.link_to_different_account": { | |
en: " Link To My Team Account " | |
}, | |
"persona.survey.finance": { | |
en: "Finance" | |
}, | |
"alert.documentOutOfSync": { | |
en: "There was a problem with saving your document. To protect your document, the browser will automatically refresh in a few seconds. If you continue to see this error, please <a href='http://support.lucidchart.com/anonymous_requests/new'>contact support.</a>" | |
}, | |
"org.create.p.individualtrial": { | |
en: "You have %d days left on your trial. Upgrade to a team account for the remainder of your trial. No payment information required!" | |
}, | |
"ctxpane.layout.metrics.title": { | |
en: "Position and Size" | |
}, | |
"growl.feedback.sent": { | |
fr: "Vos commentaires ont été envoyés.", | |
en: "Feedback sent.", | |
zh: "发送反馈" | |
}, | |
"users.documentanalytics.setup.republish.title": { | |
en: "Republish any existing documents" | |
}, | |
"users.level.pro.desc": { | |
en: "For independent professionals", | |
zh: "为独立的专业人员" | |
}, | |
"optionbar.group.panels": { | |
fr: "Panneaux", | |
en: "Panels", | |
zh: "面板" | |
}, | |
"persona.survey.industry.insurance": { | |
en: "Insurance" | |
}, | |
"pricing.quote1.name": { | |
fr: "Sue Lewis", | |
en: "Sue Lewis", | |
nl: "Sue Lewis", | |
pt: "Sue Lewis", | |
de: "Sue Lewis", | |
es: "Sue Lewis" | |
}, | |
"publishpanel.default": { | |
fr: "Cliquez ci-bas pour publier le document, en tout ou en partie, comme une page web, un document PDF ou une image.", | |
en: "Click below to publish all or part of this document as a web page, PDF, or image.", | |
zh: "点击下方以网页,PDF,或图像来出版全部或部分文件。" | |
}, | |
"toolbox.search_title.icon_finder": { | |
fr: "IconFinder", | |
en: "IconFinder" | |
}, | |
"users.pay.h2.pay": { | |
en: "Pay your %s subscription fee", | |
zh: "支付您的%s的定金费用" | |
}, | |
"dialog.newdoc.press.category.custom.team": { | |
en: "Custom - Team" | |
}, | |
"label.firstname": { | |
en: "First Name", | |
zh: "名" | |
}, | |
"mention.permission.underpriviledged": { | |
en: "The following users do not have access to this document" | |
}, | |
"users.driveintegration.link_successful": { | |
en: "Successfully linked to your Google Drive Account" | |
}, | |
"saml.sso.userauthfail": { | |
en: "Your account could not be validated with SAML. Please contact your team admin." | |
}, | |
"ui2.hotspot.action.select.heading": { | |
fr: "Sélectionner l'action à associer à la zone cliquable :", | |
en: "Select a hotspot action:", | |
zh: "选择一个热点的行动" | |
}, | |
"demo.simple.thatsit": { | |
fr: "C'est tout ce qu'il faut faire pour créer un schéma d'opérations (flow chart) professionnel avec Lucidchart!", | |
en: "That's all it takes to draw a professional flow chart in Lucidchart!", | |
zh: "这就是您需要用Lucidchart制作专业流程图的全部过程。" | |
}, | |
"label.address2": { | |
en: "Address Line 2" | |
}, | |
"users.cancel.reason.price": { | |
en: "Not worth the cost right now" | |
}, | |
"label.address1": { | |
en: "Address Line 1" | |
}, | |
"ondemand.admin.configure.upgrade_to_team_account": { | |
en: "Upgrade to Team Account" | |
}, | |
"docinfopane.name": { | |
en: "Name", | |
zh: "名称" | |
}, | |
"dialog.clipboard.hotkeyinstructions.copy": { | |
en: "for copy" | |
}, | |
"ctxpane.layout.arrange.backward": { | |
en: "Send item backward" | |
}, | |
"team.banner.unlicensed.p2": { | |
en: "The users below are unlicensed team members, so they have limited functionality. You have %d available licenses to grant to these users." | |
}, | |
"team.banner.unlicensed.p1": { | |
en: "The users below are unlicensed team members, so they have limited functionality. Would you like to upgrade to accommodate more licensed users?" | |
}, | |
"documentanalytics.error.upgrade": { | |
en: "Upgrade to enable this premium feature and start gaining insights about your audience today." | |
}, | |
"description.multiuse": { | |
fr: "Ce lien peut être utilisé plusieurs fois", | |
en: "The link can be used multiple times", | |
zh: "允许多次使用链接" | |
}, | |
"historypanel.alert.new.error": { | |
fr: "Une erreur est survenue pendant la création du nouveau document. Veuillez réessayer.", | |
en: "There was an error creating the new document. Please try again.", | |
zh: "新建文件出现错误。请再试一次。" | |
}, | |
"subnav.templates.team": { | |
fr: "Gabarits de l'équipe", | |
en: "Team Templates" | |
}, | |
"footer.tos": { | |
en: "Terms of Service", | |
zh: "服务条款" | |
}, | |
Tools: { | |
fr: "Outils", | |
zh: "工具" | |
}, | |
"orginvitation.flash.successfullyJoined": { | |
en: "Successfully joined the %s team" | |
}, | |
"option.shape.stroke": { | |
fr: "Bordures", | |
en: "Stroke shape", | |
zh: "图形描边" | |
}, | |
"demopanel.signup": { | |
en: "Thank you for trying the demo. This feature is available to registered users. Click below to sign up." | |
}, | |
"users.cancel.reason.nouse.press": { | |
en: "My current project has finished / I have no further use for a layout tool" | |
}, | |
"shapelib.delete": { | |
fr: "Suppression de la forme de la bibliothèque", | |
en: "Deleting shape from library" | |
}, | |
"ctxpane.gallery.arrange.title": { | |
en: "Images" | |
}, | |
"trial.status.notification": { | |
en: "You have %s days left on your free trial. Fill out this form when you are ready to pay for your subscription." | |
}, | |
"referrals.status.step3.h": { | |
en: "Step 3", | |
zh: "第三步" | |
}, | |
"dialog.hotkeyref.arrowkeys.description": { | |
fr: "Déplacer les objets sélectionnés vers le haut, le bas, la gauche ou la droite", | |
en: "Move selected items up, down, left, or right", | |
zh: "将选定的项目向上,下,左,或右移动" | |
}, | |
"orginvitation.confirm.accountOwner.explain.plural": { | |
en: "When you choose to accept this invitation, the ownership of your Lucid accounts will be transferred to the %s team admin, %s (%s), and you will gain the benefits of their team subscription." | |
}, | |
"option.input.alt": { | |
fr: "Méthode de saisie alternative (pour les éditeurs de méthode d'entrée orientale) (Ctrl+Espace)", | |
en: "Alternative input method (for Eastern IMEs) (Ctrl+Space)", | |
zh: "转换输入法(for eastern IME)(按Ctrl+空格)" | |
}, | |
"ctxpane.text.warp.style.ribbon": { | |
en: "Ribbon" | |
}, | |
"gliffy.upload.ro.p": { | |
en: "Gliffy import is available to all Pro and Team subscribers of Lucidchart. You may import your Gliffy documents, but you will not be able to further edit any imported Gliffy documents unless you <a href='/users/level?source=GliffyImportDialog'>upgrade</a> your account." | |
}, | |
"saml.sso.notenabled": { | |
en: "Your team is not enabled for SAML. Please contact your team admin." | |
}, | |
"ctxpane.layout.arrange.distribute.h": { | |
en: "Distribute horizontally" | |
}, | |
"alert.page.name.blank": { | |
fr: "Veuillez nommer votre page.", | |
en: "Please enter a name for your page.", | |
zh: "请输入你的页面名" | |
}, | |
"org.gapps.requiredrivebackups.weekly": { | |
en: "Weekly" | |
}, | |
"users.pay.h2.history": { | |
en: "Payment History", | |
zh: "支付历史" | |
}, | |
"users.storage.add": { | |
en: "Add storage space" | |
}, | |
"growl.feedback.require.content": { | |
en: "Please tell us what you would like to provide feedback about." | |
}, | |
"ctxpane.layout.arrange.distribute.v": { | |
en: "Distribute vertically" | |
}, | |
"button.changes.save": { | |
en: "Save changes", | |
zh: "保存变更" | |
}, | |
march: { | |
en: "03 - March" | |
}, | |
"persona.design.sub2": { | |
en: "iOS/Android mockups" | |
}, | |
"flash.document.save.error": { | |
en: "Document could not be saved.", | |
zh: "文件无法保存。" | |
}, | |
"prompt.title.new": { | |
fr: "Entrer un nouveau titre", | |
en: "Enter a new title:", | |
zh: "请输入新标题 " | |
}, | |
"tips.collaborate.h": { | |
en: "Collaborate and Share", | |
zh: "合作与分享" | |
}, | |
"dialog.org.role.heading": { | |
fr: "Tous les membres de mon équipe :", | |
en: "Everyone on my team:", | |
zh: "在我的组织中的每人将会授权:" | |
}, | |
"tips.collaborate.p": { | |
en: '<span class="highlight">Invite</span> collaborators by entering an email address. <span class="highlight">Publish and share</span> in multiple formats (PDF, image, etc.).', | |
zh: '通过输入电子邮箱地址来<span class="highlight">邀请</span>合作者. 通过不同的格式(PDF, 图片, 等等).来<span class="highlight">发布并分享</span>' | |
}, | |
"persona.design": { | |
en: "Product Management & Design" | |
}, | |
"gui.growl.richtext.new": { | |
fr: "Nouveau! Éditeur de texte enrichi.", | |
en: "NEW! Rich text editor.", | |
zh: "新!丰富的" | |
}, | |
"ctxpane.text.warp.vertical": { | |
en: "Vertical" | |
}, | |
"documentanalytics.refresh": { | |
en: "Refresh" | |
}, | |
"users.close.trial": { | |
en: "If you simply let your trial expire, you will still have access to your documents and will automatically be downgraded to a Free account with the accompanying limitations." | |
}, | |
"search.smart-search": { | |
en: "Smart Search" | |
}, | |
"users.cancel.basic.feature3.link.press": { | |
en: "Learn more about the benefits of revision history" | |
}, | |
"orginvitation.teamAdminNormalInvite.explain": { | |
en: 'You are currently the account admin for your %s subscription. If you want to switch accounts and join the %s team, you will need to assign someone else to administer the %s team account. Or, if you believe that this invitation was intended for your entire %s team to join the %s team, then please <a href="http://support.lucidchart.com/requests/new">contact support</a> to initiate the process of merging teams.' | |
}, | |
"shapelibrary.delete.confirm": { | |
fr: "Êtes-vous certain de vouloir supprimer cette bibliothèque de formes?", | |
en: "Are you sure you want to delete this shape library?" | |
}, | |
"mention.permission.contact2": { | |
en: " and request permission for the mentioned users." | |
}, | |
"users.cancel.basic.feature3.press": { | |
en: "Revision history" | |
}, | |
"ondemand.generic.authentication.denied.team_not_configurated": { | |
en: "<p>Your Lucidchart add-on has not been configured. Please contact your %s administrator.</p> <p>If you are the %s administrator, click <a href='%s' target='_blank'>here</a> to configure the Lucidchart add-on.</p>" | |
}, | |
"dialog.educationhints.message.novice": { | |
en: "Yes, <br/>start with <br/>the basics" | |
}, | |
"users.close.button.secondthought.press": { | |
en: "Changed my mind - I love Lucidpress" | |
}, | |
"footer.wireframe": { | |
en: "Wireframe" | |
}, | |
"org.gapps.requiredrivebackups.daily": { | |
en: "Daily" | |
}, | |
"query.status.listFolders": { | |
en: "Loading..." | |
}, | |
"masterpanel.title": { | |
fr: "Modèles", | |
en: "Master Pages" | |
}, | |
"gliffy.upload.team.unlicensed.p": { | |
en: "Gliffy import is available to all licensed Team members of Lucidchart. You may import your Gliffy documents, but you will not be able to further edit any imported Gliffy documents unless you request a license from your admin." | |
}, | |
"footer.drive": { | |
en: "Google Drive" | |
}, | |
"authorize.app.request.message": { | |
en: "Only allow access if you trust this application with your Lucidchart information." | |
}, | |
"menu.guide.deletex": { | |
en: "Delete Vertical Guide" | |
}, | |
"menu.guide.deletey": { | |
en: "Delete Horizontal Guide" | |
}, | |
"flash.document.unshare.error": { | |
en: "Could not unshare document.", | |
zh: "不能取消文件共享" | |
}, | |
"flash.document.not.shared": { | |
en: "Document is not currently shared.", | |
zh: "目前没有文件共享。" | |
}, | |
"alert.googleplus.unsaved": { | |
fr: "Vous devez enregistrer ce document avant de le partager sur Google Plus.", | |
en: "Your document cannot be shared on Google Plus until it is saved. Please save your file and try again." | |
}, | |
"team.setup.moreinvites": { | |
en: "*You can invite more team members after this initial setup." | |
}, | |
Edit: { | |
fr: "Modifier", | |
zh: "编辑" | |
}, | |
"flash.org.user.removed": { | |
en: "User has been removed from team.", | |
zh: "该用户已从团队中删除。" | |
}, | |
"users.level.educational.desc": { | |
en: "For students" | |
}, | |
"url.footer.customers": { | |
fr: "/pages/fr/customers", | |
en: "/pages/customers", | |
nl: "/pages/nl/klanten", | |
pt: "/pages/pt/clientes", | |
de: "/pages/de/kunden", | |
es: "/pages/es/clientes" | |
}, | |
"exit.prompt.unsaved": { | |
fr: "Vous avez fait des modifications à ce document qui n'ont pas été enregistrée.", | |
en: "You have made unsaved changes to this document.", | |
zh: "你对该文件做了未保存的修改" | |
}, | |
"option.fill.type": { | |
fr: "Type de remplissage", | |
en: "Fill Type" | |
}, | |
"users.driveintegration.reprimand.chart": { | |
en: "<p><b>You have chosen not to link Google Drive with your Lucidchart account.</b> Linking to Google Drive is not required, but you will miss out on some additional features. Learn more below or <a>start drawing now</a>.</p>" | |
}, | |
"team.setup.helptext": { | |
en: "Type email addresses separated by commas." | |
}, | |
"oauth.verifier.message": { | |
en: "Please return to your application and enter the following security code to grant access:" | |
}, | |
"other.sso.already.required": { | |
en: "Unable to save settings. Another type of Single Sign On is already required." | |
}, | |
"users.support.h": { | |
en: "Active Support Tickets" | |
}, | |
"documentanalytics.error.expiredToken.login": { | |
en: "Login" | |
}, | |
"org.transfer.onlyone": { | |
en: "There is only one Account Admin for every team account. Please select a team member to become the new Account Admin." | |
}, | |
"org.drivebackups.h": { | |
en: "Automatic Google Drive Backups" | |
}, | |
"pricing.quote2.title": { | |
fr: "Directeur des opérations technologiques, Warby Parker", | |
en: "Director of Technology Operations, Warby Parker", | |
nl: "Directeur van technologische activiteiten, Warby Parker", | |
pt: "Diretor de Operações Tecnológicas, Warby Parker", | |
de: "Leiter Technology Operations, Warby Parker", | |
es: "Director de operaciones tecnológicas en Warby Parker" | |
}, | |
"users.cancel.basic.feature2.elaborate": { | |
en: "You will lose access to the <strong>mind mapping shape library.</strong>" | |
}, | |
"orginvitation.confirm.teamMerge.button.accept": { | |
en: "Merge Teams" | |
}, | |
"label.link.external": { | |
fr: "Lien externe :", | |
en: "External Link:", | |
zh: "外部链接:" | |
}, | |
"tooltip.invitemore": { | |
fr: "Inviter d'autres utilisateurs", | |
en: "Invite More Collaborators", | |
zh: "邀请更多合作者" | |
}, | |
"doclist.menu.names.template": { | |
en: "template", | |
zh: "模板" | |
}, | |
"menu.feedback.send": { | |
fr: "Envoyer des commentaires", | |
en: "Send Feedback", | |
zh: "意见回馈 " | |
}, | |
"mention.mentions.failedToGivePermissions": { | |
en: "There was an error giving the following users permission for the document: %s. No notification was sent to them." | |
}, | |
"forum.post.label.subject": { | |
en: "Subject", | |
zh: "主题" | |
}, | |
"flash.permission.denied": { | |
en: "Permission denied.", | |
zh: "权限被拒绝" | |
}, | |
"menu.page.settings": { | |
fr: "Réglages de la page", | |
en: "Page Settings", | |
zh: "页面设定" | |
}, | |
"dialog.sharePrompt.decline": { | |
en: "No thanks" | |
}, | |
"prefs.thumbnails.hide": { | |
en: "Hide Thumbnails" | |
}, | |
"users.level.personal.desc": { | |
en: "For individuals", | |
zh: "为个人使用" | |
}, | |
"footer.newsletterSoftware": { | |
en: "Newsletter Software" | |
}, | |
"flash.not.org.admin": { | |
en: "You are not an administrator in your organization.", | |
zh: "您在您的组织中不是管理员。" | |
}, | |
"community.h2.category": { | |
en: "%s Examples", | |
zh: "%s 范例" | |
}, | |
"users.cancel.reason.nouse.chart": { | |
en: "My current project has finished / I have no further use for diagramming" | |
}, | |
"dialog.clipboard.maybecompleteprompt": { | |
en: "If you installed the extension, refresh the page to enable full copy and paste functionality." | |
}, | |
"Match Width": { | |
fr: "Faire correspondre la largeur", | |
zh: "匹配宽度" | |
}, | |
"ctxpane.text.rules.label": { | |
en: "Horizontal Rules" | |
}, | |
"referrals.month.pro.upgrade": { | |
en: "1 Month Pro Upgrade", | |
zh: "一个月的专业账户升级" | |
}, | |
"userimage.delete.confirm": { | |
fr: "<p>Êtes-vous certain de vouloir supprimer l'image? Il y aura une image brisée dans tous les documents qui l'utilisent. </p> <p><strong>Cette action ne peut être annulée</strong></p>", | |
en: "<p>Are you sure you want to delete this image? Any documents that use this image will have a broken image.</p><p><strong>This CANNOT be undone.</strong></p>", | |
zh: "<p>您确定要删除此图片吗? 任何使用该图片的文件将会有破碎的图像,</p><p><strong>这不能被撤销</strong></p>." | |
}, | |
"persona.survey.hundredplus": { | |
en: "100+" | |
}, | |
"toolbox.alert.plugin.team.unlicensed": { | |
en: "This shape library requires being a licensed team user. Please contact your Team admin to request a license." | |
}, | |
signout: { | |
en: "Log out", | |
zh: "退出" | |
}, | |
"ctxpane.layout.arrange.unlock": { | |
en: "Unlock" | |
}, | |
"persona.callToAction": { | |
en: "With over 2 million users, our program is one of the most popular productivity apps in the Chrome Web Store and Google Apps Marketplace. See why corporations, freelancers, and nonprofits choose Lucidchart." | |
}, | |
"footer.magazine": { | |
en: "Magazine software" | |
}, | |
"doclist.menu.view": { | |
en: "View" | |
}, | |
"dialog.inviteprompt.decline": { | |
en: "No" | |
}, | |
"referrals.email.invalid.pre": { | |
en: "The following email addresses you entered do not appear to be valid:", | |
zh: "以下您所输入的电子邮箱地址不可用:" | |
}, | |
"users.cancel.lose.team.pro.press": { | |
en: "I understand my team and I will no longer be able to embed documents, upload custom fonts, or add additional storage." | |
}, | |
"growl.feedback.require.email": { | |
en: "Please tell us your e-mail before sending your feedback." | |
}, | |
"callout.community.p.share": { | |
fr: "Partager ce diagramme comme un exemple pouvant être vu et utilisé par d'autres membres de la communauté Lucidchart.", | |
en: "Share this diagram as an example for others in the Lucidchart community to see and use.", | |
zh: "分享此图表是在Lucidchart社区,将作为供其他人参考和使用的例子" | |
}, | |
"persona.survey.hr": { | |
en: "Human Resources" | |
}, | |
"optionbar.group.buttons": { | |
fr: "Boutons", | |
en: "Buttons", | |
zh: "按钮" | |
}, | |
"button.notnow": { | |
en: "Not Now" | |
}, | |
"prefs.grid.hide": { | |
en: "Hide Grid", | |
zh: "隐藏网格线" | |
}, | |
"referrals.month.pro.credit.desc": { | |
en: "Get one month credit for a Lucidchart Pro account.", | |
zh: "Lucidchart 专业账户将获得一个月的点数 " | |
}, | |
"ctxpane.gallery.size.fit": { | |
en: "Fit" | |
}, | |
"alert.complexity.reached.suffix": { | |
fr: "objets pouvant être dessinés dans chaque document. Cette barre va se remplir à mesure que vous vous approchez de cette limite.", | |
en: "objects to be drawn on each document. This bar will fill up as you approach that limit.", | |
zh: "个物体的使用极限,当您接近极限时此进度条也会随之增长" | |
}, | |
"dialog.newdoc.press.category.custom.personal": { | |
en: "Custom - Personal" | |
}, | |
"persona.survey.consulting": { | |
en: "Managment Consulting" | |
}, | |
Twitter: { | |
fr: "Twitter", | |
zh: "Twitter" | |
}, | |
"visio.upload.select": { | |
en: "Please select Visio files (.vsd, .vdx, or .vsdx) to upload." | |
}, | |
"text.tabs.current.label": { | |
en: "Current indent level" | |
}, | |
"saml.manage.required.explanation": { | |
en: "Users will be required to log in using SAML" | |
}, | |
"embedpanel.chkbox.label": { | |
fr: "Publie le lien", | |
en: "Publish Link", | |
zh: "发布链接" | |
}, | |
"users.close.reason.notUse.1.lucid": { | |
en: "Did you know that you can keep a Free account forever? Simply come back when you are ready to diagram and publish more!" | |
}, | |
"flash.error.generic": { | |
en: "An error occurred. Please try again." | |
}, | |
"subnav.h.tags": { | |
en: "Tags", | |
zh: "标签" | |
}, | |
"doclist.sharing.remove": { | |
en: "Remove" | |
}, | |
"orginvitation.inviteinitial.later": { | |
en: "I will do this later", | |
zh: "我将稍后再做" | |
}, | |
"settings.team.information": { | |
en: "Team Information", | |
zh: "团队资料" | |
}, | |
"pricing.quote1.content": { | |
fr: "Beaucoup de nos clients souhaitent communiquer par des documents Visio, et avec Lucidchart, nous pouvons exporter les fichiers en format Visio. Lorsque nous envoyons ces diagrammes, nous pouvons choisir le format PDF ou Visio, et cette flexibilité est très importante. De plus, Lucidchart était moins cher et ne nécessitait pas une installation sur l'ordinateur de tout le monde.", | |
en: "A lot of our customers want to communicate through Visio documents, and with Lucidchart, we can export into standard Visio file formats. When we send those diagrams, we can choose from PDF or Visio format, and that flexibility is very important. Plus, Lucidchart was less expensive and didn't need to be installed on everybody's machine.", | |
nl: "Veel van onze klanten willen communiceren via Visio-documenten, en met Lucidchart kunnen we exporteren naar standaard Visio-bestandsformaten. Wanneer we deze diagrammen versturen, kunnen we kiezen uit PDF-of Visio-formaat, en die flexibiliteit is zeer belangrijk. Bovendien was Lucidchart minder duur en hoefde het niet op elke machine geïnstalleerd te worden.", | |
pt: "Muitos de nossos clientes querem se comunicar usando documentos do Visio e, com o Lucidchart, podemos exportar para formatos de arquivos padrão do Visio. Quando enviamos esses diagramas, podemos escolher entre o formato PDF ou Visio, e essa flexibilidade é muito importante. Além disso, o Lucidchart era mais barato e não precisava ser instalado na máquina de todos.", | |
de: "Viele unserer Kunden wollen gern mittels Visio-Dokumenten kommunizieren. Mit Lucidchart können wir einfach in standardmäßige Visio-Dateiformate exportieren. Beim Senden dieser Diagramme können wir zwischen PDF und Visio-Format wählen und diese Flexibilität ist enorm wichtig für uns. Darüber hinaus war Lucidchart günstiger und wir mussten es nicht auf allen Computern installieren.", | |
es: "Muchos de nuestros clientes quieren comunicarse con documentos de Visio, y con Lucidchart podemos exportar archivos a formatos estándar de Visio. Al enviar esos diagramas, podemos elegir entre los formatos PDF o Visio, y esa flexibilidad es muy importante. Además, Lucidchart era más barato y no había que instalarlo en todos los ordenadores." | |
}, | |
"alert.apply.master.to.master": { | |
fr: "Vous modifiez présentement un modèle. Vous ne pouvez donc pas appliquer un autre modèle à cette page.", | |
en: "You are currently editing a master page, and cannot apply another master page to it." | |
}, | |
"users.storage.upgradeLink": { | |
en: "Upgrade to increase available storage space" | |
}, | |
"orginvitation.flash.error.hasIntegrations": { | |
en: 'Team merge failed. Your account has existing integrations that cannot be carried over. Please contact <a href="http://support.lucidchart.com/requests/new">support</a>.' | |
}, | |
"press.fontmanager.cantdisabledefault": { | |
en: "Default fonts cannot be disabled" | |
}, | |
"documentanalytics.error.badRequest.clearFilters": { | |
en: "Clear filters" | |
}, | |
"publishpanel.linkHeader": { | |
en: "Published Link" | |
}, | |
"flash.unsubscribe.email.unrecognized": { | |
en: "The address %s could not be found. Please login to your account and unsubscribe." | |
}, | |
"users.restore.import.button": { | |
en: "Restore from backup" | |
}, | |
"subscription.welcome": { | |
en: "Welcome to %s! You have 14 days left on your %s trial" | |
}, | |
"option.fill.radial": { | |
fr: "Dégradé radial", | |
en: "Radial Gradient Fill" | |
}, | |
"alert.level.templates.unsupported": { | |
fr: "ne supporte pas les gabarits personnalisés.", | |
en: "does not support custom templates.", | |
zh: "不支持自定义模版" | |
}, | |
"menu.forums": { | |
fr: "Forums d'aide et de discussion", | |
en: "Help Center", | |
zh: "讨论/帮助 论坛 " | |
}, | |
"users.pay.th.amount": { | |
en: "Amount", | |
zh: "数量" | |
}, | |
"nav.documents": { | |
en: "Documents", | |
zh: "文件" | |
}, | |
"button.importing": { | |
en: "Importing...", | |
zh: "导入中..." | |
}, | |
"subnav.forums.myposts": { | |
en: "All My Posts", | |
zh: "我的所有发布" | |
}, | |
"text.tabs.default.spacing.label": { | |
en: "Default tab spacing" | |
}, | |
users: { | |
fr: "utilisateurs", | |
en: "users", | |
nl: "gebruikers", | |
pt: "usuários", | |
de: "benutzer", | |
es: "usarios" | |
}, | |
"pricingTable.label.visio": { | |
fr: "Importation et exportation de documents Visio", | |
en: "Visio import / export", | |
nl: "Visio import / export", | |
pt: "Importação / exportação do Visio", | |
de: "Visio-Import / -Export", | |
es: "Importación y exportación desde Visio" | |
}, | |
"flash.template.not.specified": { | |
en: "No template specified.", | |
zh: "没有指定的模版" | |
}, | |
"users.cancel.persuade.1.chart": { | |
en: 'Have you checked <a href="http://support.lucidchart.com/categories/20063795-Tutorials">our tutorials</a> for more information about utilizing our features?' | |
}, | |
"publication.dialog.embed.docsize.custom": { | |
en: "Custom" | |
}, | |
"historypanel.button.page.created": { | |
fr: "Page créée", | |
en: "Page Created", | |
zh: "页面已新建" | |
}, | |
"flash.document.delete.error": { | |
en: "Error deleting that document. Please try again later.", | |
zh: "删除该文件存在错误,请稍后再试。" | |
}, | |
"oauth.authorize.success": { | |
en: "was authorized successfully." | |
}, | |
"flash.org.user.added": { | |
en: "The new user has been added to your organization.", | |
zh: "新用户被添加到您的组织。" | |
}, | |
"documents.desc": { | |
en: "Check out this diagram at Lucidchart. Make your own diagram or flowchart and share it with your friends. - http://www.lucidchart.com", | |
zh: "在Lucidchart查找此图表。制作您自己的图表和流程图并且和您的朋友分享。 - http://www.lucidchart.com" | |
}, | |
"org.gapps.pendingusers.autoprovision.p": { | |
en: 'As the team administrator, you can decide if new users from your Google Apps domain are automatically added to the Team. New team members will not be given a license unless you have enabled this setting. <a target="_blank" href="/teams/settings">Click here</a> to manage license settings.' | |
}, | |
"card.will.be.charged.plus.taxes.w.val": { | |
en: "Your credit card will be charged {0} + ${1} (UT sales tax) immediately for your new subscription." | |
}, | |
"ctxpane.style.opacity.title": { | |
en: "Opacity" | |
}, | |
"button.users.upload": { | |
en: "Upload Users", | |
zh: "上传用户" | |
}, | |
"users.cancel.pro.feature2.link": { | |
en: "Learn more about how to create interactive wireframe and mockups with a Pro account" | |
}, | |
"managefonts.upload.p": { | |
fr: "Sélectionner un ficher de police (.ttf, .ttc ou .otf) à télécharger. Cette police sera disponible dans tous vos documents futurs. Vous pouvez également glisser et déposer un ficher .ttf, .ttc ou .otf ou plus sur la liste de polices ci-haut.", | |
en: "Select a font file (.ttf, .ttc, or .otf) to upload. This font will be available for you to use in any future documents. You may also drag and drop one or more .ttf, .ttc, or .otf files onto the font list above.", | |
zh: "选择一个图像文件上传。此图片将可供您任何未来的文件使用。" | |
}, | |
"subnav.h.forums": { | |
en: "Forums", | |
zh: "论坛" | |
}, | |
"svg.import.large.file": { | |
en: "SVG file is too large." | |
}, | |
ScrollingArea: { | |
en: "Scroll Area" | |
}, | |
"press.referrals.title": { | |
en: "Join Lucidpress for free!" | |
}, | |
"users.level.button.tier.change": { | |
en: "Change Tier", | |
zh: "更改等级" | |
}, | |
"ondemand.autoprovision.unknown_error": { | |
ru: "Неизвестная ошибка при создании учетной записи. Пожалуйста, попробуйте еще раз.", | |
en: "Unknown error when creating account. Please try again.", | |
es: "Un error desconocido al crear la cuenta. Inténtelo de nuevo, por favor." | |
}, | |
Monthly: { | |
fr: "Mensuel", | |
en: "Monthly", | |
nl: "Maandelijkse", | |
pt: "Mensal", | |
de: "Monatlich", | |
es: "Mensual" | |
}, | |
"pricingTable.label.shared": { | |
fr: "Modèles et images partagés", | |
en: "Shared templates & images", | |
nl: "Gedeelde templates & afbeeldingen", | |
pt: "Modelos e imagens compartilhados", | |
de: "Geteilte Vorlagen & Grafiken", | |
es: "Plantillas e imágenes compartidas" | |
}, | |
"pricingTable.label.securePublishing": { | |
fr: "Publication sécurisée", | |
en: "Secure publishing", | |
nl: "Veilige publicatie", | |
pt: "Publicação segura", | |
de: "Sicheres Veröffentlichen", | |
es: "Publicaciones seguras" | |
}, | |
"documentanalytics.dates.presetlabel.ninetydays": { | |
en: "Last 90 Days" | |
}, | |
"text.spacing.label": { | |
en: "Spacing" | |
}, | |
"orginvitation.confirm.teamMerge.explainMerge": { | |
en: "Accepting this invitation will merge your team account into the %s team. Your team organization will be preserved as a group in the %s team's organization, and all of your documents and sharing permissions will likewise be preserved." | |
}, | |
"prorated.subscription.notice.currentLevel": { | |
en: "You are currently on a %s %s subscription level." | |
}, | |
"navpanel.button.zoomin": { | |
fr: "Zoom avant (Ctrl+Touche haut)", | |
en: "Zoom In (Ctrl+Up)", | |
zh: "放大" | |
}, | |
"users.level.free.h": { | |
en: "Free", | |
zh: "免费" | |
}, | |
"menu.collaborateButton.text": { | |
en: "Collaborate" | |
}, | |
"documents.teamdocs.p": { | |
en: 'These documents have been shared with your entire team by another user. Once you open any of these documents, they will be moved to your <a href="/documents">All Documents</a> list.', | |
zh: '这些文件已经被其他用户分享给了您的整个团队。当您打开这些文件中的任意一个,它们就会被转移到您的<a href="/documents">所有文件</a>列表中。' | |
}, | |
"flash.unsubscribe.remove": { | |
en: "You may now be contacted at the address %s.", | |
zh: "你现在可以联系到%s的地址" | |
}, | |
"org.create.p": { | |
en: "You can create a team to share your account with additional users. You will also be able to share your custom templates and custom images with them, allowing you to standardize document appearance across your organization.", | |
zh: "您可以创建一个团队,与其他用户分享您的帐户。这些用户分享您所支付的订阅和其他所有好处。您也可以分享您的自定义模板,并给他们自定义图像。让您的组织拥有统一规范的文件外观。" | |
}, | |
"pricingTable.label.sla": { | |
fr: "SLA", | |
en: "SLA", | |
nl: "SLA", | |
pt: "SLA", | |
de: "SLA", | |
es: "SLA" | |
}, | |
"users.settings.communication.checkbox": { | |
en: "Receive occasional %s product updates" | |
}, | |
"graffle.upload.team.unlicensed.p": { | |
en: "OmniGraffle import is available to all licensed Team members of Lucidchart. You may import your OmniGraffle documents, but you will not be able to further edit any imported OmniGraffle documents unless you request a license from your admin." | |
}, | |
"doclist.sort.added": { | |
en: "Added", | |
zh: "创建日期" | |
}, | |
"invitations.explanation.notification.button": { | |
fr: "Invitez des utilisateurs maintenant", | |
en: "Invite Users Now" | |
}, | |
"saml.manage.invalididp": { | |
en: "Unsupported SAML Identity Provider." | |
}, | |
"svg.import.failed": { | |
en: "Failed to import svg file." | |
}, | |
"org.create.h": { | |
en: "Team Setup", | |
zh: "团队组建" | |
}, | |
"ctxpane.common.shadow.blur": { | |
en: "Blur" | |
}, | |
"footer.tour": { | |
fr: "Visites", | |
en: "Tour", | |
nl: "Tour", | |
pt: "Tour", | |
de: "Tour", | |
es: "Paseo" | |
}, | |
"users.merge.message.chart": { | |
en: "Your account was created %s with a username and password. Please enter your Lucidchart account email and password to confirm ownership of this account." | |
}, | |
"callout.community.share": { | |
fr: "Partager", | |
en: "Share", | |
zh: "共享" | |
}, | |
"menu.comment.add": { | |
en: "Add comment" | |
}, | |
"tips.lineprompt.h": { | |
en: "Lines and Autoprompt", | |
zh: "线条和提示框" | |
}, | |
"tips.masterpages.h": { | |
en: "New Master Pages!" | |
}, | |
HiddenPage: { | |
en: "Hidden Page" | |
}, | |
"orginvitation.accept.existing.p.press": { | |
en: "If you accept this invitation with your existing Lucidpress account, your account will be linked to the organization %s. Any existing paid subscription you have will be cancelled, but you will share all the benefits of %s's subscription.", | |
zh: "如果您使用您现有Lucidpress帐户来接受此邀请,您的帐户将被链接到%s的组织,您的任何现有的付费订阅都将被取消,但您将共享%s的订阅的所有好处.." | |
}, | |
"org.uploadusers.fielddescription": { | |
en: "Username is optional. If a username is not provided, the email address will be used as the username. Password is also optional. If a password is not provided, a temporary password will be sent to the email address." | |
}, | |
"users.close.reason.label": { | |
en: "Please let us know why you are canceling your account." | |
}, | |
"exit.prompt.unsaved2": { | |
en: "You have made unsaved changes to this document. Are you sure you want to leave this page?" | |
}, | |
"description.role.none": { | |
fr: "Enlever la permission à l'utilisateur de modifier ce document", | |
en: "Remove user from document", | |
zh: "从文件中删除用户" | |
}, | |
"callout.community.button.share": { | |
fr: "Partagez maintenant", | |
en: "Share Now", | |
zh: "立即共享" | |
}, | |
"footer.gapps": { | |
en: "Google Apps" | |
}, | |
"press.referrals.desc": { | |
en: "Sign up for Lucidpress, an online and collaborative layout application for free!" | |
}, | |
"menu.masterpage.demasterize": { | |
fr: "Convertir le modèle en page", | |
en: "Convert Master to Page" | |
}, | |
"users.forgotpassword.email.sent": { | |
en: "An email has been sent to %s with instructions to reset your password." | |
}, | |
"users.education.email.sent": { | |
en: "A confirmation email has been sent to:", | |
zh: "一封确认电子邮件已发送至:" | |
}, | |
"button.upgrade.now": { | |
en: "Upgrade Now", | |
zh: "现在升级" | |
}, | |
"preferences.restrictsharingoutsidedomains.restricted": { | |
en: "Do not allow team members to share documents to e-mails outside the given domains" | |
}, | |
"referrals.tab.status": { | |
en: "Referral Status", | |
zh: "推介状态" | |
}, | |
"teams.menu.newuser": { | |
en: "New User", | |
zh: "新用户" | |
}, | |
"educationhints.addcontent": { | |
en: "Drag the icons from the Content bar to the canvas to add new text boxes, images, galleries, videos, or shapes." | |
}, | |
"docinfopane.actions.folder.rename": { | |
en: "Rename", | |
zh: "重新命名" | |
}, | |
"text.tabs.indent.tip": { | |
en: "Increase indentation level" | |
}, | |
"billing.update.button": { | |
en: "Update Billing Information" | |
}, | |
"dialog.hotkeyref.title": { | |
fr: "Raccourcis-clavier", | |
en: "Hotkey Reference", | |
zh: "热键参考" | |
}, | |
"referrals.invite.r.twitter": { | |
en: "Sign up for @Lucidchart, an online and collaborative diagramming application, and get 1 free month of premium features!", | |
zh: "赶快在Lucidchart这个在线协作绘图应用软件中注册,并获得1个月免费的高级功能试用!" | |
}, | |
"education.h2a": { | |
en: "Educational Benefits of Diagramming", | |
zh: "图表对教育的益处" | |
}, | |
"publication.dialog.embed.docsize.large": { | |
en: "Large" | |
}, | |
"download.waiting.size": { | |
en: "Due to the size of this document, it may take some time to generate your file. Please keep this document open until your download is complete." | |
}, | |
"alert.ie8_readonly": { | |
en: 'Sorry, but Lucidchart is only available in read-only mode for Internet Explorer version 8. Fortunately, there are free alternatives that support Lucidchart, such as <a target="_blank" href="http://google.com/chrome">Google Chrome</a>, <a target="_blank" href="http://firefox.com">Mozilla Firefox</a>, or <a target="_blank" href="http://apple.com/safari">Safari</a>.' | |
}, | |
"users.settings.unnamedTeam": { | |
en: "Your team has not yet been named by the team administrator." | |
}, | |
"pricingTable.label.storage": { | |
fr: "Espace de stockage", | |
en: "Storage space", | |
nl: "Opslagruimte", | |
pt: "Espaço de armazenamento", | |
de: "Speicherplatz", | |
es: "Espacio de almacenamiento" | |
}, | |
"users.cancel.team.feature3.elaborate.press": { | |
en: "Your team members will <strong>lose access to files shared as a team</strong>. You will also need to <strong>dissolve your team</strong> and either delete users' accounts or move users to Free accounts." | |
}, | |
"invoice.download.pdf": { | |
en: "Download Invoice as PDF" | |
}, | |
"label.publish.zoom.current": { | |
fr: "Niveau de zoom actuel", | |
en: "Current Zoom Level", | |
zh: "当前缩放等级" | |
}, | |
"option.lineshape.edit": { | |
fr: "Modifier la forme de la ligne", | |
en: "Edit Line Shape", | |
zh: "编辑线条形状" | |
}, | |
"label.status": { | |
en: "Status", | |
zh: "状态" | |
}, | |
"invitation.accept.subheading.signin": { | |
en: "Log in to access this %s." | |
}, | |
"footer.resources": { | |
en: "Resources" | |
}, | |
"flash.referral.link.invalid": { | |
en: "Invalid referral confirmation link.", | |
zh: "无效的推介确认链接。" | |
}, | |
"ctxpane.text.rules.width": { | |
en: "Width" | |
}, | |
"growl.invitation.send.error": { | |
fr: "L'invitation n'a pu être envoyée. Si l'erreur persiste, veuillez contacter le soutien technique de Lucidchart.", | |
en: "Could not send invitation. If this error persists, please contact Lucidchart support.", | |
zh: "无法发送邀请。如果此错误持续出现,请联系Lucidchart服务中心。" | |
}, | |
"publishpanel.label.standard": { | |
en: "Standard" | |
}, | |
"menu.comment.show": { | |
en: "Show comments" | |
}, | |
"orginvitation.existingaccount.confirm": { | |
en: "Cancel paid account and join team account" | |
}, | |
"flash.document.undelete.error": { | |
en: "Error un-deleting that document. Please try again later.", | |
zh: "取消删除的文件存在错误,请稍后再试。" | |
}, | |
"ui2.hotspot.state.create": { | |
fr: "Créer un nouvel état", | |
en: "Create New State", | |
zh: "创建新状态" | |
}, | |
"pricing.faq.endtrial.answer": { | |
fr: "Vous aurez l'option de vous abonner au compte payant ou vous serez basculé automatiquement sur un compte gratuit avec ses limites.", | |
en: "You will have the option to subscribe to a paid subscription or be automatically moved to the Free plan and its limitations.", | |
nl: "U krijgt de mogelijkheid in te schrijven op een betaald abonnement of u zult automatisch worden verplaatst naar het gratis plan met de bijhorende beperkingen.", | |
pt: "Você terá a opção de fazer uma assinatura paga ou ser transferido automaticamente para o plano Gratuito com limitações.", | |
de: "Sie haben dann die Option, ein kostenpflichtiges Abonnement abzuschließen oder bekommen automatisch einen kostenfreien („Free“) Zugang mit dessen Beschränkungen.", | |
es: "Podrá contratar una suscripción de pago, o pasar automáticamente al plan Gratuito, de prestaciones limitadas." | |
}, | |
"ctxpane.common.shadow.opacity": { | |
en: "Opacity" | |
}, | |
"teams.menu.rename.confirm": { | |
en: "Enter a name for this group", | |
zh: "输入此小组的新名称" | |
}, | |
"force.password.change": { | |
en: "You must change your password" | |
}, | |
"historypanel.button.new": { | |
fr: "Créer un nouveau document à partir de cette version", | |
en: "Create new document from this revision", | |
zh: "以此版本新建文件" | |
}, | |
"optionbar.group.page": { | |
fr: "Page", | |
en: "Page", | |
zh: "页面" | |
}, | |
"flash.org.noroom": { | |
en: "Your account has exceeded its license limit. Please contact your Lucidchart administrator." | |
}, | |
"label.publish.page": { | |
fr: "Page courante", | |
en: "Current Page", | |
zh: "当前页" | |
}, | |
"documentanalytics.temporalChart.viewBy": { | |
en: "View by:" | |
}, | |
"orginvitation.confirm.accountOwner.explain.singular": { | |
en: "When you choose to accept this invitation, your %s account ownership will be transferred to the %s team admin, %s (%s), and you will gain the benefits of their team subscription." | |
}, | |
"invitations.explanation.notification": { | |
fr: "Nous avons remarqué que vous êtes l'administrateur d'un compte d'équipe, mais qu'aucun utilisateur n'appartient encore à votre équipe. Vous pouvez inviter des gens à vous rejoindre en tout temps en cliquant sur l'onglet Équipe, puis sur le bouton Inviter des utilisateurs.", | |
en: "We noticed that you are the administrator for a team account but do not have any users on your team yet. You can invite people to join your team at any time by clicking on the Team tab, then the Invite Users button." | |
}, | |
"ondemand.admin.configure.instance_not_linked_user_not_on_team": { | |
en: "<p>To use the Lucidchart add-on, you must associate it with a Lucidchart team account.</p><p>Only users on your Lucidchart team will be able to edit or create diagrams in %s. Please upgrade to a Lucidchart team account then return to this page to configure the add-on.</p>" | |
}, | |
"org.pendingusers.p1": { | |
en: "This is a list of users that are currently using Lucidchart with one of your third party access keys but are not on your Lucidchart team. They can continue to access Lucidchart but have a number of limitations on their account. As the administrator, you can invite any of these users to join your team and lift these restrictions." | |
}, | |
"tips.richtext.h": { | |
en: "New rich text editor!", | |
zh: "新文本编辑器" | |
}, | |
"dialog.hotkeyref.heading.mindmaps": { | |
en: "Mind Maps" | |
}, | |
"textpanel.text.allUpperCaps": { | |
en: "Use All Caps" | |
}, | |
"option.line.reverse": { | |
fr: "Inverser la direction de la ligne", | |
en: "Reverse line direction", | |
zh: "反向线方向" | |
}, | |
"menu.cut": { | |
fr: "Couper", | |
en: "Cut", | |
zh: "剪切" | |
}, | |
"users.cancel.team.feature3.link": { | |
en: "Learn more about how to create interactive wireframe and mockups with a Team account" | |
}, | |
"storage.published.label": { | |
en: "Published documents" | |
}, | |
"ctxpane.gallery.background.title": { | |
en: "Background Color" | |
}, | |
"dialog.newdoc.press.category.digital.short": { | |
en: "Digital" | |
}, | |
"growl.collaborator.role.update.error": { | |
fr: "Le rôle de l'utilisateur n'a pu être modifié. Si cette erreur persiste, veuillez contacter le soutien technique de Lucidchart.", | |
en: "Could not update the collaborator's role. If this error persists, please contact Lucidchart support.", | |
zh: "无法更新合作者角色。如果此错误持续出现,请联系Lucidchart服务中心。" | |
}, | |
"forum.post.user.none.p": { | |
en: "This user has not made any posts on these forums.", | |
zh: "此用户没有在论坛上发布任何内容" | |
}, | |
"documentanalytics.filters.apply": { | |
en: "Apply" | |
}, | |
"ctxpane.text.warp.distortion.vertical": { | |
en: "Vertical Distortion:" | |
}, | |
"users.level.td.edu.collab": { | |
en: "Unlimited Collaborators" | |
}, | |
"viewport.selectline.style.copy": { | |
fr: "Cliquer pour sélectionner la ligne dont il faut copier le style<br/>Échap : Annuler", | |
en: "Click to select the line with the style to copy<br/>Escape: Cancel", | |
zh: "点击选定要参考的线条 <br/>Escape: 取消" | |
}, | |
"ctxpane.layout.arrange.lock": { | |
en: "Lock" | |
}, | |
"growl.template.notshared": { | |
fr: "Le gabarit n'a pu être partagé. Veuillez réessayer.", | |
en: "Template could not be shared. Please try again.", | |
zh: "模版不能被分享,请重试" | |
}, | |
"pricingTable.teamOption": { | |
fr: "%d utilisateurs: $%s/m.", | |
en: "%d users: $%s/mo", | |
nl: "%d gebruikers: $%s/mnd", | |
pt: "%d usuários: $%s/mês", | |
de: "%d benutzer: $%s/M.", | |
es: "%d usuarios: $%s/mes" | |
}, | |
december: { | |
en: "12 - December" | |
}, | |
"documents.deleted.p": { | |
en: "These documents have been deleted. Click any of these documents to restore it to your My Documents list. These documents are automatically removed from this list after 7 days.", | |
zh: "这些文件已经被删除了。单击这些文件中的任意一个来恢复到您的我的文件列表中。这些文件会在七天后自动从此列表中删除。" | |
}, | |
"users.storage.pay.renewal": { | |
en: "Your next renewal scheduled for %s will be $%.2f." | |
}, | |
"bugs.report.li1": { | |
en: "What browser you are using (e.g. Internet Explorer, Mozilla Firefox)", | |
zh: "您使用的是什么浏览器(如. Internet Explorer, Mozilla Firefox)" | |
}, | |
"bugs.report.li3": { | |
en: "Steps to follow to recreate the problem", | |
zh: "重现问题的步骤" | |
}, | |
"bugs.report.li2": { | |
en: "What operating system you are using (e.g. Windows XP, Mac OS X)", | |
zh: "您使用的是什么操作系统(如.Windows XP, Mac OS X)" | |
}, | |
"text.character.stretching.label": { | |
en: "Character stretching" | |
}, | |
"flash.credit.added": { | |
en: "Credit of $%s added to your account.", | |
zh: " $%s 的点数已添加到您的帐户。" | |
}, | |
"users.forgotpass.button.send": { | |
en: "Send Reset Link", | |
zh: "发送重设链接" | |
}, | |
"docs.deleted.list.empty": { | |
en: "No deleted documents." | |
}, | |
"input.email.prompt": { | |
fr: "Entrer les adresses courriel (séparées par des virgules)", | |
en: "Enter email addresses (comma separated)", | |
zh: "输入电子邮件地址" | |
}, | |
"dialog.upgradeprompt.never": { | |
en: "Don't ask again" | |
}, | |
"edurequest.cws.p2": { | |
en: 'Please provide additional information in the fields below to request a domain-wide educational team account. With a domain-wide account, users that sign up with <span class="highlight">%s</span> emails will be automatically added to your team, giving them full premium features. The domain used for the account has been taken from your email and is shown below. Only submit this form if you are an administrator for a school or district.' | |
}, | |
"bugs.contact.cancel.content": { | |
en: "Hello,\n\nI am switching employment. I would like to tranfer ownership of my account admin to: [new email address]." | |
}, | |
"users.passwordReset.number": { | |
en: "At least one number required" | |
}, | |
ok: { | |
en: "OK" | |
}, | |
"menu.saveas": { | |
fr: "Enregistrer sous…", | |
en: "Make a Copy...", | |
zh: "另存为 ..." | |
}, | |
"org.transfer.button": { | |
en: "Promote to Owner" | |
}, | |
"menu.link.text.edit": { | |
fr: "Modifier le texte", | |
en: "Edit Text", | |
zh: "编辑文字" | |
}, | |
"org.uploadusers.h": { | |
en: "Upload Users", | |
zh: "上传用户" | |
}, | |
"collaborate.option.none": { | |
fr: "n'est pas invité", | |
en: "Is not invited", | |
zh: "已锁定" | |
}, | |
"ctxpane.style.title.shape": { | |
en: "Shape" | |
}, | |
"orginvitation.teamadmin.withAccountOwner": { | |
en: 'You are currently the account admin for your %s %s subscription. Please <a href="http://support.lucidchart.com/requests/new">contact us</a> to have another user on your team promoted to admin before accepting the invitation to join %s\'s team.' | |
}, | |
"publishpanel.confirm.deletePrimary": { | |
en: "Are you sure you want to delete the primary publication? Your most recent publication will become your new primary if there is one." | |
}, | |
"ctxpane.layout.arrange.align.bottom": { | |
en: "Bottom align selection" | |
}, | |
"dialog.hotkeyref.sendItemBackward": { | |
en: "Send selected items back one layer" | |
}, | |
"community.none.p": { | |
en: "No examples found.", | |
zh: "没有找到范例。" | |
}, | |
"option.formatting.paste": { | |
en: "Paste Formatting" | |
}, | |
"prefs.legend.hintLevel": { | |
en: "Hints" | |
}, | |
"referrals.email.invalid.post": { | |
en: 'Click "Cancel" to correct these changes.', | |
zh: "点击取消来纠正这些变化" | |
}, | |
"org.transfer.dialog.p": { | |
en: "Transfer the Account Admin role to %s?" | |
}, | |
"users.driveintegration.sync_successful": { | |
en: "%s document%s successfully synced to Google Drive." | |
}, | |
"message.pagerange.empty": { | |
en: "Please provide a page range" | |
}, | |
"tips.community.share.h": { | |
en: "Share an Example", | |
zh: "分享一个例子" | |
}, | |
"persona.survey.industry.government": { | |
en: "Government" | |
}, | |
"edurequest.cws.p1": { | |
en: 'You have been given a Lucidchart account using Google Single Sign-on. You may edit your profile by going to your <a href="/users/settings">account</a> page.' | |
}, | |
"org.transfer.confirm.permissions": { | |
en: "I understand I will no longer have access to Team settings, payment history, or subscription level settings" | |
}, | |
"tips.community.share.p": { | |
en: 'Click <span class="highlight">Share Now</span> in the community menu to open the <span class="highlight">Share</span> dialog. Select a category, enter a short description, then click the <span class="highlight">Share Document</span> button.', | |
zh: ' 在社区菜单中点击<span class="highlight">分享</span>则进入<span class="highlight">分享</span> 对话. 选择一个分类, 输入简短的描述, 然后点击 <span class="highlight">分享文件</span> 键.' | |
}, | |
"dialog.sharePrompt.share": { | |
en: "Share" | |
}, | |
"dialog.hotkeyref.alt.description": { | |
fr: "Maintenir la touche alt enfoncée, cliquer et bouger la souris pour déplacer sur la page", | |
en: "Hold down alt, click and drag to pan around the page", | |
zh: "按住Alt键,单击并拖动来平移页面" | |
}, | |
"footer.howto.flyer": { | |
en: "How to Make a Flyer" | |
}, | |
"referrals.title": { | |
en: "Join Lucidchart and get a free month of premium features!", | |
zh: "加入Lucidchart并且得到一个月的免费额外功能!" | |
}, | |
"saml.sso.denyspinitauth": { | |
en: "Your account requires that you login through your SAML Identity Provider Portal." | |
}, | |
"users.documentanalytics.setup.saved": { | |
en: "Your Google Analytics ID has been saved." | |
}, | |
"invitation.accept.button.new": { | |
en: "Sign Up", | |
zh: "注册" | |
}, | |
"doclist.menu.newfolder.name": { | |
en: "Enter a name for this new folder", | |
zh: "输入新文件夹名称" | |
}, | |
"tips.button.prev": { | |
en: "Previous Tip", | |
zh: "上一个窍门" | |
}, | |
"users.register.ed.new.p.chart": { | |
en: "You may also join %s by creating a new Lucidchart account. This account will be linked to %s, and will share all the benefits of %s's subscription.", | |
zh: "你也可以通过新建一个Lucidchart账户来加入%s。此账户会与%s连接,并且可以分享%s的所有功能。" | |
}, | |
"url.nav.examples": { | |
fr: "/pages/fr/exemples/logigramme-logiciel", | |
en: "/pages/examples/flowchart_software", | |
nl: "/pages/nl/voorbeelden/gratis-flowchart-software", | |
pt: "/pages/pt/exemplos/fluxograma", | |
de: "/pages/de/beispiele/kostenlose-flowchart-software", | |
es: "/pages/es/ejemplos/diagramas-de-flujo" | |
}, | |
"email.collaborator.send.copy": { | |
en: "Send a copy to myself" | |
}, | |
"users.cancel.reason.team.features": { | |
en: "The features didn't fit our use case" | |
}, | |
"persona.survey.chooseone": { | |
en: "Choose One" | |
}, | |
"alert.complexity.team.unlicensed": { | |
en: "If you wish to permanently remove this restriction, please request a license from your Team admin." | |
}, | |
Collaborators: { | |
fr: "Utilisateurs", | |
zh: "合作者" | |
}, | |
"ondemand.confluence.configure.create_team_account": { | |
en: "Create Lucidchart Team Account " | |
}, | |
"dialog.inviteprompt.accept": { | |
en: "Yes" | |
}, | |
"alert.twitter.unowned": { | |
fr: "Vous n'êtes pas le propriétaire de ce document. Vous pouvez seulement le partager sur Twitter si son propriétaire le publie comme une page web.", | |
en: "You are not the owner of this document; you can only share it on Twitter after its owner has published it as a web page.", | |
zh: "你不是此文件的所有者,你只能在所有者将其发布为网页后再分享到Twitter上" | |
}, | |
"tierselect.h": { | |
en: "Team Account", | |
zh: "���队账户" | |
}, | |
"optionbar.group.tabs": { | |
fr: "Onglets", | |
en: "Tabs", | |
zh: "标签" | |
}, | |
"pricing.faq.publishQuality.answer": { | |
en: "Digitally published documents are displayed at the maximum resolution possible on a viewer's computer, tablet, or smartphone. On newer devices, the document will be displayed at over 300 PPI (pixels per inch). If you don't intend to print, digital publishing is an easy way to get a high quality document into your audiences' hands for free." | |
}, | |
"publish.printdialog.formats.digital": { | |
en: "Publish Online: Best Resolution" | |
}, | |
"button.visio.import": { | |
en: "Import Visio File", | |
zh: "导入Visio (VDX) 文件" | |
}, | |
"users.level.team.h": { | |
en: "Team", | |
zh: "团队" | |
}, | |
"flash.payment.update.success": { | |
en: "Your payment method has successfully been updated.", | |
zh: "您的付款方式已成功更新。" | |
}, | |
"ctxpane.layout.rotation.title": { | |
en: "Rotate" | |
}, | |
"team.setup.invite.placeholder": { | |
en: "[email protected], [email protected], ..." | |
}, | |
"label.line": { | |
en: "Line", | |
zh: "线段" | |
}, | |
"confirm.page.delete": { | |
fr: "Êtes-vous certain de vouloir supprimer cette page?", | |
en: "Are you sure you want to delete this page?", | |
zh: "你确定要删除此页吗?" | |
}, | |
"team.inviteusers.placeholder": { | |
en: "[email protected], [email protected], ..." | |
}, | |
"Bottom Align": { | |
fr: "Aligner en bas", | |
zh: "底部对齐" | |
}, | |
"subnav.level.subscription": { | |
en: "Subscription Level", | |
zh: "订阅等级" | |
}, | |
"dialogs.contactSupport.title": { | |
en: "Contact Support" | |
}, | |
"flash.data.save.none": { | |
en: "No data to save", | |
zh: "没有数据保存" | |
}, | |
"users.education.email.current.student": { | |
en: "By requesting a free upgrade, you certify that you are a current student.", | |
zh: "我们要求的是,你帮助我们传播3人提供的电子邮件谁也可能在使用Lucidchart。</ p>有兴趣的地址字" | |
}, | |
allow: { | |
en: "Allow" | |
}, | |
"ctxpane.layout.arrange.match.height": { | |
en: "Match height" | |
}, | |
Apply: { | |
fr: "Appliquer" | |
}, | |
"flash.org.admin.transfer.error.accountId": { | |
en: "Unable to transfer account ownership; the new admin isn't on your account." | |
}, | |
"persona.video.title": { | |
en: "Lucidchart in 60 seconds." | |
}, | |
"documentanalytics.filters.empty": { | |
en: "No filters available" | |
}, | |
"users.close.admin.dialog.p1.plural": { | |
en: "There are %d users on your team. Closing your account will leave your team without an account admin." | |
}, | |
"orginvitation.confirm.accountOwner.reassureDocuments": { | |
en: " You will, of course, retain ownership of all of your documents and personal preferences." | |
}, | |
"orginvitation.confirm.button.ignore": { | |
en: "Ignore Invitation" | |
}, | |
"label.published.fulldoc": { | |
fr: "Document complet", | |
en: "Full document", | |
zh: "完整文件" | |
}, | |
"flash.document.undeleted": { | |
en: 'Un-deleted document "%s". <a href="%s">Undo</a>', | |
zh: '取消删除的文件“%s“.<a href="%s">撤消</a>' | |
}, | |
"button.page.publish": { | |
fr: "Publier la page", | |
en: "Publish Page", | |
zh: "发布页面" | |
}, | |
Ungroup: { | |
fr: "Dégrouper", | |
zh: "取消编组" | |
}, | |
"org.gapps.drivestatus.none": { | |
en: "Congratulations! Everyone on your team has installed Lucidchart for Google Drive." | |
}, | |
"documents.search": { | |
en: "Search Documents", | |
zh: "搜索文件" | |
}, | |
"users.close.reason.difficult.1.lucid": { | |
en: 'Have you checked <a href="http://support.lucidchart.com/categories/20063795-Tutorials">our tutorials</a> for more information?' | |
}, | |
"menu.gettingstarted": { | |
en: "Getting Started" | |
}, | |
"forum.button.backtothread": { | |
en: "Back to thread", | |
zh: "回到主题" | |
}, | |
"label.phone": { | |
en: "Phone Number" | |
}, | |
"nav.referrals": { | |
en: "Referrals", | |
zh: "推荐人" | |
}, | |
"orginvitation.teamAdminNormalInvite.ignore": { | |
en: "Ignore Team Invitation" | |
}, | |
"users.education.invalid.email": { | |
en: "is not a valid email address. Please provide 3 valid emails addresses.", | |
zh: "不是有效的电子邮件地址。请提供3个有效的电子邮件地址" | |
}, | |
"demo.simple.makeline": { | |
fr: "Cliquez et glissez à partir du côté de la forme pour créer une ligne. On vous demandera quelle forme placer à l'autre bout de la ligne.", | |
en: "Click and drag from the edge of any shape to make a line. You'll be prompted for what shape to put at the other end of the line.", | |
zh: "在任意图形边缘点击并拖动来画线条。新的对话框会跳出供您选择在线条另一端的图形。" | |
}, | |
"tablet.complexity.warning": { | |
en: "Your document has reached 60 objects. You can continue to diagram on the mobile app without any limitations; however, editing a diagram with more than 60 objects from a computer requires a premium account." | |
}, | |
"communitypanel.unpublish.confirm": { | |
en: "Are you sure you want to stop sharing your document with the community?" | |
}, | |
"flash.user.resendconfirmation.sent": { | |
en: "Welcome email resent to %s.", | |
zh: "欢迎邮件重新发送至 %s." | |
}, | |
"subnav.h.team": { | |
en: "Team", | |
zh: "团队" | |
}, | |
"invitations.pending": { | |
en: "Pending Invitations", | |
zh: "未处理的邀请" | |
}, | |
"ctxpane.layout.arrange.title": { | |
en: "Arrange" | |
}, | |
"flash.invitation.inactive": { | |
en: "The requested invitation is no longer active.", | |
zh: "请求的邀请不再有效。" | |
}, | |
"persona.survey.customerservice": { | |
en: "Customer Service" | |
}, | |
"preferences.allowsocial": { | |
en: "Allow team members to share documents on social networks (e.g. Facebook, Twitter)" | |
}, | |
"org.users.p2c": { | |
en: "Your current %s subscription only allows you to have up to %d users in your organization.", | |
zh: "您现有的 %s 订阅等级只允许您的团队拥有至多 %d 用户" | |
}, | |
"org.users.p2b": { | |
en: "%s does not allow you to have multiple users on your account.", | |
zh: "您的%s账户不允许拥有多个使用者 " | |
}, | |
"users.cancel.lose.individual.storageused2": { | |
en: "I understand I am using %d% of free storage and may have documents and images deleted from my account." | |
}, | |
"tips.richtext.p1": { | |
en: 'We have just released a new text editor that provides better control over entering and displaying text. You now have much better control over <span class="highlight">text size</span>, and can choose from <span class="highlight">dozens of fonts.</span>', | |
zh: '我们刚刚发布了一个新的文本编辑器,它提供了更好地控制输入和显示文本。您现在有很多更好地控制<span class="highlight">文字大小</span>,并可以从中选择<span class="highlight">字体。</span>' | |
}, | |
"alert.facebook.unpublished": { | |
en: "You must publish your document before sharing it on Facebook. Click the Publish tab in the Share dialog to begin." | |
}, | |
february: { | |
en: "02 - February" | |
}, | |
"users.settings.gravatar.p": { | |
en: "You can create a %s account to set your forum avatar. Just make sure you use the same email address in both places!", | |
zh: "您可以新建一个%s 账户来设定您的论坛头像。请确定您在两个账户使用同一个邮件地址。" | |
}, | |
"users.cancel.pro.feature2": { | |
en: "Premium shape libraries" | |
}, | |
"users.cancel.pro.feature3": { | |
en: "Visio import and export" | |
}, | |
"teams.menu.rename": { | |
en: "Rename", | |
zh: "重新命名" | |
}, | |
"tooltip.page.resize.x": { | |
fr: "Redimensionner la page horizontalement", | |
en: "Resize Page Horizontally", | |
zh: "重新水平设置页面大小" | |
}, | |
"users.documentanalytics.setup.viewerId.label": { | |
en: "Google Analytics View ID" | |
}, | |
"users.close.button.close.submit.press": { | |
en: "Close your Lucidpress account" | |
}, | |
"onboard.share": { | |
en: "Share your diagrams with collaborators for feedback and review!" | |
}, | |
"historypanel.button.page.deleted": { | |
fr: "Page supprimée", | |
en: "Page Deleted", | |
zh: "页面已删除" | |
}, | |
"saml.manage.required": { | |
en: "Required" | |
}, | |
"dialog.upgrade.premiumtemplates.demo": { | |
en: "You must have a premium account to unlock our full premium template library." | |
}, | |
"users.support.none": { | |
en: 'You currently have no open tickets. To open a new ticket, visit <a href="%s">support</a>.' | |
}, | |
"actions.empty.multiselect": { | |
en: "Select a single item to add or edit actions." | |
}, | |
"users.cancel.lose.partners": { | |
en: "I understand my team and I will no longer be able to use Lucidchart with Confluence, Jira, and Google Apps." | |
}, | |
"flash.user.resetpassword.inactive": { | |
en: "That password reset link is no longer active.", | |
zh: "该密码重置链接不再有效。" | |
}, | |
"option.vector.text.add": { | |
fr: "Ajouter un texte", | |
en: "Add text", | |
zh: "新增文字" | |
}, | |
"flash.template.unshare.user.null": { | |
en: "You must be logged in to unshare a documente template.", | |
zh: "您必须先登录才能取消共享文件模板。" | |
}, | |
"saml.pendingusers.notification.p": { | |
en: "As the team administrator, you can receive an email notification anytime a user joins Lucidchart from your organization but is not granted a license because the license limit has been reached." | |
}, | |
"flash.org.user.limit": { | |
en: "Your current %s subscription only allows %d users on your account.", | |
zh: "您当前的%s订阅只允许您的帐户拥有%d位用户" | |
}, | |
"documentanalytics.error.userRateLimitExceeded": { | |
en: 'An error has occurred. Refresh the page and try again. <a href="http://support.lucidpress.com/tickets/new">Contact support</a> if the problem persists.' | |
}, | |
"doclist.menu.names.document": { | |
en: "document", | |
zh: "文件" | |
}, | |
"team.setup.instructions": { | |
en: "<p>Share the benefits of your team</p> <ul> <li><span>Collaborate in real time</span></li> <li><span>Share team folders and documents</span></li> <li><span>Create custom team images</span></li> </ul>" | |
}, | |
"authorize.app.request.heading": { | |
en: "is requesting access to your Lucidchart account" | |
}, | |
"ctxpane.style.border.title": { | |
en: "Border" | |
}, | |
"alert.complexity.reached.commentonly": { | |
en: "This document exceeds your complexity limit of %s objects and is therefore in comment-only mode. If you wish to add more objects, please consider upgrading." | |
}, | |
"saml.pendingusers.notification.h": { | |
en: "Notifications" | |
}, | |
"confirm.document.links.break": { | |
fr: "Cette action va briser tous les liens externes vers ce document.", | |
en: "This will break any outside links to this document.", | |
zh: "这将会终断外部用户进入此文件" | |
}, | |
"press.modes.layout.title": { | |
en: "Layout Mode" | |
}, | |
"pricing.faq.collaborate.answer": { | |
fr: "Oui. Chaque type de compte vous permet de collaborer et partager avec d'autres utilisateurs. Cependant, chaque collaborateur est sujet aux limites de son propre compte. Par exemple, les utilisateurs de comptes gratuits ne pourront pas éditer les documents de plus de 60 objets, même si le document est créé par un utilisateur avec un compte professionnel. Les comptes d'équipe permettent aux membres de l'équipe de collaborer avec accès à toutes les caractéristiques les plus développées.", | |
en: "Yes. Every account level allows you to collaborate and share with others. However, every collaborator is subject to the limitations of their own account. For example, users on free accounts will not be able to edit documents with over 60 objects, even if the document is created by a user on a Professional account. Team accounts allow team members to collaborate with the full set of premium features.", | |
nl: "Ja. Met elk account kunt u samenwerken en delen met anderen. Echter, iedere medewerker is onderworpen aan de beperkingen van hun eigen account. Bijvoorbeeld, zullen de gebruikers op gratis accounts niet in staat zijn om documenten met meer dan 60 objecten te bewerken, zelfs als het document is gemaakt door een gebruiker op een professioneel account. Met team-accounts kunnen teamleden samenwerken met de volledige set van premium-functies.", | |
pt: "Sim. Cada nível de conta permite colaborar e compartilhar com outros. No entanto, cada colaborador está sujeito às limitações de sua própria conta. Por exemplo, os usuários de contas gratuitas não poderão editar documentos com mais de 60 objetos, mesmo que o documento seja criado por um usuário em uma conta Profissional. Contas de Equipe permitem que os membros da equipe colaborem usando todos os recursos premium.", | |
de: "Ja. Die Zusammenarbeit und das Teilen mit Anderen sind mit jeder Kontenebene möglich. Jeder Mitarbeiter ist jedoch an die Beschränkungen seines jeweiligen Zugangskontos gebunden. Zum Beispiel können Nutzer mit kostenfreiem Zugang keine Dokumente mit über 60 Objekten bearbeiten, selbst wenn das Dokument von einem Benutzer mit einem professionellen Zugangskonto erstellt wurde. Teamkonten ermöglichen Teammitgliedern die Zusammenarbeit mit allen Premiumfeatures.", | |
es: "Sí. En todos los niveles de cuenta se puede colaborar y compartir con otros. Sin embargo, cada colaborador está sujeto a las limitaciones de su propia cuenta. Por ejemplo, los usuarios de cuentas gratuitas no podrán editar documentos de más de 60 objetos, aunque el documento lo haya creado un usuario con cuenta Profesional. En las cuentas de Equipo, los miembros del equipo pueden colaborar con todas las funcionalidades superiores." | |
}, | |
"option.vector.linkpoint.add": { | |
fr: "Ajouter un point d'attache", | |
en: "Add link point", | |
zh: "新增链接点" | |
}, | |
"users.cancel.reason": { | |
en: "<i>What is your primary reason for deciding to cancel your %s account?</i>" | |
}, | |
"button.pay.now": { | |
en: "Pay Now", | |
zh: "现在支付" | |
}, | |
"optionbar.group.controls": { | |
fr: "Commandes", | |
en: "Controls" | |
}, | |
"titlebar.working.offline.description": { | |
en: "That's right! You can continue to use Lucidchart when you are not connected to the Internet. Some features such as sharing and chat will be disabled while you are offline. Once you connect back to the Internet, your changes will automatically be sent to the server. \n<p>We recommend that you only have one window or tab open for the same document while in offline mode." | |
}, | |
"educationhints.publish.link": { | |
en: "Use this link to share the document online with your audience." | |
}, | |
"dialog.inviteprompt.prompt": { | |
en: "Would you like to add the following %s to your team?" | |
}, | |
"flash.template.delete.error": { | |
en: "Error deleting that template. Please try again later.", | |
zh: "删除该模板存在错误。请稍后再试。" | |
}, | |
"dialog.publish.description": { | |
fr: "<p>Publier vous permet de partager votre document, , en tout ou en partie, avec quelqu'un en lui fournissant un lien.</p>", | |
en: "<p>Publishing allows you to share all or part of your document with anyone by giving them a link.</p>\n<p>These links will always point to the latest saved copy of your document.</p>", | |
zh: "<p>发布功能允许你与其他人分享整个或部分你的文件���</p> <p>这些链接将始终保存你的文件的最新副本。</p>" | |
}, | |
"users.merge.message.press": { | |
en: "Your account was created %s with a username and password. Please enter your Lucidpress account email and password to confirm ownership of this account." | |
}, | |
"optionbar.group.alignment": { | |
fr: "Alignement", | |
en: "Alignment" | |
}, | |
"doclist.nav.my": { | |
en: "My Documents", | |
zh: "我的文件" | |
}, | |
"org.gapps.pendingusers.p1": { | |
en: "This is a list of users that are currently using Lucidchart with an email address that is the same domain as your Google Apps account. They can continue to access Lucidchart but have a number of limitations on their account. As the administrator, you can invite any of these users to join your team and lift these restrictions." | |
}, | |
"dialog.clipboard.installprompt": { | |
en: "Please install the Lucidpress Clipboard Extension to allow copy and paste to function properly." | |
}, | |
"tips.masterpages.li3": { | |
en: "You can alternatively apply and remove master page objects from individual pages by selecting a page menu and clicking “Apply Master” and “Remove Master.”" | |
}, | |
"tips.masterpages.li2": { | |
en: "Drag an object onto the master page and click “Apply to All Pages” to see the object dynamically displayed across all pages. Remember that these objects can only be edited on the master page." | |
}, | |
"tips.masterpages.li1": { | |
en: "To create a master page, select a page menu (down arrow) and click “Convert to Master.”" | |
}, | |
"users.education.upgrade.description": { | |
en: 'Because %s is committed to education, we are happy to offer free Pro upgrades to students. If you are a professor or faculty member, please request a free Team account for you and your students through this other <a href="/pages/education/university"> form. </a> <p>\nAll we ask is that you help us spread the word by providing the e-mail addresses of 3 people who might also be interested in using %s.</p>', | |
zh: "由于%s致力于教育,我们很高兴能为学生提供免费升级至专业用户的机会。如果你是一个教授或教员,请通过填写此表格为你的学生申请一个免费的团队帐户。 <p>我们���求的是,希望你可以帮助我们提供3个有可能也有兴趣使用%s的电子邮件地址。</ p>" | |
}, | |
"label.org.name": { | |
en: "Organization Name", | |
zh: "组织名" | |
}, | |
"pricingTable.publish.LucidpressBranding": { | |
en: "Lucidpress branding" | |
}, | |
"ctxpane.table.borders.grid.rows": { | |
en: "Rows" | |
}, | |
"docinfopane.actions.todocument": { | |
en: "Convert to Document", | |
zh: "转换成文件" | |
}, | |
"users.backuprestore.team.unlicensed": { | |
en: "You must have a licensed account to backup and restore your documents. Please request a license from your team admin to enable local backups and restores." | |
}, | |
"option.text.color": { | |
fr: "Couleur du texte", | |
en: "Text Color", | |
zh: "文字颜色" | |
}, | |
"folderentries.error.sub_not_owner": { | |
en: "You are not the owner of every document in the folder." | |
}, | |
"viewport.scroll.firefoxWarning": { | |
en: 'We have identified a browser bug in Firefox that results in slow scrolling behavior. To resolve this issue, follow the instructions in our <a href="http://support.lucidpress.com/entries/87151313" target="_blank">troubleshooting tutorial</a>. This bug does not affect published documents.' | |
}, | |
"onboard.drawlines": { | |
en: "Draw lines by clicking the edge of a shape and pulling out." | |
}, | |
"subnav.sort.size": { | |
en: "Size", | |
zh: "大小" | |
}, | |
"header.tour": { | |
en: "Tour" | |
}, | |
owner: { | |
fr: "propriétaire", | |
zh: "所有者" | |
}, | |
"ondemand.confluence.configure.instance_linked_user_on_linked_but_expired_team": { | |
en: "The Lucidchart add-on has been configured to link to your Lucidchart team account. However, your team account is not active. You can remove the configuration or activate your team." | |
}, | |
"flash.document.delete.denied": { | |
en: "You do not have permission to delete that document.", | |
zh: "您没有权限来删除该文件。" | |
}, | |
"option.cornerstyle.soft": { | |
fr: "Coins adoucis", | |
en: "Soft Corners", | |
zh: "圆角" | |
}, | |
"users.registerlevel.description.chart": { | |
fr: "Logiciels en ligne pour créer des schémas, diagrammes, plans de site, modèles UML, processus commerciaux et maquettes en fil de fer", | |
en: "Online diagramming and flowchart Software for creating flowcharts, diagrams, sitemaps, uml models, business processes and wireframes", | |
nl: "Online diagrammen en flowchart-software voor het maken van flowcharts, diagrammen, sitemaps, UML-modellen, bedrijfsprocessen en wireframes", | |
pt: "Software on-line de fluxograma e diagramação para criar fluxogramas, diagramas, mapas de sites, modelos UML, processos de negócios e wireframes", | |
de: "Online Diagramm- und Fließdiagramm-Software zur Erstellung von Fließdiagrammen, Diagrammen, Sitemaps, UML-Modellen, Geschäftsprozessen und Wireframes", | |
es: "Creación de diagramas en línea y software de diagramas de flujo para la creación de diagramas de flujo, diagramas, mapas de sitio, modelos UML, procesos de negocio y wireframes" | |
}, | |
"text.hyphenation.label": { | |
en: "Hyphenation" | |
}, | |
"education.confirmation.subject": { | |
en: "Lucidchart email confirmation", | |
zh: "Lucidchart电子邮件确认" | |
}, | |
"users.level.button.trial.start": { | |
en: "Start Free Trial", | |
zh: "开始免费试用" | |
}, | |
"dialog.upgrade.revisionhistory": { | |
en: "You must upgrade your account to enable revision history." | |
}, | |
"download.waiting.work": { | |
en: "Feel free to keep working. Additional changes will not affect the downloaded file." | |
}, | |
"dialogs.iewarning": { | |
en: "This browser is not recommended for using Lucidpress. For the best experience, use the latest version of " | |
}, | |
"label.name": { | |
en: "Name" | |
}, | |
"uihint.overflow.title": { | |
en: "Double-click to expand" | |
}, | |
"documentanalytics.error.expiredToken": { | |
en: "To access Lucidpress analytics information, you need to login to your Google Analytics account and authorize Lucidpress to access your analytics data." | |
}, | |
"users.level.td.1user": { | |
en: "1 User", | |
zh: "1个使用者" | |
}, | |
"menu.close": { | |
fr: "Fermer", | |
en: "Close", | |
zh: "关闭" | |
}, | |
"footer.biz": { | |
en: "Business Process" | |
}, | |
"invoices.prefs.includeCompanyName": { | |
en: "Include company name" | |
}, | |
"users.level.personal.h": { | |
en: "Basic", | |
zh: "个人版" | |
}, | |
"prefs.legend.guides": { | |
en: "Guides" | |
}, | |
"option.page.count": { | |
fr: "Insérer le nombre total de pages", | |
en: "Insert total pages" | |
}, | |
"orginvitation.existingaccount.h.monthly": { | |
en: "monthly" | |
}, | |
"subnav.account.external": { | |
en: "External Applications" | |
}, | |
"subnav.h.categories": { | |
en: "Categories", | |
zh: "分类" | |
}, | |
"dialog.clipboard.completeprompt.refresh": { | |
en: "Refresh" | |
}, | |
"users.close.button.close.submit.chart": { | |
en: "Close your Lucidchart account" | |
}, | |
"org.prefs.passwd.symbols": { | |
en: "Require at least one symbolic character." | |
}, | |
july: { | |
en: "07 - July" | |
}, | |
"footer.templates.magazine": { | |
en: "Magazine Templates" | |
}, | |
"footer.customers": { | |
fr: "Clients", | |
en: "Customers", | |
nl: "Klanten", | |
pt: "Clientes", | |
de: "Kunden", | |
es: "Clientes" | |
}, | |
KB: { | |
fr: "Ko", | |
en: "KB" | |
}, | |
"button.document.delete": { | |
en: "Delete Document", | |
zh: "删除文件" | |
}, | |
"dialog.clipboard.completeprompt.later": { | |
en: "I'll do it later" | |
}, | |
"users.pay.p.subscription.cost": { | |
en: "Your subscription cost is %s or %s.", | |
zh: "您的订阅费用是%s或%s。" | |
}, | |
"alert.share.unsaved": { | |
fr: "Vous devez enregistrer votre document avant de pouvoir le partager.", | |
en: "Your document cannot be shared until it is saved. Please save your file and try again.", | |
zh: "在与他人共享之前,请您先保存文件。" | |
}, | |
"tips.freehand.h": { | |
en: 'How to Edit Shapes <span class="orange">(BETA)</span>', | |
zh: '如何编辑形状<span class="orange">(BETA)</span>' | |
}, | |
"team.inviteusers.send": { | |
en: "Send Invites" | |
}, | |
"users.close.reason": { | |
en: "<i>What is your primary reason for deciding to close your %s account?</i>" | |
}, | |
"doclist.sort.name": { | |
en: "Name", | |
zh: "名称" | |
}, | |
"org.gapps.requiredrivebackups.p2": { | |
en: "Create automatic backups:" | |
}, | |
"users.close.reason.wantFree.1.nonTrial": { | |
en: 'Did you know that you can use a Free account forever? You\'re currently on a premium account. <a href="/users/cancelFromClose">Switch to a Free account now</a>.' | |
}, | |
"button.library.manage.touch": { | |
fr: "Bibliothèque", | |
en: "Library" | |
}, | |
"ctxpane.text.warp.style.arch": { | |
en: "Arch" | |
}, | |
"persona.survey.fourtonine": { | |
en: "4-9" | |
}, | |
"tooltip.url.show": { | |
fr: "Montrer l'adresse du lien", | |
en: "Show link address", | |
zh: "显示链接地址" | |
}, | |
"forum.post.label.body": { | |
en: "Your Message", | |
zh: "您的主题" | |
}, | |
"footer.tutorials": { | |
en: "Tutorials" | |
}, | |
viewer: { | |
fr: "Lecteur", | |
zh: "浏览者" | |
}, | |
"historypanel.ineligible.upgradelink": { | |
fr: "version améliorée", | |
en: "upgrading", | |
zh: "升级" | |
}, | |
"persona.headline": { | |
en: "Diagrams done right." | |
}, | |
"text.align.tooltip.left": { | |
en: "Left align text" | |
}, | |
"community.h.examples": { | |
en: "Examples", | |
zh: "范例" | |
}, | |
"bugs.label.os": { | |
en: "Your Operating System", | |
zh: "您的操作系统 " | |
}, | |
"ctxpane.layout.arrange.match.size": { | |
en: "Match size" | |
}, | |
"subnav.templates.my": { | |
en: "My Templates", | |
zh: "我的模板" | |
}, | |
"docinfopane.actions.templatedetails": { | |
en: "Edit Template Details", | |
zh: "编辑模板详情" | |
}, | |
"collaborate.restrictedDomains.notSentMessage.plural": { | |
en: "Because the following email addresses are not within your organization's domain, the invitations will not be sent.<br><br>%s" | |
}, | |
"option.color.select": { | |
fr: "Sélectionner une couleur", | |
en: "Select a color", | |
zh: "选择一个颜色" | |
}, | |
"option.lineshape.elbow": { | |
fr: "En coude", | |
en: "Elbow", | |
zh: "直角线" | |
}, | |
"users.cancel.sad": { | |
en: "We're sad to see you go. We would appreciate your feedback:" | |
}, | |
"pricing.faq.publishQuality.question": { | |
en: "Are digitally published documents on free accounts displayed at 300 DPI or 100 DPI?" | |
}, | |
"tooltip.facebook.share": { | |
fr: "Partager sur Facebook", | |
en: "Share on Facebook", | |
zh: "分享到Facebook" | |
}, | |
"will.apply.credit.alt": { | |
en: "You will be credited for the remaining portion of your current subscription." | |
}, | |
"option.fill.solid": { | |
fr: "Remplissage uni", | |
en: "Solid Fill" | |
}, | |
"org.uploadusers.samplefile": { | |
en: 'You can download an example csv file <a href="https://cdn-lucidchart-com.s3.amazonaws.com/user_upload.csv"> here </a>.' | |
}, | |
"persona.survey.industry.manufacturing": { | |
en: "Manufacturing" | |
}, | |
"flash.org.admin.not.found": { | |
en: "Administrator for organization %s not found", | |
zh: "%s的组织管理员未找到" | |
}, | |
"org.users.p1": { | |
en: "These users share your paid subscription and all of its benefits. Depending on your subscription level, you will also be able to share your custom templates and custom images with them, allowing you to standardize document appearance across your organization.", | |
zh: "这些用户分享您所支付的订阅和其他所有好处。根据您的订阅级别的不同,您也可以分享您的自定义模板,并给他们自定义图像。让您的组织拥有统一规范的文件外观。" | |
}, | |
"optionbar.group.fontdefaults": { | |
fr: "Réglages par défaut de la police", | |
en: "Font Defaults", | |
zh: "默认字体" | |
}, | |
"org.drivebackups.daily": { | |
en: "Automatically back up daily to my Drive account" | |
}, | |
"users.cancel.basic.feature3.elaborate": { | |
en: "You will lose the ability to <strong>store a backup of all your documents</strong> to your computer and to restore them later, if necessary." | |
}, | |
"pricingTable.label.support": { | |
fr: "Assistance e-mail / internet", | |
en: "Email / web support", | |
nl: "E-mail / webondersteuning", | |
pt: "E-mail / suporte web", | |
de: "E-Mail- / Web-Support", | |
es: "Asistencia por email y en el portal" | |
}, | |
"footer.templates": { | |
en: "Templates" | |
}, | |
"docslist.created.offline": { | |
en: "Document created offline" | |
}, | |
"preferences.preventsharinglinks": { | |
en: "Prevent team members from generating public share links" | |
}, | |
"dialog.hotkeyref.zoom.description": { | |
fr: "Zoom avant ou arrière", | |
en: "Zoom in or out", | |
zh: "放大或缩小 " | |
}, | |
"orginvitation.invite.p1": { | |
en: "To add users to your team, who will then share all the benefits of your own subscription, you may either set up their accounts yourself, or you may invite them via email on this page.", | |
zh: "您已建立一个团队来分享您的Lucidchart帐户。加入到您团队的用户可共享所有您帐户拥有的好处。添加用户,您可以自己设置,也可以从该页面通过电子邮件来邀请。" | |
}, | |
"orginvitation.invite.p2": { | |
en: "This form will send an email with an invitation link to join your team. The recipients can either sign up for a new account or decide to join your team with their existing Lucid account.", | |
zh: "此表单将发送带有邀请链接的电子邮件来邀请加入您的团队。收件人可以注册一个新Lucidchart帐户或决定加入其现有Lucidchart帐户您的团队。" | |
}, | |
"footer.brochureMaker": { | |
en: "Brochure Maker" | |
}, | |
"users.close.reason.required": { | |
en: "Please tell us why you are closing your account." | |
}, | |
"publication.dialog.embed.docsize.small": { | |
en: "Small" | |
}, | |
"download.complete": { | |
en: "Download complete!" | |
}, | |
"ondemand.confluence.configure.return.confluence": { | |
en: "Return to Confluence" | |
}, | |
"persona.survey.industry.nonprofit": { | |
en: "Nonprofit" | |
}, | |
deny: { | |
en: "Deny" | |
}, | |
"users.level.pro.h": { | |
en: "Pro", | |
zh: "专业版" | |
}, | |
"tablet.print.description": { | |
en: "This document can be exported as a PDF or a PNG file and sent to your email address (%s)." | |
}, | |
"navpanel.alert.zoom.invalid": { | |
fr: "Valeur de zoom invalide. Veuillez choisir une valeur de 1 à 400.", | |
en: "Invalid zoom value. Please select a value from 1-400.", | |
zh: "无效的缩放值。请在1-400中选择。" | |
}, | |
"org.gapps.requiredrivebackups.h": { | |
en: "Google Drive Backups" | |
}, | |
"org.drivebackups.none": { | |
en: "No automated backups" | |
}, | |
"users.documentanalytics.setup.changewarning": { | |
en: "Changing your Google Analytics Tracking ID will prevent you from seeing published Lucidpress document analytics that were tracked using the previous Tracking ID. If you change the Tracking ID, you will need to republish any documents for which you wish to continue recording analytics data." | |
}, | |
"flash.document.blocked": { | |
en: "Document has been blocked!", | |
zh: "文件已被封锁!" | |
}, | |
"org.gapps.requiredrivebackups.p": { | |
en: 'Require automatic backups of each user’s files to their Google Drive account. Backups are stored as .laf files in each member’s Drive account and can be restored to Lucidchart at any time. An email will be sent to all team members that have not connected to Google Drive requesting they connect to Drive. <a href="gappsManage/driveStatus" >Click here</a> to view each team members’ connection status.' | |
}, | |
"footer.blog": { | |
en: "Blog" | |
}, | |
"menu.invite.user": { | |
fr: "Inviter des utilisateurs", | |
en: "Invite Collaborator(s)", | |
zh: "邀请用户" | |
}, | |
"callout.community.p.find": { | |
fr: "Voir des exemples de diagrammes, créés par d'autres membres de la communauté Lucidchart.", | |
en: "See example diagrams created by other members of the Lucidchart community.", | |
zh: "参考由Lucidchart社区其他成员所创建的示例图。" | |
}, | |
"forum.thread.empty.p": { | |
en: "This forum is empty.", | |
zh: "此论坛无内容" | |
}, | |
"tips.freehand.shape.p1": { | |
en: "Double-click a shape's outline to go into vector-editing mode, and double-click away from a shape (or press Escape) to exit vector-editing mode.", | |
zh: "双击形状的轮廓进入矢量编辑模式,远离形状双击(或按Esc键)退出编辑模式。" | |
}, | |
"tips.freehand.shape.p2": { | |
en: "While in vector-editing mode, click and drag the line points and control points to change the shape of the outline. Double-click on the line to add more points.", | |
zh: "在矢量编辑模式,点击并拖动边界点和控制点来改变外形轮廓。双击边界线来或的更多的点。" | |
}, | |
"tips.freehand.shape.p3": { | |
en: "Click the Freehand Draw icon %s in the toolbar to start drawing a new shape.", | |
zh: "点击工具栏中的自由绘画图标%s开始绘制新形的。" | |
}, | |
"orginvitation.confirm.accountOwner.creditTransfer.amount.plural": { | |
en: "You have a total prorated credit of %s for these subscriptions." | |
}, | |
"flash.document.unshare.success": { | |
en: "Document unshared successfully.", | |
zh: "成功取消文件共享" | |
}, | |
"press.template.desc": { | |
en: "Anyone can create beautiful print and digital documents! Try it at Lucidpress.com." | |
}, | |
"option.crop": { | |
fr: "Recadrer l'image", | |
en: "Edit Mask" | |
}, | |
"persona.proof.title": { | |
en: "These teams trust Lucidchart to keep them on the same page." | |
}, | |
"ctxpane.layout.wrap.auto": { | |
en: "Wrap text to the left or right, whichever has more space." | |
}, | |
"doclist.sharing.share": { | |
en: "Share" | |
}, | |
"doclist.menu.delete": { | |
en: "Delete", | |
zh: "删除" | |
}, | |
"users.level.team.desc": { | |
en: "For businesses and workgroups", | |
zh: "为商业和工作团队" | |
}, | |
"ctxpane.text.list.continueFromPrev": { | |
en: "Continue from previous" | |
}, | |
"org.users.p3b": { | |
en: 'None of the other users listed here will be able to log in until you <a href="/users/level">upgrade</a> to a Team subscription.', | |
zh: '您必须先<a href="/users/level">升级</a>至团队订阅,以下所列的用户才能登录' | |
}, | |
"org.users.p3c": { | |
en: 'None of the other users listed here will be able to log in until you delete %d users from your account or <a href="/users/level">upgrade</a> to a higher subscription level.', | |
zh: '以下所列的用户目前不允许登录。请从您的账户中删除%d用户或 <a href="/users/level">升级</a>至更高的订阅等级。 ' | |
}, | |
"pricingTable.team": { | |
fr: "Équipe", | |
en: "Team", | |
nl: "Team", | |
pt: "Equipe", | |
de: "Team", | |
es: "Equipo" | |
}, | |
"publishpanel.status.waiting": { | |
en: "Waiting..." | |
}, | |
"subnav.documents.all": { | |
en: "All Documents", | |
zh: "所有文件" | |
}, | |
"org.users.p3d": { | |
en: "Your students can sign up any time through the following URL:", | |
zh: "您的学生将可以在任意时间注册通过以下 URL链接:" | |
}, | |
"users.unsubscribe.reason.label": { | |
en: "Please let us know why you are unsubscribing." | |
}, | |
"dialog.upgrade.premium.team.unlicensed": { | |
en: "Request a license from your team admin to unlock this premium feature." | |
}, | |
"ctxpane.common.shadow.angle": { | |
en: "Angle:" | |
}, | |
"confirm.p.revision.viewing": { | |
fr: "Vous visualisez présentement une version précédente de ce document.", | |
en: "You are currently viewing a previous revision of this document.", | |
zh: "您正在浏览该文件的以前版本。" | |
}, | |
"pricingTable.label.saml": { | |
fr: "Contrôles de sécurité", | |
en: "Security Controls (SAML)", | |
nl: "Beveiligingsmaatregelen", | |
pt: "Controles de Segurança", | |
de: "Sicherheitskontrollen", | |
es: "Controles de seguridad" | |
}, | |
"ctxpane.style.title.style": { | |
en: "Style" | |
}, | |
"users.close.button.cancel.submit": { | |
en: "Cancel your paid subscription" | |
}, | |
"users.cancel.persuade.2.press": { | |
en: 'Have you <a href="http://support.lucidpress.com/requests/new">sent us a note</a>? Let us see if we can help before you cancel.' | |
}, | |
"flash.preferences.saved": { | |
en: "Your preferences have been saved.", | |
zh: "您的偏好以保存" | |
}, | |
"subnav.preferences.editor": { | |
en: "Preferences", | |
zh: "编辑者偏好" | |
}, | |
"ctxpane.text.column.gutter": { | |
en: "Gutter" | |
}, | |
"users.pay.btn": { | |
en: "Upgrade your account" | |
}, | |
"saml.manage.spinitmessage": { | |
en: "Use this url to facilitate service provider initiated login." | |
}, | |
"alert.collaboration.revoked": { | |
fr: "Vous avez été retiré de la liste d'utilisateurs pouvant travailler sur ce document.", | |
en: "You have been removed as a collaborator for this document.", | |
zh: "你已被除并不再是此文件的合作者" | |
}, | |
"dialogs.analytics.announcement.message.setup": { | |
en: "We're happy to announce that Lucidpress now has published document analytics! Get set up to start gaining insights about your audience today." | |
}, | |
"dialog.clipboard.installprompt.install": { | |
en: "Install" | |
}, | |
"label.state": { | |
en: "State" | |
}, | |
"users.storage.title": { | |
en: "Account Storage" | |
}, | |
"toolbox.search": { | |
fr: "recherche", | |
en: "search", | |
zh: "搜索" | |
}, | |
"users.cancel.team.feature2": { | |
en: "Seamless collaboration with team members" | |
}, | |
"menu.print.description": { | |
fr: "Imprimer en PDF ou comme une image", | |
en: "Print to PDF or image", | |
zh: "以pdf 或 图像的格式打印" | |
}, | |
"ctxpane.table.dimensions.delete.row": { | |
en: "Delete row" | |
}, | |
"tips.richtext.p2a": { | |
en: "This will open a text entry dialog associated with your text entry area. Enter your text normally using your IME, and when you exit the dialog box your characters will appear in the text area.\n\t", | |
zh: "这将打开一个文本输入对话框与您的文字输入区域相关联。使用您通常使用的输入法来输入您的文字,而当您退出对话框时该对话框中的字符将显示在文本区。" | |
}, | |
"persona.design.p.2": { | |
en: 'From static wireframes to rapid prototypes, web developers can do it all with Lucidchart\'s <a href="/pages/examples/wireframe_software">wireframe tool</a>. Collaborate in real-time to cut down on iterations.' | |
}, | |
"persona.design.p.1": { | |
en: 'Real-time collaboration keeps your team in sync. Lucidchart lets you add interactivity to wireframes and mockups, edit them with your colleagues, then show off the final product to clients. The app comes standard with hundreds of elements in our <a href="/pages/examples/android_mockup_tool">Android mockup</a> and <a href="/pages/examples/iphone_mockup_tool">iOS mockup</a> libraries, so you can dream big. In-editor chats, comments, and revision history will help you maintain a solid record.' | |
}, | |
"subnav.documents.my": { | |
en: "My Documents", | |
zh: "我的文件" | |
}, | |
"graffle.upload.empty.alert": { | |
en: "Please select a OmniGraffle file to upload." | |
}, | |
"documentanalytics.temporalChart.city": { | |
en: "Cities" | |
}, | |
"input.email_user_group.prompt": { | |
fr: "Entrer une adresse courriel ou le nom d'un usager ou d'un groupe", | |
en: "Enter an email address, user, or group", | |
zh: "输入电邮地址,用户名字,或团队名称" | |
}, | |
"label.workemail": { | |
ru: "Рабочий email", | |
en: "Work Email", | |
es: "Correo electrónico del trabajo" | |
}, | |
"saml.pendingusers.autoprovision.h": { | |
en: "User Provisioning" | |
}, | |
"org.settings.h": { | |
en: "My Team: %s", | |
zh: "我的团队:%s" | |
}, | |
"preferences.hideteamsharing": { | |
en: "Hide option to share with entire team (team members can still share with groups and individuals)" | |
}, | |
"label.actions": { | |
en: "Actions", | |
zh: "操作" | |
}, | |
"ctxpane.layout.arrange.align.label": { | |
en: "Align:" | |
}, | |
"bugs.label.browser": { | |
en: "Your Browser", | |
zh: "您的浏览器 " | |
}, | |
"flash.invitation.sent.to": { | |
en: "Invitation sent to %s.", | |
zh: "邀请发送至%s" | |
}, | |
"legend.grid.size": { | |
fr: "Taille de la grille", | |
en: "Grid Size", | |
zh: "网格尺寸" | |
}, | |
"ctxpane.style.border.radius": { | |
en: "Radius: " | |
}, | |
"text.align.tooltip.justified": { | |
en: "Justify text" | |
}, | |
"gui.alert.plugins.restricted.tablet": { | |
en: "This document uses functionality that is only available to premium accounts, so you are not able to edit this document." | |
}, | |
"invitations.active": { | |
fr: "Invitations actives", | |
en: "Active Invitations", | |
zh: "现行的邀请" | |
}, | |
"feedback.input.email": { | |
en: "Your e-mail address" | |
}, | |
"folderentries.move.error.lost_access": { | |
en: "Moving that file or document would make you lose access to it." | |
}, | |
"template.settings": { | |
en: "Template Settings" | |
}, | |
"option.arrowstyle.none": { | |
fr: "Aucun", | |
en: "None", | |
zh: "无箭头" | |
}, | |
"users.cancel.reason.price.pro": { | |
en: 'Would the Basic account work for you? At just $%s/month, it could be the right option. <a href="/users/level?source=CancelSubscriptionPro">Compare levels</a>.' | |
}, | |
"users.settings.language.h2": { | |
en: "Language", | |
zh: "语言" | |
}, | |
"option.color.fill": { | |
fr: "Couleur de remplissage", | |
en: "Fill Color", | |
zh: "颜色填充" | |
}, | |
"publish.printdialog.formats.standard": { | |
en: "PDF: Screen Resolution (%ddpi)" | |
}, | |
"pricingTable.savings.chart": { | |
fr: "Économisez jusqu'à 33% avec n'importe quel abonnement annuel.", | |
en: "Save up to 33% with any annual subscription.", | |
nl: "Bespaar tot 33% met elk jaarabonnement.", | |
pt: "Economize até 33% em qualquer assinatura anual.", | |
de: "Sparen Sie bis zu 33 % bei jedem Jahresabonnement.", | |
es: "Ahorre hasta un 33% con cualquier suscripción anual." | |
}, | |
"dialog.hotkeyref.heading.editor": { | |
fr: "Éditeur", | |
en: "Editor", | |
zh: "编辑者" | |
}, | |
"doclist.menu.rename": { | |
en: "Rename", | |
zh: "重新命名" | |
}, | |
"ctxpane.layout.arrange.align.right": { | |
en: "Right align selection" | |
}, | |
"button.invites.send": { | |
en: "Send Invites", | |
zh: "发送邀请" | |
}, | |
"flash.payment.declined": { | |
en: "Your payment was declined. Please re-authorize your payment.", | |
zh: "您的付款被拒收。请重新授权您的付款。" | |
}, | |
"collaborate.restrictedDomains.notSentMessage.singular": { | |
en: "Because %s is not within your organization's domain, the invite will not be sent." | |
}, | |
"menu.page.import": { | |
en: "Import Page" | |
}, | |
"ctxpane.layout.arrange.group": { | |
en: "Group selection" | |
}, | |
"users.cancel.all.feature1.press": { | |
en: "Increased storage" | |
}, | |
"users.cancel.reason.price.annual": { | |
en: 'Have you considered an annual account? You\'ll save 17%% immediately. <a href="/users/payConfirm/%s?source=UserCancelSwitchToAnnual">Learn more</a>.' | |
}, | |
"unsubscribe.p1": { | |
en: "This will add a single email address to the unsubscribe list for Lucidchart.", | |
zh: "这将会在Lucidchart的停止联络名单上增加一个邮件地址" | |
}, | |
"tablet.print.export": { | |
en: "Export as %s" | |
}, | |
"saml.sso.wrongaccount": { | |
en: "Unable to login with SAML. Please request an invitation to your SAML configured team." | |
}, | |
"confirm.master.delete": { | |
fr: "Êtes-vous certain de vouloir supprimer le modèle?", | |
en: "Are you sure you want to delete this master?" | |
}, | |
"prefs.legend.zoom": { | |
en: "Default Zoom", | |
zh: "默认放大等级" | |
}, | |
"notice.pending": { | |
en: "Your %s subscription payment will soon be complete.", | |
zh: "您的%s付款正在被处理之中,应尽快完成." | |
}, | |
"users.documentanalytics.setup.screenshot.alt": { | |
en: "Document analytics view" | |
}, | |
"fillcontrols.image.maskbutton": { | |
en: "Edit Mask" | |
}, | |
"subnav.account.backuprestore": { | |
en: "Backup/Restore" | |
}, | |
"card.will.be.charged.w.val": { | |
en: "Your credit card will be charged %s immediately for your new subscription." | |
}, | |
"educationhints.dock": { | |
en: "The dock is where our most powerful formatting tools live. Take a moment to explore what is possible." | |
}, | |
"team.banner.licenses.p": { | |
en: "You have %d available license%s. Would you like to invite more users to your team?" | |
}, | |
"dialogs.publicationdelay.analytics.message": { | |
en: "Your document is now tracking analytics data. Data will become available 24 hours after it is collected. To access the analytics, click 'View Analytics' from the docs list." | |
}, | |
"docinfopane.actions.totemplate": { | |
en: "Convert to Template", | |
zh: "转换成模板" | |
}, | |
"users.close.p1.recurly": { | |
en: "You are paid up through %s. Canceling your paid subscription early will set your account as a free account with limited features after that date." | |
}, | |
"overlay.crop.panel.resizeMask": { | |
en: "Resize Mask" | |
}, | |
"users.cancel.reason.price.team": { | |
en: 'Would an individual account work for you? They start at just $%s/month. <a href="/users/level?source=CancelSubscriptionTeam">Compare levels</a>.' | |
}, | |
april: { | |
en: "04 - April" | |
}, | |
"ondemand.confluence.authentication.denied.team_not_active": { | |
en: "<p>Your organization's account is not active. Please speak with your account administrator to activate it.</p><p>If you are the Lucidchart adiministrator for your organization, click <a href='%s' target=\"_blank\">here</a> to activate your team account.</p>" | |
}, | |
"dialog.upgrade.revisionhistory.firstshow.paid": { | |
en: "Did you know that as a premium account holder you can easily recover any past version of your document using Revision History from the File menu?" | |
}, | |
"team.banner.licenses.h": { | |
en: "Available Licenses" | |
}, | |
"button.graffle.upload": { | |
en: "Upload OmniGraffle File (Beta)" | |
}, | |
"users.cancel.all.feature1": { | |
en: "Unlimited documents and objects" | |
}, | |
"dialogs.analytics.announcement.title": { | |
en: "New Premium Feature" | |
}, | |
"flash.document.share.denied": { | |
en: "You do not have permission to share that document.", | |
zh: "您没有权限共享该文件。" | |
}, | |
"users.restore.h": { | |
en: "Restore" | |
}, | |
"persona.engineering.p.1": { | |
en: "Lucidchart is created by professionals, for professionals. It’s an online application built on open web standards, so you never have to worry about compatibility. For ease of use, we’ve integrated with Google Apps, Google Drive, Confluence, JIRA, Jive, and other productivity tools. And when you switch from Visio to Lucidchart, your team will save 75% on average." | |
}, | |
"persona.engineering.p.2": { | |
en: 'We know that diagramming can be tedious. That’s why we’ve designed a tool that takes away the pain. Now you can quickly create technical charts like <a href="/pages/examples/network_diagram_software">network diagrams</a> and <a href="/pages/uml">UML diagrams</a>, then share with your team. ' | |
}, | |
"users.restore.p": { | |
en: 'To restore your documents, select your backup file and click the restore documents button. Your documents will appear in your document list under a new folder with the name "restore-<date>". If you have a large backup file, the restore may take several minutes.' | |
}, | |
"vdx.upload.drag": { | |
en: "To upload Visio files, drag them from your desktop directly to your document list or select a file here." | |
}, | |
"documentanalytics.error.googleUnavailable": { | |
en: "Google Analytics is currently down. Please try again later." | |
}, | |
"org.uploadusers.p3": { | |
en: "Your spreadsheet should look like this:", | |
zh: "您的电子表格应该看起来是这样的:" | |
}, | |
"org.uploadusers.p2": { | |
en: 'Your current %s subscription allows you a total of %d users; you may upload %d more users now. <a target="blank" href="/users/teamLevel?source=TeamIfNeedLargerSubscription">Upgrade now</a> if you need a larger subscription.', | |
zh: "您现有的%s订阅允许您拥有总共%d的用户;您可以现在上传%d更多的用户。" | |
}, | |
"org.uploadusers.p1": { | |
en: "You may add multiple users to your team by uploading a CSV file containing the information for each account. Most spreadsheet software, such as Microsoft Excel, OpenOffice.org, and iWork, can save spreadsheets in CSV format.", | |
zh: "您可以通过上传一个csv文件,包含每个账户信息,来添加多个用户至您的团队. 大部分的电子表格软件, 例如 Microsoft Excel, OpenOffice.org, 以及iWork, 可以用CSV格式保存电子表。" | |
}, | |
"tips.h2.getstarted": { | |
en: "3 Tips to Get Started with Lucidchart:", | |
zh: "开始使用Lucidchart的三个窍门:" | |
}, | |
"apply.master.dialog.title": { | |
fr: "Sélectionner le modèle à appliquer", | |
en: "Select the master page to be applied" | |
}, | |
"folderentries.create.error.owner_or_no_share": { | |
en: "Moving that document there would effectively share it, but you are not an owner on the document." | |
}, | |
"users.driveintegration.explanation.press": { | |
en: "Lucidpress with Google Drive allows people to create, edit and share documents with one another in real-time. Once connected with Google Drive, Lucidpress provides a simple way for people to open files from Drive, make changes or edits in Lucidpress, and then save the updated file in Drive" | |
}, | |
"unsubscribe.h.press": { | |
en: "Unsubscribe From Lucidpress Emails", | |
zh: "取消订阅来自Lucidpress的邮件" | |
}, | |
"ctxpane.style.images.add": { | |
en: "Create a gallery by adding an image" | |
}, | |
"confirm.yes": { | |
en: "Yes" | |
}, | |
"unsubscribe.h.chart": { | |
en: "Unsubscribe From Lucidchart Emails", | |
zh: "取消订阅来自Lucidchart的邮件" | |
}, | |
"documentanalytics.error.declineAuthorization.grant": { | |
en: "Grant Access" | |
}, | |
"ctxpane.text.column.title": { | |
en: "Columns" | |
}, | |
"invitation.accept.h": { | |
en: "Accept invitation for “%s”", | |
zh: "接受“%s”的邀请" | |
}, | |
Editing: { | |
fr: "Édition", | |
zh: "编辑中" | |
}, | |
"flash.document.view.denied": { | |
en: "You do not have permission to view that document.", | |
zh: "您没有权限查看该文件。" | |
}, | |
"text.spacing.overflow.tip": { | |
en: "Toggle advanced spacing options" | |
}, | |
"docinfopane.information": { | |
en: "Information", | |
zh: "相关资料" | |
}, | |
"mention.permission.select": { | |
en: "Every mentioned user:" | |
}, | |
"userimage.prompt.image.url": { | |
fr: "Veuillez entrer l'adresse URL de l'image", | |
en: "Please enter an image URL", | |
zh: "请输入一个图片网址" | |
}, | |
"press.documents.desc": { | |
en: "Check out this document at Lucidpress. Make your own print or digital document and share it with your friends. - http://www.lucidpress.com" | |
}, | |
"dialog.sharePrompt": { | |
en: "You can invite others to view, edit or provide feedback on your document. Would you like to invite collaborators now?" | |
}, | |
"label.password": { | |
en: "Password", | |
zh: "密码" | |
}, | |
"email.collaborator.recipient": { | |
en: "Recipient" | |
}, | |
"email.collaborator.error": { | |
en: "There was an error sending. Please try again." | |
}, | |
"documentanalytics.error.unlicensed": { | |
en: "Only licensed team members have access to published document analytics. Request a license from your Team Admin to gain access to this premium feature." | |
}, | |
"invitation.new": { | |
fr: "Nouvelle invitation", | |
en: "New Invitation", | |
zh: "新邀请" | |
}, | |
"doclist.menu.newfolder": { | |
en: "New Folder", | |
zh: "新文件夹" | |
}, | |
"label.team.level": { | |
en: "Level" | |
}, | |
"pricingTable.label.embed": { | |
en: "Document embedding" | |
}, | |
"Share and publish": { | |
fr: "Partager et publier", | |
zh: "共享和发布" | |
}, | |
"publication.dialog.socialsharing.title": { | |
en: "Click to share on social media" | |
}, | |
"option.linewidth.medium": { | |
fr: "Moyen", | |
en: "Medium", | |
zh: "中等线" | |
}, | |
"invoices.prefs.includeBillingAddress": { | |
en: 'Include <a href="/users/billingInfo">billing address</a>' | |
}, | |
"email.collaborator.all": { | |
en: "all" | |
}, | |
"flash.org.user.remove.denied": { | |
en: "You do not have rights to remove the user from the team.", | |
zh: "您没有权利删除团队的用户。" | |
}, | |
"alert.linkedin.unowned": { | |
fr: "Vous n'êtes pas le propriétaire de ce document. Vous pouvez seulement le partager sur LinkedIn si son propriétaire le publie comme une page web.", | |
en: "You are not the owner of this document; you can only share it on LinkedIn after its owner has published it as a web page." | |
}, | |
"users.close.reason.notUse.1.press": { | |
en: "Did you know that you can keep your account forever? Simply come back when you are ready to publish more!" | |
}, | |
"menu.download": { | |
fr: "Télécharger sous…", | |
en: "Download As..." | |
}, | |
"users.cancel.header": { | |
en: "Cancel your %s account" | |
}, | |
"users.alreadyChart.3.press": { | |
en: "with your same username and password." | |
}, | |
"org.prefs.passwd.uppers": { | |
en: "Require at least one upper case character." | |
}, | |
"users.storage.add.link": { | |
en: "<a class='right link' href='/users/storage?addStorage'>Add storage</a>" | |
}, | |
"subnav.settings.user": { | |
en: "User Settings", | |
zh: "用户设定" | |
}, | |
"community.h.viewed.most": { | |
en: "Most Viewed" | |
}, | |
"invoices.notification.header": { | |
en: "Notification Settings" | |
}, | |
"subnav.h.subcategories": { | |
en: "Subcategories", | |
zh: "子范畴" | |
}, | |
"team.manage.password.forcereset.button": { | |
en: "Force Reset Team Member Passwords" | |
}, | |
"documentanalytics.segmentTooltip.shares": { | |
en: "Shares of document" | |
}, | |
"forum.post.search.empty.p": { | |
en: "No forum posts matched your search.", | |
zh: "在论坛上没有找到您所搜索的信息" | |
}, | |
"users.passwordReset.upper": { | |
en: "At least one upper case letter required" | |
}, | |
"examples.flowchart": { | |
en: "Flowchart", | |
zh: "流程图" | |
}, | |
"signin.create.button": { | |
en: "Provision me an account!" | |
}, | |
"users.cancel.lose.team.storageused2": { | |
en: "I understand my team and I are using %d% of free storage and may have documents and images deleted from my account." | |
}, | |
"message.pagerange.invalid": { | |
en: "Please input a valid page range, e.g. 1-3, 5, 10-12,20-22" | |
}, | |
"persona.demoPrompt": { | |
en: "Or try the online demo first" | |
}, | |
"template.create.save": { | |
en: "Save", | |
zh: "存档" | |
}, | |
"notice.templates.custom.upgrade": { | |
fr: 'ne permet pas de personnaliser les gabarits. Vous pouvez passer à la <a href="/users/level>version améliorée</a> en tout temps pour enlever cette restriction.', | |
en: ' does not allow custom templates. You can <a href="/users/level>upgrade</a> to remove this restriction at any time.' | |
}, | |
"hide.dialog.for.x.days": { | |
en: "Hide this for %s days" | |
}, | |
"doclist.folder": { | |
en: "Folder" | |
}, | |
"confirm.subscription.level.reactivate": { | |
en: "Please confirm that you would like to reactivate %s subscription." | |
}, | |
"option.vector.shape.add": { | |
fr: "Dessiner une forme à main levée", | |
en: "Freehand draw shape", | |
zh: "徒手画图形" | |
}, | |
login: { | |
fr: "Ouvrir une session", | |
en: "Log in", | |
nl: "Inloggen", | |
pt: "Entrar", | |
de: "Anmelden", | |
zh: "登录", | |
es: "Iniciar sesión" | |
}, | |
"invalid.oauth.request": { | |
en: "The website you came from made an invalid request to access your Lucidchart account" | |
}, | |
"press.modes.layout.short": { | |
en: "Layout Mode is where you lay out the elements of a document." | |
}, | |
"toolbox.alert.plugin.restricted.pro": { | |
fr: 'Ce module d\'extension (plugin) nécessite un compte premium. Veuillez considérer passer à la <a id="managetools_upgradelink" target="_blank" href="/users/level?source=Editor-PluginRestrictedPro">version améliorée</a>.', | |
en: 'This shape library is available to Pro and Team accounts. Please consider <a id="managetools_upgradelink" target="_blank" href="/users/level?source=Editor-PluginRestrictedPro">upgrading</a>.', | |
zh: '此形状库限制于专业和团队用户。请考虑<a id="managetools_upgradelink" target="_blank" href="/users/level?source=Editor-PluginRestrictedPro">upgrading</a>点击升级</a>。' | |
}, | |
"ctxpane.layout.arrange.forward": { | |
en: "Bring item forward" | |
}, | |
"alert.offline.disabled": { | |
fr: "Cette fonctionnalité n'est pas disponible lorsque vous travaillez hors ligne. Veuillez vous connecter à l'internet pour utiliser cette fonctionnalité.", | |
en: "This functionality is not available while you are working in offline mode. Please connect to the internet to re-enable." | |
}, | |
"dialog.upgrade.revisionhistory.firstshow.free": { | |
en: "Did you know that premium accounts can easily recover any past version of a document using Revision History from the File menu?" | |
}, | |
"docinfopane.size": { | |
en: "Size", | |
zh: "大小" | |
}, | |
"footer.flyerMaker": { | |
en: "Flyer Maker" | |
}, | |
"users.cancel.lose.individual.storageused1": { | |
en: "I understand I may lose documents and images over the free tier storage limit." | |
}, | |
"users.close.how.improve": { | |
en: "<i>How could we have improved your %s experience?</i>" | |
}, | |
"persona.spinner.2": { | |
en: "an interactive wireframe tool" | |
}, | |
"persona.spinner.3": { | |
en: "a mind mapping program" | |
}, | |
"persona.spinner.1": { | |
en: "flowchart software" | |
}, | |
"persona.spinner.6": { | |
en: "an ER diagram generator" | |
}, | |
"persona.spinner.7": { | |
en: "an iPhone mockup tool" | |
}, | |
"persona.spinner.4": { | |
en: "a professional org chart maker" | |
}, | |
"restore.invalid.file.chart": { | |
en: "Invalid file. Choose a Lucidchart backup file or contact support if you believe you are using a valid Lucidchart backup file." | |
}, | |
"persona.spinner.8": { | |
en: "a network diagram tool" | |
}, | |
"persona.spinner.9": { | |
en: "a floor plan layout program" | |
}, | |
"template.create.category": { | |
en: "Category", | |
zh: "分类" | |
}, | |
"alert.restriction.team-admin.unlicensed": { | |
en: 'As the admin, you can remove this restriction by <a target="blank" href="/users/teamLevel?source=TeamAdminRemoveRestriction">upgrading to a premium account</a>.' | |
}, | |
"users.close.reason.wantFree.2": { | |
en: "If you're an educator or student, receive <a href=\"/pages/education/students\">Lucid's free education upgrade</a>." | |
}, | |
"ondemand.confluence.configure.activate_team": { | |
en: "Activate Team" | |
}, | |
"users.close.reason.wantFree": { | |
en: "I want a free option" | |
}, | |
"growl.drawline": { | |
en: "Hold Shift for 45° increments" | |
}, | |
"ctxpane.layout.wrap.skip": { | |
en: "Wrap text only above and below the object." | |
}, | |
"publishpanel.message.publishFirst": { | |
en: "To reach your audience on every device, publish this document online.<br />It remains private until you share the link, and you can unpublish at any time." | |
}, | |
"documentanalytics.segmentTooltip.location": { | |
en: "Location of views" | |
}, | |
"org.users.p2d": { | |
en: "Your current %s subscription allows you to have up to %s users in your organization.", | |
zh: "您现有的 %s 订阅级别只允许您的团队拥有至多 %s 用户" | |
}, | |
"footer.community": { | |
en: "Community" | |
}, | |
"text.padding.label": { | |
en: "Padding" | |
}, | |
"persona.survey.industry.education": { | |
en: "Education" | |
}, | |
"footer.templates.flyer": { | |
en: "Flyer Templates" | |
}, | |
"label.publish.page.range": { | |
en: "Page Range" | |
}, | |
"text.valign.tooltip.bottom": { | |
en: "Bottom align text" | |
}, | |
"label.user": { | |
en: "User", | |
zh: "用���" | |
}, | |
"alert.email.invite.invalid": { | |
fr: "Adresse courriel invalide. Entrez une adresse courriel valide ([email protected]) et cliquez sur Envoyer l'invitation", | |
en: "Invalid email address. Enter a valid email address ([email protected]) and click Send Invitation.", | |
zh: "无效的邮箱。请输入有效的邮箱 ([email protected])并点击“发送邀请”" | |
}, | |
"menu.publish": { | |
fr: "Publier…", | |
en: "Publish...", | |
zh: "发布" | |
}, | |
"prefs.h": { | |
en: "Preferences", | |
zh: "编辑者偏好" | |
}, | |
"subnav.account.close": { | |
en: "Close Account", | |
zh: "关闭账户" | |
}, | |
"referrals.month.team.credit.desc": { | |
en: "Get one month credit for your Lucidchart Team account.", | |
zh: "您的Lucidchart团队账户得到一个月点数" | |
}, | |
"publishpanel.title": { | |
fr: "Publier", | |
en: "Publish", | |
zh: "发布" | |
}, | |
"footer.howto.brochure": { | |
en: "How to Make a Brochure" | |
}, | |
"doclist.trash.deleted": { | |
en: "(Deleted - Will be removed after 7 days)", | |
zh: "(已删除 - 将在七天后被舍弃)" | |
}, | |
"footer.press": { | |
en: "Press" | |
}, | |
"invoices.notification.other.input": { | |
en: "Notification email:" | |
}, | |
"dialog.library.manage.shareLibrary.unsharing": { | |
fr: "Annulation du partage de la bibliothèque de formes", | |
en: "Unsharing shape library" | |
}, | |
"prefs.legend.thumbnails": { | |
en: "Thumbnails" | |
}, | |
"examples.sitemap": { | |
en: "Site Map", | |
zh: "网站导航图" | |
}, | |
"menu.feedback.requestFeature": { | |
en: "Request Feature" | |
}, | |
"ctxpane.layout.flipY.tip": { | |
en: "Flip vertically" | |
}, | |
"unsubscribe.options.noLongerUse.chart": { | |
en: "I no longer use Lucidchart" | |
}, | |
"alert.document.deleted": { | |
fr: "Ce document a été supprimé.", | |
en: "This document has been deleted.", | |
zh: "此文件已被删除" | |
}, | |
"menu.selection.group": { | |
fr: "Grouper la sélection", | |
en: "Group Selection", | |
zh: "分组选择" | |
}, | |
"users.forgotpassword.email.error.press": { | |
en: "There was an error sending an email to reset your password. Please <a href='http://support.lucidpress.com/anonymous_requests/new'>contact support</a> for assistance." | |
}, | |
"docinfopane.actions.restore": { | |
en: "Restore %s", | |
zh: "恢复删除%s" | |
}, | |
"users.settings.forum.h2": { | |
en: "Forum Posting", | |
zh: "论坛发帖" | |
}, | |
"shapelib.context.delete": { | |
fr: "Supprimer", | |
en: "Delete" | |
}, | |
"ondemand.jira.configure.return.jira": { | |
en: "Return to Jira" | |
}, | |
"users.storage.pay.now": { | |
en: "Pay now" | |
}, | |
"education.label.content": { | |
en: "How you plan to use Lucidchart", | |
zh: "您打算如何使用Lucidchart" | |
}, | |
"search.whole-word": { | |
fr: "Mots entiers", | |
en: "Whole Words" | |
}, | |
"referrals.status.step1.5": { | |
en: "Viewed", | |
zh: "已阅" | |
}, | |
"footer.about": { | |
en: "About", | |
zh: "关于" | |
}, | |
"shapelib.context.move": { | |
fr: "Déplacer", | |
en: "Move" | |
}, | |
"ondemand.confluence.configure.details": { | |
en: "To configure the Lucidchart add-on, you must have a <strong>Lucidchart Team account</strong>." | |
}, | |
"ctxpane.style.title.image": { | |
en: "Image" | |
}, | |
"notice.team.expired.member.press": { | |
en: "You are on an expired Team account and have the limitations of a Free Account. Contact your team admin to request a license." | |
}, | |
"users.merge.existingOpenIds": { | |
en: "The existing account has already had openid enabled for authentication with the following providers:" | |
}, | |
"tips.lineprompt.p": { | |
en: 'To <span class="highlight">draw a line</span>, just click and drag from the edge of a shape. Release and an <span class="highlight">autoprompt</span> will help you select your next shape.', | |
zh: '想要<span class="highlight">画一个线条</span>,只需点击并拖动图形边缘。松开鼠标后一个<span class="highlight">提示框</span>将提示您选择您的下一个图形。' | |
}, | |
"flash.org.user.limit.approach": { | |
en: "Your current %s subscription only allows %d users (%d more) on your account.", | |
zh: "您当前的%s订阅只允许您的帐户拥有%d位用户(%d个)。" | |
}, | |
"footer.reviews": { | |
en: "Reviews", | |
zh: "点评" | |
}, | |
"shape.delete.confirm": { | |
en: "Are you sure you want to delete this shape?" | |
}, | |
"menu.arrange.back": { | |
fr: "En arrière", | |
en: "Send To Back", | |
zh: "图层向后" | |
}, | |
"notice.free.account": { | |
en: "You are currently on a free account." | |
}, | |
"team.setup.invalidemail": { | |
en: "Oops, that email isn't valid. Please try again." | |
}, | |
"button.area.select.print": { | |
fr: "Sélectionner une zone et l'imprimer", | |
en: "Select Area and Print", | |
zh: "选择区域并打印" | |
}, | |
"referrals.status.step1.h": { | |
en: "Step 1", | |
zh: "第一步" | |
}, | |
"Distribute Horizontally": { | |
fr: "Équilibrer à l'horizontale", | |
zh: "水平均匀分布" | |
}, | |
"prefs.zoom.width": { | |
en: "Page Width", | |
zh: "页面宽度" | |
}, | |
Up: { | |
fr: "Touche haut", | |
zh: "向上" | |
}, | |
"toolbox.alert.visiostencil.restricted.pro": { | |
en: "Visio Stencil imports are available to Pro and Team accounts. Please consider <a target='_blank' href='/users/level?source=VisioStencilImport'>upgrading</a>" | |
}, | |
"button.publish": { | |
fr: "Publier", | |
en: "Publish", | |
zh: "发布" | |
}, | |
"button.register": { | |
en: "Register", | |
zh: "注册" | |
}, | |
"graffle.upload.ro.p": { | |
en: "OmniGraffle import is available to all Pro and Team subscribers of Lucidchart. You may import your OmniGraffle documents, but you will not be able to further edit any imported OmniGraffle documents unless you <a href='/users/level?source=OmniGraffleImportDialog'>upgrade</a> your account." | |
}, | |
startdrawing: { | |
en: "Start Drawing", | |
zh: "开始绘图" | |
}, | |
"education.plarge": { | |
en: "Use Lucidchart to augment the learning process by creating flowcharts, mind maps and other types of diagrams. Enable students to easily collaborate in real-time on group projects.", | |
zh: "使用Lucidchart,通过创建流程图,思维导图以及其他类型的图表来增进学习的过程。使学生轻松地在团队项目上进行实时协作。" | |
}, | |
"persona.survey.productmanagement": { | |
en: "Product Management (UI/UX, Requirements, Wireframes)" | |
}, | |
"option.fill.linear": { | |
fr: "Dégradé linéaire", | |
en: "Linear Gradient Fill" | |
}, | |
"ctxpane.gallery.arrange.doubleclick": { | |
en: "Replace an image by double-clicking" | |
}, | |
"confirm.document.unpublish.vanity": { | |
fr: "Etes-vous sûr que vous voulez utiliser le lien standard?", | |
en: "Are you sure you want to use the standard link?", | |
zh: "您確定要使用標準的鏈接?" | |
}, | |
"users.cancel.basic.feature3.link": { | |
en: "See how to back up and restore your documents" | |
}, | |
"statepanel.growl.exit": { | |
fr: "Appuyer sur Échap pour quitter le mode de présentation.", | |
en: "Press Esc to exit presentation mode.", | |
zh: "请按Esc来退出演示模式。" | |
}, | |
"option.linewidth.thin": { | |
fr: "Fin", | |
en: "Thin", | |
zh: "细线" | |
}, | |
"publication.dialog.embed.docsize.medium": { | |
en: "Medium" | |
}, | |
"titlebar.show.hotspots.button": { | |
fr: "Montrer les zones cliquables", | |
en: "Show Hotspots" | |
}, | |
"publishpanel.publishedVersions": { | |
en: "All versions" | |
}, | |
"users.close.header": { | |
en: "Close your %s account" | |
}, | |
"legend.page.size": { | |
fr: "Taille de la page", | |
en: "Page Size", | |
zh: "页面大小" | |
}, | |
"callout.community.heading": { | |
fr: "Joignez-vous à la communauté!", | |
en: "Join the Community!", | |
zh: "加入社区!" | |
}, | |
"users.driveintegration.explanation.chart": { | |
en: "Lucidchart with Google Drive allows people to create, edit and share diagrams with one another in real-time. As a Google Drive application, Lucidchart integrates with the user account and file data stored in Drive and provides a simple way for people to open files from Drive, make changes or edits in Lucidchart, and then save the updated file in Drive." | |
}, | |
"folderentries.error.not_owner": { | |
en: "You must be an owner of the folder to make changes." | |
}, | |
"demo.simpleuml.thatsall": { | |
fr: "C'est tout ce qu'il faut faire pour créer un diagramme de classes dans Lucidchart!", | |
en: "That's all it takes to draw a simple class diagram in Lucidchart!", | |
zh: "这就是您需要用Lucidchart制作简单的等级图表的全部过程。" | |
}, | |
"alert.feedback.send.p": { | |
fr: 'Nous aimerions avoir vos commentaires sur ce produit. Cliquez <a class="link" id="complexity_feedback">ici</a> pour nous en faire part.', | |
en: 'We would appreciate your feedback on the product. Click <a class="link" id="complexity_feedback">here</a> to send us a note.', | |
zh: '我们将十分感激您对我们产品的意见回馈。点击<a class="link" id="complexity_feedback">这里</a>给我们留言。' | |
}, | |
"team.inviteusers.prompt": { | |
en: "Team members will be able to create, edit and share documents with the team." | |
}, | |
"growl.upload.failed": { | |
fr: "Le téléchargement du fichier a échoué. Veuillez essayer à nouveau.", | |
en: "File upload failed. Please try again.", | |
zh: "文件上传失败,请重试" | |
}, | |
"onboard.next": { | |
en: "Next" | |
}, | |
"label.post.delete": { | |
en: "Delete this post", | |
zh: "删除这篇文章" | |
}, | |
"press.modes.comment.long": { | |
en: "Comment Mode is where you add comments to specific elements in your layout that will be visible to collaborators. You can also add comments in Layout Mode by right-clicking on any element." | |
}, | |
"description.invite": { | |
fr: "N'importe quelle adresse courriel peut fonctionner.", | |
en: "Any email address will work", | |
zh: "允许任何邮箱地址" | |
}, | |
"template.create.description": { | |
en: "Description", | |
zh: "描述" | |
}, | |
"org.uploadusers.bepatient": { | |
en: "Note that it takes about 1 minute to process 300 users. If you are uploading hundreds of users, please be patient." | |
}, | |
"alert.googleplus.unpublished": { | |
en: "You must publish your document before sharing it on Google Plus. Click the Publish tab in the Share dialog to begin." | |
}, | |
"notice.templates.shared.upgrade": { | |
fr: "Vous pouvez passer à la <a href=\"/users/level>version améliorée</a> pour partager ces gabarits avec d'autres utilisateurs appartenant à votre organisation.", | |
en: 'You can <a href="/users/level>upgrade</a> to share these templates with other users in your organization.' | |
}, | |
"trial.status.expire": { | |
en: "If you let your trial expire, you will still have access to your documents and will automatically be downgraded to a Free account." | |
}, | |
"ctxpane.table.borders.grid.cols": { | |
en: "Columns" | |
}, | |
"tablet.bugreport.error": { | |
en: "We were unable to submit your feedback at this time. Please send an email to [email protected]. Sorry for the inconvenience." | |
}, | |
"flash.template.undelete.error": { | |
en: "Error un-deleting that template. Please try again later.", | |
zh: "取消删除该模板存在错误。请稍后再试。" | |
}, | |
"label.page.title": { | |
fr: "Titre de la page :", | |
en: "Page Title:", | |
zh: "页面标题:" | |
}, | |
"persona.survey.industry.finance": { | |
en: "Finance & Financial Services" | |
}, | |
"users.documentanalytics.setup.analyticsId.label": { | |
en: "Google Analytics Tracking ID" | |
}, | |
"users.cancel.lose.team.storagelimit.press": { | |
en: "I understand my team and I will no longer be able to create or edit documents if the account exceeds the storage limit." | |
}, | |
"existing.subscription.cost": { | |
en: "Your existing subscription costs %s." | |
}, | |
"documentanalytics.segmentstitle.sources": { | |
en: "Referral Sources" | |
}, | |
"flash.template.blocked": { | |
en: "Template has been blocked!", | |
zh: "模板已被封锁!" | |
}, | |
"ctxpane.style.title.scrollarea": { | |
en: "Scroll Area" | |
}, | |
"contact.admin.dialog.unlicensed.reason1": { | |
en: "Add more than 60 objects per document" | |
}, | |
"contact.admin.dialog.unlicensed.reason2": { | |
en: "Access premium shapes (UI mockups, iOS, Android, mind maps)" | |
}, | |
"contact.admin.dialog.unlicensed.reason3": { | |
en: "Edit or export Visio files" | |
}, | |
"contact.admin.dialog.unlicensed.reason4": { | |
en: "Share with your team (documents, folders, templates, images)" | |
}, | |
"contact.admin.dialog.unlicensed.reason5": { | |
en: "Access revision history" | |
}, | |
"button.nogradient": { | |
fr: "Sans dégradé", | |
en: "No Gradient" | |
}, | |
"org.gapps.requiredrivebackups.none": { | |
en: "Do not require backups" | |
}, | |
"persona.survey.airlines": { | |
en: "Airlines & Aerospace (including Defense)" | |
}, | |
"docinfopane.actions.edit": { | |
en: "Edit", | |
zh: "编辑%s" | |
}, | |
"embedpanel.customsize.label": { | |
fr: "format personnalisé", | |
en: "Custom Size", | |
zh: "自定义尺寸" | |
}, | |
"menu.block.lock": { | |
fr: "Verrouiller", | |
en: "Lock" | |
}, | |
"shapelib.deleteLibrary.error": { | |
fr: "Une erreur est survenue pendant la suppression de la bibliothèque de formes", | |
en: "Error deleting shape library" | |
}, | |
"gui.growl.team.unlicensed": { | |
en: "Your account has the limitations of a Free Account. Click here to request a full license." | |
}, | |
"orginvitation.inviteinitial.p": { | |
en: "Your %s account can be shared with up to %d members of your organization. Enter the name of your organization and the email addresses of those who you would like to share this account, separated by commas.", | |
zh: "您的%s帐户可以有至多%d个组织成员为用户。请输入您的组织名称和您想邀请加入帐户人的电子邮件地址(请用���号分隔名称)。" | |
}, | |
"footer.casestudies": { | |
en: "Case Studies", | |
zh: "案例学习" | |
}, | |
"notice.fees.unpaid": { | |
en: 'You have unpaid subscription fees. <a href="/users/pay">Click here</a> to pay online.', | |
zh: '您有未付的订阅费。<a href="/users/pay">点击这里</a>在线支付' | |
}, | |
"orginvitation.inviteinitial.h": { | |
en: "Invite Your Organization To Lucidchart", | |
zh: "邀请您的组织来Lucidchart" | |
}, | |
"users.cancel.final": { | |
en: "Complete Cancellation" | |
}, | |
"docinfopane.preview": { | |
en: "Preview", | |
zh: "预展" | |
}, | |
"menu.link.change": { | |
fr: "Modifier le lien", | |
en: "Change Link", | |
zh: "更改链接" | |
}, | |
"option.vector.open": { | |
fr: "Points de raccordement", | |
en: "Disconnect points", | |
zh: "取消连接点" | |
}, | |
"statepanel.state": { | |
fr: "État", | |
en: "Layer", | |
zh: "状态" | |
}, | |
"users.cancel.reason.team.learn": { | |
en: "The product was too complex for our current needs" | |
}, | |
"doclist.menu.share": { | |
en: "Share" | |
}, | |
"email.collaborator.send": { | |
en: "Send" | |
}, | |
"users.passwordReset.min": { | |
en: "Minimum number of characters" | |
}, | |
"persona.title": { | |
en: "Flow Chart Maker & Online Diagram Software" | |
}, | |
"text.align.label": { | |
en: "Alignment" | |
}, | |
"org.drivebackups.weekly": { | |
en: "Automatically back up weekly to my Drive account" | |
}, | |
"users.close.reason.emails.1": { | |
en: 'Have you <a href="/unsubscribes/add/%s">unsubscribed</a>? This will ensure you don\'t receive any more emails but you can keep your %s account open.' | |
}, | |
"legend.page.orientation": { | |
fr: "Orientation", | |
en: "Orientation", | |
zh: "方向" | |
}, | |
"shapelib.shape.rename": { | |
fr: "Nommez votre forme!", | |
en: "Pick a name for your shape!" | |
}, | |
"users.cancel.lose.team.storageused1": { | |
en: "I understand my team and I may lose documents and images over the free tier storage limit." | |
}, | |
"preferences.restrictsharingoutsidedomains.warn": { | |
en: "Provide a warning when team members share documents to e-mails outside the given domains" | |
}, | |
"trial.subscription": { | |
en: "This is a trial subscription. Your account will be downgraded to a free account on %s." | |
}, | |
"flash.template.not.shared": { | |
en: "Template is not currently shared.", | |
zh: "模板目前尚未共享。" | |
}, | |
"bugs.label.useragent": { | |
en: "Your User-Agent", | |
zh: "您的用户代理" | |
}, | |
"ctxpane.text.warp.style.none": { | |
en: "None" | |
}, | |
"ctxpane.text.rules.padding": { | |
en: "Padding" | |
}, | |
"ctxpane.layout.flipX.tip": { | |
en: "Flip horizontally" | |
}, | |
"svg.import.select.library": { | |
en: "Select a custom library for .svg files to be saved to" | |
}, | |
"educationhints.contextpane": { | |
en: "Select any element on the page to see the available formatting options in the Context pane." | |
}, | |
"persona.survey.advertising": { | |
en: "Marketing/Advertising" | |
}, | |
"optionbar.group.columns": { | |
fr: "Colonnes", | |
en: "Columns", | |
zh: "列" | |
}, | |
"documents.h.search": { | |
en: "Search:", | |
zh: "搜索:" | |
}, | |
"ondemand.autoprovision.dont_have_account": { | |
ru: "У меня нет учетной записи Lucidchart", | |
en: "I don't have a Lucidchart account", | |
es: "No tengo una cuenta Lucidchart" | |
}, | |
"doclist.menu.newfolder.default": { | |
ru: "Новая папка", | |
en: "New Folder", | |
zh: "新文件夹", | |
es: "Nueva carpeta" | |
}, | |
"menu.block.toggleshadow": { | |
fr: "Alterner l'ombre portée", | |
en: "Toggle Drop Shadow" | |
}, | |
"toolbox.search_title.google_images": { | |
fr: "Google Images", | |
en: "Google Images" | |
}, | |
"menu.shareButton.hint": { | |
en: "Share with others" | |
}, | |
"users.cancel.see.features": { | |
en: "See all of the %s account features" | |
}, | |
"dialog.newdoc.press.category.digital.full": { | |
en: "For Tablet, Mobile, & PC" | |
}, | |
"footer.docs": { | |
en: "Documents" | |
}, | |
june: { | |
en: "06 - June" | |
}, | |
"dialog.library.manage.shared": { | |
fr: "Partagé avec l'équipe", | |
en: "Shared with Team" | |
}, | |
"option.shape.fill": { | |
fr: "Remplir la forme", | |
en: "Fill shape", | |
zh: "图形填充" | |
}, | |
"template.create": { | |
en: "Make Template", | |
zh: "创建模板" | |
}, | |
"Center Align": { | |
fr: "Centrer", | |
zh: "中对齐" | |
}, | |
Page: { | |
fr: "Page", | |
zh: "页面" | |
}, | |
"documentanalytics.filters.title": { | |
en: "Filters" | |
}, | |
"subnav.documents.search": { | |
en: "Search Results", | |
zh: "搜索结果" | |
}, | |
"dialogs.font.upgrade.p2.noTrial": { | |
en: "Start a Pro account trial to enable this premium feature." | |
}, | |
"users.cancel.persuade.1.lucid": { | |
en: 'Have you checked <a href="http://support.lucidchart.com/categories/20063795-Tutorials">our tutorials</a> for more information about that feature?' | |
}, | |
"ctxpane.common.shadow.distance": { | |
en: "Distance" | |
}, | |
perdocument: { | |
en: "per document", | |
zh: "每个文件" | |
}, | |
"ctxpane.table.dimensions.merge.mergecells": { | |
en: "Merge cells" | |
}, | |
Underline: { | |
fr: "Souligné", | |
zh: "下划线" | |
}, | |
"heading.signup.or": { | |
en: "Or sign up with:", | |
zh: "或者使用其他账户注册:" | |
}, | |
"dialog.hotkeyref.sendSelectionToBack": { | |
en: "Send selected items to back most layer" | |
}, | |
"option.vector.curve": { | |
fr: "Créer une courbe", | |
en: "Make curve", | |
zh: "画曲线" | |
}, | |
"storagemeter.available": { | |
en: "You are using %d%% of your %s", | |
zh: "您已经使用储存量(%s)的%d%%" | |
}, | |
"flash.edorg.member.already": { | |
en: "You are already a member of this educational institution.", | |
zh: "您已经是该教育机构的成员。" | |
}, | |
"users.cancel.p": { | |
en: "Are you sure you want to cancel your %s account? You will no longer have access to these features." | |
}, | |
"org.gapps.drivestatus.p": { | |
en: "Below is a list of all team members who have not installed Lucidchart for Google Drive. To send an email request that they connect Lucidchart to Drive, check the box next to each user’s name." | |
}, | |
"documentanalytics.dialog.nodata": { | |
en: "No analytics data is currently available for this document. Data is available the day after it is recorded." | |
} | |
}; | |
var Qd, Rd, Sd, Td; | |
function Ud(a, b) { | |
this.selection = {}; | |
this.Jp = null; | |
this.document = a; | |
this.$q = b; | |
this.cD = []; | |
this.dD = []; | |
L("document.postAction", function(a) { | |
("RemoveBlock" == a.Action || "RemoveLine" == a.Action || "RmGr" == a.Action || "mtp" == a.Action) && this.Gd(a.id) && Vd(this, a.id); | |
"SetProperty" == a.Action && "Lock" == a.Property && Wd(this) | |
}.bind(this)); | |
this.RV = [] | |
} | |
function Xd(a) { | |
if (a.Jp) return a.document.aa[a.Jp] | |
} | |
h = Ud.prototype; | |
h.Xl = function() { | |
this.RV.forEach(function(a) { | |
a() | |
}) | |
}; | |
h.onChange = function(a) { | |
this.RV.push(a) | |
}; | |
function Yd(a) { | |
0 < a.get().length && (a.selection = {}, Wd(a), a.Xl(), L.set("page.selectionChange", []), L.set("optionBar.refresh")) | |
} | |
h.Ph = function() { | |
var a = this; | |
this.document.getProperties().get("bgSelectable"); | |
var b = this.$q(); | |
this.selection = {}; | |
b.Hb ? Zd(b, function() { | |
this.getProperties().get("Hidden") || (a.selection[this.R()] = !0) | |
}) : b.Jb(function() { | |
this.getProperties().get("Hidden") || (a.selection[this.R()] = !0) | |
}); | |
this.Jp = b.Hb ? b.R() : b.page.R(); | |
Wd(this); | |
this.Xl(); | |
L.set("page.selectionChange", this.get()); | |
L.set("optionBar.refresh") | |
}; | |
function $d(a, b) { | |
Yd(a); | |
ae(a, b) | |
} | |
h.Yd = function(a) { | |
ae(this, [a]) | |
}; | |
function ae(a, b) { | |
var c = a.get(), | |
d = a.document.getProperties().get("bgSelectable"); | |
z(b, function(b) { | |
var c = a.document.ca(b), | |
e = c.parent && c.parent != a.$q(), | |
l = !c.parent && a.$q().qa; | |
!c || e || l || c.yr && 0 == d || (c.page.id != a.Jp && (a.Jp = c.page.id, a.selection = {}), a.selection[b] = !0, c.Ey && c.Ey(b)) | |
}); | |
Wd(a); | |
var e = a.get(); | |
be(c, e) || (a.Xl(), L.set("page.selectionChange", a.get()), L.set("optionBar.refresh")) | |
} | |
function Vd(a, b) { | |
delete a.selection[b]; | |
Wd(a); | |
a.Xl(); | |
L.set("page.selectionChange", a.get()); | |
L.set("optionBar.refresh") | |
} | |
function Wd(a) { | |
a.cD = []; | |
a.dD = []; | |
a.PC(function() { | |
this.Ba || a.dD.push(this); | |
a.cD.push(this) | |
}) | |
} | |
h.get = function(a, b) { | |
return b && b != this.Jp ? [] : ce(a ? this.dD : this.cD) | |
}; | |
h.Qb = function(a, b) { | |
return b && b != this.Jp ? 0 : (a ? this.dD : this.cD).length | |
}; | |
function de(a, b) { | |
function c(a) { | |
!a.qa || b && a.Ba ? e[a.R()] || b && a.Ba || (d.push(a), e[a.R()] = !0) : a.Jb(function() { | |
c(this) | |
}) | |
} | |
var d = [], | |
e = {}; | |
a.PC(function() { | |
c(this) | |
}); | |
return d | |
} | |
h.PC = function(a) { | |
for (var b in this.selection) { | |
var c = this.document.ca(b); | |
if (c && "stop" == a.call(c)) break | |
} | |
}; | |
function ee(a) { | |
a = a.get(); | |
return 0 == a.length ? !1 : fe(a, function(a) { | |
return !!a.Ba | |
}) | |
} | |
function ge(a) { | |
a = a.get(!0); | |
return 1 == a.length && a[0].Xa | |
} | |
function he(a) { | |
a = de(a, !0); | |
for (var b = 0, c = a.length; b < c; b++) | |
if (!a[b].Xa) return !1; | |
return 0 < a.length | |
} | |
function ie(a, b) { | |
var c; | |
c = b ? de(a, !0) : a.get(!0); | |
for (var d = 0, e = c.length; d < e; d++) | |
if (!c[d].ia) return !1; | |
return 0 < c.length | |
} | |
function je(a) { | |
return 0 < a.get(!0).length | |
} | |
function ke(a) { | |
a = a.get(!0); | |
for (var b = 0, c = a.length; b < c; b++) | |
if (a[b].qa && !a[b].jc && !a[b].getProperties().get("NoUngroup")) return !0; | |
return !1 | |
} | |
function le(a) { | |
return 1 < a.get(!0).length || !ke(a) ? null : ld(a.get(!0)[0]) | |
} | |
h.Gd = function(a, b) { | |
return b && b != this.Jp ? !1 : !!this.selection[a] | |
}; | |
function me(a, b) { | |
var c = a.get(!0); | |
return 1 == c.length && c[0].id == b | |
} | |
function ne(a, b, c) { | |
for (; b.parent && b.parent.qa;) { | |
if (a.Gd(b.parent.id, c)) return !0; | |
b = b.parent | |
} | |
return !1 | |
}; | |
var Wa = 1, | |
pe = ""; | |
window.lucidConfigure && window.lucidConfigure.iconfinder_api_key && (pe = window.lucidConfigure.iconfinder_api_key); | |
function qe(a, b, c) { | |
var d = "?" + $a[Wa - 1].query + "=" + encodeURIComponent(a) + Za(b) + "&api_key=" + pe; | |
$.ajax({ | |
type: "GET", | |
url: "/proxy/" + (1 == Wa ? "www.iconfinder.com/json/search" : "api.iconfinder.com/v2/icons/search") + d, | |
dataType: "json", | |
success: function(d) { | |
c(re[Wa - 1].parse(a, b, d)) | |
} | |
}) | |
} | |
var $a = [{ | |
query: "q", | |
count: "c", | |
offset: "p", | |
minIconSize: "min", | |
maxIconSize: "max", | |
premium: "price", | |
license: "l" | |
}, { | |
query: "query", | |
count: "count", | |
offset: "offset", | |
minIconSize: "minimum_size", | |
maxIconSize: "maximum_size", | |
premium: "premium", | |
license: "license" | |
}], | |
re = [new cb, new db]; | |
v("lucid.iconfinder.version", Wa); | |
function se(a) { | |
this.Ra = a; | |
this.K = this.Ra.K; | |
this.LM = new te(new B(0, 0), N({ | |
children: [{ | |
id: "toolbox_preview_container" | |
}, { | |
J: "spacer" | |
}, { | |
J: "crop center", | |
id: "toolbox_preview_text" | |
}] | |
}).children(), "w") | |
} | |
se.prototype.hide = function() { | |
this.nm = null; | |
this.LM.hide() | |
}; | |
se.prototype.ls = function(a, b, c) { | |
var d = this.Ra.Da; | |
if (null == d[a] || null == d[a][b]) return a != this.Ra.SEARCH_TITLE && this.ls(this.Ra.SEARCH_TITLE, b), !1; | |
var d = d[a][b], | |
e = d.className, | |
f = d.fa, | |
g = ue(e); | |
if (null == g) return !1; | |
if (this.nm != a + "::" + e) return this.nm == this.Ra.SEARCH_TITLE + "::" + e && this.ls(this.Ra.SEARCH_TITLE, b), !1; | |
a = Math.round(f.offset().top + .5 * f.outerHeight(!0)); | |
b = d.Qa || g.title; | |
var k = d.Eb || g.Eb; | |
ra(k) && (k = k()); | |
g = this.K.client.document; | |
e = ve(e, "renderPreviewBlock", g); | |
e.page = this.K.viewport.aa[0].V; | |
e.Xh || (e.getProperties().set("TextVAlign", | |
g.getProperties().get("DefaultBlockTextVAlign")), e.getProperties().set("LineWidth", g.getProperties().get("DefaultBlockLineWidth")), e.getProperties().set("LineColor", g.getProperties().get("DefaultBlockLineColor")), e.getProperties().set("FillColor", we(g)), e.getProperties().set("Font", g.getProperties().get("DefaultFont")), g.Hk(e, !0)); | |
if (c) | |
for (var l in c) e.getProperties().set(l, c[l]); | |
c = Math.min(200 / k.w, 200 / k.h); | |
g = 1 > c ? .5 : 1; | |
c = Math.min(c, 1); | |
var f = Math.round(k.w * c), | |
m = k = Math.round(k.h * c), | |
p = f; | |
if (c = e.getProperties().get("Rotation")) c = | |
xc(new G(0, 0, f, k), c, new B(f / 2, k / 2)), f = c.w, k = c.h; | |
var q = document.createElement("canvas"); | |
$(q).attr({ | |
width: f, | |
height: k | |
}).css({ | |
position: "absolute" | |
}); | |
q = xe(q); | |
$("#toolbox_preview_text").css({ | |
width: Math.max(200, f) + "px" | |
}).text(b); | |
c = Math.max(0, Math.round(.5 * (200 - f))); | |
$("#toolbox_preview_container").css({ | |
width: f + "px", | |
height: k + "px", | |
"margin-left": c + "px", | |
"margin-right": c + "px" | |
}).empty().append(q); | |
this.LM.show().move(new B(this.Ra.Yp.offset().left + this.Ra.Yp.outerWidth(), a)); | |
if (d.Sc) | |
for (l in c = d.Sc(), c) e.getProperties().set(l, | |
c[l]); | |
l = p - 8; | |
d = m - 8; | |
c = (f - l) / 2; | |
a = (k - d) / 2; | |
e.getProperties().set("BoundingBox", { | |
x: c / g, | |
y: a / g, | |
w: l / g, | |
h: d / g | |
}); | |
ye(null, e).Vu(q, g, "preview") | |
}; | |
se.prototype.mN = function(a, b) { | |
var c = this.Ra.Da; | |
if (null == c[a] || null == c[a][b]) return a != this.Ra.SEARCH_TITLE && this.ls(this.Ra.SEARCH_TITLE, b), !1; | |
var d = c[a][b], | |
c = d.className, | |
e = d.fa; | |
if (this.nm != a + "::" + c) return this.nm == this.Ra.SEARCH_TITLE + "::" + c && this.ls(this.Ra.SEARCH_TITLE, b), !1; | |
var c = Math.round(e.offset().top + .5 * e.outerHeight(!0)), | |
f = d.Qa || d.name, | |
g = d.Eb; | |
ra(g) && (g = g()); | |
var k = this.K.client.document, | |
e = ze(k, Ae(k, d.Sc(), "preview")); | |
if (1 < e.length || !e[0].qa) { | |
var d = Ae(k, d.Sc(), "preview"), | |
l = {}; | |
z(d.Objects, | |
function(a) { | |
l[a.id] = !0 | |
}); | |
d.Objects.push({ | |
IsGroup: !0, | |
id: k.si(), | |
Action: new C("CrGr", { | |
Properties: { | |
ZOrder: this.K.viewport.aa[0].V.kd("ZOrder", 0) + 1, | |
Members: l | |
} | |
}) | |
}); | |
e = ze(k, d) | |
} | |
d = e[0]; | |
if (!d) return !1; | |
d.qa && d.Jb(function() { | |
this.ia && !this.Xh && k.Hk(this, !0) | |
}); | |
d.page = this.K.viewport.aa[0].V; | |
var m = Math.min(200 / g.w, 200 / g.h), | |
e = 1 > m ? .5 : 1, | |
m = Math.min(m, 1), | |
p = Math.round(g.w * m), | |
m = Math.round(g.h * m), | |
g = document.createElement("canvas"); | |
$(g).attr({ | |
width: p, | |
height: m | |
}).css({ | |
position: "absolute" | |
}); | |
g = xe(g); | |
$("#toolbox_preview_text").css({ | |
width: Math.max(200, | |
p) + "px" | |
}).text(f); | |
f = Math.max(0, Math.round(.5 * (200 - p))); | |
$("#toolbox_preview_container").css({ | |
width: p + "px", | |
height: m + "px", | |
"margin-left": f + "px", | |
"margin-right": f + "px" | |
}).empty().append(g); | |
this.LM.show().move(new B(this.Ra.Yp.offset().left + this.Ra.Yp.outerWidth(), c)); | |
c = p - 8; | |
f = m - 8; | |
p = d.ha(); | |
(function(a, b) { | |
for (var c = a.ha(), c = a.fg(c, Bb(xb(c, b), c), { | |
top: !1, | |
right: !1, | |
bottom: !1, | |
left: !1 | |
}), d = a.nf(), e = 0; e < d.length; e++) { | |
var f = d[e]; | |
E(c[f.R()], function(a, b) { | |
f.getProperties().set(b, a) | |
}) | |
} | |
a.ha() | |
})(d, { | |
x: 4 / e - p.x, | |
y: 4 / e - p.y, | |
w: c / | |
e - p.w, | |
h: f / e - p.h | |
}); | |
(new Be(null, d)).Vu(g, e, "preview") | |
}; | |
function Ce(a, b) { | |
var c = this; | |
this.kk = {}; | |
this.plugins = []; | |
this.Qo = {}; | |
this.zm = {}; | |
this.ym = {}; | |
this.ez = null; | |
this.EM = {}; | |
this.uW = {}; | |
this.uf = {}; | |
this.vW = {}; | |
this.Sf = {}; | |
this.content = null; | |
this.da = a; | |
this.client = this.da.K.client; | |
this.Ma(); | |
b.append(this.content); | |
L("pluginmanager.up", function() { | |
var a, b; | |
c.list.find("li").each(function() { | |
$(this).hasClass("selected") && a && (b = a); | |
$(this).is(":visible") && (a = $(this)) | |
}); | |
b && b.click() | |
}); | |
L("pluginmanager.down", function() { | |
var a = !1, | |
b; | |
c.list.find("li").each(function() { | |
a && $(this).is(":visible") && | |
(b = $(this), a = !1); | |
$(this).hasClass("selected") && (a = !0) | |
}); | |
b && b.click() | |
}); | |
L("pluginmanager.find", function() { | |
c.Xd.focus() | |
}); | |
L("user.level", this.QQ.bind(this)) | |
} | |
h = Ce.prototype; | |
h.Nd = "☺"; | |
h.X = function(a) { | |
this.da.X(a) | |
}; | |
h.Ma = function() { | |
function a() { | |
var a = c.val().trim(); | |
"" != a && De(b.client.Sz, a, function() { | |
c.val(""); | |
L.set("shapelibrary.refresh"); | |
b.X("createCustomLibrary") | |
}) | |
} | |
var b = this; | |
this.content = N({ | |
children: [{ | |
J: "plugin-list-header", | |
children: [{ | |
J: "import", | |
children: [{ | |
text: "Import Shapes:", | |
J: "label left" | |
}, { | |
tag: "button", | |
text: "Visio Stencil", | |
J: "left", | |
click: function() { | |
b.client.Oa().data.Ac.xv ? (b.X("openedvisio"), b.da.e4.open()) : P(Q("toolbox.alert.visiostencil.restricted.pro")) | |
} | |
}, { | |
tag: "button", | |
text: "SVG", | |
J: "left", | |
click: function() { | |
b.X("openedsvg"); | |
b.da.yU.open() | |
} | |
}, { | |
J: "clear" | |
}] | |
}, { | |
J: "search", | |
children: [{ | |
tag: "input", | |
J: "user-select-text", | |
attr: { | |
placeholder: "Search" | |
}, | |
create: function(a) { | |
b.Xd = a; | |
a.keyup(function(a) { | |
27 == a.keyCode && $(this).val("").blur(); | |
a = $(this).val().replace(/[^a-z0-9& ]/ig, "_").toLowerCase(); | |
var c = a.split(" ").filter(function(a) { | |
return !!a | |
}), | |
d = new RegExp(c.join("|"), "gi"); | |
E(b.kk, function(a) { | |
a.zl.parent().hide(); | |
a.children.forEach(function(c) { | |
if (b.Sf[c.id]) { | |
var e = Ee(c.C, function(a) { | |
return -1 < a.search(d) | |
}); | |
b.Sf[c.id].toggle(e); | |
e && a.zl.parent().show() | |
} | |
}) | |
}); | |
b.list.toggleClass("searching", !!a); | |
a || b.list.find("section").show() | |
}) | |
} | |
}, { | |
J: "icon" | |
}] | |
}] | |
}, { | |
J: "plugin-list", | |
children: [{ | |
J: "empty-search", | |
text: "No libraries match your search." | |
}], | |
create: function(a) { | |
b.list = a | |
} | |
}] | |
}).children(); | |
var c; | |
this.OI = N({ | |
J: "input-append", | |
css: { | |
margin: "5px" | |
}, | |
children: [{ | |
J: "input-wrapper", | |
children: [{ | |
tag: "input", | |
type: "text", | |
placeholder: "Create custom library", | |
create: function(b) { | |
c = b; | |
b.on("keyup", function(b) { | |
b.keyCode == Fe && a() | |
}) | |
} | |
}] | |
}, { | |
tag: "button", | |
text: "+", | |
click: function() { | |
a() | |
} | |
}] | |
}) | |
}; | |
h.$l = function(a, b, c) { | |
(a = He(this.zm, a, b)) && a.setValue(c) | |
}; | |
h.getValue = function(a, b) { | |
var c = He(this.zm, a, b); | |
return !!c && !!c.getValue() | |
}; | |
h.refresh = function() { | |
var a = this.list.scrollTop(); | |
this.QQ(); | |
this.list.scrollTop(a) | |
}; | |
h.QQ = function() { | |
var a = this.client.Oa(), | |
b; | |
this.plugins = []; | |
var c = [], | |
d = this.OI.find("input").is(":focus"); | |
b = 0 < a.uf().length ? new RegExp(a.uf()) : !1; | |
E(this.client.DB, function(a, c) { | |
a = Ie(a); | |
b && c.match(b) && (a.rk = !0); | |
c in this.client.cc && this.client.cc[c].active && (a.active = !0); | |
a.id in this.ym && (a.active = this.ym[a.id]); | |
/freehand|imagesearch/.test(a.url) && (a.hidden = !0); | |
this.plugins.push(a) | |
}, this); | |
var e = this.client.document.getProperties().get("ShapeLibs"); | |
E(this.client.Sz.data, function(b, c) { | |
var d = new Je(b.id, | |
b.name, null, null, null, "Custom"); | |
d.kj = !!parseInt(b.shared, 10); | |
d.Xm = a.id == b.user_id; | |
d.tC = b.shapes; | |
d.active = F(e, c); | |
c in this.ym && (d.active = this.ym[c]); | |
this.plugins.push(d) | |
}, this); | |
E(this.kk, function(a) { | |
a.children = []; | |
a.zl && (Ke(c, a.zl.children().detach()), Ke(c, a.zl.detach())) | |
}); | |
z(this.plugins, function(a) { | |
Le(this.kk, a.group, { | |
name: a.group, | |
zl: $(N({ | |
tag: "ul" | |
})), | |
children: [] | |
}); | |
this.kk[a.group].children.push(a); | |
Me(this, a, this.kk[a.group].zl) | |
}, this); | |
this.kk.Custom || (this.kk.Custom = { | |
name: "Custom", | |
zl: $(N({ | |
tag: "ul" | |
})), | |
children: [] | |
}); | |
this.kk.Custom.zl.append(this.OI); | |
E(this.kk, function(a, b) { | |
Ne(Oe, b) | |
}); | |
var f; | |
z(Oe, function(a) { | |
(a = this.kk[a]) && (a.children.length || "Custom" == a.name) && (z(a.children, function(a) { | |
f && (a.nk = f); | |
f = a | |
}), a.QN ? a.QN.append(a.zl) : a.QN = N({ | |
tag: "section", | |
children: [{ | |
tag: "header", | |
text: a.name, | |
click: function() {} | |
}, a.zl] | |
}), this.list.append(a.QN)) | |
}, this); | |
c.forEach(function(a) { | |
$.contains(this.list.get(0), a) || a.remove() | |
}, this); | |
d && this.OI.find("input").focus(); | |
this.ez && this.Qu(this.ez) | |
}; | |
h.Co = function(a, b) { | |
this.Sf[a] && (this.list.find("li.selected").removeClass("selected"), this.Sf[a].addClass("selected")); | |
var c = Cb(this.plugins, function(b) { | |
return b.id == a | |
}); | |
null === c || this.da.Co(c, b) | |
}; | |
h.Qu = function(a) { | |
var b = Cb(this.plugins, function(b) { | |
return b.id == a.id | |
}); | |
this.ez = b; | |
null === b || this.da.Qu(b) | |
}; | |
h.setActive = function(a, b) { | |
Cb(this.plugins, function(b) { | |
return b.id == a | |
}).active = b | |
}; | |
function Pe(a, b) { | |
var c = Cb(a.plugins, function(a) { | |
return a.id == b | |
}); | |
return c && c.active | |
} | |
h.Jz = function(a, b) { | |
var c = Cb(this.plugins, function(b) { | |
return b.id == a | |
}, this); | |
c || this.list.find("li:visible").first().click(); | |
if (b) { | |
var d = this.list.parent().scrollTop(), | |
e = d + this.list.parent().height(); | |
if (this.da.display.Pj) { | |
var f = this.Sf[this.da.display.Pj.id], | |
g = f.offset().top, | |
k = g + f.height(); | |
(g < d || k > e) && f[0].scrollIntoView(!0) | |
} | |
} | |
return c | |
}; | |
function Qe(a) { | |
a.plugins.filter(function(a) { | |
return !a.active && a.url | |
}).forEach(function(a) { | |
a = a.url.substr(a.url.lastIndexOf("/") + 1); | |
for (var c in this.Qo) Re(c, a) && delete this.Qo[c] | |
}, a) | |
} | |
function Me(a, b, c) { | |
if (!b.hidden) { | |
var d = b.name.replace(/\s|\./g, ""), | |
e = []; | |
if (b.url) { | |
e = Se(a.client.K.Ra, b.url); | |
0 == e.length && (e = Te(b.url)); | |
var f = b.url.substr(b.url.lastIndexOf("/") + 1) | |
} | |
var g = null, | |
k = []; | |
if (a.Sf[b.id] && Hc(e, a.vW[b.id]) && a.uf[b.id] == b.rk) a.IU = !0, c.append(a.Sf[b.id]), a.EM[b.id].setValue(b.active), a.uW[b.id].forEach(function(c) { | |
b.active && !this.Qo[f + a.Nd + c.id] ? c.setValue(!0) : (b.active && this.EM[b.id].setValue(), c.setValue(!1)) | |
}, a), a.IU = !1; | |
else { | |
a.uf[b.id] = b.rk; | |
a.vW[b.id] = e; | |
var l = !1, | |
m = !1; | |
a.Sf[b.id] && | |
(l = a.Sf[b.id].is(".expanded"), m = a.Sf[b.id].is(".selected")); | |
var p = new Ue({ | |
change: function(c, e) { | |
b.rk && !1 !== c && p.setValue(!1); | |
a.setActive(b.id, void 0 === c || c); | |
e || (k.forEach(function(a) { | |
a.setValue(c) | |
}), a.ym[b.id] = c, a.X((c ? "" : "un") + "checkedlibrary." + (b.url ? "" : "custom.") + d)) | |
} | |
}); | |
b.active && p.setValue(!0); | |
b.rk ? (p.disable(), p.Q.click(function() { | |
Ve(a.da, b) | |
})) : p.Q.click(function(c) { | |
var e = p.getValue(); | |
void 0 === e && (e = !0); | |
p.setValue(!e); | |
a.X((e ? "" : "un") + "checkedlibrary." + (b.url ? "" : "custom.") + d); | |
k.forEach(function(a) { | |
a.setValue(!e) | |
}); | |
c.preventDefault() | |
}); | |
N({ | |
id: "shapelib-item-" + d, | |
tag: "li", | |
click: function() { | |
setTimeout(function() { | |
a.Co(b.id, !0) | |
}, 10) | |
}, | |
J: (m ? "selected " : "") + (l ? "expanded" : ""), | |
create: function(c) { | |
a.Sf[b.id] = c; | |
c.hover(function() { | |
a.hs && (clearTimeout(a.hs), a.hs = null); | |
a.GG = setTimeout(function() { | |
a.Qu(b); | |
a.GG = null | |
}, 300) | |
}, function() { | |
a.GG && (clearTimeout(a.GG), a.GG = null); | |
a.hs = setTimeout(function() { | |
a.da.display.refresh(); | |
a.ez = null; | |
a.hs = null | |
}, 300) | |
}) | |
}, | |
children: [{ | |
J: "triangle-container", | |
click: function() { | |
1 < We(e) && (a.Sf[b.id].toggleClass("expanded"), | |
a.Sf[b.id].is(".expanded") ? a.X("list.expandLibrary." + d) : a.X("list.collapseLibrary." + d)) | |
}, | |
children: [{ | |
J: "tri" + (1 >= We(e) ? " empty" : "") | |
}] | |
}, p.getContainer(), { | |
J: "plugin-name", | |
children: [Xe(b.name)] | |
}, { | |
tag: "ul", | |
J: "plugin-groups", | |
create: function(a) { | |
g = a | |
} | |
}] | |
}); | |
var q = function() { | |
k.forEach(function(c) { | |
c.getValue() ? delete a.Qo[f + a.Nd + c.id] : Pe(a, b.id) && (a.Qo[f + a.Nd + c.id] = !0) | |
}) | |
}; | |
E(e, function(c, e) { | |
var l = new Ue({ | |
change: function(e, g) { | |
g || a.X("group." + (e ? "" : "un") + "checked." + d + "." + c.replace(/\s|\./g, "") + ".list"); | |
a.da.display.$l(f, | |
c, e); | |
if (!a.IU) { | |
var l = k.map(function(a) { | |
return a.getValue() | |
}), | |
m = Ee(l, Ye); | |
fe(l, Ye) ? p.setValue(!0) : m ? p.setValue() : p.setValue(!1); | |
q(); | |
a.ym[b.id] = Pe(a, b.id) | |
} | |
} | |
}); | |
b.active && !this.Qo[f + a.Nd + e] ? l.setValue(!0) : b.active && p.setValue(); | |
b.rk ? (l.disable(), l.Q.click(function() { | |
Ve(a.da, b) | |
})) : l.Q.click(function(b) { | |
var e = l.getValue(); | |
l.setValue(!e); | |
a.X("group." + (e ? "un" : "") + "checked." + d + "." + c.replace(/\s|\./g, "") + ".list"); | |
b.preventDefault() | |
}); | |
Le(a.zm, f, {})[c] = l; | |
l.id = e; | |
k.push(l); | |
g.append(N({ | |
tag: "li", | |
children: [l.getContainer(), | |
c | |
] | |
})) | |
}, a); | |
a.EM[b.id] = p; | |
a.uW[b.id] = k; | |
c.append(a.Sf[b.id]) | |
} | |
} | |
} | |
function Ze(a) { | |
return a.plugins.filter(function(a) { | |
return a.active | |
}) | |
} | |
function $e(a) { | |
Qe(a); | |
a.client.document.set("HiddenToolGroups", a.Qo); | |
var b = {}; | |
E(a.client.cc, function(a, c) { | |
a.active && !a.kI && (b[c] = !0) | |
}); | |
var c = Ze(a), | |
d = af(c, function(a) { | |
if (a.url) return a.url | |
}), | |
c = af(c, function(a) { | |
if (!a.url) return a.id | |
}), | |
e = d.filter(function(a) { | |
return !b[a] | |
}), | |
f = bf(b).filter(function(a) { | |
return !F(d, a) | |
}); | |
e.forEach(function(a) { | |
this.client.document.ba(new C("LoadPlugin", { | |
URL: a | |
})); | |
this.X("activated." + this.client.cc[a].name.replace(/\s|\./g, "")) | |
}, a); | |
f.forEach(function(a) { | |
this.client.document.ba(new C("UnloadPlugin", { | |
URL: a | |
})); | |
this.X("deactivated." + this.client.cc[a].name.replace(/\s|\./g, "")) | |
}, a); | |
c.sort(); | |
a.client.document.set("ShapeLibs", c); | |
a.ym = {} | |
} | |
function ff(a) { | |
a.ym = {}; | |
a.Qo = a.client.document.get("HiddenToolGroups"); | |
setTimeout(function() { | |
a.Xd.focus() | |
}, 10); | |
a.list.find(".expanded").removeClass("expanded") | |
} | |
h.nn = function() { | |
this.ym = {}; | |
this.Xd.val(""); | |
this.plugins.forEach(function(a) { | |
this.Sf[a.id] && this.Sf[a.id].show() | |
}, this); | |
this.list.removeClass("searching"); | |
this.list.find("section").show() | |
}; | |
function gf(a, b) { | |
this.da = a; | |
this.parent = b; | |
this.client = this.da.K.client; | |
this.it = {}; | |
this.uf = {}; | |
this.SQ = {}; | |
this.zm = {}; | |
this.l4 = "input-toggle"; | |
this.k4 = [{ | |
J: "input-toggle-on" | |
}, { | |
J: "input-toggle-off" | |
}, { | |
J: "input-toggle-switch" | |
}]; | |
this.Pj = null | |
} | |
h = gf.prototype; | |
h.X = function(a) { | |
this.da.X(a) | |
}; | |
h.Qu = function(a) { | |
this.hs && (clearTimeout(this.hs), this.hs = null); | |
hf(this, a) | |
}; | |
h.Co = function(a, b) { | |
this.Pj = a; | |
hf(this, a, b) | |
}; | |
h.refresh = function() { | |
null != this.Pj && hf(this, this.Pj) | |
}; | |
function hf(a, b, c) { | |
if (a.h7 != b || c && !a.iE(b)) { | |
a.h7 = b; | |
var d = [], | |
e = a.client.Oa(), | |
f = jf(e); | |
if (b.Xm) { | |
var g, k = []; | |
f && k.push({ | |
J: "toggle-switch-container", | |
children: [{ | |
tag: "span", | |
html: "Team<br />Sharing" | |
}, { | |
J: a.l4 + (b.kj ? " on" : ""), | |
click: function() { | |
b.kj = !b.kj; | |
$(this).toggleClass("on", b.kj); | |
L.set("shapelibrary.save", [b.id, null, b.kj]) | |
}, | |
children: a.k4 | |
}] | |
}); | |
k.push({ | |
J: "icon-21-button disabled", | |
title: "Delete this shape library", | |
click: function() { | |
kf(Q("shapelibrary.delete.confirm"), function() { | |
L.set("shapelibrary.delete", b.id); | |
null != b.nk && (a.Co(b.nk), a.da.uj.Co(b.nk)) | |
}) | |
}, | |
create: function(a) { | |
a.hover(function() { | |
$(this).removeClass("disabled") | |
}, function() { | |
$(this).addClass("disabled") | |
}) | |
}, | |
children: [{ | |
J: "icon-21 icon-21-trash" | |
}] | |
}); | |
d.push({ | |
tag: "header", | |
J: f ? null : "noshare", | |
children: [{ | |
tag: "input", | |
value: b.name, | |
J: "user-select-text", | |
create: function(a) { | |
g = a | |
} | |
}, { | |
tag: "button", | |
J: "btn btn-block btn-default", | |
text: "Done", | |
create: function(c) { | |
c.mousedown(function() { | |
g.val() && g.val() != b.name && (b.name = g.val(), L.set("shapelibrary.save", [b.id, b.name, | |
null | |
]), a.da.uj.Sf[b.id].find(".plugin-name span").text(b.name)) | |
}) | |
} | |
}, { | |
J: "controls", | |
children: k | |
}] | |
}) | |
} else { | |
var l; | |
d.push({ | |
tag: "header", | |
text: b.name, | |
create: function(a) { | |
l = a | |
} | |
}) | |
} | |
d.push({ | |
tag: "p", | |
text: b.description ? b.description : "" | |
}); | |
b.rk && (f = Q("dialog.library.manage.premium"), lf(e) && jf(e) ? f = Q("dialog.library.manage.team.unlicensed") : e.data.Bk && mf(e) && (k = e.fo()) && (f = k.end.match(/(\d+)/g), f = Math.ceil(((new Date(f[0], f[1] - 1, f[2])).getTime() - (new Date).getTime()) / 864E5), f = nf(e.data.co.Ji, "personal") ? Q("dialog.library.manage.protrial", [f]) : Q("dialog.library.manage.upgrade", [f])), d.push({ | |
tag: "p", | |
J: "banner", | |
html: f, | |
create: !1 | |
})); | |
d.push({ | |
J: "shape-preview" + (b.tC ? " fullwidth" : ""), | |
create: function(d) { | |
function e() { | |
$(N({ | |
J: "shape-preview-group", | |
children: [{ | |
J: "group-name", | |
children: [""] | |
}, { | |
J: "thumb-container", | |
create: function(a) { | |
f = a | |
} | |
}] | |
})).appendTo(d) | |
} | |
var f; | |
if (b.tC) e(), f.append(N({ | |
J: "thumb add-button", | |
title: "Add Shape", | |
click: function() { | |
L.set("shapelibrary.import.shape", a.Pj.id); | |
L.set("net.logAction", "shapelibrary.import.svg.dialog") | |
} | |
})), z(b.tC, | |
function(c) { | |
var d = $(N({ | |
J: "thumb" | |
})), | |
e = of(c.properties); | |
c.Eb = { | |
w: e.BoundingBox.w, | |
h: e.BoundingBox.h | |
}; | |
delete e.BoundingBox; | |
c.Sc = function() { | |
return e | |
}; | |
c.N3 = !0; | |
d.on("contextmenu", function(d) { | |
var e = new pf([{ | |
label: Q("shapelib.context.rename"), | |
action: function() { | |
qf(c.id, c.name) | |
} | |
}, { | |
label: Q("shapelib.context.move"), | |
action: function() { | |
rf(a.da.HL, c.id, b.id) | |
} | |
}, b.Xm && { | |
label: Q("shapelib.context.delete"), | |
action: function() { | |
kf(Q("shape.delete.confirm"), function() { | |
sf(c.id) | |
}) | |
} | |
}], { | |
bg: !0, | |
parent: a.da.hS.parent() | |
}); | |
e.Ke(d.pageX, | |
d.pageY); | |
e.show(); | |
L.one("gui.closeAllYerStuff", function() { | |
e.destroy() | |
}); | |
d.preventDefault(); | |
return !1 | |
}); | |
"Group" == c["class"] ? tf(a, d, c) && f.append(d) : a.sz(d, c["class"], c) && f.append(d); | |
N({ | |
J: "thumb-caption", | |
text: c.name || "" | |
}).appendTo(d) | |
}), f.append(N({ | |
J: "clear" | |
})); | |
else if (a.iE(b) || c) uf(a, d, l, b); | |
else { | |
var g = b.url.substr(b.url.lastIndexOf("/") + 1), | |
g = g.substr(0, g.indexOf(".")) + ".png"; | |
d.append(N({ | |
tag: "img", | |
src: "/img/shapes/" + g | |
})) | |
} | |
} | |
}); | |
b.ld && d.push({ | |
tag: "img", | |
src: b.ld, | |
J: "diagram-preview" | |
}); | |
a.parent.children().detach(); | |
a.parent.append(N({ | |
children: d | |
})) | |
} | |
} | |
h.iE = function(a) { | |
return a.url in this.client.cc | |
}; | |
h.$l = function(a, b, c) { | |
(a = He(this.zm, a, b)) && a.setValue(c) | |
}; | |
function vf(a, b, c) { | |
var d = c.url, | |
e = d.substr(d.lastIndexOf("/") + 1), | |
f = c.name.replace(/\s|\./g, ""); | |
return Wb(b, function(b, k) { | |
k = wf(a.client.K.Ra, d, k); | |
var l = new Ue({ | |
change: function(b, c) { | |
c || (a.da.uj.$l(e, k, b), a.X("group." + (b ? "" : "un") + "checked." + f + "." + k.replace(/\s|\./g, "") + ".display")); | |
b ? p.find(".group-name").addClass("selected") : p.find(".group-name").removeClass("selected") | |
} | |
}); | |
c.rk && l.disable(); | |
Le(a.zm, e, {})[k] = l; | |
var m, p = N({ | |
J: "shape-preview-group", | |
children: [{ | |
J: "group-name", | |
children: [l.getContainer(), k], | |
click: function(b) { | |
c.rk ? Ve(a.da, c) : (l.setValue(!l.getValue()), a.X("group." + (l.getValue() ? "" : "un") + "checked." + f + "." + k.replace(/\s|\./g, "") + ".display"), a.da.uj.$l(e, k, l.getValue()), b.preventDefault()) | |
} | |
}, { | |
J: "thumb-container", | |
create: function(a) { | |
m = a | |
} | |
}] | |
}); | |
z(b, function(b) { | |
s(b) && (b = { | |
className: b | |
}); | |
if (b.className) | |
if (b.qr) { | |
var c = N({ | |
text: b.qr, | |
css: { | |
"text-overflow": "ellipsis", | |
overflow: "hidden", | |
width: "125px", | |
height: "14px", | |
"margin-top": "2px", | |
"font-size": "12px" | |
} | |
}); | |
m.append(c) | |
} else c = N({ | |
J: "thumb" + (b.big ? " big" : ""), | |
attr: { | |
className: b.className | |
} | |
}), "Group" == b.className ? tf(a, c, b) && m.append(c) : a.sz(c, b.className, b) && m.append(c) | |
}); | |
m.append(N({ | |
J: "clear" | |
})); | |
return p | |
}) | |
} | |
function uf(a, b, c, d) { | |
xf(a.client, d.url, d.name, d.description, function(e) { | |
a.it[d.url] && Hc(e.DN, a.SQ[d.url]) && a.uf[d.id] == d.rk || (a.it[d.url] && (a.it[d.url].forEach(function(a) { | |
a.remove() | |
}), delete a.it[d.url]), a.SQ[d.url] = e.DN, a.it[d.url] = Vb(vf(a, e.DN, d)), a.uf[d.id] = d.rk); | |
var f = d.url.substr(d.url.lastIndexOf("/") + 1), | |
g; | |
for (g in a.zm[f]) a.da.uj.getValue(f, g) ? a.zm[f][g].setValue(!0) : a.zm[f][g].setValue(!1); | |
b.append(a.it[d.url]); | |
if (c && e.options) { | |
var k = e.options; | |
c.append(N({ | |
tag: "span", | |
J: "button-bar", | |
css: { | |
width: k.list.length * | |
Math.max.apply(Math, k.list.map(function(a) { | |
return a.name.length | |
})) * 10 + "px" | |
}, | |
children: k.list.map(function(a) { | |
return { | |
J: a.name == k.GU ? "selected" : "", | |
css: { | |
width: 100 / k.list.length + "%" | |
}, | |
children: [{ | |
J: "button-bar-content", | |
text: a.name | |
}], | |
click: function() { | |
a.action(); | |
$(this).siblings().removeClass("selected"); | |
$(this).addClass("selected") | |
} | |
} | |
}), | |
create: function() {} | |
})) | |
} | |
}) | |
} | |
function yf(a, b, c) { | |
a && (a.Uf = a.Uf); | |
if (a && a.Uf && (a = a.Uf[c.variant] || a.Uf[b])) | |
for (var d in c) c[d] = c[d] || a[d]; | |
c.ps = c.N3 ? 101 : c.big ? 58 : 27; | |
return c | |
} | |
h.sz = function(a, b, c) { | |
var d = ue(b); | |
if (null == d) return !1; | |
c = yf(d, b, c); | |
return zf(this.client.document, a, b, c, c.ps) | |
}; | |
function tf(a, b, c) { | |
c = yf(null, null, c); | |
return c.pr ? (b.empty().append(N({ | |
tag: "img", | |
src: c.pr, | |
attr: { | |
width: c.ps | |
} | |
})), !0) : Af(a.client.document, a.da.K.viewport.aa[0].V, b, c, c.ps) | |
}; | |
function Bf() {} | |
Bf.prototype.zD = function(a, b, c, d) { | |
b = Cf(b); | |
c = Cf(c); | |
return Df('<%1$s allowfullscreen frameborder="0" style="width:%2$dpx; height:%3$dpx" src="%4$s"%5$s></%1$s>', "iframe", b, c, d, a ? ' id="' + a + '"' : "") | |
}; | |
function Cf(a) { | |
return "" !== a ? parseInt(a, 10) : 0 | |
}; | |
function Ef() {} | |
w(Ef, Bf); | |
Ef.prototype.WJ = function(a, b, c, d, e) { | |
a = this.zD(a, b, c, d, e) + Df('<a href="%1$s/pages/examples/mind_mapping_software" style="margin: 0; padding: 0; border: none; display: inline-block; position: absolute; bottom: 5px; left: 5px;"><img alt="mind mapping software"title="Lucidchart online diagrams"style="width: 100px; height: 30px; margin: 0; padding: 0; border-image: none; border: none; display: block"src="%1$s/img/diagrams-lucidchart.png"/></a>', window.lucidConfigure.lucid_host); | |
b = Cf(b); | |
c = Cf(c); | |
return Df('<div style="width: %1$spx; height: %2$spx; margin: 10px; position: relative;">%3$s</div>', | |
b, c, a) | |
}; | |
function Ff(a, b, c) { | |
this.zO = "setting_" + a; | |
this.yg = b; | |
this.ZI = c | |
} | |
Ff.prototype.set = function(a) { | |
this.yg.set(this.zO, a) | |
}; | |
Ff.prototype.get = function() { | |
return this.yg.get(this.zO, this.ZI) | |
}; | |
Ff.prototype.delete = function() { | |
this.yg.Dt(this.zO) | |
}; | |
function Gf(a, b) { | |
this.bu = b; | |
this.items = [this.createElement(null, a)] | |
} | |
Gf.prototype.addElement = function(a) { | |
(a = Hf(this, a)) && this.items.push(a) | |
}; | |
function Hf(a, b) { | |
switch (b.qa ? "group" : b.Hb ? b.tf() ? "embedded" : If(b) ? "hidden" : b.lE() ? "template" : "page" : "item") { | |
case "group": | |
return a.yD(b); | |
case "embedded": | |
var c = b.getProperties().get("BreadcrumbLabel"); | |
return a.createElement(b.R(), c || Q("ScrollingArea")); | |
case "hidden": | |
return c = b.getProperties().get("BreadcrumbLabel"), a.createElement(b.R(), c || Q("HiddenPage")); | |
case "template": | |
return c = b.get("BreadcrumbLabel") || b.get("Title"), a.createElement(b.R(), c || Q("TemplatePage")); | |
default: | |
return null | |
} | |
} | |
Gf.prototype.yD = function(a) { | |
var b = a.getProperties().get("BreadcrumbLabel") || a.getProperties().get("Name"); | |
return this.createElement(a.R(), b || Q("Group")) | |
}; | |
Gf.prototype.createElement = function(a, b) { | |
return { | |
id: a, | |
name: b | |
} | |
}; | |
Gf.prototype.Ma = function() { | |
var a = this.bu, | |
b = this.items.length - 1, | |
c = M(this.items, function(c) { | |
return { | |
tag: "span", | |
css: { | |
zIndex: b-- | |
}, | |
text: c.name, | |
click: function() { | |
a(c.id) | |
} | |
} | |
}, this); | |
c[this.items.length - 1].J = "active"; | |
c[this.items.length - 1].click = void 0; | |
return N(c) | |
}; | |
function Jf(a, b) { | |
$.ajax({ | |
type: "GET", | |
url: "/googleDrive/token", | |
success: function(b) { | |
a && a(b.token) | |
}, | |
error: function() { | |
b && b() | |
} | |
}) | |
} | |
function Kf(a, b, c) { | |
Jf(function(d) { | |
var e = new window.google.picker.DocsView; | |
e.setMimeTypes(a); | |
e.setIncludeFolders(b); | |
window.lucidConfigure.gapi_client_id.indexOf("."); | |
(new window.google.picker.PickerBuilder).addView(e).setOAuthToken(d).setCallback(c).build().setVisible(!0) | |
}, function() { | |
P(Q('Please ensure that you have <a href="/users/googleDrive" target="_blank">linked your Google Drive account</a> and try again.')) | |
}) | |
} | |
function Of(a) { | |
Jf(function(b) { | |
function c(b) { | |
b = M(b, function(a) { | |
var b = a.thumbnails[0].url.split("/"); | |
b[b.length - 2] = "d"; | |
return { | |
url: b.join("/"), | |
name: a.name, | |
source: "Google+" | |
} | |
}); | |
a(b) | |
} | |
var d = new window.google.picker.PhotosView; | |
(new window.google.picker.PickerBuilder).addView(d).setOAuthToken(b).setCallback(function(a) { | |
"picked" == a.action && c(a.docs) | |
}).enableFeature(window.google.picker.Feature.MULTISELECT_ENABLED).build().setVisible(!0) | |
}, function() { | |
P(Q('Please ensure that you have <a href="/users/googleDrive" target="_blank">linked your Google Drive account</a> and try again.')) | |
}) | |
}; | |
function Pf(a) { | |
Qf(["lucid.view.common.ViewportBanner", "construct"]); | |
this.K = a; | |
this.parent = a.Jj; | |
this.Q = this.nk = null; | |
this.Pe("") | |
} | |
h = Pf.prototype; | |
h.Pe = function(a) { | |
var b = this; | |
this.hide(); | |
$(".viewport-banner").detach(); | |
this.Q = $('<div class="viewport-banner"><div class="icon-13-button inverse close-button"><div class="viewport-banner-close icon-13 icon-13-close"></div></div></div>'); | |
this.Q.find(".viewport-banner-close").click(function() { | |
b.hide() | |
}); | |
this.parent.append(this.Q); | |
this.Q.hide().append($(a).filter(":not(.icon-13-button.inverse.close-button)")) | |
}; | |
h.show = function() { | |
var a = $(".viewport-banner"); | |
if (0 < a.length) { | |
a.show(); | |
var b = this.K.viewport.mode.Hh; | |
b && b.Q.is(":visible") && this.Q.css({ | |
top: a.position().top + b.Q.outerHeight() + "px" | |
}) | |
} | |
}; | |
h.hide = function() { | |
if ($.isFunction(this.Ge)) { | |
var a = this.Ge; | |
this.Ge = null; | |
return a() | |
} | |
a = $(".viewport-banner"); | |
0 < a.length && a.is(":visible") && a.hide() | |
}; | |
h.set = function(a, b, c) { | |
this.Pe(a); | |
this.show(); | |
this.Ge = b; | |
c ? this.Q.find(".close-button").hide() : this.Q.find(".close-button").show() | |
}; | |
h.restore = function() { | |
this.nk && 1 < this.nk.length ? this.set(this.nk, void 0, this.N6) : this.hide() | |
}; | |
h.clearAll = function() { | |
this.nk = null; | |
this.Q.empty() | |
}; | |
function Rf(a) { | |
Qf(["lucid.view.common.FindReplace", "construct"]); | |
var b = this; | |
this.K = a; | |
this.Q = a.te; | |
this.Ax = this.lX = this.WS = this.jd = null; | |
L("default.findReplace", function() { | |
if (F(Sf, "findReplace")) { | |
var a = b.jd.find(".find-box"); | |
a.focus(); | |
a.select() | |
} else b.show() | |
}); | |
L("search.updated", function(a) { | |
a = a.total; | |
a = 1 == a ? Q("documents.search.oneresult") : Q("documents.search.results", [a]); | |
b.Ax.html(a) | |
}) | |
} | |
Rf.prototype.Pe = function() { | |
this.jd && this.jd.remove(); | |
$(".find-replace").remove(); | |
this.jd = $('<div class="find-replace"></div>'); | |
this.WS = $('<div class="find"><label for="find-box">Search:</label><input type="text" id="find-box" class="find-box user-select-text" autocomplete="off"><button class="search">Search</button><a href="javascript:;" title="Clear Search" id="reset-search" class="icon-13 icon-13-close reset reset-search">Clear Search</a><a href="javascript:;" title="Next (F3)" id="next" class="next">Next</a><a href="javascript:;" title="Previous (Shift+F3)" id="previous" class="previous">Previous</a><fieldset><input type="checkbox" id="case-checkbox"><label for="case-checkbox">' + | |
Q("search.case") + '</label></fieldset><fieldset><input type="checkbox" id="whole-word-checkbox"><label for="whole-word-checkbox">' + Q("search.whole-word") + '</label></fieldset><fieldset title="Removes whitespace and punctuation from searches"><input type="checkbox" id="smart-search-checkbox"><label for="smart-search-checkbox">' + Q("search.smart-search") + "</label></fieldset></div>"); | |
this.lX = $('<div class="replace-container"><label for="replace-box">Replace:</label><input type="text" id="replace-box" class="replace-box user-select-text" autocomplete="off"><a href="javascript:;" title="Clear Search" id="reset-replace" class="icon-13 icon-13-close reset reset-replace">Clear Search</a><a href="javascript:;" id="replace" class="replace">Replace</a><a href="javascript:;" id="replace-all" class="replace-all">Replace All</a><div class="clearfix"></div></div>'); | |
this.Ax = $('<span class="growl"></span>'); | |
this.jd.append(this.WS).append(this.lX).append(this.Ax); | |
Tf(this) | |
}; | |
Rf.prototype.show = function() { | |
if (!F(Sf, "findReplace")) { | |
Uf("findReplace"); | |
this.Pe(); | |
var a = this.K.te; | |
a.nk = a.Q.children(); | |
a.N6 = !a.Q.find(".close-button").is(":visible"); | |
this.K.te.hide(); | |
this.K.te.set(this.jd, u(this.hide, this)); | |
this.jd.find("#find-box").focus(); | |
this.aB = this.jd.outerHeight(); | |
L.set("gui.mayAffectViewport", this.aB); | |
L.set("net.logAction", "chart.viewport.search.open") | |
} | |
}; | |
Rf.prototype.hide = function() { | |
this.K.te.hide(); | |
this.K.te.restore(); | |
this.K.viewport.Ga(); | |
Vf("findReplace"); | |
L.set("search.reset"); | |
this.aB && (L.set("gui.mayAffectViewport", -this.aB), this.aB = 0); | |
try { | |
$('input[type="text"]:visible').get(0).focus() | |
} catch (a) {} | |
}; | |
function Tf(a) { | |
a.jd.find('input[type="text"]').keydown(function(b) { | |
switch (b.keyCode) { | |
case Wf: | |
a.hide(); | |
b.stopPropagation(); | |
break; | |
case Xf: | |
case Fe: | |
b.shiftKey ? (L.set("search.previous"), L.set("net.logAction", "chart.viewport.search.previous.enter")) : (L.set("search.next"), L.set("net.logAction", "chart.viewport.search.next.enter")), b.preventDefault(), b.stopPropagation() | |
} | |
}); | |
a.jd.find("#find-box").keydown(function(b) { | |
b.keyCode == Yf && (a.jd.find("#replace-box").focus(), b.preventDefault()) | |
}); | |
a.jd.find("#replace-box").keydown(function(b) { | |
b.keyCode == | |
Yf && (a.jd.find("#find-box").focus(), b.preventDefault()) | |
}); | |
a.jd.find("#find-box").keyup(function() { | |
L.set("search.term", $(this).val()) | |
}); | |
a.jd.find("#case-checkbox").click(function() { | |
var a = $(this).prop("checked"); | |
L.set("search.caseSensitive", a); | |
a && L.set("net.logAction", "chart.viewport.search.caseSensitive") | |
}); | |
a.jd.find("#whole-word-checkbox").click(function() { | |
var a = $(this).prop("checked"); | |
L.set("search.wholeWord", a); | |
a && L.set("net.logAction", "chart.viewport.search.wholeWord") | |
}); | |
a.jd.find("#smart-search-checkbox").click(function() { | |
var a = | |
$(this).prop("checked"); | |
L.set("search.smart", a); | |
a && L.set("net.logAction", "chart.viewport.search.smartSearch") | |
}); | |
a.jd.find("#replace-all").click(function() { | |
L.set("search.replace.all", $("#replace-box").val()); | |
L.set("net.logAction", "chart.viewport.search.replaceAll"); | |
return !1 | |
}); | |
a.jd.find("#replace").click(function() { | |
L.set("search.replace", $("#replace-box").val()); | |
L.set("net.logAction", "chart.viewport.search.replace"); | |
return !1 | |
}); | |
a.jd.find("#next").click(function() { | |
L.set("search.next"); | |
L.set("net.logAction", | |
"chart.viewport.search.next.link"); | |
return !1 | |
}); | |
a.jd.find("#previous").click(function() { | |
L.set("search.previous"); | |
L.set("net.logAction", "chart.viewport.search.previous.link"); | |
return !1 | |
}); | |
a.jd.find("#reset-search").click(function() { | |
a.jd.find("#find-box").val("").focus(); | |
L.set("search.reset"); | |
L.set("net.logAction", "chart.viewport.search.clearSearch"); | |
return !1 | |
}); | |
a.jd.find("#reset-replace").click(function() { | |
a.jd.find("#replace-box").val("").focus(); | |
L.set("net.logAction", "chart.viewport.search.clearReplace"); | |
return !1 | |
}) | |
}; | |
function Zf(a, b, c) { | |
var d = this; | |
this.Q = N({ | |
J: "progress" + (a ? " progress-lg" : ""), | |
click: b, | |
children: [{ | |
J: "progress-bar progress-bar-green", | |
title: Q("storage.documents.label"), | |
create: function(a) { | |
d.W0 = a | |
} | |
}, { | |
J: "progress-bar progress-bar-blue", | |
title: Q("storage.images.label"), | |
create: function(a) { | |
d.X3 = a | |
} | |
}, { | |
J: "progress-bar progress-bar-purple", | |
title: Q("storage.published.label"), | |
create: function(a) { | |
d.S6 = a | |
}, | |
click: function(a) { | |
c && (c(), a.stopPropagation()) | |
} | |
}] | |
}); | |
b && this.Q.css("cursor", "pointer"); | |
this.container = this.Q | |
} | |
Zf.prototype.update = function(a) { | |
var b = this; | |
$.ajax({ | |
type: "GET", | |
url: "/users/spaceUsed", | |
dataType: "json", | |
success: function(c) { | |
function d(a, b, c) { | |
20 < b ? a.text(c + " - " + Math.round(b) + "%") : 5 < b ? a.text(Math.round(b) + "%") : a.text(""); | |
a.attr("title", c + " - " + Math.round(b) + "%"); | |
a.css("width", b + "%") | |
} | |
var e = Math.max(c.allowed, c.total), | |
f = c.images, | |
g = c.publications; | |
d(b.W0, 100 * c.documents / e, Q("storage.documents.label")); | |
d(b.X3, 100 * f / e, Q("storage.images.label")); | |
d(b.S6, 100 * g / e, Q("storage.published.label")); | |
a && a(c) | |
} | |
}) | |
}; | |
v("lucid.view.StorageMeter", Zf); | |
Zf.prototype.update = Zf.prototype.update; | |
$(function() { | |
function a(a) { | |
R && (R.Yi(), $f(R, "{{" + a + "}}", !0), R.focus()) | |
} | |
function b() { | |
return R && R.oa.Fa[0] && R.oa.Fa[0].data.Va && R.oa.Fa[0].data.Va.item | |
} | |
function c(a) { | |
if (R && (b() && b().R()) == a.id) { | |
var c = a.Diff.c, | |
d = a.Diff.a; | |
a.Diff.c = R.selection.Ca; | |
a.Diff.a = R.selection.anchor; | |
void 0 !== c && R.selection.update(c, d) | |
} | |
} | |
function d(a) { | |
"sup" == a || "sub" == a ? L("text." + a, function() { | |
if (R) { | |
var b = "sup" == a ? "sub" : "sup"; | |
R.zc()[b] && ag(b); | |
ag(a); | |
R.focus() | |
} | |
}) : "allCaps" == a || "smallCaps" == a ? L("text." + a, function() { | |
if (R) { | |
var b = "allCaps" == | |
a ? "smallCaps" : "allCaps"; | |
R.zc()[b] && ag(b); | |
ag(a); | |
R.focus() | |
} | |
}) : L("text." + a, function() { | |
R && (ag(a), R.focus()) | |
}); | |
L("text." + a + ".selected", function(b) { | |
R && b(R.zc()[a]) | |
}); | |
L("text." + a + ".disabled", function(c) { | |
if (R) { | |
var d = b(), | |
e = !1; | |
d && d.Ib && F(d.Ib, "text." + a) && (e = !0); | |
c(e) | |
} else c(!0) | |
}) | |
} | |
function e(a) { | |
L("text.align." + a, function() { | |
R && (bg(R, "align", a), R.focus()) | |
}); | |
L("text.align." + a + ".selected", function(b) { | |
R && b(R.zc().align == a) | |
}); | |
L("text.align." + a + ".disabled", function(c) { | |
var d = b(), | |
e = !1; | |
d && d.Ib && F(d.Ib, "text.align." + a) && | |
(e = !0); | |
c(e) | |
}) | |
} | |
function f(a) { | |
L("text.valign." + a, function() { | |
b() && (b().getProperties().get("TextVAlign") != a && b().document.ba(new C("SetProperty", { | |
id: b() && b().R(), | |
Property: "TextVAlign", | |
Value: a | |
})), R.focus()) | |
}); | |
L("text.valign." + a + ".selected", function(c) { | |
b() && c(b().getProperties().get("TextVAlign") == a) | |
}) | |
} | |
function g(a, c) { | |
L("text." + a, function(a) { | |
R && (bg(R, c, a), cg() || R.focus()) | |
}); | |
L("text." + a + ".value", function(a) { | |
R && a(R.zc()[c]) | |
}); | |
L("text." + a + ".disabled", function(c) { | |
if (R) { | |
var d = b(), | |
e = !1; | |
d && d.Ib && F(d.Ib, "text." + | |
a) && (e = !0); | |
c(e) | |
} else c(!0) | |
}) | |
} | |
L("page.selectionChange", function(a) { | |
R && !F(a, b()) && R.destroy() | |
}); | |
L("document.postAction", function(a) { | |
"t" == a.Action && a.IsUndo && c(a) | |
}); | |
$(document).bind("documentAction", function(a, b) { | |
"t" == b.Action && b.IsRedo && c(b) | |
}); | |
L.one("document.loaded", function(a) { | |
a.getProperties().Xc("Language", function(a) { | |
R && dg(R, a) | |
}) | |
}, !0); | |
L("caret.merge", function(a) { | |
var b = a[1]; | |
a = a[0].ma[b.key]; | |
if (R && R.oa == a.Xt()) { | |
a = b.Uc(R.selection.Ca)[0]; | |
var c = R.selection.anchor; | |
null != c && (c = b.Uc(c)[0]); | |
R.selection.update(a, | |
c) | |
} | |
}); | |
L("text.fillWithLipsum", function() { | |
R && eg() | |
}); | |
d("bold"); | |
d("italic"); | |
d("underline"); | |
d("strike"); | |
d("sup"); | |
d("sub"); | |
d("allCaps"); | |
d("smallCaps"); | |
e("left"); | |
e("center"); | |
e("right"); | |
e("justified"); | |
f("top"); | |
f("middle"); | |
f("bottom"); | |
g("link", "link"); | |
g("comment", "comment"); | |
g("textSize", "size"); | |
g("font", "font"); | |
g("lineSpacing", "spacing"); | |
g("color", "color"); | |
g("fill", "fill"); | |
g("marginTop", "marginTop"); | |
g("marginBottom", "marginBottom"); | |
g("borderTop", "borderTop"); | |
g("borderTopColor", "borderTopColor"); | |
g("borderBottom", | |
"borderBottom"); | |
g("borderBottomColor", "borderBottomColor"); | |
g("paddingTop", "paddingTop"); | |
g("paddingBottom", "paddingBottom"); | |
g("indentLeft", "indentLeft"); | |
g("indentFL", "indentFL"); | |
g("ordinal", "ordinal"); | |
g("indentRight", "indentRight"); | |
g("strokeWidth", "strokeWidth"); | |
g("strokeColor", "strokeColor"); | |
g("highlight", "highlight"); | |
g("textTracking", "textTracking"); | |
g("textStretching", "textStretching"); | |
g("blockListAlignment", "listAlign"); | |
g("blockIndentLevel", "indentLevel"); | |
g("dropCap", "dropCap"); | |
g("dropCapLength", | |
"dropCapLength"); | |
g("hyphenation", "hyphenation"); | |
L("text.fontGroup", function(a) { | |
R && ("addmorefonts" == a ? (L.set("text.manageFonts"), L.set("optionBar.refresh")) : "uploadfonts" == a ? (L.set("text.manageFonts.upload"), L.set("optionBar.refresh")) : (a = fg(a).family, L.set("text.font", a))) | |
}); | |
L("text.fontGroup.disabled", function(a) { | |
if (R) { | |
var c = b(), | |
d = !1; | |
c && c.Ib && F(c.Ib, "text.fontGroup") && (d = !0); | |
a(d) | |
} | |
}); | |
L("text.fontGroup.value", function(a) { | |
if (R) { | |
var b = R.zc(); | |
b && (b.font && gg[b.font.toLowerCase()] ? a(gg[b.font.toLowerCase()]) : | |
a(b.font)) | |
} | |
}); | |
L("text.fontFace", function(a) { | |
R && (bg(R, "font", a.family), bg(R, "bold", a.bold), bg(R, "italic", a.ie), R.focus()) | |
}); | |
L("text.fontFace.disabled", function(a) { | |
if (R) { | |
var c = b(), | |
d = !1; | |
c && c.Ib && F(c.Ib, "text.fontFace") && (d = !0); | |
a(d) | |
} | |
}); | |
L("text.fontFace.value", function(a) { | |
if (R) { | |
var b = R.zc(); | |
b.font && a(hg(b.font, b.bold, b.italic)) | |
} | |
}); | |
L("text.blockType", function(a) { | |
if (R) { | |
var b = ""; - 1 != a.indexOf("-") && (a = a.split("-"), b = a[1], a = a[0]); | |
var c = R.zc(); | |
bg(R, "type", a); | |
bg(R, "list", b); | |
bg(R, "indentLeft", config.blockTypeIndent(a, | |
c.size)); | |
bg(R, "indentFL", config.blockTypeIndent(a, c.size)); | |
R.focus() | |
} | |
}); | |
L("text.blockType.value", function(a) { | |
if (R) { | |
var b = R.zc(), | |
c = b.type; | |
b.list && 0 < b.list.length && (c += "-" + b.list); | |
a(c) | |
} | |
}); | |
L("text.namedParagraphStyle", function(a) { | |
if (R) { | |
var b = R.selection.getBounds(), | |
c = b[0] < b[1]; | |
("\n" != R.selection.content.text[b[0] - 1] || c) && R.ba(ig(R.content, b[0], b[1], a)); | |
jg(R, a); | |
R.focus() | |
} | |
}); | |
L("text.namedParagraphStyle.value", function(a) { | |
R && a(R.zc().paragraphStyle) | |
}); | |
L("text.revertParagraphStyle", function(a) { | |
if (R) { | |
var b = | |
R.selection.getBounds(); | |
R.ba(ig(R.content, b[0], b[1], a, a.paragraphStyle, !0)); | |
R.focus() | |
} | |
}); | |
L("text.namedInlineStyle", function(a) { | |
if (R) { | |
var b = R.selection.getBounds(); | |
if (b[0] == b[1]) { | |
var c = null; | |
fe(kg(R.content, b[0], !0), function(a) { | |
return "inlineStyle" == a.name ? (c = a, !1) : !0 | |
}); | |
c && (b[0] = c.start, b[1] = c.end) | |
} | |
R.ba(lg(R.content, b[0], b[1], a)); | |
jg(R, a); | |
R.focus() | |
} | |
}); | |
L("text.namedInlineStyle.value", function(a) { | |
R && a(R.zc().inlineStyle) | |
}); | |
L("text.revertInlineStyle", function(a) { | |
if (R) { | |
var b = R.selection.getBounds(); | |
if (b[0] == | |
b[1]) { | |
var c = null; | |
fe(kg(R.content, b[0], !0), function(a) { | |
return "inlineStyle" == a.name ? (c = a, !1) : !0 | |
}); | |
c && (b[0] = c.start, b[1] = c.end) | |
} | |
R.ba(lg(R.content, b[0], b[1], a, !0)); | |
R.focus() | |
} | |
}); | |
var k; | |
L("text.clearStyle", function() { | |
if (R) | |
for (var a in mg) bg(R, a, mg[a]) | |
}); | |
L("text.copyStyle", function() { | |
R && (k = R.zc()) | |
}); | |
L("text.pasteStyle", function() { | |
if (R && k) | |
for (var a in k) bg(R, a, k[a]) | |
}); | |
L("text.hasCopiedStyles", function(a) { | |
a(void 0 === k) | |
}); | |
L("text.indent", function() { | |
R && (ng(R), R.focus()) | |
}); | |
L("text.outdent", function() { | |
R && (og(R), | |
R.focus()) | |
}); | |
L("text.insertPageNumber", function() { | |
a("page") | |
}); | |
L("text.insertTotalPages", function() { | |
a("totalPages") | |
}); | |
L("text.insertPageName", function() { | |
a("pageName") | |
}); | |
L("text.insertCreatorName", function() { | |
a("creatorName") | |
}); | |
L("text.insertDocumentName", function() { | |
a("documentName") | |
}); | |
L("text.insertLastModifiedBy", function() { | |
a("lastModifiedBy") | |
}); | |
L("text.insertDateTime", function(b) { | |
a("date:" + b) | |
}); | |
L("text.insertPageBreak", function() { | |
R && (1 < R.oa.Fa.length && $f(R, "\n"), bg(R, "pageBreak", 1), R.focus()) | |
}); | |
L("text.insertColumnBreak", | |
function() { | |
R && ($f(R, "\n"), 1 < R.oa.Fa.length && bg(R, "columnBreak", 1), R.focus()) | |
}); | |
L("text.insertLineBreak", function() { | |
R && $f(R, "\u2028") | |
}); | |
L("text.nonBreakingSpace", function() { | |
R && $f(R, " ") | |
}); | |
L("font.loaded lucid.font.renderWhitespace lucid.font.whitespaceFont", function() { | |
if (R) { | |
R.Ga(); | |
for (var a in R.Fa) R.Fa[a].Ga() | |
} | |
}) | |
}); | |
var pg; | |
function qg(a, b) { | |
this.name = a; | |
this.filter = b; | |
this.fa = null | |
}; | |
function rg(a) { | |
this.Ca = 0; | |
this.anchor = null; | |
this.ua = a; | |
this.content = this.ua.oa.content | |
} | |
rg.prototype.getBounds = function() { | |
var a = [this.Ca, null == this.anchor ? this.Ca : this.anchor]; | |
a.sort(function(a, c) { | |
return a - c | |
}); | |
return a | |
}; | |
rg.prototype.De = function() { | |
var a = this.getBounds(); | |
return this.content.text.substr(a[0], a[1] - a[0]) | |
}; | |
rg.prototype.Rd = function() { | |
return null == this.anchor || this.anchor == this.Ca | |
}; | |
function sg(a) { | |
return null != a.anchor && a.anchor < a.Ca | |
} | |
rg.prototype.update = function(a, b, c) { | |
var d = this; | |
if (isNaN(a)) throw "Caret cannot be NaN"; | |
if (isNaN(b)) throw "Anchor cannot be NaN"; | |
if (this.Ca != a || void 0 !== b && b != this.anchor) ug(this.content).locked && !vg(this.content) ? (this.Ca = this.content.text.length, this.anchor = 0) : (this.Ca = a, void 0 !== b && (this.anchor = b), a = function(a) { | |
d.content.iy(a).forEach(function(b) { | |
a = Math.max(a, b[1]) | |
}); | |
return a | |
}, b = function(a) { | |
d.content.iy(a).forEach(function(b) { | |
a = Math.min(a, b[0]) | |
}); | |
return a | |
}, this.Rd() ? (this.anchor = b(this.Ca), this.Ca = | |
a(this.Ca)) : sg(this) ? (this.anchor = b(this.anchor), this.Ca = a(this.Ca)) : (this.anchor = a(this.anchor), this.Ca = b(this.Ca))), c || this.ua.Fn(), L.set("text.editor.selection") | |
}; | |
function wg(a, b, c, d, e, f, g, k, l, m) { | |
this.label = a; | |
this.name = b; | |
this.className = c; | |
this.Sc = d; | |
this.Eb = e; | |
this.Qa = f; | |
this.weight = g; | |
this.dk = k; | |
this.kp = l || null; | |
this.X = m | |
} | |
function xg(a, b, c) { | |
this.label = a; | |
this.icon = b; | |
this.action = c | |
}; | |
function yg(a, b) { | |
this.V = a; | |
this.page = b | |
} | |
yg.prototype.pN = function(a, b, c, d) { | |
this.V.document && zg(this.V.document.client.Ie, this.V.id, b).forEach(function(b) { | |
Ag(Math.min(b.Ca, null == b.Ld ? b.Ca : b.Ld), Math.max(b.Ca, null == b.Ld ? b.Ca : b.Ld), c, d, Bg(b.color), a); | |
if (b.Ca >= c.offset && b.Ca <= c.offset + c.length) { | |
var f = c.Od(b.Ca), | |
g = f.h / 5, | |
g = [new B(f.x, f.y + f.h), f, new B(f.x + g, f.y), new B(f.x + g, f.y + g), new B(f.x, f.y + g)], | |
k = function(a) { | |
z(d, function(b) { | |
a = b.transform(a) | |
}); | |
return a | |
}, | |
g = Cg(g, k); | |
k(f); | |
k(new B(f.x, f.y + f.h)); | |
a.beginPath(); | |
a.strokeStyle = b.color.yb(); | |
a.fillStyle = | |
b.color.yb(); | |
a.lineWidth = 2; | |
a.moveTo(g[0].x, g[0].y); | |
z(g, function(b) { | |
a.lineTo(b.x, b.y) | |
}); | |
a.closePath(); | |
a.stroke(); | |
a.fill() | |
} | |
}) | |
}; | |
yg.prototype.Ja = function() {}; | |
function Dg(a) { | |
var b = this; | |
this.ja = a; | |
this.context = a.Ah.getContext("2d"); | |
this.Of = { | |
x: 0, | |
y: 0 | |
}; | |
L("gui.origin.offset", function(a) { | |
b.Of.x = a.x; | |
b.Of.y = a.y | |
}); | |
this.SJ = 0 | |
} | |
h = Dg.prototype; | |
h.transform = function(a, b) { | |
var c = Eg(this.ja, Fg(this.ja, a, b)); | |
c.data = a.data; | |
return c | |
}; | |
function Gg(a, b, c) { | |
return Hg(a.transform(b, c), a.transform(new B(b.x + b.w, b.y + b.h), c)) | |
} | |
h.clear = function() { | |
var a = window.devicePixelRatio || 1; | |
this.context.clearRect(0, 0, this.context.canvas.width / a, this.context.canvas.height / a); | |
this.context.setTransform(a, 0, 0, a, 0, 0); | |
this.$g = this.Ll = this.zj = null; | |
this.Nz = []; | |
this.SJ++ | |
}; | |
function Ig(a, b) { | |
a.$g = b; | |
null != a.zj && (a.Nz.forEach(function(a) { | |
a.call(this) | |
}), a.Nz = []) | |
} | |
function Jg(a, b, c) { | |
a.zj = b; | |
a.Ll = c; | |
null != a.$g && (a.Nz.forEach(function(a) { | |
a.call(this) | |
}), a.Nz = []) | |
} | |
function Kg(a, b, c, d, e, f) { | |
var g = Lg(c), | |
k = a.transform(new B(b, g.y), c), | |
g = a.transform(new B(b, g.y + g.h), c), | |
l = config.hintLineWidth, | |
m = config.hintLineColor; | |
f && "edge" == f && (m = config.hintEdgeLineColor); | |
f && "both" == f && (m = config.hintBothLineColor); | |
e && (m = config.tempHintLineColor); | |
a.context.strokeStyle = m; | |
a.context.lineWidth = l; | |
e = Mg(k.x, l); | |
a.context.beginPath(); | |
a.context.moveTo(e, k.y); | |
a.context.lineTo(e, g.y); | |
a.context.globalAlpha = .5; | |
a.context.stroke(); | |
a.context.globalAlpha = 1; | |
d && (c = d = a.transform(d, c), a.Wg("X: " + Math.round(b), | |
c.x + 16, c.y)) | |
} | |
function Ng(a, b, c, d, e, f) { | |
var g = Lg(c), | |
k = a.transform(new B(g.x, b), c), | |
g = a.transform(new B(g.x + g.w, b), c), | |
l = config.hintLineWidth, | |
m = config.hintLineColor; | |
f && "edge" == f && (m = config.hintEdgeLineColor); | |
f && "both" == f && (m = config.hintBothLineColor); | |
e && (m = config.tempHintLineColor); | |
a.context.strokeStyle = m; | |
a.context.lineWidth = l; | |
e = Mg(k.y, l); | |
a.context.beginPath(); | |
a.context.moveTo(k.x, e); | |
a.context.lineTo(g.x, e); | |
a.context.globalAlpha = .5; | |
a.context.stroke(); | |
a.context.globalAlpha = 1; | |
d && (c = d = a.transform(d, c), a.Wg("Y: " + Math.round(b), | |
c.x + 16, c.y)) | |
} | |
function Og(a, b) { | |
if (null === a.zj && null === b[0] || null === a.$g && null === b[2]) { | |
var c = b.callee; | |
a.Nz.push(c.bind.apply(c, [a].concat(ce(b)))); | |
return !0 | |
} | |
return !1 | |
} | |
h.ks = function(a, b, c, d, e) { | |
if (!Og(this, arguments)) { | |
null === a && (a = this.zj, b = this.Ll); | |
null === c && (c = this.$g); | |
var f = d || (new S(config.handleColor)).ka(.5); | |
e = e || 1; | |
this.context.strokeStyle = Bg(f); | |
this.context.lineWidth = e; | |
a = Gg(this, a, c); | |
a = Pg(a, e); | |
Qg(this, a, b, function() { | |
this.context.strokeRect(a.x, a.y, a.w, a.h) | |
}) | |
} | |
}; | |
h.En = function(a, b, c, d) { | |
if (!Og(this, arguments) && (null === a && (a = this.zj, b = this.Ll), null === c && (c = this.$g), !Rg(d))) { | |
var e = Gg(this, a, c), | |
e = xc(e, b), | |
f = Math.round(a.x), | |
g = Math.round(a.y), | |
k = Math.round(a.w), | |
l = Math.round(a.h), | |
m = []; | |
d.tg && m.push("X: " + (f - this.Of.x) + " Y: " + (g - this.Of.y)); | |
d.size && m.push("W: " + k + " H: " + l); | |
d.rotation && (f = Math.round((360 - 57.2957795 * b) % 360), m.push(f + "°" + (225 <= f ? " (-" + (360 - f) + "°)" : ""))); | |
this.Wg(m, e.x + e.w / 2, e.y + e.h + 5, { | |
lt: !0 | |
}) | |
} | |
}; | |
h.kX = function(a, b, c, d) { | |
if (!Og(this, arguments)) { | |
null === a && (a = this.zj, b = this.Ll); | |
null === c && (c = this.$g); | |
a = Gg(this, a, c); | |
var e = xc(a, b); | |
this.Wg(d, e.x + e.w / 2, e.y + e.h + 5, { | |
lt: !0 | |
}) | |
} | |
}; | |
h.iX = function(a, b, c, d, e, f) { | |
if (!Og(this, arguments)) { | |
null === c && (c = this.$g); | |
var g = Gg(this, a, c); | |
g.w++; | |
g.h++; | |
Qg(this, g, b, function() { | |
g = Pg(g, 1); | |
var a = [{ | |
LineWidth: 1, | |
StrokeColor: d, | |
FillColor: Bg((new S(d)).cy(.9)), | |
Actions: Sg(g) | |
}]; | |
e && (a = Tg(a, e)); | |
f && (a.push({ | |
FillColor: d, | |
Actions: [{ | |
Action: "move", | |
x: g.x + 1, | |
y: g.y + .43 * g.h | |
}, { | |
Action: "line", | |
x: g.x + g.w / 2, | |
y: g.y + 1 | |
}, { | |
Action: "line", | |
x: g.x + g.w - 1, | |
y: g.y + .43 * g.h | |
}, { | |
Action: "close" | |
}] | |
}), a.push({ | |
FillColor: d, | |
Actions: [{ | |
Action: "move", | |
x: g.x + 1, | |
y: g.y + .57 * g.h | |
}, { | |
Action: "line", | |
x: g.x + g.w / 2, | |
y: g.y + | |
g.h - 1 | |
}, { | |
Action: "line", | |
x: g.x + g.w - 1, | |
y: g.y + .57 * g.h | |
}, { | |
Action: "close" | |
}] | |
})); | |
Ug(this.context, a, g, !1, 0) | |
}) | |
} | |
}; | |
h.Tu = function(a, b, c, d) { | |
if (!Og(this, arguments)) { | |
null === c && (c = this.$g); | |
var e = Gg(this, a, c); | |
e.w++; | |
e.h++; | |
var f = this.SJ; | |
Qg(this, e, b, function() { | |
e = Pg(e, 0); | |
var a = Vg; | |
a.Gc(d, function() { | |
if (this.SJ == f) { | |
var b = a.Gc(d); | |
this.context.drawImage(b, e.x, e.y, e.w, e.h) | |
} | |
}.bind(this)) | |
}) | |
} | |
}; | |
h.lN = function(a, b, c) { | |
if (!Og(this, arguments)) { | |
null === a && (a = this.zj, b = this.Ll); | |
null === c && (c = this.$g); | |
var d = config.handleLineWidth, | |
e = config.resizeHandleSize; | |
if (!(a.w < 2 * e && a.h < 2 * e)) { | |
a = Gg(this, a, c); | |
a = Pg(a, d); | |
var f = [new B(a.x - e / 2, a.y - e / 2), new B(a.x + a.w - e / 2, a.y - e / 2), new B(a.x + a.w - e / 2, a.y + a.h - e / 2), new B(a.x - e / 2, a.y + a.h - e / 2)]; | |
Qg(this, a, b, function() { | |
Wg(this, f) | |
}) | |
} | |
} | |
}; | |
h.jX = function(a, b, c) { | |
Og(this, arguments) || (null === a && (a = this.zj, b = this.Ll), null === c && (c = this.$g), a = Gg(this, a, c), Qg(this, a, b, function() { | |
var b = config.resizeHandleSize, | |
c = [], | |
f = Pg(a, config.handleLineWidth); | |
f.w >= 2.5 * b && (c.push(new B(f.x + f.w / 2 - b / 2, f.y - b / 2)), c.push(new B(f.x + f.w / 2 - b / 2, f.y + f.h - b / 2))); | |
f.h >= 2.5 * b && (c.push(new B(f.x + f.w - b / 2, f.y + f.h / 2 - b / 2)), c.push(new B(f.x - b / 2, f.y + f.h / 2 - b / 2))); | |
Wg(this, c) | |
})) | |
}; | |
h.oN = function(a, b, c) { | |
if (!Og(this, arguments)) { | |
null === a && (a = this.zj, b = this.Ll); | |
null === c && (c = this.$g); | |
a = Gg(this, a, c); | |
var d = .5 * config.resizeHandleSize, | |
e = new B(a.x + .5 * a.w, a.y), | |
f = new B(a.x + .5 * a.w, a.y - 5 * d); | |
this.context.strokeStyle = "#999"; | |
this.context.lineWidth = config.handleLineWidth; | |
Qg(this, a, b, function() { | |
this.context.beginPath(); | |
this.context.moveTo(Mg(e.x, config.handleLineWidth), Mg(e.y, config.handleLineWidth)); | |
this.context.lineTo(Mg(f.x, config.handleLineWidth), Mg(f.y, config.handleLineWidth)); | |
this.context.stroke(); | |
this.context.fillStyle = "#fff"; | |
this.context.strokeStyle = config.handleColor; | |
var a = d + 1; | |
this.context.beginPath(); | |
this.context.DS(f.x - a, f.y - a, 2 * a, 2 * a); | |
this.context.fill(); | |
this.context.stroke() | |
}) | |
} | |
}; | |
function Xg(a, b, c, d) { | |
b = Gg(a, b, d); | |
var e = config.resizeHandleSize; | |
b.w < 2 * e && b.h < 2 * e || (b = Pg(b, 1), Qg(a, b, c, function() { | |
function c(b, d) { | |
a.context.beginPath(); | |
var f = Pg(new G(b - e / 2, d - e / 2, e, e), 1); | |
a.context.moveTo(f.x, f.y); | |
a.context.lineTo(f.x + f.w, f.y + f.h); | |
a.context.moveTo(f.x + f.w, f.y); | |
a.context.lineTo(f.x, f.y + f.h); | |
a.context.stroke() | |
} | |
this.context.strokeStyle = "#999"; | |
this.context.lineWidth = 1; | |
c(b.x, b.y); | |
c(b.x + b.w, b.y); | |
c(b.x + b.w, b.y + b.h); | |
c(b.x, b.y + b.h) | |
})) | |
} | |
function Wg(a, b) { | |
var c = config.handleLineWidth, | |
d = config.resizeHandleSize; | |
a.context.fillStyle = "#fff"; | |
a.context.strokeStyle = config.handleColor; | |
a.context.lineWidth = 1; | |
z(b, function(b) { | |
b = Pg(new G(b.x, b.y, d, d), c); | |
a.context.fillRect(b.x, b.y, b.w, b.h); | |
a.context.strokeRect(b.x, b.y, b.w, b.h) | |
}) | |
} | |
h.Wg = function(a, b, c, d) { | |
var e = this; | |
n(a) || (a = [a]); | |
var f = { | |
padding: 4, | |
lt: !1, | |
XL: !1, | |
outline: !1, | |
fillColor: "rgba(255,255,255,.8)", | |
N4: "rgba(0,0,0,0.4)", | |
lineWidth: 1, | |
size: 11, | |
page: null | |
}; | |
Ba(f, d || {}); | |
f.page && (c = this.transform(new B(b, c), f.page), b = c.x, c = c.y); | |
this.context.fillStyle = f.fillColor; | |
this.context.lineWidth = f.lineWidth; | |
this.context.strokeStyle = f.N4; | |
this.context.font = f.size + "px Helvetica, Arial, Sans-Serif"; | |
var g = 0, | |
k = a.map(function(a) { | |
a = e.context.measureText(a).width; | |
g = Math.max(g, a); | |
return a | |
}); | |
f.lt && (b -= g / | |
2); | |
var l = Pg(new G(b, c, g + 2 * f.padding, 1.2 * f.size * a.length + 2 * f.padding), f.lineWidth); | |
f.XL || this.context.fillRect(l.x, l.y, l.w, l.h); | |
0 < f.lineWidth && this.context.strokeRect(l.x, l.y, l.w, l.h); | |
this.context.fillStyle = "#000"; | |
this.context.strokeStyle = "#fff"; | |
this.context.miterLimit = 10; | |
this.context.lineJoin = "circle"; | |
this.context.lineWidth = 3; | |
var m = l.y + f.padding + f.size; | |
a.forEach(function(a, b) { | |
var c = 0; | |
f.lt && (c = (g - k[b]) / 2); | |
f.outline && e.context.strokeText(a, l.x + f.padding + c, m); | |
e.context.fillText(a, l.x + f.padding + c, m); | |
m += 1.2 * f.size | |
}) | |
}; | |
function Yg(a, b, c) { | |
var d = new S(config.handleColor), | |
e = new S("#ffffff"); | |
b = a.transform(b, c); | |
Zg(a, b.x, b.y, 3, d, e) | |
} | |
function Zg(a, b, c, d, e, f) { | |
var g = config.handleLineWidth; | |
a.context.strokeStyle = Bg(e); | |
a.context.fillStyle = Bg(f); | |
a.context.lineWidth = g; | |
a.context.beginPath(); | |
a.context.DS(b - d - g, c - d - g, 2 * d + 2 * g, 2 * d + 2 * g); | |
a.context.fill(); | |
a.context.stroke() | |
} | |
h.nN = function(a, b, c, d) { | |
if (!Og(this, arguments)) { | |
null === a && (a = this.zj, b = this.Ll); | |
null === c && (c = this.$g); | |
var e = Gg(this, a, c), | |
f = new S(d || config.hintLineColor); | |
Qg(this, e, b, function() { | |
this.context.lineWidth = 4; | |
this.context.strokeStyle = Bg(f); | |
e = Pg(Zc(e, 2), 4); | |
this.context.strokeRect(e.x, e.y, e.w, e.h) | |
}) | |
} | |
}; | |
h.f7 = function(a, b) { | |
if (!Og(this, arguments)) { | |
null === b && (b = this.$g); | |
a = this.transform(a, b); | |
var c = new G(a.x - 5.5, a.y - 5.5, 10, 10), | |
c = Pg(c, 1); | |
this.context.lineWidth = 1; | |
this.context.strokeStyle = "#f00"; | |
this.context.fillStyle = "#fff"; | |
this.context.fillRect(c.x, c.y, c.w, c.h); | |
this.context.strokeRect(c.x, c.y, c.w, c.h); | |
this.context.strokeStyle = "#000"; | |
this.context.lineWidth = 1; | |
this.context.beginPath(); | |
this.context.moveTo(Mg(c.x + c.w / 2, 1), c.y + 2); | |
this.context.lineTo(Mg(c.x + c.w / 2, 1), c.y + c.h - 2); | |
this.context.moveTo(c.x + 2, Mg(c.y + | |
c.h / 2, 1)); | |
this.context.lineTo(c.x + c.w - 2, Mg(c.y + c.h / 2, 1)); | |
this.context.stroke() | |
} | |
}; | |
h.e7 = function(a, b, c, d) { | |
if (!Og(this, arguments)) { | |
null === a && (a = this.zj, b = this.Ll); | |
null === c && (c = this.$g); | |
a = Gg(this, a, c); | |
var e = {}; | |
e.ne = new B(a.x + a.w, a.y); | |
e.se = new B(a.x + a.w, a.y + a.h); | |
e.sw = new B(a.x, a.y + a.h); | |
var f = config.resizeHandleSize, | |
g = bf(e); | |
this.context.fillStyle = d || "#000"; | |
Qg(this, a, b, function() { | |
z(g, function(a) { | |
var b = Math.round(f) * this.ja.zoom, | |
c = Math.round(e[a].x - (-1 < a.indexOf("e") ? b : 0)), | |
d = Math.round(e[a].y - (-1 < a.indexOf("s") ? b : 0)); | |
this.context.fillRect(c - (-1 < a.indexOf("e") ? b : 0), d, 2 * b, b); | |
this.context.fillRect(c, | |
d - (-1 < a.indexOf("s") ? b : 0), b, 2 * b) | |
}, this) | |
}) | |
} | |
}; | |
h.d7 = function(a, b, c, d) { | |
if (!Og(this, arguments)) { | |
null === a && (a = this.zj, b = this.Ll); | |
null === c && (c = this.$g); | |
a = Gg(this, a, c); | |
var e = 30 * this.ja.jr(), | |
f = 5 * this.ja.jr(), | |
g = d(new G(a.x - e / 2, a.y - e / 2, e, e)); | |
Tg(g, f); | |
Qg(this, a, b, function() { | |
Ug(this.context, g, a, !1, 0) | |
}) | |
} | |
}; | |
function $g(a, b, c) { | |
var d = new S("#ffffc07f"), | |
e = new S("#8033337f"); | |
b = a.transform(b, c); | |
Zg(a, b.x, b.y, 15, d, e) | |
} | |
function ah(a, b, c, d, e) { | |
a.context.fillStyle = "#56aaff"; | |
var f = Pg(Gg(a, b, c), 0); | |
Qg(a, f, d ? -Math.PI / 2 : 0, function() { | |
var a = 8, | |
b = 2; | |
25 > f.w && (a *= f.w / 25, b *= f.w / 25); | |
this.context.beginPath(); | |
this.context.rect(f.x, f.y, 1, 30); | |
this.context.rect(f.x + f.w - 1, f.y, 1, 30); | |
this.context.moveTo(f.x + 2, f.y + 15); | |
this.context.lineTo(f.x + 2 + a, f.y + 15 - a); | |
this.context.lineTo(f.x + 2 + a, f.y + 15 + a); | |
this.context.lineTo(f.x + 2, f.y + 15); | |
this.context.moveTo(f.x + f.w - 2, f.y + 15); | |
this.context.lineTo(f.x + f.w - 2 - a, f.y + 15 + a); | |
this.context.lineTo(f.x + f.w - 2 - a, | |
f.y + 15 - a); | |
this.context.lineTo(f.x + f.w - 2, f.y + 15); | |
this.context.rect(f.x + 3, f.y + 15 - b / 2, f.w - 6, b); | |
this.context.fill() | |
}.bind(a)); | |
e && (b = b.w + "px", d ? a.Wg(b, f.x + 15 + (25 < f.w ? 15 : f.w / 25 * 15), f.y) : a.Wg(b, f.x, f.y + 15 + (25 < f.w ? 15 : f.w / 25 * 15))) | |
} | |
function bh(a, b, c) { | |
var d, e; | |
if (b.Hb) { | |
var f = Lg(b); | |
d = Gg(a, f, b); | |
b = window.devicePixelRatio || 1; | |
d.data = new G(0, 0, a.context.canvas.width / b, a.context.canvas.height / b); | |
d.data.scale = a.ja.jr(); | |
e = 0 | |
} else d = Gg(a, b.ha(), b.page), e = b.Ce(); | |
c.forEach(function(a) { | |
if (!a.Lp || a.Lp()) a = ch(a.Wc(d, e), function(a) { | |
return a.text ? "text" : "draw" | |
}), Ug(this.context, a.draw || [], d, !0, 0), (a.text || []).forEach(function(a) { | |
this.Wg(a.text, a.x, a.y, { | |
XL: a.noFill, | |
fillColor: a.fillColor, | |
lt: a.centered, | |
lineWidth: a.lineWidth, | |
padding: a.padding, | |
outline: a.outline | |
}) | |
}, | |
this) | |
}, a) | |
} | |
function Mg(a, b) { | |
a = Math.round(a); | |
return b % 2 ? a - .5 : a | |
} | |
function Pg(a, b) { | |
return new G(Mg(a.x, b), Mg(a.y, b), Math.round(a.w), Math.round(a.h)) | |
} | |
function Qg(a, b, c, d) { | |
c && (a.context.translate(b.x + b.w / 2, b.y + b.h / 2), a.context.rotate(c), a.context.translate(-b.x - b.w / 2, -b.y - b.h / 2)); | |
d.call(a); | |
c && (a.context.translate(b.x + b.w / 2, b.y + b.h / 2), a.context.rotate(-c), a.context.translate(-b.x - b.w / 2, -b.y - b.h / 2)) | |
}; | |
var Vg; | |
function dh(a, b) { | |
this.page = a; | |
this.V = b | |
} | |
dh.prototype.sh = function() {}; | |
dh.prototype.pN = function(a, b, c, d) { | |
zg(this.V.document.client.Ie, this.V.id, b).forEach(function(b) { | |
Ag(Math.min(b.Ca, null == b.Ld ? b.Ca : b.Ld), Math.max(b.Ca, null == b.Ld ? b.Ca : b.Ld), c, d, Bg(b.color), a); | |
if (b.Ca >= c.offset && b.Ca <= c.offset + c.length) { | |
var f = c.Od(b.Ca), | |
g = f.h / 5, | |
g = [new B(f.x, f.y + f.h), f, new B(f.x + g, f.y), new B(f.x + g, f.y + g), new B(f.x, f.y + g)], | |
k = function(a) { | |
z(d, function(b) { | |
a = b(a) | |
}); | |
return a | |
}, | |
g = Cg(g, k); | |
k(f); | |
k(new B(f.x, f.y + f.h)); | |
a.beginPath(); | |
a.strokeStyle = b.color.yb(); | |
a.fillStyle = b.color.yb(); | |
a.lineWidth = | |
2; | |
a.moveTo(g[0].x, g[0].y); | |
z(g, function(b) { | |
a.lineTo(b.x, b.y) | |
}); | |
a.closePath(); | |
a.stroke(); | |
a.fill() | |
} | |
}) | |
}; | |
dh.prototype.editText = dh.prototype.sh; | |
(function() { | |
if (window.DOMParser) { | |
var a = DOMParser.prototype, | |
b = a.parseFromString; | |
try { | |
if ((new DOMParser).parseFromString("", "text/html")) return | |
} catch (c) {} | |
a.parseFromString = function(a, c) { | |
if (/^\s*text\/html\s*(?:;|$)/i.test(c)) { | |
var f = document.implementation.createHTMLDocument(""), | |
g = f.documentElement, | |
k; | |
g.innerHTML = a; | |
k = g.firstElementChild; | |
1 === g.childElementCount && "html" === k.localName.toLowerCase() && f.replaceChild(k, g); | |
return f | |
} | |
return b.apply(this, arguments) | |
} | |
} | |
})(); | |
function eh(a) { | |
this.startTime = 0; | |
a && this.start() | |
} | |
eh.prototype.start = function() { | |
this.startTime = this.now() | |
}; | |
function fh(a) { | |
return 0 < a.startTime ? a.now() - a.startTime : 0 | |
} | |
eh.prototype.Yg = function() { | |
return !!this.startTime | |
}; | |
eh.prototype.reset = function() { | |
this.startTime = 0 | |
}; | |
eh.prototype.now = function() { | |
return Ca() | |
}; | |
var gh = navigator.userAgent.toLowerCase(), | |
hh = parseInt(navigator.appVersion, 10); - 1 == gh.indexOf("mozilla") || -1 != gh.indexOf("spoofer") || -1 != gh.indexOf("compatible") || -1 != gh.indexOf("opera") || -1 != gh.indexOf("webtv") || -1 == gh.indexOf(";nav") && gh.indexOf("; nav"); | |
var ih = -1 != gh.indexOf("msie") || -1 != gh.indexOf("trident"); | |
ih && 4 == hh && gh.indexOf("msie 6."); | |
ih && 4 == hh && gh.indexOf("msie 7."); | |
var jh = ih && -1 != gh.indexOf("msie 8."), | |
kh = ih && 5 == hh && -1 != gh.indexOf("msie 9."), | |
lh = ih && 5 == hh && -1 != gh.indexOf("msie 10."), | |
mh = ih && (kh || lh), | |
nh = ih && 5 == hh && -1 != gh.indexOf("trident/7.0"), | |
mh = ih && (kh || lh || -1 == gh.indexOf("msie")), | |
oh = -1 != gh.toLowerCase().indexOf("iphone"), | |
ph = -1 != gh.toLowerCase().indexOf("ipod"), | |
qh = -1 != gh.toLowerCase().indexOf("ipad"), | |
rh = oh || ph || qh, | |
sh = -1 != gh.toLowerCase().indexOf("android"), | |
th = rh || sh; | |
oh || ph || sh && gh.indexOf("mobile"); | |
var uh = -1 != navigator.appVersion.search("Safari") && -1 == navigator.appVersion.search("Chrome") && -1 == navigator.appVersion.search("CrMo") && -1 == navigator.appVersion.search("CriOS"), | |
vh = -1 != navigator.appVersion.search("Chrome") || -1 != navigator.appVersion.search("CrMo") || -1 != navigator.appVersion.search("CriOS"); | |
vh && navigator.appVersion.match(/Chrome\/?(.*)/); | |
vh && navigator.appVersion.match(/Chrome\/?(\d*)/); | |
var wh = ih && -1 != gh.indexOf("chromeframe"), | |
xh = -1 != gh.indexOf("opera"); | |
gh.indexOf("webtv"); | |
var yh = /Firefox[\/\s](\d+\.\d+)/.test(navigator.userAgent), | |
zh = /Firefox\/3\./.test(navigator.userAgent), | |
Ah = -1 != gh.indexOf("win") || -1 != gh.indexOf("16bit"), | |
Bh = -1 != gh.indexOf("win95") || -1 != gh.indexOf("windows 95"); - 1 != gh.indexOf("win16") || -1 != gh.indexOf("16bit") || -1 != gh.indexOf("windows 3.1") || gh.indexOf("windows 16-bit"); - 1 != gh.indexOf("windows 3.1") || -1 != gh.indexOf("win16") || gh.indexOf("windows 16-bit"); | |
var Ch = -1 != gh.indexOf("win98") || -1 != gh.indexOf("windows 98"), | |
Dh = -1 != gh.indexOf("winnt") || -1 != gh.indexOf("windows nt"); | |
gh.indexOf("windows nt 5.1"); | |
Bh || Dh || Ch || 4 <= hh && "Win32" == navigator.platform || -1 != gh.indexOf("win32") || gh.indexOf("32bit"); - 1 != gh.indexOf("os/2") || -1 != navigator.appVersion.indexOf("OS/2") || gh.indexOf("ibm-webexplorer"); | |
var Eh = -1 != gh.indexOf("mac"); | |
Eh && (-1 != gh.indexOf("68k") || gh.indexOf("68000")); | |
Eh && (-1 != gh.indexOf("ppc") || gh.indexOf("powerpc")); | |
var Fh = -1 != gh.indexOf("sunos"); | |
gh.indexOf("sunos 4"); | |
gh.indexOf("sunos 5"); | |
Fh && gh.indexOf("i86"); | |
gh.indexOf("irix"); | |
gh.indexOf("irix 5"); - 1 != gh.indexOf("irix 6") || gh.indexOf("irix6"); | |
var Gh = -1 != gh.indexOf("hp-ux"); | |
Gh && gh.indexOf("09."); | |
Gh && gh.indexOf("10."); | |
gh.indexOf("aix"); | |
gh.indexOf("aix 1"); | |
gh.indexOf("aix 2"); | |
gh.indexOf("aix 3"); | |
gh.indexOf("aix 4"); | |
var Hh = -1 != gh.indexOf("inux"); - 1 != gh.indexOf("sco") || gh.indexOf("unix_sv"); | |
gh.indexOf("unix_system_v"); | |
gh.indexOf("ncr"); | |
gh.indexOf("reliantunix"); - 1 != gh.indexOf("dec") || -1 != gh.indexOf("osf1") || -1 != gh.indexOf("dec_alpha") || -1 != gh.indexOf("alphaserver") || -1 != gh.indexOf("ultrix") || gh.indexOf("alphastation"); | |
gh.indexOf("sinix"); | |
gh.indexOf("freebsd"); | |
gh.indexOf("bsd"); | |
gh.indexOf("x11"); - 1 != gh.indexOf("vax") || gh.indexOf("openvms"); | |
function Ih(a) { | |
return ih && !mh ? (window.location.href = a || "/pages/old_browser", !0) : !1 | |
} | |
function Jh() { | |
var a = "Other"; | |
vh ? a = "Chrome" : yh ? a = "Firefox" : ih ? a = mh ? kh ? "IE9" : lh ? "IE10" : nh ? "IE11" : "IE>11" : "IE<9" : uh ? a = "Safari" : xh && (a = "Opera"); | |
ih || uh || (Ah ? a += " - Windows" : Eh ? a += " - Mac" : Hh && (a += " - Linux")); | |
return a | |
} | |
v("lucid.useragent.is_mac", Eh); | |
v("lucid.useragent.is_linux", Hh); | |
v("lucid.useragent.is_win", Ah); | |
v("lucid.useragent.is_ie", ih); | |
v("lucid.useragent.is_ie9", kh); | |
v("lucid.useragent.is_ie10", lh); | |
v("lucid.useragent.is_firefox", yh); | |
v("lucid.useragent.is_safari", uh); | |
v("lucid.useragent.is_chrome", vh); | |
v("lucid.useragent.is_chromeframe", wh); | |
v("lucid.useragent.is_chrome_app", !1); | |
v("lucid.useragent.redirectOldBrowsers", Ih); | |
function Kh(a, b, c) { | |
window._kmq && window._kmq.push(["record", a, b, c]) | |
}; | |
function te(a, b, c) { | |
null == c && (c = "n"); | |
this.direction = c; | |
this.Yy = 12; | |
this.Q = $('<div class="callout hidden"><div class="callout-bubble gui-box-shadow"></div><div class="callout-pointer-border callout-pointer-up-border"></div><div class="callout-pointer callout-pointer-up"></div></div>'); | |
this.Ff = this.Q.find(".callout-bubble"); | |
this.Wy = this.Q.find(".callout-pointer"); | |
this.Xy = this.Q.find(".callout-pointer-border"); | |
$("body").append(this.Q); | |
this.fill(b); | |
Lh(this); | |
this.move(a, c) | |
} | |
te.prototype.move = function(a, b) { | |
if (0 == this.Q.parent().length) return this; | |
null == b || (this.direction = b); | |
var c = a.x, | |
d = a.y, | |
e = this.Yy, | |
f = !1; | |
this.Q.is(":hidden") && (f = !0, this.Q.css({ | |
opacity: "0" | |
}).show()); | |
Lh(this); | |
"n" == this.direction ? (this.Q.offset({ | |
top: d, | |
left: c - .5 * this.Q.width() | |
}), this.Ff.offset({ | |
top: d + e, | |
left: c - .5 * this.Ff.outerWidth() | |
}), Mh(this), this.Xy.removeClass().addClass("callout-pointer-border callout-pointer-up-border").offset({ | |
top: d - e, | |
left: c - e | |
}), this.Wy.removeClass().addClass("callout-pointer callout-pointer-up").offset({ | |
top: d - | |
(e - 1), | |
left: c - e | |
})) : "e" == this.direction ? (this.Q.offset({ | |
top: d - .5 * this.Q.height(), | |
left: c - this.Q.width() | |
}), this.Ff.offset({ | |
top: d - .5 * this.Ff.outerHeight(), | |
left: c - this.Q.width() | |
}), Mh(this), this.Xy.removeClass().addClass("callout-pointer-border callout-pointer-right-border").offset({ | |
top: d - e, | |
left: c - e - 1 | |
}), this.Wy.removeClass().addClass("callout-pointer callout-pointer-right").offset({ | |
top: d - e, | |
left: c - e - 2 | |
})) : "s" == this.direction ? (this.Q.offset({ | |
top: d - this.Q.height(), | |
left: c - .5 * this.Q.width() | |
}), this.Ff.offset({ | |
top: d - | |
this.Q.height(), | |
left: c - .5 * this.Ff.outerWidth() | |
}), Mh(this), this.Xy.removeClass().addClass("callout-pointer-border callout-pointer-down-border").offset({ | |
top: d - e - 1, | |
left: c - e | |
}), this.Wy.removeClass().addClass("callout-pointer callout-pointer-down").offset({ | |
top: d - e - 2, | |
left: c - e | |
})) : "w" == this.direction && (this.Q.offset({ | |
top: d - .5 * this.Q.height(), | |
left: c | |
}), this.Ff.offset({ | |
top: d - .5 * this.Ff.outerHeight(), | |
left: c + e | |
}), Mh(this), this.Xy.removeClass().addClass("callout-pointer-border callout-pointer-left-border").offset({ | |
top: d - | |
e, | |
left: c - e | |
}), this.Wy.removeClass().addClass("callout-pointer callout-pointer-left").offset({ | |
top: d - e, | |
left: c - (e - 1) | |
})); | |
f && this.Q.hide().css({ | |
opacity: "" | |
}); | |
return this | |
}; | |
function Mh(a) { | |
var b = a.Q.offset(), | |
c = b.left, | |
b = b.top, | |
d = a.Q.width(), | |
e = a.Q.height(), | |
f = $(window).width(), | |
g = $(window).height(), | |
k = !1; | |
if (10 > c || 10 > b) a.Q.offset({ | |
left: Math.max(10, c), | |
top: Math.max(10, b) | |
}), k = !0; | |
if (c + d > f - 10 || b + e > g - 10) a.Q.offset({ | |
left: Math.min(f - 10 - d, c), | |
top: Math.min(g - 10 - e, b) | |
}), k = !0; | |
a.Wy.toggle(!k); | |
a.Xy.toggle(!k) | |
} | |
function Lh(a) { | |
var b, c; | |
"n" == a.direction || "s" == a.direction ? (b = a.Ff.outerWidth(!0), c = a.Ff.outerHeight(!0) + a.Yy + 1) : "e" == a.direction || "w" == a.direction ? (b = a.Ff.outerWidth(!0) + a.Yy + 1, c = a.Ff.outerHeight(!0)) : (b = a.Ff.outerWidth(!0) + a.Yy + 1, c = a.Ff.outerHeight(!0) + a.Yy + 1); | |
a.Q.css({ | |
width: b + "px", | |
height: c + "px" | |
}) | |
} | |
te.prototype.fill = function(a) { | |
this.Ff.empty().append(a); | |
this.Q.is(":visible") && (Lh(this), Mh(this)); | |
return this | |
}; | |
te.prototype.show = function() { | |
L.set("callout.show"); | |
this.Q.appendTo("body"); | |
this.Q.show(); | |
return this | |
}; | |
te.prototype.hide = function() { | |
L.set("callout.hide"); | |
this.Q.hide(); | |
return this | |
}; | |
function Nh(a) { | |
this.BS = a; | |
this.Fl = a.get(0); | |
this.J = {}; | |
a = this.Fl.className.split(" "); | |
for (var b = 0; b < a.length; b++) this.J[a[b]] = !0 | |
} | |
function Oh(a) { | |
var b = [], | |
c; | |
for (c in a.J) b.push(c); | |
return b.join(" ") | |
} | |
Nh.prototype.addClass = function(a) { | |
var b = !1; | |
a = a.split(" "); | |
for (var c = 0; c < a.length; c++) a[c] in this.J || (b = this.J[a[c]] = !0); | |
b && (this.Fl.className = Oh(this)) | |
}; | |
Nh.prototype.removeClass = function(a) { | |
var b = !1; | |
a = a.split(" "); | |
for (var c = 0; c < a.length; c++) a[c] in this.J && (delete this.J[a[c]], b = !0); | |
b && (this.Fl.className = Oh(this)) | |
}; | |
var Ph = { | |
visio_fidelity: 117837, | |
gliffy_fidelity: 118209, | |
svg_fidelity: 118085, | |
shape_libraries: 120385, | |
visio_export_fidelity: 120645, | |
new_editor: 120637, | |
visio_stencil_fidelity: 122016, | |
new_paying_user: 123811, | |
trial_ended: 123819, | |
basic_upgrade_motive: 124586, | |
pro_upgrade_motive: 124697, | |
team_upgrade_motive: 124699, | |
graffle_fidelity: 124931, | |
team_demo: 125107, | |
ie9: 117866 | |
}; | |
function Qh(a) { | |
window._kiq && window._kiq.push(["identify", a]) | |
} | |
function Rh(a) { | |
window._kiq && window._kiq.push(["set", a]) | |
} | |
function Sh(a) { | |
window._kiq && (window._kiq.push(["disableAuto"]), window._kiq.push(["showSurvey", Ph[a], !0]), window._kiq.push(["eventHandler", "show", function() { | |
$("#ki_container").prepend($("<a>", { | |
id: "qualaroo_closer", | |
href: "#" | |
})); | |
$("#qualaroo_closer").append("<span>"); | |
$("#qualaroo_closer span").text("x"); | |
$("#qualaroo_closer").click(function() { | |
window._kiq.push(["hideSurvey"]) | |
}) | |
}])) | |
}; | |
var Th = [ | |
[ | |
[83.2, 47], | |
[78.7, 51.4], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 9.6], | |
[8.3, 9.6], | |
[12.4, 10.7], | |
[44.3, 26.6], | |
[58.1, 33.5], | |
[71, 40.4] | |
], | |
[ | |
[83.2, 47], | |
[78.7, 51.4], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 9.6], | |
[8.3, 9.6], | |
[12.4, 10.7], | |
[44.3, 26.6], | |
[58.1, 33.5], | |
[71, 40.4] | |
], | |
[ | |
[83.2, 47], | |
[78.7, 51.4], | |
[67.8, 57.9], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 9.6], | |
[8.3, 9.6], | |
[12.4, 10.7], | |
[44.3, 26.6], | |
[58.1, 33.5], | |
[71, 40.4] | |
], | |
[ | |
[83.2, 47], | |
[78.7, 51.4], | |
[67.8, 57.9], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 9.6], | |
[8.3, 9.6], | |
[12.4, 10.7], | |
[44.3, 26.6], | |
[58.1, 33.5], | |
[71, 40.4] | |
], | |
[ | |
[83.2, 47], | |
[78.7, 51.4], | |
[67.8, 57.9], | |
[3.9, | |
91.5 | |
], | |
[0, 91.5], | |
[0, 10.1], | |
[7, 10.1], | |
[12.4, 10.7], | |
[44.3, 26.6], | |
[58.1, 33.5], | |
[71, 40.4] | |
], | |
[ | |
[83.2, 47], | |
[78.7, 51.4], | |
[67.8, 57.9], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 10.1], | |
[7, 10.1], | |
[12.4, 10.7], | |
[44.3, 26.6], | |
[58.1, 33.5], | |
[71, 40.4] | |
], | |
[ | |
[83.2, 47], | |
[78.7, 51.4], | |
[67.8, 57.9], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 10.1], | |
[7, 10.1], | |
[12.4, 10.7], | |
[44.3, 26.6], | |
[58.1, 33.5], | |
[71, 40.4] | |
], | |
[ | |
[83.2, 47], | |
[75.2, 57.6], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 10.1], | |
[7, 10.1], | |
[12.4, 10.7], | |
[44.3, 26.6], | |
[58.1, 33.5], | |
[71, 40.4] | |
], | |
[ | |
[83.2, 47], | |
[75.2, 57.6], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 10.1], | |
[7, 10.1], | |
[12.4, 10.7], | |
[44.3, 26.6], | |
[58.1, 33.5], | |
[71, 40.4] | |
], | |
[ | |
[83.2, 47], | |
[75.2, 57.6], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 10.1], | |
[7, 10.1], | |
[12.4, 10.7], | |
[44.3, 26.6], | |
[58.1, 33.5], | |
[71, 40.4] | |
], | |
[ | |
[83.2, 47], | |
[75.2, 57.6], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 10.1], | |
[7, 10.1], | |
[12.4, 10.7], | |
[44.3, 26.6], | |
[58.1, 33.5], | |
[71, 40.4] | |
], | |
[ | |
[83.2, 47], | |
[75.2, 57.6], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 10.1], | |
[7, 10.1], | |
[12.4, 10.7], | |
[44.3, 26.6], | |
[58.1, 33.5], | |
[71, 40.4] | |
], | |
[ | |
[83.2, 47], | |
[75.2, 57.6], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 10.1], | |
[7, 10.1], | |
[12.4, 10.7], | |
[44.3, 26.6], | |
[58.1, 33.5], | |
[71, 40.4] | |
], | |
[ | |
[83.2, 47], | |
[75.2, 57.6], | |
[64.5, 64.7], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 10.1], | |
[7, 10.1], | |
[11.3, 11.3], | |
[28.9, 19], | |
[36.7, 22.8], | |
[44.3, 26.6], | |
[58.1, 33.5], | |
[71, 40.4] | |
], | |
[ | |
[78.7, 51.4], | |
[75.2, 57.6], | |
[64.5, 64.7], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 10.1], | |
[7, 10.1], | |
[11.3, 11.3], | |
[28.9, 19], | |
[36.7, 22.8], | |
[44.3, 26.6], | |
[58.1, 33.5], | |
[71, 40.4], | |
[77.1, 43.7] | |
], | |
[ | |
[78.7, 51.4], | |
[75.2, 57.6], | |
[64.5, 64.7], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 10.1], | |
[7, 10.1], | |
[11.3, 11.3], | |
[28.9, 19], | |
[36.7, 22.8], | |
[44.3, 26.6], | |
[58.1, 33.5], | |
[71, 40.4] | |
], | |
[ | |
[78.7, 51.4], | |
[75.2, 57.6], | |
[64.5, 64.7], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 10.1], | |
[7, 10.1], | |
[11.3, 11.3], | |
[28.9, 19], | |
[36.7, 22.8], | |
[44.3, 26.6], | |
[58.1, 33.5] | |
], | |
[ | |
[78.7, 51.4], | |
[74, 64.3], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 10.1], | |
[7, 10.1], | |
[11.3, 11.3], | |
[28.9, 19], | |
[36.7, 22.8], | |
[44.3, 26.6] | |
], | |
[ | |
[78.7, 51.4], | |
[74, 64.3], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 10.1], | |
[7, 10.1], | |
[11.3, 11.3], | |
[28.9, 19], | |
[36.7, 22.8], | |
[44.3, 26.6] | |
], | |
[ | |
[78.7, 51.4], | |
[74, 64.3], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 10.1], | |
[7, 10.1], | |
[11.3, 11.3], | |
[28.9, 19], | |
[36.7, 22.8], | |
[44.3, 26.6] | |
], | |
[ | |
[78.7, 51.4], | |
[74, 64.3], | |
[39.6, 78.3], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 10.1], | |
[7, 10.1], | |
[11.3, 11.3], | |
[28.9, 19], | |
[36.7, 22.8] | |
], | |
[ | |
[78.7, 51.4], | |
[74, 64.3], | |
[27.4, 83.6], | |
[12.1, 89.3], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 10.1], | |
[7, 10.1], | |
[11.3, 11.3], | |
[28.9, 19] | |
], | |
[ | |
[78.7, 51.4], | |
[74, 64.3], | |
[27.4, 83.6], | |
[12.1, 89.3], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 10.1], | |
[7, 10.1], | |
[11.3, 11.3], | |
[28.9, 19] | |
], | |
[ | |
[78.7, 51.4], | |
[74, 64.3], | |
[65.1, 72], | |
[12.1, 89.3], | |
[3.9, 91.5], | |
[0, 91.5], | |
[0, 10.1], | |
[7, 10.1], | |
[11.3, 11.3] | |
], | |
[ | |
[78.7, 51.4], | |
[74, 64.3], | |
[65.1, 72], | |
[12.1, 89.3], | |
[6, 90], | |
[0, 90], | |
[0, 10.1], | |
[7, 10.1], | |
[11.3, 11.3] | |
], | |
[ | |
[78.7, 51.4], | |
[74, 64.3], | |
[65.1, 72], | |
[53.2, 77.4], | |
[12.1, 89.3], | |
[6, 90], | |
[0, 90], | |
[0, 10.1], | |
[7, 10.1], | |
[11.3, 11.3] | |
], | |
[ | |
[76.4, 71.2], | |
[12.1, 89.3], | |
[6, 90], | |
[0, 90], | |
[0, 10.1], | |
[7, 10.1], | |
[11.3, 11.3], | |
[65.1, 46.3], | |
[75.2, 57.6] | |
], | |
[ | |
[76.4, 71.2], | |
[40.6, 82.8], | |
[19.9, 88.7], | |
[6, 90], | |
[0, 90], | |
[0, 10.1], | |
[7, 10.1], | |
[11.3, 11.3], | |
[75.2, 57.6] | |
], | |
[ | |
[76.4, 71.2], | |
[67.1, 76.6], | |
[19.9, 88.7], | |
[6, 90], | |
[0, 90], | |
[0, 10.1], | |
[7, 10.1], | |
[11.3, 11.3], | |
[75.2, 57.6] | |
], | |
[ | |
[76.4, 71.2], | |
[67.1, 76.6], | |
[19.9, 88.7], | |
[6, 90], | |
[0, 90], | |
[0, 10.1], | |
[7, 10.1], | |
[11.3, 11.3], | |
[75.2, 57.6] | |
], | |
[ | |
[76.4, 71.2], | |
[67.1, 76.6], | |
[55.3, 81.8], | |
[19.9, 88.7], | |
[12.1, 89.3], | |
[0, 89.3], | |
[0, 10.1], | |
[7, 10.1], | |
[26.1, 22.9], | |
[40.3, 32.7], | |
[64.3, 49.8], | |
[75.2, 57.6] | |
], | |
[ | |
[79.6, 76.1], | |
[55.3, 81.8], | |
[28.6, 88], | |
[12.1, 89.3], | |
[0, 89.3], | |
[0, 10.1], | |
[7, 10.1], | |
[26.1, 22.9], | |
[40.3, 32.7], | |
[64.3, 49.8], | |
[75.2, 57.6] | |
], | |
[ | |
[79.6, 76.1], | |
[55.3, 81.8], | |
[28.6, 88], | |
[12.1, 89.3], | |
[0, 89.3], | |
[0, 10.1], | |
[7, 10.1], | |
[26.1, 22.9], | |
[40.3, 32.7], | |
[64.3, 49.8], | |
[75.2, 57.6] | |
], | |
[ | |
[79.6, 76.1], | |
[70.1, 81.1], | |
[28.6, 88], | |
[12.1, 89.3], | |
[0, 89.3], | |
[0, 10.1], | |
[7, 10.1], | |
[26.1, 22.9], | |
[40.3, 32.7], | |
[64.3, 49.8], | |
[75.2, 57.6] | |
], | |
[ | |
[79.6, 76.1], | |
[70.1, 81.1], | |
[42.9, 87.1], | |
[12.1, 89.3], | |
[0, 89.3], | |
[0, 12], | |
[1, 12], | |
[10, 13.7], | |
[26.1, 22.9], | |
[40.3, 32.7], | |
[64.3, 49.8], | |
[75.2, 57.6] | |
], | |
[ | |
[83.5, 80.5], | |
[58.8, 86.1], | |
[12.1, | |
89.3 | |
], | |
[0, 89.3], | |
[0, 8.7], | |
[2.1, 8.7], | |
[26.1, 22.9], | |
[40.3, 32.7], | |
[64.3, 49.8], | |
[75.2, 57.6] | |
], | |
[ | |
[83.5, 80.5], | |
[58.8, 86.1], | |
[12.1, 89.3], | |
[0, 89.3], | |
[0, 8.7], | |
[2.1, 8.7], | |
[26.1, 22.9], | |
[40.3, 32.7], | |
[64.3, 49.8], | |
[75.2, 57.6] | |
], | |
[ | |
[83.5, 80.5], | |
[74.2, 85.3], | |
[30.4, 90.9], | |
[0, 90.9], | |
[0, 8.7], | |
[2.1, 8.7], | |
[26.1, 22.9], | |
[40.3, 32.7], | |
[64.3, 49.8], | |
[75.2, 57.6] | |
], | |
[ | |
[88, 84.9], | |
[30.4, 90.9], | |
[0, 90.9], | |
[0, 8.7], | |
[2.1, 8.7], | |
[26.1, 22.9], | |
[40.3, 32.7], | |
[52.6, 41.5], | |
[58.5, 47.6], | |
[74, 64.3] | |
], | |
[ | |
[88, 84.9], | |
[41.2, 91.5], | |
[9.4, 94], | |
[0, 94], | |
[0, 8.7], | |
[2.1, 8.7], | |
[26.1, 22.9], | |
[52.7, 45.5], | |
[74, | |
64.3 | |
] | |
], | |
[ | |
[88.6, 89.2], | |
[9.4, 94], | |
[0, 94], | |
[0, 8.7], | |
[2.1, 8.7], | |
[10, 13.7], | |
[33.2, 30.2], | |
[74, 64.3], | |
[88, 84.9] | |
], | |
[ | |
[93.1, 89], | |
[5.5, 94.3], | |
[0, 94.3], | |
[0, 8.7], | |
[2.1, 8.7], | |
[10, 13.7], | |
[74, 64.3] | |
], | |
[ | |
[93.1, 89], | |
[5.5, 94.3], | |
[0, 94.3], | |
[0, 8.7], | |
[2.1, 8.7], | |
[10, 13.7], | |
[74, 64.3] | |
], | |
[ | |
[93.1, 89], | |
[3.2, 94.5], | |
[0, 94.5], | |
[0, 8.7], | |
[2.1, 8.7], | |
[10, 13.7], | |
[74, 64.3] | |
], | |
[ | |
[93.1, 89], | |
[3.2, 94.5], | |
[0, 94.5], | |
[0, 8.7], | |
[2.1, 8.7], | |
[10, 13.7], | |
[74, 64.3] | |
], | |
[ | |
[93.1, 89], | |
[3.2, 94.5], | |
[0, 94.5], | |
[0, 8.7], | |
[2.1, 8.7], | |
[10, 13.7], | |
[74, 64.3] | |
], | |
[ | |
[93.1, 89], | |
[3.2, 94.5], | |
[0, 94.5], | |
[0, 8.7], | |
[2.1, 8.7], | |
[10, 13.7], | |
[74, 64.3] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.7], | |
[2.1, 8.7], | |
[10, 13.7], | |
[74, 64.3] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.7], | |
[2.1, 8.7], | |
[10, 13.7], | |
[67.4, 61.5] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.7], | |
[2.1, 8.7], | |
[10, 13.7], | |
[26.9, 27.8], | |
[41.7, 40.4], | |
[54.3, 51.5], | |
[65.8, 61.8], | |
[76.4, 71.2] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.7], | |
[2.1, 8.7], | |
[10, 13.7], | |
[26.9, 27.8], | |
[41.7, 40.4], | |
[54.3, 51.5], | |
[65.8, 61.8], | |
[76.4, 71.2] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.7], | |
[2.1, 8.7], | |
[10, 13.7], | |
[26.9, 27.8], | |
[41.7, 40.4], | |
[54.3, 51.5], | |
[65.8, 61.8], | |
[76.4, | |
71.2 | |
] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.7], | |
[2.1, 8.7], | |
[10, 13.7], | |
[26.9, 27.8], | |
[41.7, 40.4], | |
[54.3, 51.5], | |
[65.8, 61.8], | |
[76.4, 71.2] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.7], | |
[2.1, 8.7], | |
[10, 13.7], | |
[26.9, 27.8], | |
[41.7, 40.4], | |
[54.3, 51.5], | |
[65.8, 61.8], | |
[76.4, 71.2] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.7], | |
[2.1, 8.7], | |
[10, 13.7], | |
[26.9, 27.8], | |
[41.7, 40.4], | |
[54.3, 51.5], | |
[65.8, 61.8], | |
[76.4, 71.2] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.7], | |
[2.1, 8.7], | |
[10, 13.7], | |
[26.9, 27.8], | |
[41.7, 40.4], | |
[54.3, 51.5], | |
[65.8, 61.8], | |
[76.4, 71.2] | |
], | |
[ | |
[93.1, 89], | |
[1.7, | |
94.7 | |
], | |
[0, 94.7], | |
[0, 8.7], | |
[2.1, 8.7], | |
[10, 13.7], | |
[26.9, 27.8], | |
[41.7, 40.4], | |
[54.3, 51.5], | |
[65.8, 61.8], | |
[76.4, 71.2] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.7], | |
[2.1, 8.7], | |
[10, 13.7], | |
[26.9, 27.8], | |
[41.7, 40.4], | |
[54.3, 51.5] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.7], | |
[2.1, 8.7], | |
[10, 13.7], | |
[51.4, 49.9], | |
[66.6, 63.9], | |
[79.6, 76.1] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.7], | |
[2.1, 8.7], | |
[7.3, 12.3], | |
[12.1, 15.7], | |
[33.2, 34], | |
[51.4, 49.9], | |
[66.6, 63.9], | |
[79.6, 76.1] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.7], | |
[2.1, 8.7], | |
[7.3, 12.3], | |
[12.1, 15.7], | |
[33.2, 34], | |
[51.4, | |
49.9 | |
], | |
[66.6, 63.9], | |
[79.6, 76.1] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.7], | |
[2.1, 8.7], | |
[7.3, 12.3], | |
[12.1, 15.7], | |
[33.2, 34], | |
[51.4, 49.9], | |
[66.6, 63.9], | |
[79.6, 76.1] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.7], | |
[2.1, 8.7], | |
[7.3, 12.3], | |
[12.1, 15.7], | |
[33.2, 34], | |
[51.4, 49.9], | |
[66.6, 63.9], | |
[80.4, 76.9] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.7], | |
[2.1, 8.7], | |
[7.3, 12.3], | |
[12.1, 15.7], | |
[33.2, 34], | |
[51.4, 49.9], | |
[66.6, 63.9], | |
[80.4, 76.9] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.7], | |
[2.1, 8.7], | |
[7.3, 12.3], | |
[12.1, 15.7], | |
[33.2, 34], | |
[51.4, 49.9], | |
[66.6, 63.9], | |
[80.4, 76.9] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.7], | |
[2.1, 8.7], | |
[7.3, 12.3], | |
[12.1, 15.7], | |
[33.2, 34], | |
[51.4, 49.9], | |
[66.6, 63.9], | |
[80.4, 76.9] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 12.3], | |
[7.3, 12.3], | |
[12.1, 15.7], | |
[33.2, 34], | |
[51.4, 49.9], | |
[66.6, 63.9], | |
[80.4, 76.9] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 12.3], | |
[7.3, 12.3], | |
[12.1, 15.7], | |
[33.2, 34], | |
[51.4, 49.9], | |
[66.6, 63.9], | |
[80.4, 76.9] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 12.3], | |
[7.3, 12.3], | |
[12.1, 15.7], | |
[33.2, 34], | |
[51.4, 49.9], | |
[66.6, 63.9], | |
[80.4, 76.9] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 12.3], | |
[7.3, 12.3], | |
[12.1, | |
15.7 | |
], | |
[33.2, 34], | |
[51.4, 49.9], | |
[66.6, 63.9], | |
[80.4, 76.9] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 12.3], | |
[7.3, 12.3], | |
[12.1, 15.7], | |
[33.2, 34], | |
[51.4, 49.9], | |
[66.6, 63.9], | |
[80.4, 76.9] | |
], | |
[ | |
[93.1, 89], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[51.4, 49.9], | |
[66.6, 63.9], | |
[80.4, 76.9] | |
], | |
[ | |
[87.3, 85.3], | |
[3.2, 94.5], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[51.4, 49.9] | |
], | |
[ | |
[87.3, 85.3], | |
[3.2, 94.5], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[45.8, 46.1], | |
[75.6, 73.8] | |
], | |
[ | |
[82, 81.5], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[45.8, | |
46.1 | |
], | |
[59.2, 58.9], | |
[71.2, 70.7] | |
], | |
[ | |
[82, 81.5], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[45.8, 46.1], | |
[59.2, 58.9], | |
[71.2, 70.7] | |
], | |
[ | |
[76.6, 77.7], | |
[53.4, 83], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[45.8, 46.1] | |
], | |
[ | |
[76.6, 77.7], | |
[53.4, 83], | |
[1.7, 94.7], | |
[0, 94.7], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[62.4, 61] | |
], | |
[ | |
[76.6, 77.7], | |
[18.3, 89.3], | |
[10.2, 90], | |
[0, 90], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[45.9, 44.7], | |
[62.4, 61] | |
], | |
[ | |
[71.3, 73.7], | |
[63.8, 78.3], | |
[18.3, 89.3], | |
[10.2, 90], | |
[0, 90], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[45.9, 44.7], | |
[62.4, 61] | |
], | |
[ | |
[71.3, 73.7], | |
[18.3, 89.3], | |
[10.2, 90], | |
[0, 90], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[36.1, 35.3], | |
[45.9, 44.7], | |
[62.4, 61] | |
], | |
[ | |
[71.3, 73.7], | |
[10.2, 90], | |
[0, 90], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[36.1, 35.3], | |
[45.9, 44.7], | |
[62.4, 61] | |
], | |
[ | |
[71.3, 73.7], | |
[10.2, 90], | |
[0, 90], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[36.1, 35.3], | |
[45.9, 44.7], | |
[62.4, 61] | |
], | |
[ | |
[65.2, 67.3], | |
[59.1, 74.2], | |
[10.2, 90], | |
[0, 90], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[36.1, 35.3], | |
[45.9, 44.7], | |
[62.4, 61] | |
], | |
[ | |
[65.2, 67.3], | |
[59.1, 74.2], | |
[10.2, 90], | |
[0, 90], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[36.1, 35.3], | |
[45.9, 44.7], | |
[62.4, 61] | |
], | |
[ | |
[65.2, 67.3], | |
[59.1, 74.2], | |
[10.2, 90], | |
[0, 90], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[24.7, 24.4], | |
[36.1, 35.3], | |
[45.9, 44.7], | |
[62.4, 61] | |
], | |
[ | |
[65.2, 67.3], | |
[24, 84.9], | |
[10.2, 90], | |
[0, 90], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[24.7, 24.4], | |
[36.1, 35.3], | |
[45.9, 44.7], | |
[62.4, 61] | |
], | |
[ | |
[65.2, 67.3], | |
[24, 84.9], | |
[10.2, 90], | |
[0, 90], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[24.7, 24.4], | |
[36.1, 35.3], | |
[45.9, 44.7], | |
[62.4, 61] | |
], | |
[ | |
[65.2, 67.3], | |
[34.5, 80.1], | |
[10.2, 90], | |
[0, 90], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[24.7, 24.4], | |
[36.1, 35.3], | |
[45.9, 44.7], | |
[62.4, 61] | |
], | |
[ | |
[65.2, 67.3], | |
[10.2, 90], | |
[0, 90], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, | |
13.9 | |
], | |
[24.7, 24.4], | |
[36.1, 35.3], | |
[45.9, 44.7], | |
[62.4, 61] | |
], | |
[ | |
[65.2, 67.3], | |
[10.2, 90], | |
[0, 90], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[24.7, 24.4], | |
[36.1, 35.3], | |
[45.9, 44.7], | |
[62.4, 61] | |
], | |
[ | |
[65.2, 67.3], | |
[15.8, 85.7], | |
[0, 85.7], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[24.7, 24.4], | |
[36.1, 35.3], | |
[45.9, 44.7], | |
[62.4, 61] | |
], | |
[ | |
[65.2, 67.3], | |
[15.8, 85.7], | |
[0, 85.7], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[24.7, 24.4], | |
[36.1, 35.3], | |
[45.9, 44.7], | |
[62.4, 61] | |
], | |
[ | |
[62.4, 61], | |
[54.6, 67.9], | |
[15.8, 85.7], | |
[0, 85.7], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[24.7, 24.4], | |
[36.1, 35.3], | |
[45.9, 44.7] | |
], | |
[ | |
[62.4, 61], | |
[54.6, | |
67.9 | |
], | |
[15.8, 85.7], | |
[0, 85.7], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[24.7, 24.4], | |
[36.1, 35.3], | |
[45.9, 44.7] | |
], | |
[ | |
[62.4, 61], | |
[54.6, 67.9], | |
[15.8, 85.7], | |
[0, 85.7], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[24.7, 24.4], | |
[36.1, 35.3], | |
[45.9, 44.7] | |
], | |
[ | |
[62.4, 61], | |
[54.6, 67.9], | |
[15.8, 85.7], | |
[0, 85.7], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[24.7, 24.4], | |
[52, 49.5] | |
], | |
[ | |
[62.4, 61], | |
[54.6, 67.9], | |
[15.8, 85.7], | |
[0, 85.7], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[24.7, 24.4], | |
[52, 49.5] | |
], | |
[ | |
[62.4, 61], | |
[15.8, 85.7], | |
[0, 85.7], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9], | |
[24.7, 24.4], | |
[58.4, 52.4] | |
], | |
[ | |
[64.3, 55.1], | |
[62.4, 61], | |
[15.8, | |
85.7 | |
], | |
[0, 85.7], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9] | |
], | |
[ | |
[64.3, 55.1], | |
[62.4, 61], | |
[.4, 94.8], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9] | |
], | |
[ | |
[64.3, 55.1], | |
[62.4, 61], | |
[.4, 94.8], | |
[0, 8.9], | |
[1.5, 8.9], | |
[11, 13.9] | |
], | |
[ | |
[64.3, 55.1], | |
[62.4, 61], | |
[.4, 94.8], | |
[0, 20.3], | |
[8.1, 20.3], | |
[24.7, 24.4] | |
], | |
[ | |
[64.3, 55.1], | |
[62.4, 61], | |
[.4, 94.8], | |
[0, 20.3], | |
[8.1, 20.3], | |
[24.7, 24.4] | |
], | |
[ | |
[64.3, 55.1], | |
[62.4, 61], | |
[.4, 94.8], | |
[0, 20.3], | |
[8.1, 20.3], | |
[24.7, 24.4] | |
], | |
[ | |
[64.3, 55.1], | |
[62.4, 61], | |
[.4, 94.8], | |
[0, 20.3], | |
[8.1, 20.3], | |
[24.7, 24.4] | |
], | |
[ | |
[64.3, 55.1], | |
[62.4, 61], | |
[.4, 94.8], | |
[0, 14.3], | |
[8.1, 14.3], | |
[24.7, 24.4] | |
], | |
[ | |
[64.3, | |
55.1 | |
], | |
[62.4, 61], | |
[.4, 94.8], | |
[0, 14.3], | |
[8.1, 14.3], | |
[24.7, 24.4] | |
], | |
[ | |
[64.3, 55.1], | |
[42.8, 68.6], | |
[.4, 94.8], | |
[0, 14.3], | |
[8.1, 14.3], | |
[24.7, 24.4] | |
], | |
[ | |
[64.3, 55.1], | |
[42.8, 68.6], | |
[.4, 94.8], | |
[0, 14.3], | |
[8.1, 14.3], | |
[24.7, 24.4] | |
], | |
[ | |
[64.3, 55.1], | |
[.4, 94.8], | |
[0, 14.3], | |
[8.1, 14.3], | |
[24.7, 24.4] | |
], | |
[ | |
[64.3, 55.1], | |
[.4, 94.8], | |
[0, 14.3], | |
[8.1, 14.3], | |
[24.7, 24.4] | |
], | |
[ | |
[64.3, 55.1], | |
[.4, 94.8], | |
[0, 14.3], | |
[8.1, 14.3], | |
[24.7, 24.4] | |
], | |
[ | |
[64.3, 55.1], | |
[.4, 94.8], | |
[0, 14.3], | |
[8.1, 14.3], | |
[24.7, 24.4] | |
], | |
[ | |
[64.3, 55.1], | |
[.4, 94.8], | |
[0, 14.3], | |
[8.1, 14.3], | |
[24.7, 24.4] | |
], | |
[ | |
[64.3, 55.1], | |
[.4, 94.8], | |
[0, | |
14.3 | |
], | |
[8.1, 14.3], | |
[24.7, 24.4] | |
], | |
[ | |
[64.3, 55.1], | |
[.4, 94.8], | |
[0, 14.3], | |
[8.1, 14.3] | |
], | |
[ | |
[64.3, 55.1], | |
[.4, 94.8], | |
[0, 14.3], | |
[8.1, 14.3] | |
], | |
[ | |
[64.3, 55.1], | |
[.4, 94.8], | |
[0, 14.3], | |
[8.1, 14.3] | |
], | |
[ | |
[64.3, 55.1], | |
[.4, 94.8], | |
[0, 14.3], | |
[8.1, 14.3], | |
[16.7, 17] | |
], | |
[ | |
[64.3, 55.1], | |
[.4, 94.8], | |
[0, 10.2], | |
[7.9, 10.2], | |
[52, 42.4] | |
], | |
[ | |
[70.4, 50], | |
[64.3, 55.1], | |
[.4, 94.8], | |
[0, 10.2], | |
[7.9, 10.2], | |
[34.2, 25], | |
[40.6, 29.3], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[64.3, 55.1], | |
[.4, 94.8], | |
[0, 10.2], | |
[7.9, 10.2], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[64.3, 55.1], | |
[.4, 94.8], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[64.3, 55.1], | |
[.4, 94.8], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[64.3, 55.1], | |
[.4, 94.8], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[64.3, 55.1], | |
[.4, 94.8], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[64.3, 55.1], | |
[.4, 94.8], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[64.3, 55.1], | |
[.4, 94.8], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[64.3, 55.1], | |
[.4, 94.8], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[.4, 94.8], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[4.2, 90.8], | |
[0, 90.8], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[4.2, 90.8], | |
[.3, 93], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[4.2, | |
90.8 | |
], | |
[.3, 93], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[4.2, 90.8], | |
[.3, 93], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[4.2, 90.8], | |
[.3, 93], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[4.2, 90.8], | |
[.3, 93], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[4.2, 90.8], | |
[.3, 93], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, | |
36.8 | |
], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[4.2, 90.8], | |
[.3, 93], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[4.2, 90.8], | |
[.3, 93], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[4.2, 90.8], | |
[.3, 93], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[4.2, 90.8], | |
[.3, 93], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[4.2, 90.8], | |
[.3, 93], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, | |
10.2 | |
], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[4.2, 90.8], | |
[.3, 93], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[4.2, 90.8], | |
[.3, 93], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[4.2, 90.8], | |
[.3, 93], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[2.9, 92.1], | |
[.3, 93], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[2.9, | |
92.1 | |
], | |
[.3, 93], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[2.9, 92.1], | |
[.3, 93], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[2.9, 92.1], | |
[.3, 93], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[2.9, 92.1], | |
[.3, 93], | |
[0, 9.7], | |
[1.1, 9.7], | |
[7.9, 10.2], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, 46.9] | |
], | |
[ | |
[70.4, 50], | |
[2.9, 92.1], | |
[.3, 93], | |
[0, 9.7], | |
[1.1, 9.7], | |
[13.4, 11.3], | |
[27.7, 20.6], | |
[51.7, 36.8], | |
[66.2, | |
46.9 | |
] | |
], | |
[ | |
[65.6, 50.2], | |
[2.9, 92.1], | |
[.3, 93], | |
[0, 9.7], | |
[1.1, 9.7], | |
[13.4, 11.3], | |
[27.7, 20.6] | |
], | |
[ | |
[65.6, 50.2], | |
[2.9, 92.1], | |
[.3, 93], | |
[0, 11.3], | |
[1.1, 9.7], | |
[13.4, 11.3] | |
], | |
[ | |
[65.6, 50.2], | |
[2.9, 92.1], | |
[.3, 93], | |
[0, 11.3], | |
[13.4, 11.3] | |
], | |
[ | |
[65.6, 50.2], | |
[2.9, 92.1], | |
[.3, 93], | |
[0, 11.3], | |
[13.4, 11.3] | |
], | |
[ | |
[65.6, 50.2], | |
[2.9, 92.1], | |
[.3, 93], | |
[0, 11.3], | |
[13.4, 11.3] | |
], | |
[ | |
[65.6, 50.2], | |
[2.9, 92.1], | |
[.3, 93], | |
[0, 11.3], | |
[13.4, 11.3] | |
], | |
[ | |
[65.6, 50.2], | |
[2.9, 92.1], | |
[.3, 93], | |
[0, 16.8], | |
[13.4, 11.3] | |
], | |
[ | |
[65.6, 50.2], | |
[2.9, 92.1], | |
[.3, 93], | |
[0, 16.8], | |
[14.1, 16.8], | |
[24.5, 20.3] | |
], | |
[ | |
[65.6, 50.2], | |
[2.9, 92.1], | |
[.3, 93], | |
[0, 16.2], | |
[1.7, 16.2], | |
[14.1, 16.8], | |
[24.5, 20.3] | |
], | |
[ | |
[65.6, 50.2], | |
[2.9, 92.1], | |
[.3, 93], | |
[0, 16.2], | |
[1.7, 16.2], | |
[14.1, 16.8], | |
[24.5, 20.3] | |
], | |
[ | |
[65.6, 50.2], | |
[2.9, 92.1], | |
[.3, 93], | |
[0, 16.2], | |
[1.7, 16.2], | |
[14.1, 16.8], | |
[24.5, 20.3] | |
], | |
[ | |
[65.6, 50.2], | |
[2.9, 92.1], | |
[0, 92.1], | |
[0, 16.2], | |
[1.7, 16.2], | |
[14.1, 16.8], | |
[24.5, 20.3] | |
], | |
[ | |
[65.6, 50.2], | |
[2.9, 92.1], | |
[0, 92.1], | |
[0, 16.2], | |
[1.7, 16.2], | |
[14.1, 16.8], | |
[24.5, 20.3] | |
], | |
[ | |
[60.8, 50.7], | |
[2.9, 92.1], | |
[0, 92.1], | |
[0, 16.2], | |
[1.7, 16.2], | |
[14.1, 16.8], | |
[24.5, 20.3], | |
[44.9, 37.3] | |
], | |
[ | |
[60.8, 50.7], | |
[2.9, 92.1], | |
[0, 92.1], | |
[0, 16.2], | |
[1.7, 16.2], | |
[14.1, 16.8], | |
[24.5, 20.3], | |
[44.9, 37.3] | |
], | |
[ | |
[60.8, 50.7], | |
[2.9, 92.1], | |
[0, 92.1], | |
[0, 11], | |
[24.5, 20.3], | |
[44.9, 37.3] | |
], | |
[ | |
[60.8, 50.7], | |
[2.9, 92.1], | |
[0, 92.1], | |
[0, 10.7], | |
[12.1, 10.7], | |
[24.5, 20.3], | |
[44.9, 37.3] | |
], | |
[ | |
[60.8, 50.7], | |
[2.9, 92.1], | |
[0, 92.1], | |
[0, 10.7], | |
[12.1, 10.7], | |
[24.5, 20.3], | |
[44.9, 37.3] | |
], | |
[ | |
[60.8, 50.7], | |
[2.9, 92.1], | |
[0, 92.1], | |
[0, 10.7], | |
[12.1, 10.7], | |
[24.5, 20.3], | |
[44.9, 37.3] | |
], | |
[ | |
[60.8, 50.7], | |
[2.9, 92.1], | |
[0, 92.1], | |
[0, 10.7], | |
[12.1, 10.7], | |
[24.5, 20.3], | |
[44.9, 37.3] | |
], | |
[ | |
[60.8, 50.7], | |
[2.9, 92.1], | |
[0, 92.1], | |
[0, 10.7], | |
[12.1, 10.7], | |
[24.5, 20.3], | |
[44.9, 37.3] | |
], | |
[ | |
[60.8, | |
50.7 | |
], | |
[2.9, 92.1], | |
[0, 92.1], | |
[0, 10.7], | |
[12.1, 10.7], | |
[24.5, 20.3], | |
[44.9, 37.3] | |
], | |
[ | |
[60.8, 50.7], | |
[2.9, 92.1], | |
[0, 92.1], | |
[0, 10.7], | |
[12.1, 10.7], | |
[24.5, 20.3], | |
[44.9, 37.3] | |
], | |
[ | |
[60.8, 50.7], | |
[2.9, 92.1], | |
[0, 92.1], | |
[0, 10.7], | |
[12.1, 10.7], | |
[24.5, 20.3], | |
[44.9, 37.3] | |
], | |
[ | |
[60.8, 50.7], | |
[57.4, 53.6], | |
[2.9, 92.1], | |
[0, 92.1], | |
[0, 10.7], | |
[12.1, 10.7], | |
[24.5, 20.3], | |
[44.9, 37.3] | |
], | |
[ | |
[60.8, 50.7], | |
[57.4, 53.6], | |
[8.3, 87.1], | |
[2.8, 88], | |
[0, 88], | |
[0, 10.7], | |
[12.1, 10.7], | |
[24.5, 20.3], | |
[44.9, 37.3] | |
], | |
[ | |
[60.8, 50.7], | |
[57.4, 53.6], | |
[8.3, 87.1], | |
[2.8, 88], | |
[0, 88], | |
[0, 10.7], | |
[12.1, 10.7], | |
[44.9, 37.3] | |
], | |
[ | |
[59.4, 54.3], | |
[8.3, 87.1], | |
[2.8, 88], | |
[0, 88], | |
[0, 9.6], | |
[6.5, 9.6], | |
[12.1, 10.7], | |
[23.3, 20.4], | |
[48.8, 42.4], | |
[55.5, 48.4] | |
], | |
[ | |
[59.4, 54.3], | |
[8.3, 87.1], | |
[0, 87.1], | |
[0, 9.6], | |
[6.5, 9.6], | |
[12.1, 10.7], | |
[37, 31], | |
[57.4, 51.5] | |
], | |
[ | |
[59.8, 56.8], | |
[8.3, 87.1], | |
[0, 87.1], | |
[0, 9.6], | |
[6.5, 9.6], | |
[12.1, 10.7], | |
[37, 31], | |
[46.4, 39.8], | |
[57.4, 51.5], | |
[59.4, 54.3] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[1.7, 93.8], | |
[0, 93.8], | |
[0, 9.6], | |
[6.5, 9.6], | |
[12.1, 10.7], | |
[31.5, 26], | |
[37, 31], | |
[46.4, 39.8], | |
[54.9, 47.8] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[1.7, 93.8], | |
[0, 93.8], | |
[0, 9.6], | |
[6.5, 9.6], | |
[12.1, | |
10.7 | |
], | |
[25.8, 20.9], | |
[37, 31], | |
[42.4, 35.9], | |
[50, 43] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[1.7, 93.8], | |
[0, 93.8], | |
[0, 9.6], | |
[6.5, 9.6], | |
[12.1, 10.7], | |
[25.8, 20.9], | |
[37, 31], | |
[42.4, 35.9], | |
[50, 43], | |
[56.8, 49.5] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[1.7, 93.8], | |
[0, 93.8], | |
[0, 9.6], | |
[6.5, 9.6], | |
[12.1, 10.7], | |
[25.8, 20.9], | |
[37, 31], | |
[54, 46.5] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[1.7, 93.8], | |
[0, 93.8], | |
[0, 9.6], | |
[6.5, 9.6], | |
[13.1, 10.4], | |
[25.8, 20.9], | |
[37, 31], | |
[54, 46.5] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, | |
58.6 | |
], | |
[54.3, 60.5], | |
[51.1, 62.5], | |
[1.7, 93.8], | |
[0, 93.8], | |
[0, 9.6], | |
[6.5, 9.6], | |
[13.1, 10.4], | |
[25.8, 20.9], | |
[37, 31], | |
[54, 46.5] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[44.6, 66.9], | |
[1.7, 93.8], | |
[0, 93.8], | |
[0, 9.6], | |
[6.5, 9.6], | |
[13.1, 10.4], | |
[25.8, 20.9], | |
[37, 31], | |
[54, 46.5] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[44.6, 66.9], | |
[1.7, 93.8], | |
[0, 93.8], | |
[0, 9.6], | |
[6.5, 9.6], | |
[13.1, 10.4], | |
[25.8, 20.9], | |
[37, 31], | |
[54, 46.5] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[34.6, 73.5], | |
[1.7, 93.8], | |
[0, 93.8], | |
[0, 9.6], | |
[6.5, 9.6], | |
[13.1, 10.4], | |
[25.8, 20.9], | |
[45.3, 37.5], | |
[51.5, 43.3] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[31.4, 75.6], | |
[1.7, 93.8], | |
[0, 93.8], | |
[0, 9.6], | |
[6.5, 9.6], | |
[13.1, 10.4], | |
[25.8, 20.9], | |
[38.3, 31.4], | |
[45.3, 37.5], | |
[51.5, 43.3] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[31.4, 75.6], | |
[25.1, 79.7], | |
[1.7, 93.8], | |
[0, 93.8], | |
[0, 9.6], | |
[6.5, 9.6], | |
[13.1, 10.4], | |
[25.8, 20.9], | |
[38.3, 31.4], | |
[45.3, 37.5], | |
[51.5, 43.3] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[18.9, 83.9], | |
[1.7, 93.8], | |
[0, 93.8], | |
[0, 9.6], | |
[6.5, 9.6], | |
[13.1, 10.4], | |
[25.8, 20.9], | |
[38.3, 31.4], | |
[45.3, 37.5], | |
[51.5, 43.3] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[16, 85.8], | |
[1.7, 93.8], | |
[0, 93.8], | |
[0, 9.6], | |
[6.5, 9.6], | |
[13.1, 10.4], | |
[25.8, 20.9], | |
[38.3, 31.4], | |
[45.3, 37.5], | |
[51.5, 43.3] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[16, 85.8], | |
[13.1, 87.7], | |
[1.7, 93.8], | |
[0, 93.8], | |
[0, 9.6], | |
[6.5, 9.6], | |
[13.1, 10.4], | |
[25.8, 20.9], | |
[38.3, 31.4], | |
[45.3, 37.5], | |
[51.5, 43.3] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[10.3, | |
89.6 | |
], | |
[1.7, 93.8], | |
[0, 93.8], | |
[0, 9.6], | |
[6.5, 9.6], | |
[13.1, 10.4], | |
[25.8, 20.9], | |
[38.3, 31.4], | |
[45.3, 37.5], | |
[51.5, 43.3] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[7.6, 91.5], | |
[1.7, 93.8], | |
[0, 93.8], | |
[0, 9.6], | |
[6.5, 9.6], | |
[13.1, 10.4], | |
[48.4, 38.3] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[7.6, 91.5], | |
[.6, 94.9], | |
[0, 9.6], | |
[6.5, 9.6], | |
[13.1, 10.4], | |
[48.4, 38.3] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[.6, 94.9], | |
[0, 9.6], | |
[6.5, 9.6], | |
[13.1, 10.4], | |
[48.4, 38.3] | |
], | |
[ | |
[62.2, | |
55 | |
], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[4.8, 93.3], | |
[.6, 94.9], | |
[0, 9.1], | |
[9.5, 9.1], | |
[13.1, 10.4], | |
[48.4, 38.3] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[4.8, 93.3], | |
[.6, 94.9], | |
[0, 9.1], | |
[9.5, 9.1], | |
[13.1, 10.4], | |
[48.4, 38.3] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[4.8, 93.3], | |
[.6, 94.9], | |
[0, 9.1], | |
[9.5, 9.1], | |
[13.1, 10.4], | |
[48.4, 38.3] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[7.6, 91.5], | |
[5.9, | |
92.6 | |
], | |
[3.6, 94], | |
[.6, 94.9], | |
[0, 9.1], | |
[9.5, 9.1], | |
[13.1, 10.4], | |
[48.4, 38.3] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[.6, 94.9], | |
[0, 9.1], | |
[9.5, 9.1], | |
[13.1, 10.4], | |
[42.6, 32.8], | |
[48.4, 38.3] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[.6, 94.9], | |
[0, 9.1], | |
[9.5, 9.1], | |
[13.1, 10.4], | |
[37.3, 28.6], | |
[42.6, 32.8], | |
[48.4, 38.3] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[.6, 94.9], | |
[0, 9.1], | |
[9.5, | |
9.1 | |
], | |
[13.1, 10.4], | |
[41.4, 28.9], | |
[47.3, 33.1] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[.6, 94.9], | |
[0, 9.1], | |
[9.5, 9.1], | |
[13.1, 10.4], | |
[34.6, 24.3], | |
[41.4, 28.9], | |
[47.3, 33.1] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[.6, 94.9], | |
[0, 9.1], | |
[9.5, 9.1], | |
[13.1, 10.4], | |
[34.6, 24.3], | |
[41.4, 28.9], | |
[47.3, 33.1] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[.6, 94.9], | |
[0, 9.1], | |
[9.5, 9.1], | |
[13.1, 10.4], | |
[34.6, 24.3], | |
[41.4, 28.9], | |
[47.3, 33.1] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[.6, 94.9], | |
[0, 9.1], | |
[9.5, 9.1], | |
[13.1, 10.4], | |
[34.6, 24.3], | |
[41.4, 28.9], | |
[47.3, 33.1] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[59.8, 56.8], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[.6, 94.9], | |
[0, 9.1], | |
[9.5, 9.1], | |
[13.1, 10.4], | |
[34.6, 24.3], | |
[41.4, 28.9], | |
[47.3, 33.1] | |
], | |
[ | |
[62.2, 55], | |
[61.2, 55.7], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[.6, 94.9], | |
[0, 9.1], | |
[9.5, 9.1], | |
[13.1, 10.4], | |
[34.6, 24.3], | |
[41.4, 28.9], | |
[47.3, 33.1] | |
], | |
[ | |
[59.4, 52.3], | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[2, 95], | |
[0, 95], | |
[0, 9.1], | |
[9.5, 9.1], | |
[13.1, 10.4], | |
[34.6, 24.3], | |
[41.4, 28.9], | |
[47.3, 33.1] | |
], | |
[ | |
[57.2, 58.6], | |
[54.3, 60.5], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[2, 95], | |
[0, 95], | |
[0, 9.1], | |
[9.5, 9.1], | |
[13.1, 10.4], | |
[34.6, 24.3], | |
[41.4, 28.9], | |
[47.3, 33.1], | |
[56.8, 49.5] | |
], | |
[ | |
[54.3, 60.5], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[2, 95], | |
[0, 95], | |
[0, 9.1], | |
[9.5, 9.1], | |
[13.1, 10.4], | |
[43.4, 27.8], | |
[47.3, 33.1], | |
[54, 46.5] | |
], | |
[ | |
[54.3, 60.5], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[2, 95], | |
[0, 95], | |
[0, 9.1], | |
[9.5, 9.1], | |
[13.1, 10.4], | |
[48.3, 28], | |
[51.5, 43.3] | |
], | |
[ | |
[51.6, 57.7], | |
[51.1, 62.5], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[2, 95], | |
[0, 95], | |
[0, 9.1], | |
[9.5, 9.1], | |
[48.3, 28], | |
[51.5, 43.3] | |
], | |
[ | |
[51.6, 57.7], | |
[47.8, 64.7], | |
[44.6, 66.9], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[2, 95], | |
[0, 95], | |
[0, 9.1], | |
[9.5, 9.1], | |
[48.3, 28], | |
[51.5, 43.3] | |
], | |
[ | |
[51.5, 43.3], | |
[49.3, 54.7], | |
[37.9, 71.2], | |
[34.6, 73.5], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[2, 95], | |
[0, 95], | |
[0, 9.1], | |
[9.5, 9.1], | |
[48.3, 28] | |
], | |
[ | |
[51.5, 43.3], | |
[49.3, 54.7], | |
[37.9, 71.2], | |
[34.6, 73.5], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[2, 95], | |
[0, 95], | |
[0, 9.1], | |
[9.5, 9.1], | |
[48.3, 28] | |
], | |
[ | |
[48.4, 38.3], | |
[47, 51.4], | |
[42.3, 63.7], | |
[31.4, 75.6], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[2, 95], | |
[0, 95], | |
[0, 9.1], | |
[9.5, 9.1], | |
[48.3, 28] | |
], | |
[ | |
[48.4, 38.3], | |
[47, 51.4], | |
[40.2, 60.4], | |
[25.1, 79.7], | |
[18.9, 83.9], | |
[16, 85.8], | |
[10.3, 89.6], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[2, 95], | |
[0, 95], | |
[0, 9.1], | |
[9.5, 9.1], | |
[48.3, 28] | |
], | |
[ | |
[48.4, 38.3], | |
[47, 51.4], | |
[40.2, 60.4], | |
[32.7, 70], | |
[24.6, 78.6], | |
[18.9, 83.9], | |
[16, 85.8], | |
[10.3, 89.6], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[2, 95], | |
[0, 95], | |
[0, 9.1], | |
[9.5, 9.1], | |
[48.3, 28] | |
], | |
[ | |
[48.4, 38.3], | |
[47, 51.4], | |
[40.2, 60.4], | |
[32.7, 70], | |
[24.6, 78.6], | |
[16, 85.8], | |
[10.3, 89.6], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[2, 95], | |
[0, 95], | |
[0, 9.1], | |
[9.5, 9.1], | |
[48.3, 28] | |
], | |
[ | |
[48.4, 38.3], | |
[45, 48], | |
[40.2, 60.4], | |
[32.7, 70], | |
[13.1, 87.7], | |
[10.3, 89.6], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[2, 95], | |
[0, 95], | |
[0, 9.1], | |
[9.5, 9.1], | |
[48.3, 28] | |
], | |
[ | |
[48.4, 38.3], | |
[45, 48], | |
[38.7, 56.8], | |
[31.3, 66.3], | |
[23.6, 76], | |
[10.3, 89.6], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[2, 95], | |
[0, 95], | |
[0, 9.1], | |
[9.5, 9.1], | |
[48.3, 28] | |
], | |
[ | |
[51, 24], | |
[48.4, 38.3], | |
[45, 48], | |
[38.7, 56.8], | |
[31.3, 66.3], | |
[23.6, 76], | |
[7.6, 91.5], | |
[5.9, 92.6], | |
[3.6, 94], | |
[2, 95], | |
[0, 95], | |
[0, 9.1], | |
[9.5, 9.1] | |
], | |
[ | |
[51, 24], | |
[45, 48], | |
[38.7, 56.8], | |
[31.3, 66.3], | |
[23.6, 76], | |
[5.9, 92.6], | |
[3.6, 94], | |
[2, 95], | |
[0, 95], | |
[0, 9.1], | |
[9.5, 9.1], | |
[47.6, 22.6] | |
], | |
[ | |
[51, 24], | |
[38.7, 56.8], | |
[31.3, 66.3], | |
[23.6, 76], | |
[5.9, 92.6], | |
[3.6, 94], | |
[2, 95], | |
[0, 95], | |
[0, 9.1], | |
[9.5, 9.1], | |
[36.3, 18.2], | |
[47.6, 22.6] | |
], | |
[ | |
[51, 24], | |
[47.3, 33.1], | |
[43.4, 42.3], | |
[31.3, 66.3], | |
[4.8, 93.3], | |
[3.6, 94], | |
[2, 95], | |
[0, 95], | |
[0, 9.1], | |
[9.5, 9.1], | |
[36.3, 18.2], | |
[47.6, 22.6] | |
], | |
[ | |
[51, 24], | |
[47.3, 33.1], | |
[43.4, 42.3], | |
[37.7, 52.9], | |
[17.9, 79.9], | |
[3.6, 94], | |
[2, 95], | |
[0, 95], | |
[0, 13.8], | |
[17.9, 13.8], | |
[36.3, 18.2], | |
[47.6, | |
22.6 | |
] | |
], | |
[ | |
[51, 24], | |
[47.3, 33.1], | |
[43.4, 42.3], | |
[37.7, 52.9], | |
[17.9, 79.9], | |
[3.6, 94], | |
[2, 95], | |
[0, 95], | |
[0, 13.8], | |
[17.9, 13.8], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6] | |
], | |
[ | |
[51, 24], | |
[47.3, 33.1], | |
[43.4, 42.3], | |
[37.7, 52.9], | |
[17.9, 79.9], | |
[3.6, 94], | |
[2, 95], | |
[0, 95], | |
[0, 13.8], | |
[17.9, 13.8], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6] | |
], | |
[ | |
[51, 24], | |
[47.3, 33.1], | |
[43.4, 42.3], | |
[37.7, 52.9], | |
[30.4, 62.6], | |
[22.8, 72.2], | |
[12.7, 83.6], | |
[3.1, 94.3], | |
[2, 95], | |
[0, 95], | |
[0, 13.3], | |
[22.9, 13.3], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6] | |
], | |
[ | |
[51, 24], | |
[47.3, 33.1], | |
[43.4, 42.3], | |
[37.7, 52.9], | |
[30.4, 62.6], | |
[22.8, | |
72.2 | |
], | |
[12.7, 83.6], | |
[3.1, 94.3], | |
[2, 95], | |
[0, 95], | |
[0, 11.8], | |
[9.1, 11.8], | |
[22.9, 13.3], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6] | |
], | |
[ | |
[51, 24], | |
[47.3, 33.1], | |
[43.4, 42.3], | |
[30.4, 62.6], | |
[22.8, 72.2], | |
[12.7, 83.6], | |
[2, 95], | |
[0, 95], | |
[0, 11.8], | |
[9.1, 11.8], | |
[22.9, 13.3], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6] | |
], | |
[ | |
[51, 24], | |
[30.4, 62.6], | |
[22.8, 72.2], | |
[12.7, 83.6], | |
[2, 95], | |
[0, 95], | |
[0, 11.5], | |
[17.9, 11.5], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6] | |
], | |
[ | |
[51, 24], | |
[37.9, 47.1], | |
[30.7, 58.3], | |
[18.3, 75.8], | |
[12.7, 83.6], | |
[2, 95], | |
[0, 95], | |
[0, 11.5], | |
[17.9, 11.5], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6] | |
], | |
[ | |
[51, 24], | |
[37.9, 47.1], | |
[30.7, 58.3], | |
[18.3, 75.8], | |
[12.7, 83.6], | |
[2, 95], | |
[0, 95], | |
[0, 11.5], | |
[17.9, 11.5], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6] | |
], | |
[ | |
[51, 24], | |
[37.9, 47.1], | |
[30.7, 58.3], | |
[18.3, 75.8], | |
[12.7, 83.6], | |
[2, 95], | |
[0, 95], | |
[0, 11.5], | |
[17.9, 11.5], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6] | |
], | |
[ | |
[51, 24], | |
[37.9, 47.1], | |
[30.7, 58.3], | |
[18.3, 75.8], | |
[6.7, 89.5], | |
[2, 95], | |
[0, 95], | |
[0, 11.5], | |
[17.9, 11.5], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6] | |
], | |
[ | |
[51, 24], | |
[37.9, 47.1], | |
[30.7, 58.3], | |
[18.3, 75.8], | |
[6.7, 89.5], | |
[2, 95], | |
[0, 95], | |
[0, 11.5], | |
[17.9, 11.5], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6] | |
], | |
[ | |
[51, 24], | |
[37.9, 47.1], | |
[30.7, 58.3], | |
[18.3, 75.8], | |
[6.7, 89.5], | |
[2, 95], | |
[0, 95], | |
[0, 11.5], | |
[17.9, 11.5], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6] | |
], | |
[ | |
[51.1, 26.8], | |
[30.7, 58.3], | |
[18.3, 75.8], | |
[6.7, 89.5], | |
[3.1, 93.7], | |
[0, 94.2], | |
[0, 11.5], | |
[17.9, 11.5], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6], | |
[51, 24] | |
], | |
[ | |
[51.1, 26.8], | |
[30.7, 58.3], | |
[18.3, 75.8], | |
[6.7, 89.5], | |
[3.1, 93.7], | |
[0, 94.2], | |
[0, 11.5], | |
[17.9, 11.5], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6], | |
[51, 24] | |
], | |
[ | |
[51.1, 26.8], | |
[37.9, 47.1], | |
[23.6, 68], | |
[6.7, 89.5], | |
[3.1, 93.7], | |
[0, 94.2], | |
[0, 11.5], | |
[17.9, 11.5], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, | |
22.6 | |
], | |
[51, 24] | |
], | |
[ | |
[51.1, 26.8], | |
[23.6, 68], | |
[6.7, 89.5], | |
[3.1, 93.7], | |
[0, 94.2], | |
[0, 11.5], | |
[17.9, 11.5], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6], | |
[51, 24] | |
], | |
[ | |
[51.1, 26.8], | |
[23.6, 68], | |
[6.7, 89.5], | |
[3.1, 93.7], | |
[0, 94.2], | |
[0, 11.5], | |
[17.9, 11.5], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6], | |
[51, 24] | |
], | |
[ | |
[51.1, 26.8], | |
[46.3, 35], | |
[24.1, 67.2], | |
[8.6, 87.2], | |
[6.7, 89.5], | |
[3.1, 93.7], | |
[0, 94.2], | |
[0, 11.5], | |
[17.9, 11.5], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6], | |
[51, 24] | |
], | |
[ | |
[51.1, 26.8], | |
[46.3, 35], | |
[24.1, 67.2], | |
[18.4, 75.1], | |
[6.7, 89.5], | |
[3.1, 93.7], | |
[0, 94.2], | |
[0, 11.5], | |
[17.9, 11.5], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6], | |
[51, 24] | |
], | |
[ | |
[51.1, 26.8], | |
[46.3, 35], | |
[24.1, 67.2], | |
[18.4, 75.1], | |
[6.7, 89.5], | |
[3.1, 93.7], | |
[0, 94.2], | |
[0, 11.5], | |
[17.9, 11.5], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6], | |
[51, 24] | |
], | |
[ | |
[51.1, 26.8], | |
[46.3, 35], | |
[39.5, 45.5], | |
[24.1, 67.2], | |
[18.4, 75.1], | |
[6.7, 89.5], | |
[3.1, 93.7], | |
[0, 94.2], | |
[0, 11.5], | |
[17.9, 11.5], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6], | |
[51, 24] | |
], | |
[ | |
[51.1, 26.8], | |
[46.3, 35], | |
[39.5, 45.5], | |
[24.1, 67.2], | |
[18.4, 75.1], | |
[6.7, 89.5], | |
[3.1, 93.7], | |
[0, 94.2], | |
[0, 11.5], | |
[17.9, 11.5], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6], | |
[51, 24] | |
], | |
[ | |
[51.1, 26.8], | |
[46.3, | |
35 | |
], | |
[39.5, 45.5], | |
[31.8, 56.8], | |
[18.4, 75.1], | |
[6.7, 89.5], | |
[3.1, 93.7], | |
[0, 94.2], | |
[0, 11.5], | |
[17.9, 11.5], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6], | |
[51, 24] | |
], | |
[ | |
[51.1, 26.8], | |
[46.3, 35], | |
[39.5, 45.5], | |
[31.8, 56.8], | |
[12.7, 82.8], | |
[3.1, 93.7], | |
[0, 94.2], | |
[0, 11.5], | |
[17.9, 11.5], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6], | |
[51, 24] | |
], | |
[ | |
[51.1, 26.8], | |
[46.3, 35], | |
[39.5, 45.5], | |
[31.8, 56.8], | |
[12.7, 82.8], | |
[3.1, 93.7], | |
[0, 94.2], | |
[0, 11.5], | |
[17.9, 11.5], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6], | |
[51, 24] | |
], | |
[ | |
[51.1, 26.8], | |
[46.3, 35], | |
[39.5, 45.5], | |
[31.8, 56.8], | |
[12.7, 82.8], | |
[3.1, 93.7], | |
[0, 94.2], | |
[0, | |
7.9 | |
], | |
[8.3, 7.9], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6], | |
[51, 24] | |
], | |
[ | |
[51.1, 26.8], | |
[46.3, 35], | |
[39.5, 45.5], | |
[31.8, 56.8], | |
[12.7, 82.8], | |
[4.2, 92.9], | |
[2.7, 94.2], | |
[0, 94.2], | |
[0, 7.9], | |
[8.3, 7.9], | |
[27.8, 15], | |
[36.3, 18.2], | |
[47.6, 22.6] | |
], | |
[ | |
[51.1, 26.8], | |
[46.3, 35], | |
[39.5, 45.5], | |
[31.8, 56.8], | |
[12.7, 82.8], | |
[4.2, 92.9], | |
[2.7, 94.2], | |
[0, 94.2], | |
[0, 7.9], | |
[8.3, 7.9], | |
[27.8, 15], | |
[36.3, 18.2] | |
], | |
[ | |
[51.1, 26.8], | |
[46.3, 35], | |
[39.5, 45.5], | |
[31.8, 56.8], | |
[12.7, 82.8], | |
[4.2, 92.9], | |
[2.7, 94.2], | |
[0, 94.2], | |
[0, 7.9], | |
[8.3, 7.9], | |
[27.8, 15] | |
], | |
[ | |
[51.1, 26.8], | |
[46.3, 35], | |
[39.5, 45.5], | |
[31.8, 56.8], | |
[12.7, | |
82.8 | |
], | |
[4.2, 92.9], | |
[2.7, 94.2], | |
[0, 94.2], | |
[0, 7.9], | |
[8.3, 7.9], | |
[27.8, 15] | |
], | |
[ | |
[51.1, 26.8], | |
[46.3, 35], | |
[39.5, 45.5], | |
[31.8, 56.8], | |
[12.7, 82.8], | |
[4.2, 92.9], | |
[2.7, 94.2], | |
[0, 94.2], | |
[0, 7.9], | |
[8.3, 7.9], | |
[27.8, 15] | |
], | |
[ | |
[52.2, 30.4], | |
[12.7, 82.8], | |
[4.2, 92.9], | |
[2.7, 94.2], | |
[0, 94.2], | |
[0, 7.9], | |
[8.3, 7.9], | |
[22.9, 13.3], | |
[51.1, 26.8] | |
], | |
[ | |
[52.2, 30.4], | |
[12.7, 82.8], | |
[4.2, 92.9], | |
[2.7, 94.2], | |
[0, 94.2], | |
[0, 7.9], | |
[8.3, 7.9], | |
[22.9, 13.3], | |
[51.1, 26.8] | |
], | |
[ | |
[52.2, 30.4], | |
[12.7, 82.8], | |
[4.2, 92.9], | |
[2.7, 94.2], | |
[0, 94.2], | |
[0, 7.9], | |
[8.3, 7.9], | |
[17.9, 11.5], | |
[51.1, 26.8] | |
], | |
[ | |
[52.2, 30.4], | |
[12.7, | |
82.8 | |
], | |
[4.2, 92.9], | |
[3.1, 93.7], | |
[0, 93.7], | |
[0, 7.9], | |
[8.3, 7.9], | |
[17.9, 11.5], | |
[51.1, 26.8] | |
], | |
[ | |
[52.2, 30.4], | |
[23.7, 70.3], | |
[5.3, 92], | |
[3.1, 93.7], | |
[0, 93.7], | |
[0, 7.9], | |
[8.3, 7.9], | |
[17.9, 11.5], | |
[51.1, 26.8] | |
], | |
[ | |
[52.2, 30.4], | |
[23.7, 70.3], | |
[5.3, 92], | |
[3.1, 93.7], | |
[0, 93.7], | |
[0, 7.9], | |
[8.3, 7.9], | |
[51.1, 26.8] | |
], | |
[ | |
[52.2, 30.4], | |
[47.6, 39.1], | |
[23.7, 70.3], | |
[5.3, 92], | |
[3.1, 93.7], | |
[0, 93.7], | |
[0, 7.9], | |
[8.3, 7.9], | |
[51.1, 26.8] | |
], | |
[ | |
[52.2, 30.4], | |
[47.6, 39.1], | |
[32.2, 60], | |
[23.7, 70.3], | |
[5.3, 92], | |
[3.1, 93.7], | |
[0, 93.7], | |
[0, 7.9], | |
[8.3, 7.9], | |
[51.1, 26.8] | |
], | |
[ | |
[52.2, 30.4], | |
[47.6, 39.1], | |
[32.2, 60], | |
[23.7, 70.3], | |
[5.3, 92], | |
[3.1, 93.7], | |
[0, 93.7], | |
[0, 7.9], | |
[8.3, 7.9], | |
[51.1, 26.8] | |
], | |
[ | |
[52.2, 30.4], | |
[47.6, 39.1], | |
[32.2, 60], | |
[23.7, 70.3], | |
[5.3, 92], | |
[3.1, 93.7], | |
[0, 93.7], | |
[0, 7.9], | |
[8.3, 7.9], | |
[51.1, 26.8] | |
], | |
[ | |
[52.2, 30.4], | |
[47.6, 39.1], | |
[40.7, 49.8], | |
[23.7, 70.3], | |
[5.3, 92], | |
[3.1, 93.7], | |
[0, 93.7], | |
[0, 7.9], | |
[8.3, 7.9], | |
[51.1, 26.8] | |
], | |
[ | |
[52.2, 30.4], | |
[47.6, 39.1], | |
[40.7, 49.8], | |
[23.7, 70.3], | |
[5.3, 92], | |
[3.1, 93.7], | |
[0, 93.7], | |
[0, 7.9], | |
[8.3, 7.9], | |
[51.1, 26.8] | |
], | |
[ | |
[52.2, 30.4], | |
[47.6, 39.1], | |
[40.7, 49.8], | |
[18.3, 78.3], | |
[5.3, 92], | |
[4.2, 92.9], | |
[0, 92.9], | |
[0, 7.9], | |
[8.3, 7.9], | |
[19.7, 13.2], | |
[29.5, 18], | |
[38.2, 22.3], | |
[46.4, 26.7] | |
], | |
[ | |
[52.2, 30.4], | |
[47.6, 39.1], | |
[40.7, 49.8], | |
[18.3, 78.3], | |
[5.3, 92], | |
[4.2, 92.9], | |
[0, 92.9], | |
[0, 7.9], | |
[8.3, 7.9], | |
[19.7, 13.2], | |
[29.5, 18], | |
[38.2, 22.3], | |
[45.6, 26.4] | |
], | |
[ | |
[52.2, 30.4], | |
[47.6, 39.1], | |
[40.7, 49.8], | |
[18.3, 78.3], | |
[7.1, 90.7], | |
[4.2, 92.9], | |
[0, 92.9], | |
[0, 7.9], | |
[8.3, 7.9], | |
[19.7, 13.2], | |
[29.5, 18], | |
[38.2, 22.3], | |
[45.6, 26.4] | |
], | |
[ | |
[52.2, 30.4], | |
[47.6, 39.1], | |
[40.7, 49.8], | |
[18.3, 78.3], | |
[7.1, 90.7], | |
[4.2, 92.9], | |
[0, 92.9], | |
[0, 7.9], | |
[8.3, 7.9], | |
[19.7, 13.2], | |
[29.5, 18], | |
[38.2, 22.3], | |
[45.6, 26.4] | |
], | |
[ | |
[52.2, 30.4], | |
[47.6, 39.1], | |
[40.7, 49.8], | |
[18.3, 78.3], | |
[7.1, 90.7], | |
[4.2, 92.9], | |
[0, 92.9], | |
[0, 7.9], | |
[8.3, 7.9], | |
[19.7, 13.2], | |
[29.5, 18], | |
[38.2, 22.3], | |
[45.6, 26.4] | |
], | |
[ | |
[55.1, 34.1], | |
[18.3, 78.3], | |
[7.1, 90.7], | |
[4.2, 92.9], | |
[0, 92.9], | |
[0, 7.9], | |
[8.3, 7.9], | |
[19.7, 13.2], | |
[29.5, 18], | |
[38.2, 22.3], | |
[45.6, 26.4], | |
[52.2, 30.4] | |
], | |
[ | |
[55.1, 34.1], | |
[18.3, 78.3], | |
[7.1, 90.7], | |
[4.2, 92.9], | |
[0, 92.9], | |
[0, 7.9], | |
[8.3, 7.9], | |
[19.7, 13.2], | |
[29.5, 18], | |
[38.2, 22.3], | |
[45.6, 26.4], | |
[52.2, 30.4] | |
], | |
[ | |
[55.1, 34.1], | |
[18.3, 78.3], | |
[7.1, 90.7], | |
[4.2, 92.9], | |
[0, 92.9], | |
[0, 7.9], | |
[8.3, 7.9], | |
[19.7, 13.2], | |
[29.5, 18], | |
[38.2, 22.3], | |
[45.6, 26.4], | |
[52.2, 30.4] | |
], | |
[ | |
[55.1, 34.1], | |
[18.3, 78.3], | |
[7.1, 90.7], | |
[4.2, 92.9], | |
[0, 92.9], | |
[0, 7.9], | |
[8.3, 7.9], | |
[19.7, 13.2], | |
[29.5, 18], | |
[38.2, 22.3], | |
[45.6, 26.4], | |
[52.2, 30.4] | |
], | |
[ | |
[55.1, 34.1], | |
[18.3, 78.3], | |
[7.1, 90.7], | |
[4.2, 92.9], | |
[0, 92.9], | |
[0, 7.9], | |
[8.3, 7.9], | |
[19.7, 13.2], | |
[29.5, 18], | |
[38.2, 22.3], | |
[45.6, 26.4], | |
[52.2, 30.4] | |
], | |
[ | |
[55.1, 34.1], | |
[33.6, 62.9], | |
[7.1, 90.7], | |
[4.2, 92.9], | |
[0, 92.9], | |
[0, 7.9], | |
[8.3, 7.9], | |
[19.7, 13.2], | |
[29.5, 18], | |
[38.2, 22.3], | |
[45.6, 26.4], | |
[52.2, 30.4] | |
], | |
[ | |
[55.1, 34.1], | |
[50.7, 43.3], | |
[33.6, 62.9], | |
[10, 88.5], | |
[4.2, 92.9], | |
[0, 92.9], | |
[0, 23], | |
[0, 16], | |
[0, 7.9], | |
[8.3, 7.9], | |
[19.7, | |
13.2 | |
], | |
[29.5, 18], | |
[38.2, 22.3], | |
[45.6, 26.4], | |
[52.2, 30.4] | |
], | |
[ | |
[55.1, 34.1], | |
[50.7, 43.3], | |
[24.7, 73.4], | |
[10, 88.5], | |
[4.2, 92.9], | |
[0, 92.9], | |
[0, 23], | |
[0, 16], | |
[0, 7.9], | |
[8.3, 7.9], | |
[19.7, 13.2], | |
[29.5, 18], | |
[38.2, 22.3], | |
[45.6, 26.4], | |
[52.2, 30.4] | |
], | |
[ | |
[55.1, 34.1], | |
[50.7, 43.3], | |
[24.7, 73.4], | |
[10, 88.5], | |
[4.2, 92.9], | |
[0, 92.9], | |
[0, 23], | |
[0, 16], | |
[0, 8.2], | |
[3.6, 8.2], | |
[19.7, 13.2], | |
[29.5, 18], | |
[38.2, 22.3], | |
[45.6, 26.4], | |
[52.2, 30.4] | |
], | |
[ | |
[55.1, 34.1], | |
[50.7, 43.3], | |
[24.7, 73.4], | |
[10, 88.5], | |
[5.3, 92], | |
[0, 92], | |
[0, 23], | |
[0, 16], | |
[0, 8.2], | |
[3.6, 8.2], | |
[19.7, 13.2], | |
[29.5, 18], | |
[38.2, 22.3], | |
[45.6, | |
26.4 | |
], | |
[52.2, 30.4] | |
], | |
[ | |
[55.1, 34.1], | |
[50.7, 43.3], | |
[24.7, 73.4], | |
[10, 88.5], | |
[5.3, 92], | |
[0, 92], | |
[0, 23], | |
[0, 16], | |
[0, 8.2], | |
[3.6, 8.2], | |
[19.7, 13.2], | |
[29.5, 18], | |
[38.2, 22.3], | |
[45.6, 26.4], | |
[52.2, 30.4] | |
], | |
[ | |
[55.1, 34.1], | |
[50.7, 43.3], | |
[24.7, 73.4], | |
[10, 88.5], | |
[5.3, 92], | |
[0, 92], | |
[0, 23], | |
[0, 16], | |
[0, 8.2], | |
[3.6, 8.2], | |
[19.7, 13.2], | |
[29.5, 18], | |
[38.2, 22.3], | |
[45.6, 26.4], | |
[52.2, 30.4] | |
], | |
[ | |
[55.1, 34.1], | |
[50.7, 43.3], | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment