6.8.7 release
This commit is contained in:
parent
19d58c1390
commit
5569a5bf7a
37 changed files with 3964 additions and 3813 deletions
|
@ -1,3 +1,8 @@
|
|||
26-JUN-2017: 6.8.7
|
||||
|
||||
- Updates translations
|
||||
- Uses mxGraph 3.7.4
|
||||
|
||||
26-JUN-2017: 6.8.6
|
||||
|
||||
- Fixes save servlet, local file save in MS Edge
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.8.6
|
||||
6.8.7
|
|
@ -257,6 +257,7 @@
|
|||
<file name="LocalLibrary.js" />
|
||||
<file name="StorageFile.js" />
|
||||
<file name="StorageLibrary.js" />
|
||||
<file name="UrlLibrary.js" />
|
||||
<file name="Dialogs.js" />
|
||||
<file name="Editor.js" />
|
||||
<file name="EditorUi.js" />
|
||||
|
@ -327,6 +328,7 @@
|
|||
<file name="LocalLibrary.js" />
|
||||
<file name="StorageFile.js" />
|
||||
<file name="StorageLibrary.js" />
|
||||
<file name="UrlLibrary.js" />
|
||||
<file name="Dialogs.js" />
|
||||
<file name="Editor.js" />
|
||||
<file name="EditorUi.js" />
|
||||
|
@ -345,7 +347,6 @@
|
|||
<sources dir="${war.dir}/js/diagramly">
|
||||
<file name="DrawioClient.js" />
|
||||
<file name="DrawioUser.js" />
|
||||
<file name="UrlLibrary.js" />
|
||||
<file name="DriveRealtime.js" />
|
||||
<file name="RealtimeMapping.js" />
|
||||
<file name="DriveFile.js" />
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
var mxClient={VERSION:"3.7.3",IS_IE:0<=navigator.userAgent.indexOf("MSIE"),IS_IE6:0<=navigator.userAgent.indexOf("MSIE 6"),IS_IE11:!!navigator.userAgent.match(/Trident\/7\./),IS_EDGE:!!navigator.userAgent.match(/Edge\//),IS_QUIRKS:0<=navigator.userAgent.indexOf("MSIE")&&(null==document.documentMode||5==document.documentMode),IS_EM:"spellcheck"in document.createElement("textarea")&&8==document.documentMode,VML_PREFIX:"v",OFFICE_PREFIX:"o",IS_NS:0<=navigator.userAgent.indexOf("Mozilla/")&&0>navigator.userAgent.indexOf("MSIE")&&
|
||||
var mxClient={VERSION:"3.7.4",IS_IE:0<=navigator.userAgent.indexOf("MSIE"),IS_IE6:0<=navigator.userAgent.indexOf("MSIE 6"),IS_IE11:!!navigator.userAgent.match(/Trident\/7\./),IS_EDGE:!!navigator.userAgent.match(/Edge\//),IS_QUIRKS:0<=navigator.userAgent.indexOf("MSIE")&&(null==document.documentMode||5==document.documentMode),IS_EM:"spellcheck"in document.createElement("textarea")&&8==document.documentMode,VML_PREFIX:"v",OFFICE_PREFIX:"o",IS_NS:0<=navigator.userAgent.indexOf("Mozilla/")&&0>navigator.userAgent.indexOf("MSIE")&&
|
||||
0>navigator.userAgent.indexOf("Edge/"),IS_OP:0<=navigator.userAgent.indexOf("Opera/")||0<=navigator.userAgent.indexOf("OPR/"),IS_OT:0<=navigator.userAgent.indexOf("Presto/")&&0>navigator.userAgent.indexOf("Presto/2.4.")&&0>navigator.userAgent.indexOf("Presto/2.3.")&&0>navigator.userAgent.indexOf("Presto/2.2.")&&0>navigator.userAgent.indexOf("Presto/2.1.")&&0>navigator.userAgent.indexOf("Presto/2.0.")&&0>navigator.userAgent.indexOf("Presto/1."),IS_SF:0<=navigator.userAgent.indexOf("AppleWebKit/")&&
|
||||
0>navigator.userAgent.indexOf("Chrome/")&&0>navigator.userAgent.indexOf("Edge/"),IS_IOS:navigator.userAgent.match(/(iPad|iPhone|iPod)/g)?!0:!1,IS_GC:0<=navigator.userAgent.indexOf("Chrome/")&&0>navigator.userAgent.indexOf("Edge/"),IS_CHROMEAPP:null!=window.chrome&&null!=chrome.app&&null!=chrome.app.runtime,IS_FF:0<=navigator.userAgent.indexOf("Firefox/"),IS_MT:0<=navigator.userAgent.indexOf("Firefox/")&&0>navigator.userAgent.indexOf("Firefox/1.")&&0>navigator.userAgent.indexOf("Firefox/2.")||0<=navigator.userAgent.indexOf("Iceweasel/")&&
|
||||
0>navigator.userAgent.indexOf("Iceweasel/1.")&&0>navigator.userAgent.indexOf("Iceweasel/2.")||0<=navigator.userAgent.indexOf("SeaMonkey/")&&0>navigator.userAgent.indexOf("SeaMonkey/1.")||0<=navigator.userAgent.indexOf("Iceape/")&&0>navigator.userAgent.indexOf("Iceape/1."),IS_SVG:0<=navigator.userAgent.indexOf("Firefox/")||0<=navigator.userAgent.indexOf("Iceweasel/")||0<=navigator.userAgent.indexOf("Seamonkey/")||0<=navigator.userAgent.indexOf("Iceape/")||0<=navigator.userAgent.indexOf("Galeon/")||
|
||||
|
|
|
@ -301,7 +301,7 @@ public class Style
|
|||
protected double getScreenNumericalValue(double val)
|
||||
{
|
||||
double conVal = val * mxVsdxUtils.conversionFactor;
|
||||
return Math.round(conVal * 100.0) / 100.0;
|
||||
return conVal;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -36,6 +36,7 @@ import com.mxgraph.online.Utils;
|
|||
import com.mxgraph.util.mxConstants;
|
||||
import com.mxgraph.util.mxPoint;
|
||||
import com.mxgraph.util.mxResources;
|
||||
import com.mxgraph.util.mxXmlUtils;
|
||||
import com.mxgraph.view.mxCellState;
|
||||
import com.mxgraph.view.mxGraph;
|
||||
import com.mxgraph.view.mxGraphView;
|
||||
|
@ -118,16 +119,7 @@ public class VsdxShape extends Shape
|
|||
{
|
||||
mxResources.add("com/mxgraph/io/vdx/resources/edgeNameU");
|
||||
mxResources.add("com/mxgraph/io/vdx/resources/nameU");
|
||||
|
||||
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
|
||||
|
||||
dbf.setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd", false);
|
||||
dbf.setFeature("http://xml.org/sax/features/external-parameter-entities", false);
|
||||
dbf.setFeature("http://xml.org/sax/features/external-general-entities", false);
|
||||
dbf.setExpandEntityReferences(false);
|
||||
dbf.setXIncludeAware(false);
|
||||
|
||||
docBuilder = dbf.newDocumentBuilder();
|
||||
docBuilder = mxXmlUtils.getDocumentBuilder();
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
|
@ -255,17 +255,7 @@ public class mxVsdxExporter
|
|||
try
|
||||
{
|
||||
ZipOutputStream zip = new ZipOutputStream(out);
|
||||
|
||||
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
|
||||
|
||||
dbf.setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd", false);
|
||||
dbf.setFeature("http://xml.org/sax/features/external-parameter-entities", false);
|
||||
dbf.setFeature("http://xml.org/sax/features/external-general-entities", false);
|
||||
dbf.setExpandEntityReferences(false);
|
||||
dbf.setXIncludeAware(false);
|
||||
|
||||
DocumentBuilder docBuilder = dbf.newDocumentBuilder();
|
||||
|
||||
DocumentBuilder docBuilder = mxXmlUtils.getDocumentBuilder();
|
||||
LinkedHashMap<String, Document> pages = new LinkedHashMap<>();
|
||||
LinkedHashMap<String, ModelExtAttrib> modelsAttr = new LinkedHashMap<>();
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
package com.mxgraph.io.vsdx.geometry;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
|
@ -19,6 +20,146 @@ public class NURBSTo extends Row
|
|||
this.formulaE = e;
|
||||
}
|
||||
|
||||
/**
|
||||
* Holds the NURBS array that is part of the VSDX NURBSTo element, together with some helper functions
|
||||
*
|
||||
*/
|
||||
private class Nurbs
|
||||
{
|
||||
|
||||
List<Double> nurbsValues = new ArrayList<Double>();
|
||||
|
||||
public Nurbs(String s, double w, double h)
|
||||
{
|
||||
List<String> n = Arrays.asList(s.split("\\s*,\\s*"));
|
||||
|
||||
for (int i = 0; i < n.size(); i++)
|
||||
{
|
||||
if ((i > 3) && (i % 4 == 0))
|
||||
{
|
||||
double val = Double.parseDouble(n.get(i)) * 100.0;
|
||||
nurbsValues.add(val);
|
||||
}
|
||||
else if ((i > 3) && (i % 4 == 1))
|
||||
{
|
||||
double val = Double.parseDouble(n.get(i)) * 100.0;
|
||||
val = 100 - val;
|
||||
nurbsValues.add(val);
|
||||
}
|
||||
else
|
||||
{
|
||||
nurbsValues.add(Double.parseDouble(n.get(i)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @param lastKnot the last knot outside of the nurbs string. Obtain it with this.getA()
|
||||
* @return true if knots are ordered by sets of 3
|
||||
*/
|
||||
public boolean isOrderedByThree(double lastKnot)
|
||||
{
|
||||
|
||||
for (int i = 0; i + 2 < (this.getSize()) ; i = i + 3)
|
||||
{
|
||||
double k = this.getKnot((i));
|
||||
double k1 = this.getKnot((i + 1));
|
||||
double k2 = this.getKnot((i + 2));
|
||||
|
||||
if (k != k1 || k != k2 || k1 != k2)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
double k = this.getKnot((this.getSize() - 2));
|
||||
double k1 = this.getKnot((this.getSize() - 1));
|
||||
|
||||
if (k != k1 || k != lastKnot || k1 != lastKnot)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return number of points, not including the last one (which is outside of the nurbs string)
|
||||
*/
|
||||
public int getSize()
|
||||
{
|
||||
return ((nurbsValues.size() / 4) - 1);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return last knot (element knotLast)
|
||||
*/
|
||||
public double getKnotLast()
|
||||
{
|
||||
return nurbsValues.get(0);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return degree of the NURBS (element degree)
|
||||
*/
|
||||
public double getDegree()
|
||||
{
|
||||
return nurbsValues.get(1);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return 0 if X is relative, otherwise X is in the coordinate system of the shape (element xType)
|
||||
*/
|
||||
public double getXType()
|
||||
{
|
||||
return nurbsValues.get(2);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return 0 if Y is relative, otherwise Y is in the coordinate system of the shape (element yType)
|
||||
*/
|
||||
public double getYType()
|
||||
{
|
||||
return nurbsValues.get(3);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the i-th X coordinate
|
||||
*/
|
||||
public double getX(int i)
|
||||
{
|
||||
return nurbsValues.get((i + 1) * 4);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the i-th Y coordinate
|
||||
*/
|
||||
public double getY(int i)
|
||||
{
|
||||
return nurbsValues.get((i + 1) * 4 + 1);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the i-th knot
|
||||
*/
|
||||
public double getKnot(int i)
|
||||
{
|
||||
return nurbsValues.get((i + 1) * 4 + 2);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the i-th weight
|
||||
*/
|
||||
public double getWeight(int i)
|
||||
{
|
||||
return nurbsValues.get((i + 1) * 4 + 3);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Helper class for geometry
|
||||
*
|
||||
*/
|
||||
@Override
|
||||
public String handle(mxPoint p, Shape shape)
|
||||
{
|
||||
|
@ -32,20 +173,21 @@ public class NURBSTo extends Row
|
|||
String eValue = this.formulaE.replace("NURBS(", "");
|
||||
eValue = eValue.replace(")", "");
|
||||
|
||||
List<String> nurbsValues = Arrays.asList(eValue.split("\\s*,\\s*"));
|
||||
Nurbs nurbs = new Nurbs(eValue, w, h);
|
||||
|
||||
if (nurbsValues.size() >= 10)
|
||||
if (nurbs.getSize() >= 2)
|
||||
{
|
||||
double x1 = Double.parseDouble(nurbsValues.get(4)) * 100.0;
|
||||
double y1 = 100 - Double.parseDouble(nurbsValues.get(5)) * 100.0;
|
||||
double x2 = Double.parseDouble(nurbsValues.get(8)) * 100.0;
|
||||
double y2 = 100 - Double.parseDouble(nurbsValues.get(9)) * 100.0;
|
||||
double x1 = nurbs.getX(0);
|
||||
double y1 = nurbs.getY(0);
|
||||
double x2 = nurbs.getX(1);
|
||||
double y2 = nurbs.getY(1);
|
||||
|
||||
y = y * 100.0 / h;
|
||||
x = x * 100.0 / w;
|
||||
y = 100 - y;
|
||||
x = Math.round(x * 100.0) / 100.0;
|
||||
y = Math.round(y * 100.0) / 100.0;
|
||||
|
||||
x1 = Math.round(x1 * 100.0) / 100.0;
|
||||
y1 = Math.round(y1 * 100.0) / 100.0;
|
||||
x2 = Math.round(x2 * 100.0) / 100.0;
|
||||
|
@ -59,10 +201,50 @@ public class NURBSTo extends Row
|
|||
|
||||
shape.setLastX(x);
|
||||
shape.setLastY(y);
|
||||
|
||||
return "<curve x1=\"" + String.valueOf(x1) + "\" y1=\"" + String.valueOf(y1) +
|
||||
|
||||
// solution for degree 3 rational b spline where knots are grouped by sets of 3
|
||||
if (nurbs.getDegree() == 3 && nurbs.isOrderedByThree(this.getA()))
|
||||
{
|
||||
//first control points
|
||||
List<mxPoint> cp1 = new ArrayList<mxPoint>();
|
||||
//second control points
|
||||
List<mxPoint> cp2 = new ArrayList<mxPoint>();
|
||||
//nuts
|
||||
List<mxPoint> nut = new ArrayList<mxPoint>();
|
||||
int nurbsize = nurbs.getSize();
|
||||
|
||||
for (int i = 0; i < nurbsize - 1; i = i + 3)
|
||||
{
|
||||
cp1.add(new mxPoint(nurbs.getX(i), nurbs.getY(i)));
|
||||
cp2.add(new mxPoint(nurbs.getX(i + 1), nurbs.getY(i + 1)));
|
||||
if (i < nurbsize - 2)
|
||||
{
|
||||
nut.add(new mxPoint(nurbs.getX(i + 2), nurbs.getY(i + 2)));
|
||||
}
|
||||
else
|
||||
{
|
||||
nut.add(new mxPoint(x, y));
|
||||
}
|
||||
}
|
||||
|
||||
//form path data
|
||||
String result = "";
|
||||
|
||||
for (int i = 0; i < cp1.size(); i++)
|
||||
{
|
||||
result += "<curve x1=\"" + cp1.get(i).getX() + "\" y1=\"" + cp1.get(i).getY() +
|
||||
"\" x2=\"" + cp2.get(i).getX() + "\" y2=\"" + cp2.get(i).getY() +
|
||||
"\" x3=\"" + nut.get(i).getX() + "\" y3=\"" + nut.get(i).getY() + "\"/>\n";
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
else
|
||||
{
|
||||
return "<curve x1=\"" + String.valueOf(x1) + "\" y1=\"" + String.valueOf(y1) +
|
||||
"\" x2=\"" + String.valueOf(x2) + "\" y2=\"" + String.valueOf(y2) +
|
||||
"\" x3=\"" + String.valueOf(x) + "\" y3=\"" + String.valueOf(y) + "\"/>";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -41,8 +41,8 @@ public class PolylineTo extends Row
|
|||
|
||||
LinkedList<String> polyEntriesList = new LinkedList<String>(Arrays.asList(aValue.split(",")));
|
||||
|
||||
polyEntriesList.remove(0);
|
||||
polyEntriesList.remove(0);
|
||||
double xRel = Double.parseDouble(polyEntriesList.remove(0));
|
||||
double yRel = Double.parseDouble(polyEntriesList.remove(0));
|
||||
double currX = 0;
|
||||
double currY = 0;
|
||||
|
||||
|
@ -50,6 +50,18 @@ public class PolylineTo extends Row
|
|||
{
|
||||
currX = Double.valueOf(polyEntriesList.remove(0)) * mxVsdxUtils.conversionFactor;
|
||||
currY = Double.valueOf(polyEntriesList.remove(0)) * mxVsdxUtils.conversionFactor;
|
||||
|
||||
if (xRel == 1)
|
||||
{
|
||||
currX = currX * 100.0 / w;
|
||||
}
|
||||
|
||||
if (xRel == 1)
|
||||
{
|
||||
currY = currY * 100.0 / h;
|
||||
}
|
||||
|
||||
|
||||
currY = 100 - currY;
|
||||
|
||||
currX = Math.round(currX * 100.0) / 100.0;
|
||||
|
@ -61,6 +73,8 @@ public class PolylineTo extends Row
|
|||
result += "<line x=\"" + String.valueOf(currX) + "\" y=\"" + String.valueOf(currY) + "\"/>";
|
||||
}
|
||||
|
||||
result += "<line x=\"" + String.valueOf(x) + "\" y=\"" + String.valueOf(y) + "\"/>";
|
||||
|
||||
if (shape.getLastMoveX() == x && shape.getLastMoveY() == y)
|
||||
{
|
||||
result += "<close/>";
|
||||
|
|
|
@ -71,8 +71,9 @@ public class RowFactory
|
|||
break;
|
||||
case "A":
|
||||
a = getDoubleVal(val);
|
||||
//TODO check the reason for this
|
||||
//Special case for PolylineTo where we need the F attribute instead of V
|
||||
formulaA = cell.getAttribute("F");
|
||||
formulaA = cell.getAttribute("V");
|
||||
break;
|
||||
case "B":
|
||||
b = getDoubleVal(val);
|
||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
CACHE MANIFEST
|
||||
|
||||
# THIS FILE WAS GENERATED. DO NOT MODIFY!
|
||||
# 06/26/2017 04:46 PM
|
||||
# 06/28/2017 01:29 PM
|
||||
|
||||
app.html
|
||||
index.html?offline=1
|
||||
|
|
1228
war/js/app.min.js
vendored
1228
war/js/app.min.js
vendored
File diff suppressed because one or more lines are too long
581
war/js/atlas-viewer.min.js
vendored
581
war/js/atlas-viewer.min.js
vendored
File diff suppressed because one or more lines are too long
837
war/js/atlas.min.js
vendored
837
war/js/atlas.min.js
vendored
File diff suppressed because it is too large
Load diff
|
@ -487,16 +487,7 @@ App.main = function(callback)
|
|||
|
||||
if ((temp != null) || (plugins != null && plugins.length > 0))
|
||||
{
|
||||
// Workaround for need to load plugins now but wait for UI instance
|
||||
App.DrawPlugins = [];
|
||||
|
||||
// Global entry point for plugins is Draw.loadPlugin. This is the only
|
||||
// long-term supported solution for access to the EditorUi instance.
|
||||
window.Draw = new Object();
|
||||
window.Draw.loadPlugin = function(callback)
|
||||
{
|
||||
App.DrawPlugins.push(callback);
|
||||
};
|
||||
App.initPluginCallback();
|
||||
}
|
||||
|
||||
if (temp != null)
|
||||
|
@ -712,6 +703,26 @@ if (urlParams['embed'] != '1')
|
|||
App.prototype.menubarHeight = 60;
|
||||
}
|
||||
|
||||
/**
|
||||
* Queue for loading plugins and wait for UI instance
|
||||
*/
|
||||
App.initPluginCallback = function()
|
||||
{
|
||||
if (App.DrawPlugins == null)
|
||||
{
|
||||
// Workaround for need to load plugins now but wait for UI instance
|
||||
App.DrawPlugins = [];
|
||||
|
||||
// Global entry point for plugins is Draw.loadPlugin. This is the only
|
||||
// long-term supported solution for access to the EditorUi instance.
|
||||
window.Draw = new Object();
|
||||
window.Draw.loadPlugin = function(callback)
|
||||
{
|
||||
App.DrawPlugins.push(callback);
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Translates this point by the given vector.
|
||||
*
|
||||
|
@ -4312,84 +4323,6 @@ App.prototype.convertFile = function(url, filename, mimeType, extension, success
|
|||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Checks if the client is authorized and calls the next step.
|
||||
*/
|
||||
App.prototype.loadUrl = function(url, success, error, forceBinary, retry, dataUriPrefix)
|
||||
{
|
||||
try
|
||||
{
|
||||
var binary = forceBinary || /(\.png)($|\?)/i.test(url) ||
|
||||
/(\.jpe?g)($|\?)/i.test(url) || /(\.gif)($|\?)/i.test(url);
|
||||
retry = (retry != null) ? retry : true;
|
||||
|
||||
var fn = mxUtils.bind(this, function()
|
||||
{
|
||||
mxUtils.get(url, mxUtils.bind(this, function(req)
|
||||
{
|
||||
if (req.getStatus() >= 200 && req.getStatus() <= 299)
|
||||
{
|
||||
if (success != null)
|
||||
{
|
||||
var data = req.getText();
|
||||
|
||||
// Returns PNG as base64 encoded data URI
|
||||
if (binary)
|
||||
{
|
||||
// NOTE: This requires BinaryToArray VB script in the page
|
||||
if ((document.documentMode == 9 || document.documentMode == 10) &&
|
||||
typeof window.mxUtilsBinaryToArray !== 'undefined')
|
||||
{
|
||||
var bin = mxUtilsBinaryToArray(req.request.responseBody).toArray();
|
||||
var tmp = new Array(bin.length);
|
||||
|
||||
for (var i = 0; i < bin.length; i++)
|
||||
{
|
||||
tmp[i] = String.fromCharCode(bin[i]);
|
||||
}
|
||||
|
||||
data = tmp.join('');
|
||||
}
|
||||
|
||||
// LATER: Could be JPG but modern browsers
|
||||
// ignore the mime type in the data URI
|
||||
dataUriPrefix = (dataUriPrefix != null) ? dataUriPrefix : 'data:image/png;base64,';
|
||||
data = dataUriPrefix + this.base64Encode(data);
|
||||
}
|
||||
|
||||
success(data);
|
||||
}
|
||||
}
|
||||
else if (error != null)
|
||||
{
|
||||
error({code: App.ERROR_UNKNOWN});
|
||||
}
|
||||
}), function()
|
||||
{
|
||||
if (error != null)
|
||||
{
|
||||
error({code: App.ERROR_UNKNOWN});
|
||||
}
|
||||
}, binary, this.timeout, function()
|
||||
{
|
||||
if (retry && error != null)
|
||||
{
|
||||
error({code: App.ERROR_TIMEOUT, retry: fn});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
fn();
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
if (error != null)
|
||||
{
|
||||
error(e);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Adds the listener for automatically saving the diagram for local changes.
|
||||
*/
|
||||
|
|
|
@ -205,6 +205,17 @@
|
|||
|
||||
Editor.prototype.fontCss = config.fontCss;
|
||||
}
|
||||
|
||||
if (config.plugins != null)
|
||||
{
|
||||
// Required for callback
|
||||
App.initPluginCallback();
|
||||
|
||||
for (var i = 0; i < config.plugins.length; i++)
|
||||
{
|
||||
mxscript(config.plugins[i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -2995,8 +2995,10 @@
|
|||
/**
|
||||
*
|
||||
*/
|
||||
EditorUi.prototype.addCheckbox = function(div, label, checked, disabled, disableNewline)
|
||||
EditorUi.prototype.addCheckbox = function(div, label, checked, disabled, disableNewline, visible)
|
||||
{
|
||||
visible = (visible != null) ? visible : true;
|
||||
|
||||
var cb = document.createElement('input');
|
||||
cb.style.marginRight = '8px';
|
||||
cb.style.marginTop = '16px';
|
||||
|
@ -3013,12 +3015,15 @@
|
|||
cb.setAttribute('disabled', 'disabled');
|
||||
}
|
||||
|
||||
div.appendChild(cb);
|
||||
mxUtils.write(div, label);
|
||||
|
||||
if (!disableNewline)
|
||||
if (visible)
|
||||
{
|
||||
mxUtils.br(div);
|
||||
div.appendChild(cb);
|
||||
mxUtils.write(div, label);
|
||||
|
||||
if (!disableNewline)
|
||||
{
|
||||
mxUtils.br(div);
|
||||
}
|
||||
}
|
||||
|
||||
return cb;
|
||||
|
@ -3706,14 +3711,15 @@
|
|||
/**
|
||||
*
|
||||
*/
|
||||
EditorUi.prototype.showExportDialog = function(title, embedOption, btnLabel, helpLink, callback, cropOption, defaultInclude)
|
||||
EditorUi.prototype.showExportDialog = function(title, embedOption, btnLabel, helpLink, callback,
|
||||
cropOption, defaultInclude, format)
|
||||
{
|
||||
defaultInclude = (defaultInclude != null) ? defaultInclude : true;
|
||||
|
||||
var div = document.createElement('div');
|
||||
div.style.whiteSpace = 'nowrap';
|
||||
var graph = this.editor.graph;
|
||||
var height = 280;
|
||||
var height = (format == 'jpeg') ? 170 : 280;
|
||||
|
||||
var hd = document.createElement('h3');
|
||||
mxUtils.write(hd, title);
|
||||
|
@ -3727,7 +3733,7 @@
|
|||
zoomInput.style.width = '60px';
|
||||
zoomInput.style.marginLeft = '4px';
|
||||
zoomInput.style.marginRight = '12px';
|
||||
zoomInput.value = '100%';
|
||||
zoomInput.value = this.lastExportZoom || '100%';
|
||||
div.appendChild(zoomInput);
|
||||
|
||||
mxUtils.write(div, mxResources.get('borderWidth') + ':');
|
||||
|
@ -3736,12 +3742,12 @@
|
|||
borderInput.style.marginRight = '16px';
|
||||
borderInput.style.width = '60px';
|
||||
borderInput.style.marginLeft = '4px';
|
||||
borderInput.value = '0';
|
||||
borderInput.value = this.lastExportBorder || '0';
|
||||
div.appendChild(borderInput);
|
||||
mxUtils.br(div);
|
||||
|
||||
var transparent = this.addCheckbox(div, mxResources.get('transparentBackground'),
|
||||
graph.background == mxConstants.NONE || graph.background == null);
|
||||
graph.background == mxConstants.NONE || graph.background == null, null, null, format != 'jpeg');
|
||||
var selection = this.addCheckbox(div, mxResources.get('selectionOnly'),
|
||||
false, graph.isSelectionEmpty());
|
||||
|
||||
|
@ -3790,9 +3796,9 @@
|
|||
height += 26;
|
||||
}
|
||||
|
||||
var include = this.addCheckbox(div, mxResources.get('includeCopyOfMyDiagram'), defaultInclude);
|
||||
var include = this.addCheckbox(div, mxResources.get('includeCopyOfMyDiagram'), defaultInclude, null, null, format != 'jpeg');
|
||||
var hasPages = this.pages != null && this.pages.length > 1;
|
||||
var allPages = allPages = this.addCheckbox(div, (hasPages) ? mxResources.get('allPages') : '', hasPages, !hasPages);
|
||||
var allPages = this.addCheckbox(div, (hasPages) ? mxResources.get('allPages') : '', hasPages, !hasPages, null, format != 'jpeg');
|
||||
allPages.style.marginLeft = '24px';
|
||||
allPages.style.marginBottom = '16px';
|
||||
|
||||
|
@ -3820,6 +3826,9 @@
|
|||
|
||||
var dlg = new CustomDialog(this, div, mxUtils.bind(this, function()
|
||||
{
|
||||
this.lastExportBorder = borderInput.value;
|
||||
this.lastExportZoom = zoomInput.value;
|
||||
|
||||
callback(zoomInput.value, transparent.checked, !selection.checked, shadow.checked,
|
||||
include.checked, cb5.checked, borderInput.value, cb6.checked, !allPages.checked);
|
||||
}), null, btnLabel, helpLink);
|
||||
|
@ -3836,91 +3845,6 @@
|
|||
}
|
||||
};
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
EditorUi.prototype.showExportJpgDialog = function(helpLink, callback)
|
||||
{
|
||||
var div = document.createElement('div');
|
||||
div.style.whiteSpace = 'nowrap';
|
||||
var graph = this.editor.graph;
|
||||
|
||||
var hd = document.createElement('h3');
|
||||
mxUtils.write(hd, mxResources.get('formatJpg'));
|
||||
hd.style.cssText = 'width:100%;text-align:center;margin-top:0px;margin-bottom:10px';
|
||||
div.appendChild(hd);
|
||||
|
||||
mxUtils.write(div, mxResources.get('zoom') + ':');
|
||||
var zoomInput = document.createElement('input');
|
||||
zoomInput.setAttribute('type', 'text');
|
||||
zoomInput.style.marginRight = '16px';
|
||||
zoomInput.style.width = '60px';
|
||||
zoomInput.style.marginLeft = '4px';
|
||||
zoomInput.style.marginBottom = '4px';
|
||||
zoomInput.value = '100%';
|
||||
div.appendChild(zoomInput);
|
||||
|
||||
mxUtils.write(div, mxResources.get('borderWidth') + ':');
|
||||
var borderInput = document.createElement('input');
|
||||
borderInput.setAttribute('type', 'text');
|
||||
borderInput.style.marginRight = '16px';
|
||||
borderInput.style.width = '60px';
|
||||
borderInput.style.marginLeft = '4px';
|
||||
borderInput.value = '0';
|
||||
div.appendChild(borderInput);
|
||||
mxUtils.br(div);
|
||||
|
||||
var selection = this.addCheckbox(div, mxResources.get('selectionOnly'),
|
||||
false, graph.isSelectionEmpty());
|
||||
|
||||
var cb6 = document.createElement('input');
|
||||
cb6.style.marginTop = '16px';
|
||||
cb6.style.marginRight = '8px';
|
||||
cb6.setAttribute('type', 'checkbox');
|
||||
|
||||
div.appendChild(cb6);
|
||||
mxUtils.write(div, mxResources.get('crop'));
|
||||
mxUtils.br(div);
|
||||
|
||||
if (graph.isSelectionEmpty())
|
||||
{
|
||||
cb6.setAttribute('disabled', 'disabled');
|
||||
}
|
||||
else
|
||||
{
|
||||
cb6.setAttribute('checked', 'checked');
|
||||
cb6.defaultChecked = true;
|
||||
}
|
||||
|
||||
var shadow = this.addCheckbox(div, mxResources.get('shadow'), graph.shadowVisible);
|
||||
|
||||
var cb5 = document.createElement('input');
|
||||
cb5.style.marginTop = '16px';
|
||||
cb5.style.marginRight = '8px';
|
||||
cb5.setAttribute('type', 'checkbox');
|
||||
|
||||
if (this.isOffline() || !this.canvasSupported)
|
||||
{
|
||||
cb5.setAttribute('disabled', 'disabled');
|
||||
}
|
||||
|
||||
var dlg = new CustomDialog(this, div, mxUtils.bind(this, function()
|
||||
{
|
||||
callback(zoomInput.value, !selection.checked, shadow.checked, borderInput.value, cb6.checked);
|
||||
}), null, mxResources.get('export'), helpLink);
|
||||
this.showDialog(dlg.container, 320, 190, true, true);
|
||||
zoomInput.focus();
|
||||
|
||||
if (mxClient.IS_FF || document.documentMode >= 5 || mxClient.IS_QUIRKS)
|
||||
{
|
||||
zoomInput.select();
|
||||
}
|
||||
else
|
||||
{
|
||||
document.execCommand('selectAll', false, null);
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
@ -4462,6 +4386,34 @@
|
|||
fonts[url] = url;
|
||||
waiting++;
|
||||
|
||||
var mime = 'application/x-font-ttf';
|
||||
|
||||
// See https://stackoverflow.com/questions/2871655/proper-mime-type-for-fonts
|
||||
if (/(\.svg)($|\?)/i.test(url))
|
||||
{
|
||||
mime = 'image/svg+xml';
|
||||
}
|
||||
else if (/(\.otf)($|\?)/i.test(url))
|
||||
{
|
||||
mime = 'application/x-font-opentype';
|
||||
}
|
||||
else if (/(\.woff)($|\?)/i.test(url))
|
||||
{
|
||||
mime = 'application/font-woff';
|
||||
}
|
||||
else if (/(\.woff2)($|\?)/i.test(url))
|
||||
{
|
||||
mime = 'application/font-woff2';
|
||||
}
|
||||
else if (/(\.eot)($|\?)/i.test(url))
|
||||
{
|
||||
mime = 'application/vnd.ms-fontobject';
|
||||
}
|
||||
else if (/(\.sfnt)($|\?)/i.test(url))
|
||||
{
|
||||
mime = 'application/font-sfnt';
|
||||
}
|
||||
|
||||
var realUrl = url;
|
||||
|
||||
if ((/^https?:\/\//.test(realUrl)) && !this.isCorsEnabledForUrl(realUrl))
|
||||
|
@ -4469,7 +4421,7 @@
|
|||
realUrl = PROXY_URL + '?url=' + encodeURIComponent(url);
|
||||
}
|
||||
|
||||
// TODO: Remove cache-control header
|
||||
// LATER: Remove cache-control header
|
||||
this.loadUrl(realUrl, mxUtils.bind(this, function(uri)
|
||||
{
|
||||
fonts[url] = uri;
|
||||
|
@ -4477,10 +4429,10 @@
|
|||
finish();
|
||||
}), mxUtils.bind(this, function(err)
|
||||
{
|
||||
// TODO: handle error
|
||||
// LATER: handle error
|
||||
waiting--;
|
||||
finish();
|
||||
}), true, null, 'data:application/x-font-ttf;charset=utf-8;base64,');
|
||||
}), true, null, 'data:' + mime + ';charset=utf-8;base64,');
|
||||
}
|
||||
}))(parts[i].substring(0, idx));
|
||||
}
|
||||
|
@ -4732,6 +4684,84 @@
|
|||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Checks if the client is authorized and calls the next step.
|
||||
*/
|
||||
EditorUi.prototype.loadUrl = function(url, success, error, forceBinary, retry, dataUriPrefix)
|
||||
{
|
||||
try
|
||||
{
|
||||
var binary = forceBinary || /(\.png)($|\?)/i.test(url) ||
|
||||
/(\.jpe?g)($|\?)/i.test(url) || /(\.gif)($|\?)/i.test(url);
|
||||
retry = (retry != null) ? retry : true;
|
||||
|
||||
var fn = mxUtils.bind(this, function()
|
||||
{
|
||||
mxUtils.get(url, mxUtils.bind(this, function(req)
|
||||
{
|
||||
if (req.getStatus() >= 200 && req.getStatus() <= 299)
|
||||
{
|
||||
if (success != null)
|
||||
{
|
||||
var data = req.getText();
|
||||
|
||||
// Returns PNG as base64 encoded data URI
|
||||
if (binary)
|
||||
{
|
||||
// NOTE: This requires BinaryToArray VB script in the page
|
||||
if ((document.documentMode == 9 || document.documentMode == 10) &&
|
||||
typeof window.mxUtilsBinaryToArray !== 'undefined')
|
||||
{
|
||||
var bin = mxUtilsBinaryToArray(req.request.responseBody).toArray();
|
||||
var tmp = new Array(bin.length);
|
||||
|
||||
for (var i = 0; i < bin.length; i++)
|
||||
{
|
||||
tmp[i] = String.fromCharCode(bin[i]);
|
||||
}
|
||||
|
||||
data = tmp.join('');
|
||||
}
|
||||
|
||||
// LATER: Could be JPG but modern browsers
|
||||
// ignore the mime type in the data URI
|
||||
dataUriPrefix = (dataUriPrefix != null) ? dataUriPrefix : 'data:image/png;base64,';
|
||||
data = dataUriPrefix + this.base64Encode(data);
|
||||
}
|
||||
|
||||
success(data);
|
||||
}
|
||||
}
|
||||
else if (error != null)
|
||||
{
|
||||
error({code: App.ERROR_UNKNOWN});
|
||||
}
|
||||
}), function()
|
||||
{
|
||||
if (error != null)
|
||||
{
|
||||
error({code: App.ERROR_UNKNOWN});
|
||||
}
|
||||
}, binary, this.timeout, function()
|
||||
{
|
||||
if (retry && error != null)
|
||||
{
|
||||
error({code: App.ERROR_TIMEOUT, retry: fn});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
fn();
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
if (error != null)
|
||||
{
|
||||
error(e);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Returns true if the given URL is known to have CORS headers.
|
||||
*/
|
||||
|
|
|
@ -81,12 +81,12 @@ GraphViewer.prototype.checkVisibleState = true;
|
|||
GraphViewer.prototype.init = function(container, xmlNode, graphConfig)
|
||||
{
|
||||
this.graphConfig = (graphConfig != null) ? graphConfig : {};
|
||||
this.autoFit = (graphConfig['auto-fit'] != null) ?
|
||||
graphConfig['auto-fit'] : this.autoFit;
|
||||
this.allowZoomIn = (graphConfig['allow-zoom-in'] != null) ?
|
||||
graphConfig['allow-zoom-in'] : this.allowZoomIn;
|
||||
this.checkVisibleState = (graphConfig['check-visible-state'] != null) ?
|
||||
graphConfig['check-visible-state'] : this.checkVisibleState;
|
||||
this.autoFit = (this.graphConfig['auto-fit'] != null) ?
|
||||
this.graphConfig['auto-fit'] : this.autoFit;
|
||||
this.allowZoomIn = (this.graphConfig['allow-zoom-in'] != null) ?
|
||||
this.graphConfig['allow-zoom-in'] : this.allowZoomIn;
|
||||
this.checkVisibleState = (this.graphConfig['check-visible-state'] != null) ?
|
||||
this.graphConfig['check-visible-state'] : this.checkVisibleState;
|
||||
this.toolbarItems = (this.graphConfig.toolbar != null) ?
|
||||
this.graphConfig.toolbar.split(' ') : [];
|
||||
this.zoomEnabled = mxUtils.indexOf(this.toolbarItems, 'zoom') >= 0;
|
||||
|
@ -95,6 +95,7 @@ GraphViewer.prototype.init = function(container, xmlNode, graphConfig)
|
|||
this.lightboxClickEnabled = this.graphConfig.lightbox != false;
|
||||
this.initialWidth = (container != null) ? container.style.width : null;
|
||||
this.widthIsEmpty = (this.initialWidth != null) ? this.initialWidth == '' : true;
|
||||
this.currentPage = parseInt(this.graphConfig.page) || 0;
|
||||
this.editor = null;
|
||||
|
||||
if (xmlNode != null)
|
||||
|
@ -147,8 +148,6 @@ GraphViewer.prototype.init = function(container, xmlNode, graphConfig)
|
|||
}
|
||||
|
||||
// Adds page placeholders
|
||||
this.currentPage = parseInt(this.graphConfig.page) || 0;
|
||||
|
||||
if (xmlNode.nodeName == 'mxfile')
|
||||
{
|
||||
var diagrams = xmlNode.getElementsByTagName('diagram');
|
||||
|
|
|
@ -1183,24 +1183,26 @@
|
|||
this.editorUi.exportImage(val / 100, transparentBackground, ignoreSelection,
|
||||
addShadow, editable, border, !cropImage, currentPage);
|
||||
}
|
||||
}), true, false);
|
||||
}), true, false, 'png');
|
||||
}), parent);
|
||||
|
||||
if (editorUi.jpgSupported)
|
||||
{
|
||||
menu.addItem(mxResources.get('formatJpg') + '...', null, mxUtils.bind(this, function()
|
||||
{
|
||||
editorUi.showExportJpgDialog('https://support.draw.io/display/DO/Exporting+Files',
|
||||
mxUtils.bind(this, function(scale, ignoreSelection, addShadow, border, cropImage)
|
||||
editorUi.showExportDialog(mxResources.get('image'), false, mxResources.get('export'),
|
||||
'https://support.draw.io/display/DO/Exporting+Files',
|
||||
mxUtils.bind(this, function(scale, transparentBackground, ignoreSelection,
|
||||
addShadow, editable, embedImages, border, cropImage, currentPage)
|
||||
{
|
||||
var val = parseInt(scale);
|
||||
|
||||
if (!isNaN(val) && val > 0)
|
||||
{
|
||||
this.editorUi.exportImage(val / 100, false, ignoreSelection,
|
||||
addShadow, false, border, !cropImage, false, 'jpeg');
|
||||
this.editorUi.exportImage(val / 100, false, ignoreSelection,
|
||||
addShadow, false, border, !cropImage, false, 'jpeg');
|
||||
}
|
||||
}), true);
|
||||
}), true, false, 'jpeg');
|
||||
}), parent);
|
||||
}
|
||||
}
|
||||
|
@ -1239,7 +1241,7 @@
|
|||
this.editorUi.exportSvg(val / 100, transparentBackground, ignoreSelection,
|
||||
addShadow, editable, embedImages, border, !cropImage, currentPage);
|
||||
}
|
||||
}), true);
|
||||
}), true, null, 'svg');
|
||||
}), parent);
|
||||
|
||||
menu.addSeparator(parent);
|
||||
|
|
2
war/js/embed-static.min.js
vendored
2
war/js/embed-static.min.js
vendored
|
@ -184,7 +184,7 @@ f)+"\n"+t+"}":"{"+x.join(",")+"}";f=t;return l}}"function"!==typeof Date.prototy
|
|||
e=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,f,g,h={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},k;"function"!==typeof JSON.stringify&&(JSON.stringify=function(a,b,d){var e;g=f="";if("number"===typeof d)for(e=0;e<d;e+=1)g+=" ";else"string"===typeof d&&(g=d);if((k=b)&&"function"!==typeof b&&("object"!==typeof b||"number"!==typeof b.length))throw Error("JSON.stringify");return c("",{"":a})});
|
||||
"function"!==typeof JSON.parse&&(JSON.parse=function(a,b){function c(a,d){var e,f,g=a[d];if(g&&"object"===typeof g)for(e in g)Object.prototype.hasOwnProperty.call(g,e)&&(f=c(g,e),void 0!==f?g[e]=f:delete g[e]);return b.call(a,d,g)}var e;a=""+a;d.lastIndex=0;d.test(a)&&(a=a.replace(d,function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)}));if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,
|
||||
"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return e=eval("("+a+")"),"function"===typeof b?c({"":e},""):e;throw new SyntaxError("JSON.parse");})})();var mxBasePath="https://www.draw.io/mxgraph/",mxLoadStylesheets=mxLoadResources=!1,mxLanguage="en";window.urlParams=window.urlParams||{};window.MAX_REQUEST_SIZE=window.MAX_REQUEST_SIZE||10485760;window.MAX_AREA=window.MAX_AREA||225E6;window.EXPORT_URL=window.EXPORT_URL||"/export";window.SAVE_URL=window.SAVE_URL||"/save";window.OPEN_URL=window.OPEN_URL||"/open";window.RESOURCES_PATH=window.RESOURCES_PATH||"resources";window.RESOURCE_BASE=window.RESOURCE_BASE||window.RESOURCES_PATH+"/grapheditor";window.STENCIL_PATH=window.STENCIL_PATH||"stencils";window.IMAGE_PATH=window.IMAGE_PATH||"images";
|
||||
window.STYLE_PATH=window.STYLE_PATH||"styles";window.CSS_PATH=window.CSS_PATH||"styles";window.OPEN_FORM=window.OPEN_FORM||"open.html";window.mxBasePath=window.mxBasePath||"../../../src";window.mxLanguage=window.mxLanguage||urlParams.lang;window.mxLanguages=window.mxLanguages||["de"];var mxClient={VERSION:"6.8.6",IS_IE:0<=navigator.userAgent.indexOf("MSIE"),IS_IE6:0<=navigator.userAgent.indexOf("MSIE 6"),IS_IE11:!!navigator.userAgent.match(/Trident\/7\./),IS_EDGE:!!navigator.userAgent.match(/Edge\//),IS_QUIRKS:0<=navigator.userAgent.indexOf("MSIE")&&(null==document.documentMode||5==document.documentMode),IS_EM:"spellcheck"in document.createElement("textarea")&&8==document.documentMode,VML_PREFIX:"v",OFFICE_PREFIX:"o",IS_NS:0<=navigator.userAgent.indexOf("Mozilla/")&&0>navigator.userAgent.indexOf("MSIE")&&
|
||||
window.STYLE_PATH=window.STYLE_PATH||"styles";window.CSS_PATH=window.CSS_PATH||"styles";window.OPEN_FORM=window.OPEN_FORM||"open.html";window.mxBasePath=window.mxBasePath||"../../../src";window.mxLanguage=window.mxLanguage||urlParams.lang;window.mxLanguages=window.mxLanguages||["de"];var mxClient={VERSION:"6.8.7",IS_IE:0<=navigator.userAgent.indexOf("MSIE"),IS_IE6:0<=navigator.userAgent.indexOf("MSIE 6"),IS_IE11:!!navigator.userAgent.match(/Trident\/7\./),IS_EDGE:!!navigator.userAgent.match(/Edge\//),IS_QUIRKS:0<=navigator.userAgent.indexOf("MSIE")&&(null==document.documentMode||5==document.documentMode),IS_EM:"spellcheck"in document.createElement("textarea")&&8==document.documentMode,VML_PREFIX:"v",OFFICE_PREFIX:"o",IS_NS:0<=navigator.userAgent.indexOf("Mozilla/")&&0>navigator.userAgent.indexOf("MSIE")&&
|
||||
0>navigator.userAgent.indexOf("Edge/"),IS_OP:0<=navigator.userAgent.indexOf("Opera/")||0<=navigator.userAgent.indexOf("OPR/"),IS_OT:0<=navigator.userAgent.indexOf("Presto/")&&0>navigator.userAgent.indexOf("Presto/2.4.")&&0>navigator.userAgent.indexOf("Presto/2.3.")&&0>navigator.userAgent.indexOf("Presto/2.2.")&&0>navigator.userAgent.indexOf("Presto/2.1.")&&0>navigator.userAgent.indexOf("Presto/2.0.")&&0>navigator.userAgent.indexOf("Presto/1."),IS_SF:0<=navigator.userAgent.indexOf("AppleWebKit/")&&
|
||||
0>navigator.userAgent.indexOf("Chrome/")&&0>navigator.userAgent.indexOf("Edge/"),IS_IOS:navigator.userAgent.match(/(iPad|iPhone|iPod)/g)?!0:!1,IS_GC:0<=navigator.userAgent.indexOf("Chrome/")&&0>navigator.userAgent.indexOf("Edge/"),IS_CHROMEAPP:null!=window.chrome&&null!=chrome.app&&null!=chrome.app.runtime,IS_FF:0<=navigator.userAgent.indexOf("Firefox/"),IS_MT:0<=navigator.userAgent.indexOf("Firefox/")&&0>navigator.userAgent.indexOf("Firefox/1.")&&0>navigator.userAgent.indexOf("Firefox/2.")||0<=navigator.userAgent.indexOf("Iceweasel/")&&
|
||||
0>navigator.userAgent.indexOf("Iceweasel/1.")&&0>navigator.userAgent.indexOf("Iceweasel/2.")||0<=navigator.userAgent.indexOf("SeaMonkey/")&&0>navigator.userAgent.indexOf("SeaMonkey/1.")||0<=navigator.userAgent.indexOf("Iceape/")&&0>navigator.userAgent.indexOf("Iceape/1."),IS_SVG:0<=navigator.userAgent.indexOf("Firefox/")||0<=navigator.userAgent.indexOf("Iceweasel/")||0<=navigator.userAgent.indexOf("Seamonkey/")||0<=navigator.userAgent.indexOf("Iceape/")||0<=navigator.userAgent.indexOf("Galeon/")||
|
||||
|
|
2
war/js/reader.min.js
vendored
2
war/js/reader.min.js
vendored
|
@ -184,7 +184,7 @@ f)+"\n"+t+"}":"{"+x.join(",")+"}";f=t;return l}}"function"!==typeof Date.prototy
|
|||
e=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,f,g,h={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},k;"function"!==typeof JSON.stringify&&(JSON.stringify=function(a,b,d){var e;g=f="";if("number"===typeof d)for(e=0;e<d;e+=1)g+=" ";else"string"===typeof d&&(g=d);if((k=b)&&"function"!==typeof b&&("object"!==typeof b||"number"!==typeof b.length))throw Error("JSON.stringify");return c("",{"":a})});
|
||||
"function"!==typeof JSON.parse&&(JSON.parse=function(a,b){function c(a,d){var e,f,g=a[d];if(g&&"object"===typeof g)for(e in g)Object.prototype.hasOwnProperty.call(g,e)&&(f=c(g,e),void 0!==f?g[e]=f:delete g[e]);return b.call(a,d,g)}var e;a=""+a;d.lastIndex=0;d.test(a)&&(a=a.replace(d,function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)}));if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,
|
||||
"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return e=eval("("+a+")"),"function"===typeof b?c({"":e},""):e;throw new SyntaxError("JSON.parse");})})();var mxBasePath="https://www.draw.io/mxgraph/",mxLoadStylesheets=mxLoadResources=!1,mxLanguage="en";window.urlParams=window.urlParams||{};window.MAX_REQUEST_SIZE=window.MAX_REQUEST_SIZE||10485760;window.MAX_AREA=window.MAX_AREA||225E6;window.EXPORT_URL=window.EXPORT_URL||"/export";window.SAVE_URL=window.SAVE_URL||"/save";window.OPEN_URL=window.OPEN_URL||"/open";window.RESOURCES_PATH=window.RESOURCES_PATH||"resources";window.RESOURCE_BASE=window.RESOURCE_BASE||window.RESOURCES_PATH+"/grapheditor";window.STENCIL_PATH=window.STENCIL_PATH||"stencils";window.IMAGE_PATH=window.IMAGE_PATH||"images";
|
||||
window.STYLE_PATH=window.STYLE_PATH||"styles";window.CSS_PATH=window.CSS_PATH||"styles";window.OPEN_FORM=window.OPEN_FORM||"open.html";window.mxBasePath=window.mxBasePath||"../../../src";window.mxLanguage=window.mxLanguage||urlParams.lang;window.mxLanguages=window.mxLanguages||["de"];var mxClient={VERSION:"6.8.6",IS_IE:0<=navigator.userAgent.indexOf("MSIE"),IS_IE6:0<=navigator.userAgent.indexOf("MSIE 6"),IS_IE11:!!navigator.userAgent.match(/Trident\/7\./),IS_EDGE:!!navigator.userAgent.match(/Edge\//),IS_QUIRKS:0<=navigator.userAgent.indexOf("MSIE")&&(null==document.documentMode||5==document.documentMode),IS_EM:"spellcheck"in document.createElement("textarea")&&8==document.documentMode,VML_PREFIX:"v",OFFICE_PREFIX:"o",IS_NS:0<=navigator.userAgent.indexOf("Mozilla/")&&0>navigator.userAgent.indexOf("MSIE")&&
|
||||
window.STYLE_PATH=window.STYLE_PATH||"styles";window.CSS_PATH=window.CSS_PATH||"styles";window.OPEN_FORM=window.OPEN_FORM||"open.html";window.mxBasePath=window.mxBasePath||"../../../src";window.mxLanguage=window.mxLanguage||urlParams.lang;window.mxLanguages=window.mxLanguages||["de"];var mxClient={VERSION:"6.8.7",IS_IE:0<=navigator.userAgent.indexOf("MSIE"),IS_IE6:0<=navigator.userAgent.indexOf("MSIE 6"),IS_IE11:!!navigator.userAgent.match(/Trident\/7\./),IS_EDGE:!!navigator.userAgent.match(/Edge\//),IS_QUIRKS:0<=navigator.userAgent.indexOf("MSIE")&&(null==document.documentMode||5==document.documentMode),IS_EM:"spellcheck"in document.createElement("textarea")&&8==document.documentMode,VML_PREFIX:"v",OFFICE_PREFIX:"o",IS_NS:0<=navigator.userAgent.indexOf("Mozilla/")&&0>navigator.userAgent.indexOf("MSIE")&&
|
||||
0>navigator.userAgent.indexOf("Edge/"),IS_OP:0<=navigator.userAgent.indexOf("Opera/")||0<=navigator.userAgent.indexOf("OPR/"),IS_OT:0<=navigator.userAgent.indexOf("Presto/")&&0>navigator.userAgent.indexOf("Presto/2.4.")&&0>navigator.userAgent.indexOf("Presto/2.3.")&&0>navigator.userAgent.indexOf("Presto/2.2.")&&0>navigator.userAgent.indexOf("Presto/2.1.")&&0>navigator.userAgent.indexOf("Presto/2.0.")&&0>navigator.userAgent.indexOf("Presto/1."),IS_SF:0<=navigator.userAgent.indexOf("AppleWebKit/")&&
|
||||
0>navigator.userAgent.indexOf("Chrome/")&&0>navigator.userAgent.indexOf("Edge/"),IS_IOS:navigator.userAgent.match(/(iPad|iPhone|iPod)/g)?!0:!1,IS_GC:0<=navigator.userAgent.indexOf("Chrome/")&&0>navigator.userAgent.indexOf("Edge/"),IS_CHROMEAPP:null!=window.chrome&&null!=chrome.app&&null!=chrome.app.runtime,IS_FF:0<=navigator.userAgent.indexOf("Firefox/"),IS_MT:0<=navigator.userAgent.indexOf("Firefox/")&&0>navigator.userAgent.indexOf("Firefox/1.")&&0>navigator.userAgent.indexOf("Firefox/2.")||0<=navigator.userAgent.indexOf("Iceweasel/")&&
|
||||
0>navigator.userAgent.indexOf("Iceweasel/1.")&&0>navigator.userAgent.indexOf("Iceweasel/2.")||0<=navigator.userAgent.indexOf("SeaMonkey/")&&0>navigator.userAgent.indexOf("SeaMonkey/1.")||0<=navigator.userAgent.indexOf("Iceape/")&&0>navigator.userAgent.indexOf("Iceape/1."),IS_SVG:0<=navigator.userAgent.indexOf("Firefox/")||0<=navigator.userAgent.indexOf("Iceweasel/")||0<=navigator.userAgent.indexOf("Seamonkey/")||0<=navigator.userAgent.indexOf("Iceape/")||0<=navigator.userAgent.indexOf("Galeon/")||
|
||||
|
|
587
war/js/viewer.min.js
vendored
587
war/js/viewer.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -22,15 +22,15 @@ allProjects=Всички проекти
|
|||
allSpaces=Всички празни полета
|
||||
allTags=Всички тагове
|
||||
anchor=Анкор
|
||||
android=Андроид
|
||||
android=Android
|
||||
angle=Ъгъл
|
||||
areYouSure=Сигурни ли сте?
|
||||
ensureDataSaved=Моля уверете се, че цялата Ви информация е запазена, преди да затворите.
|
||||
allChangesSaved=Всички промени са запазени
|
||||
allChangesSavedInDrive=Всички промени са запазени в Drive
|
||||
allowPopups=Разрешете изскачащите прозорци да избягват този диалогов прозорец
|
||||
allowPopups=Разрешете изскачащите прозорци, за да избегнете този диалогов прозорец
|
||||
alreadyConnected=Възлите вече са свързани
|
||||
apply=Пиложи
|
||||
apply=Прилагане
|
||||
archiMate21=ArchiMate 2.1
|
||||
arrange=Подреждане
|
||||
arrow=Стрелка
|
||||
|
@ -73,11 +73,11 @@ business=Бизнес
|
|||
busy=Операцията се изпълнява
|
||||
cabinets=Шкафове
|
||||
cancel=Отказ
|
||||
center=Центрирай
|
||||
center=Центриране
|
||||
cannotLoad=Опитите за качване са неуспешни. Моля опитайте отново по-късно.
|
||||
cannotLogin=Опитите за качване са неуспешни. Моля опитайте отново по-късно.
|
||||
cannotOpenFile=Файлът не може да бъде отворен
|
||||
change=Промени
|
||||
change=Промяна
|
||||
changeOrientation=Промяна на ориентацията
|
||||
changeUser=Промяна на потребител
|
||||
changesNotSaved=Промените не са запазени
|
||||
|
@ -87,12 +87,12 @@ chatWindowTitle=Чат
|
|||
chooseAnOption=Изберете опция
|
||||
chromeApp=Chrome приложение
|
||||
compressed=Компресиран
|
||||
commitMessage=Commit Message
|
||||
commitMessage=Съобщение при подаване
|
||||
csv=CSV
|
||||
draftFound=Открита е чернова за {1}. За да продължите, я качете в редактора или я откажете.
|
||||
dragAndDropNotSupported=Опцията влачене и пускане не се поддържа за изображения. Желаете ли да импортирате вместо това?
|
||||
dragAndDropNotSupported=Опцията плъзгане и пускане не се поддържа за изображения. Желаете ли да импортирате вместо това?
|
||||
dropboxCharsNotAllowed=Следните знаци не са позволени: \ / : ? * " |
|
||||
check=Провери
|
||||
check=Проверка
|
||||
circle=Кръг
|
||||
cisco=Cisco
|
||||
classic=Класически
|
||||
|
@ -105,7 +105,7 @@ collaborators=Сътрудници
|
|||
collapse=Свиване
|
||||
collapseExpand=Свиване/Разтягане
|
||||
collapse-expand="Кликни за свиване/разтягане\кликване на nShift-за преместване на съседни \кликване на nAlt-за запазване размера на групата"
|
||||
collapsible=Collapsible
|
||||
collapsible=Свиващо
|
||||
comic=Комично
|
||||
comment=Коментар
|
||||
commentsNotes=Коментари/Бележки
|
||||
|
@ -116,10 +116,10 @@ connection=Връзка
|
|||
connectionArrows=Свързващи стрели
|
||||
connectionPoints=Свързващи точки
|
||||
constrainProportions=Ограничаване на пропорциите
|
||||
containsValidationErrors=Ограничаване на грешките за потвърждение
|
||||
containsValidationErrors=Ограничаване на грешките при валидиране
|
||||
copiedToClipboard=Копирано в клипборда
|
||||
copy=Копиране
|
||||
copyConnect=Copy on connect
|
||||
copyConnect=Копиране при свързване
|
||||
copyOf=Копие на {1}
|
||||
copyOfDrawing=Копие на чертеж
|
||||
copyStyle=Начин на копиране
|
||||
|
@ -143,7 +143,7 @@ deleteLibrary500=Грешка при изтриването на библиот
|
|||
deleteLibraryConfirm=На път сте да изтриете тази библиотека за постоянно. Сигурни ли сте, че искте да го направите?
|
||||
deleteRow=Изтриване на ред
|
||||
description=Описание
|
||||
device=Уред
|
||||
device=Устройство
|
||||
diagram=Диаграма
|
||||
diagramContent=Съдържание на диаграмата
|
||||
diagramLocked=Диаграмата е заключена, за да се предотврати загубата на данни.
|
||||
|
@ -166,7 +166,7 @@ doubleClickOrientation=Кликнете два пъти за промяна на
|
|||
doubleClickTooltip=Кликнете два пъти за вмъкване на текст
|
||||
doubleClickChangeProperty=Кликнете два пъти за промяна на името на функцията
|
||||
download=Изтегляне
|
||||
downloadAs=Изтегли като
|
||||
downloadAs=Изтегляне като
|
||||
clickHereToSave=Кликнете тук за запазване
|
||||
draftDiscarded=Черновата е отказана
|
||||
draftSaved=Черновата е запазена
|
||||
|
@ -205,7 +205,7 @@ electrical=Електрически
|
|||
embedNotice=Поставете това веднъж в края на страницата
|
||||
enterGroup=Въведете група
|
||||
enterName=Въведете име
|
||||
enterPropertyName=Въведете име на функция
|
||||
enterPropertyName=Въведете име на свойство
|
||||
enterValue=Въведете стойност
|
||||
entityRelation=ER Модел
|
||||
error=Грешка
|
||||
|
@ -228,9 +228,9 @@ exitGroup=Изход от групата
|
|||
expand=Разтягане
|
||||
export=Експортиране
|
||||
exporting=Експортиране
|
||||
exportAs=Експортирай като
|
||||
exportAs=Експортиране като
|
||||
exportOptionsDisabled=Опцията за експортиране е деактивирана
|
||||
exportOptionsDisabledDetails=Собственикът е деактивирал опциите за изтегляне, принтиране и копиране за кората, които коменттират и разглеждат този файл.
|
||||
exportOptionsDisabledDetails=Собственикът е деактивирал опциите за изтегляне, принтиране и копиране за хората, които коментират и разглеждат този файл.
|
||||
extras=Екстри
|
||||
facebook=Facebook
|
||||
failedToSaveTryReconnect=Неуспешно запазване, опит за повторно свързване
|
||||
|
@ -243,7 +243,7 @@ fileChangedOverwrite=Файлът беше променен. Презаписв
|
|||
overwrite=Презаписване
|
||||
filename=Име на файл
|
||||
fileExists=Файлът вече съществува
|
||||
fileNearlyFullSeeFaq=Файлът е почти пълен, моля вижте Често задавани въпроси
|
||||
fileNearlyFullSeeFaq=Файлът е почти пълен, моля вижте раздела Често задавани въпроси
|
||||
fileNotFound=Файлът не е намерен
|
||||
repositoryNotFound=Репозитарът не е намерен
|
||||
fileNotFoundOrDenied=Файлът не е намерен. Той не съществува или нямате разрешение да го четете.
|
||||
|
@ -254,7 +254,7 @@ fileWillBeSavedInAppFolder={1} ще бъъде запазен в папката
|
|||
fill=Запълване
|
||||
fillColor=Цвят за запълване
|
||||
find=Откриване
|
||||
fit=Нагласяне
|
||||
fit=Побиране
|
||||
fitContainer=Промяна размера на контейнера
|
||||
fitIntoContainer=Побиране в контейнера
|
||||
fitPage=Побиране в страницата
|
||||
|
@ -265,9 +265,9 @@ fitToBy=от
|
|||
fitToSheetsDown=страница(и) надолу
|
||||
fitTwoPages=Две страници
|
||||
fitWindow=Побиране в прозореца
|
||||
flip=Завърти огледално
|
||||
flipH=Завърти огледално в хоризонтална равнина.
|
||||
flipV=Завърти огледално във вертикална равнина.
|
||||
flip=Завъртане огледално
|
||||
flipH=Завъртане огледално в хоризонтална равнина
|
||||
flipV=Завърти огледално във вертикална равнина
|
||||
flowchart=Блок-схема
|
||||
folder=Папка
|
||||
font=Шрифт
|
||||
|
@ -316,8 +316,8 @@ heading=Заглавие
|
|||
height=Височина
|
||||
help=Помощ
|
||||
helpTranslate=Помогнете ни да преведем това приложение
|
||||
hide=Скрий
|
||||
hideIt=Скрий {1}
|
||||
hide=Скриване
|
||||
hideIt=Скриване на {1}
|
||||
hidden=Скрит
|
||||
home=Начална страница
|
||||
horizontal=Хоризонтален
|
||||
|
@ -327,7 +327,7 @@ howTranslate=Колко е добър преводът на Вашия език?
|
|||
html=HTML
|
||||
htmlText=HTML текст
|
||||
iframe=IFrame
|
||||
ignore=Игнорирай
|
||||
ignore=Игнориране
|
||||
image=Изображение
|
||||
imageUrl=URL на изпбражението
|
||||
images=Изображения
|
||||
|
@ -335,7 +335,7 @@ imagePreviewError=Това изображение не може да се зар
|
|||
imageTooBig=Изображението е прекалено голямо
|
||||
imgur=Imgur
|
||||
import=Импортиране
|
||||
importFrom=Импортирай от
|
||||
importFrom=Импортиране от
|
||||
includeCopyOfMyDiagram=Включи копие от моята диаграма
|
||||
increaseIndent=Увеличаване на отстъпа
|
||||
decreaseIndent=Намаляване на отстъпа
|
||||
|
@ -343,8 +343,8 @@ insert=Вмъкване
|
|||
insertColumnBefore=Вмъкване на колона отляво
|
||||
insertColumnAfter=Вмъкване на колона отдясно
|
||||
insertEllipse=Вмъкване на елипса
|
||||
insertImage=Вмъкване на избражение
|
||||
insertHorizontalRule=Вмъкване на хоризонатлналиния
|
||||
insertImage=Вмъкване на изборажение
|
||||
insertHorizontalRule=Вмъкване на хоризонатлна линия
|
||||
insertLink=Вмъкване на линк
|
||||
insertPage=Вмъкване на страница
|
||||
insertRectangle=Вмъкване на правоъгълник
|
||||
|
@ -353,7 +353,7 @@ insertRowAfter=Вмъкване на ред отдолу
|
|||
insertText=Вмъкване на текст
|
||||
inserting=Вмъкване
|
||||
invalidFilename=Диаграмата не трябва да съдържа следните символи: \ / | : ; { } < > & + ? = "
|
||||
invalidLicenseSeeThisPage=Вашият лиценз не е валиде. Моля вижте тук <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
|
||||
invalidLicenseSeeThisPage=Вашият лиценз не е валиден. Моля вижте тук <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
|
||||
invalidName=Невалидно име
|
||||
invalidOrMissingFile=Невалиден или липсващ файл
|
||||
invalidPublicUrl=Невалиден публичен URL
|
||||
|
@ -682,14 +682,14 @@ businessprocess=Бизнес процеси
|
|||
charts=Графики
|
||||
engineering=Инженерство
|
||||
flowcharts=Блок-схеми
|
||||
gmdl=Material Design
|
||||
mindmaps=Mindmaps
|
||||
mockups=Mockups
|
||||
networkdiagrams=Network Diagrams
|
||||
nothingIsSelected=Nothing is selected
|
||||
other=Other
|
||||
softwaredesign=Software Design
|
||||
venndiagrams=Venn Diagrams
|
||||
webEmailOrOther=Web, email or any other internet address
|
||||
webLink=Web Link
|
||||
wireframes=Wireframes
|
||||
gmdl=Mатериален дизайн
|
||||
mindmaps=Мисловни карти
|
||||
mockups=Макети
|
||||
networkdiagrams=Мрежови диаграми
|
||||
nothingIsSelected=Нищо не е избрано
|
||||
other=Друго
|
||||
softwaredesign=Софтуерен дизайн
|
||||
venndiagrams=Диаграми на Вен
|
||||
webEmailOrOther=Уеб, имейл или друг интернет адрес
|
||||
webLink=Уеб линк
|
||||
wireframes=Схематични дизайни
|
||||
|
|
|
@ -371,7 +371,7 @@ lessThanAMinute=manje od minute
|
|||
licensingError=Greška pri licenciranju
|
||||
licenseHasExpired=Licenca za {1} je istekla {2}. Kliknite ovdje.
|
||||
licenseWillExpire=Licenca za {1} će isteći {2}. Kliknite ovdje.
|
||||
linkAccountRequired=Ukoliko dijagram nije javni, Google nalog je potreban za pregledanje linka.
|
||||
linkAccountRequired=Ukoliko dijagram nije javni, potreban je Google nalog za pregledanje linka.
|
||||
linkText=Poveži tekst
|
||||
list=Lista
|
||||
minute=minuta
|
||||
|
@ -627,7 +627,7 @@ textOpacity=Prozirnost teksta
|
|||
theme=Tema
|
||||
timeout=Tajm-aut
|
||||
title=Naslov
|
||||
to=preposition which cannot be translated on its own
|
||||
to=do
|
||||
toBack=Nazad
|
||||
toFront=Ispred
|
||||
tooltips=Opis alatki
|
||||
|
|
|
@ -1,51 +1,51 @@
|
|||
# *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
|
||||
# https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
|
||||
aboutDrawio=Sobre draw.io
|
||||
accessDenied=Access Denied
|
||||
accessDenied=Accés denegat
|
||||
actualSize=Mida real
|
||||
add=Afegeix
|
||||
addedFile=Added {1}
|
||||
addedFile=Afegit {1}
|
||||
addImages=Afegeix imatges
|
||||
addImageUrl=Afegeix l'URL de la imatge
|
||||
addLayer=Afegeix una capa
|
||||
addProperty=Afegeix una propietat
|
||||
address=Address
|
||||
address=Adreça
|
||||
addToExistingDrawing=Afegeix al dibuix actual
|
||||
addWaypoint=Afegeix Waypoint
|
||||
adjustTo=Adjust to
|
||||
adjustTo=Ajustar a
|
||||
advanced=Avançat
|
||||
align=Alinea
|
||||
alignment=Alineació
|
||||
allChangesLost=Es perderan tots els canvis!
|
||||
allPages=All Pages
|
||||
allProjects=All Projects
|
||||
allSpaces=All Spaces
|
||||
allTags=All Tags
|
||||
anchor=Anchor
|
||||
allChangesLost=Es perdran tots els canvis!
|
||||
allPages=Totes les pàgines
|
||||
allProjects=Tots els projectes
|
||||
allSpaces=Tots els espais
|
||||
allTags=Totes les etiquetes
|
||||
anchor=Enllaç
|
||||
android=Android
|
||||
angle=Angle
|
||||
areYouSure=N'esteu segurs?
|
||||
ensureDataSaved=Si-us-plau, assegureu-vos que heu desat les dades abans de tancar.
|
||||
ensureDataSaved=Si us plau, assegura't d'haver desat les dades abans de tancar.
|
||||
allChangesSaved=S'han desat tots els canvis
|
||||
allChangesSavedInDrive=S'han desat tots els canvis a Drive
|
||||
allowPopups=Permeteu els elements emergents per evitar el quadre de diàleg.
|
||||
allowPopups=Permet els elements emergents per evitar aquest quadre de diàleg.
|
||||
alreadyConnected=Els nodes ja estan connectats
|
||||
apply=Aplica
|
||||
archiMate21=ArchiMate 2.1
|
||||
arrange=Organitza
|
||||
arrow=Fletxa
|
||||
arrows=Fletxes
|
||||
asNew=Com nou
|
||||
asNew=Com a nou
|
||||
atlas=Atles
|
||||
author=Author
|
||||
author=Autor
|
||||
authorizationRequired=Cal autorització
|
||||
authorizeThisAppIn=Autoritzeu aquesta aplicació a {1}:
|
||||
authorizeThisAppIn=Autoritza aquesta aplicació a {1}:
|
||||
authorize=Autoritza
|
||||
authorizing=Autoritzant
|
||||
automatic=Automàtic
|
||||
autosave=Desat automàtic
|
||||
autosize=Autodimensionar
|
||||
attachments=Attachments
|
||||
attachments=Arxius adjunts
|
||||
aws=AWS
|
||||
aws3d=AWS 3D
|
||||
azure=Azure
|
||||
|
@ -64,35 +64,35 @@ borderColor=Color de la vora
|
|||
borderWidth=Amplada de la vora
|
||||
bottom=Abaix
|
||||
bottomAlign=Alineació inferior
|
||||
bottomLeft=Bottom Left
|
||||
bottomRight=Bottom Right
|
||||
bottomLeft=Abaix esquerra
|
||||
bottomRight=Abaix dreta
|
||||
bpmn=BPMN
|
||||
browser=Navegador
|
||||
bulletedList=Llista de vinyetes
|
||||
business=Business
|
||||
busy=Operation in progress
|
||||
bulletedList=Llista de pics
|
||||
business=Professional
|
||||
busy=Operació en marxa
|
||||
cabinets=Cabinets
|
||||
cancel=Cancel·lar
|
||||
center=Centra
|
||||
cannotLoad=Els intents de càrrega han fallat. Si-us-plau, torneu a intentar-ho més tard.
|
||||
cannotLogin=Els intents d'inici de sessió han fallat. Si-us-plau, torneu a intentar-ho més tard.
|
||||
cannotOpenFile=No es pot obrir el ftxer
|
||||
cannotLoad=La càrrega ha fallat. Si us plau, torna a intentar-ho més tard.
|
||||
cannotLogin=L'inici de sessió ha fallat. Si us plau, torna a intentar-ho més tard.
|
||||
cannotOpenFile=No es pot obrir el fitxer
|
||||
change=Canvia
|
||||
changeOrientation=Canvia l'orientació
|
||||
changeUser=Canvia d'usuari
|
||||
changesNotSaved=No s'han desat els canvis
|
||||
chatJoined={1} s'ha afegit
|
||||
chatLeft={1} ha abandonat
|
||||
chatLeft={1} ha sortit
|
||||
chatWindowTitle=Xat
|
||||
chooseAnOption=Escolliu una opció
|
||||
chromeApp=Chrome App
|
||||
compressed=Compressed
|
||||
commitMessage=Commit Message
|
||||
chromeApp=Aplicació Chrome
|
||||
compressed=Comprimit
|
||||
commitMessage=Missatge de Commit
|
||||
csv=CSV
|
||||
draftFound=A draft for '{1}' has been found. Load it into the editor or discard it to continue.
|
||||
dragAndDropNotSupported=Drag und Drop wird für Bilder nicht unterstützt. Möchten Sie stattdessen importieren?
|
||||
dropboxCharsNotAllowed=The following characters are not allowed: \ / : ? * " |
|
||||
check=Check
|
||||
draftFound=S'ha trobat un esborrany per a '{1}'. Carrega'l a l'editor o descarta'l per continuar.
|
||||
dragAndDropNotSupported=Les imatges no es poden arrosegar i amollar. Vols importar-les?
|
||||
dropboxCharsNotAllowed=No es permeten aquests caràcters: \ / : ? * " |
|
||||
check=Comprova
|
||||
circle=Cercle
|
||||
cisco=Cisco
|
||||
classic=Clàssic
|
||||
|
@ -104,22 +104,22 @@ collaborator=Col·laborador
|
|||
collaborators=Col·laboradors
|
||||
collapse=Minimitza
|
||||
collapseExpand=Minimitza/Maximitza
|
||||
collapse-expand=Feu clic per minimitzar/maximitzar\ premeu Shift per moure els veïns \premeu Alt per protegir la mida del grup
|
||||
collapse-expand=Fes clic per minimitzar/maximitzar\nPrem Shift per moure els veïns \nPrem Alt per protegir la mida del grup
|
||||
collapsible=Minimitzable
|
||||
comic=Comic
|
||||
comment=Comment
|
||||
comic=Còmic
|
||||
comment=Comentari
|
||||
commentsNotes=Comentaris/Notes
|
||||
connect=Connecta
|
||||
connecting=Connectant
|
||||
connectWithDrive=Connecta amb Google Drive
|
||||
connection=Connexió
|
||||
connectionArrows=Connection Arrows
|
||||
connectionArrows=Fletxes de connexió
|
||||
connectionPoints=Punts de connexió
|
||||
constrainProportions=Limita les proporcions
|
||||
containsValidationErrors=Conté errors de validació
|
||||
copiedToClipboard=Copied to clipboard
|
||||
copiedToClipboard=Copiat al portapapers
|
||||
copy=Copia
|
||||
copyConnect=Copia a connectar
|
||||
copyConnect=Copia en connectar
|
||||
copyOf=Còpia de {1}
|
||||
copyOfDrawing=Còpia del dibuix
|
||||
copyStyle=Copia l'estil
|
||||
|
@ -127,7 +127,7 @@ create=Crea
|
|||
createNewDiagram=Crea un diagrama nou
|
||||
createRevision=Crea una revisió
|
||||
createShape=Crea una forma
|
||||
crop=Crop
|
||||
crop=Retalla
|
||||
curved=Corbada
|
||||
custom=Personalitza
|
||||
current=Actual
|
||||
|
@ -137,55 +137,55 @@ decideLater=Decideix més tard
|
|||
default=Predeterminat
|
||||
delete=Elimina
|
||||
deleteColumn=Elimina la columna
|
||||
deleteLibrary401=Insufficient permissions to delete this library
|
||||
deleteLibrary404=Selected library could not be found
|
||||
deleteLibrary500=Error deleting library
|
||||
deleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do this?
|
||||
deleteLibrary401=Permisos insuficients per eliminar aquesta biblioteca
|
||||
deleteLibrary404=La biblioteca seleccionada no s'ha trobat
|
||||
deleteLibrary500=Error en esborrar la biblioteca
|
||||
deleteLibraryConfirm=Estàs a punt d'esborrar permanentment aquesta biblioteca. Estàs segur de voler-ho fer?
|
||||
deleteRow=Elimina la fila
|
||||
description=Description
|
||||
description=Descripció
|
||||
device=Dispositiu
|
||||
diagram=Diagrama
|
||||
diagramContent=Diagram Content
|
||||
diagramLocked=El diagrama s'ha bloquejat per evitar la pèrdua de dades
|
||||
diagramContent=Contingut del diagrama
|
||||
diagramLocked=El diagrama s'ha bloquejat per evitar la pèrdua de dades.
|
||||
diagramName=Nom del diagrama
|
||||
diagramIsPublic=Diagram is public
|
||||
diagramIsNotPublic=Diagram is not public
|
||||
diagramIsPublic=El diagrama és públic
|
||||
diagramIsNotPublic=El diagrama no és públic
|
||||
diamond=Diamant
|
||||
diamondThin=Diamant (Fi)
|
||||
didYouKnow=Sabíeu que...
|
||||
diamondThin=Diamant (fi)
|
||||
didYouKnow=Sabies que...
|
||||
direction=Direcció
|
||||
discard=Discard
|
||||
discardChangesAndReconnect=Descartar canvis i torna a connectar
|
||||
googleDriveMissingClickHere=No trobeu Google Drive?
|
||||
discardChanges=Discard Changes
|
||||
disconnected=Desconnectant
|
||||
distribute=Distribueix
|
||||
discard=Descartar
|
||||
discardChangesAndReconnect=Descartar canvis i tornar a connectar
|
||||
googleDriveMissingClickHere=No trobes Google Drive? Clica aquí!
|
||||
discardChanges=Descartar els canvis
|
||||
disconnected=Desconnectat
|
||||
distribute=Distribuir
|
||||
done=Finalitzat
|
||||
dotted=Puntejat
|
||||
doubleClickOrientation=Fes doble clic per canviar l'orientació
|
||||
doubleClickTooltip=Fes doble clic per inserir text
|
||||
doubleClickChangeProperty=Doubleclick to change property name
|
||||
download=Descarrega
|
||||
downloadAs=Descarrega com
|
||||
clickHereToSave=Click here to save.
|
||||
draftDiscarded=Draft discarded
|
||||
draftSaved=Draft saved
|
||||
dragElementsHere=Drag elements here
|
||||
doubleClickChangeProperty=Fes doble clic per canviar el nom de la propietat
|
||||
download=Descarregar
|
||||
downloadAs=Descarregar com
|
||||
clickHereToSave=Clica aquí per desar.
|
||||
draftDiscarded=Esborrany descartat
|
||||
draftSaved=Esborrany desat
|
||||
dragElementsHere=Arrossega elements aquí
|
||||
dragImagesHere=Arrossega les imatges o els URL aquí
|
||||
dragUrlsHere=Arrosega els URL aquí
|
||||
draw.io=draw.io
|
||||
drawing=Dibuix{1}
|
||||
drawingEmpty=El dibuix està buit
|
||||
drawingTooLarge=El dibuix és massa gran
|
||||
drawioForWork=Draw.io for GSuite
|
||||
drawioForWork=Draw.io per a GSuite
|
||||
dropbox=Dropbox
|
||||
duplicate=Duplica
|
||||
duplicate=Duplicar
|
||||
duplicateIt=Duplica {1}
|
||||
divider=Separador
|
||||
east=Est
|
||||
edit=Edita
|
||||
editData=Edit Data
|
||||
editDiagram=Edit Diagram
|
||||
editData=Edita les dades
|
||||
editDiagram=Edita el diagrama
|
||||
editGeometry=Edita la geometria
|
||||
editImage=Edita la imatge
|
||||
editImageUrl=Edita l'URL de la imatge
|
||||
|
@ -195,86 +195,86 @@ editStyle=Edita l'estil
|
|||
editText=Edita el text
|
||||
editTooltip=Edita els consells d'eines
|
||||
glass=Vidre
|
||||
googleImages=Google imatges
|
||||
googleImages=Google Images
|
||||
imageSearch=Buscador d'imatges
|
||||
eip=EIP
|
||||
embed=Incrusta
|
||||
embedImages=Embed Images
|
||||
embedImages=Incrusta imatges
|
||||
mainEmbedNotice=Enganxa-ho a la pàgina
|
||||
electrical=Electrical
|
||||
electrical=Elèctric
|
||||
embedNotice=Enganxa-ho una vegada al final de la pàgina
|
||||
enterGroup=Introdueix el grup
|
||||
enterGroup=Introdueix grup
|
||||
enterName=Introdueix el nom
|
||||
enterPropertyName=Introdueix el nom de propietat
|
||||
enterValue=Introdueix el valor
|
||||
entityRelation=Relació de l'entitat
|
||||
error=Error
|
||||
errorDeletingFile=Error Deleting File
|
||||
errorLoadingFile=Error al carregar el fitxer
|
||||
errorRenamingFile=Error al reanomenar el fitxer
|
||||
errorRenamingFileNotFound=Error al reanomenar el fitxer. No s'ha trobat el fitxer.
|
||||
errorRenamingFileForbidden=Error al reanomenar el fitxer. No disposa dels drets d'accés suficients.
|
||||
errorSavingDraft=Error saving draft
|
||||
errorSavingFile=Error al desar els fitxer
|
||||
errorSavingFileUnknown=Error a l'autoritzar els servidors de Google. Si-us-plau, actualitzeu la pàgina per reintentar-ho.
|
||||
errorSavingFileForbidden=Error al desar el fitxer. No disposeu dels drets d'accés suficients.
|
||||
errorSavingFileNameConflict=Could not save diagram. Current page already contains file named '{1}'.
|
||||
errorSavingFileNotFound=Error al desar. No s'ha trobat el fitxer.
|
||||
errorSavingFileSessionTimeout=Your session has ended. Please <a target='_blank' href='{1}'>{2}</a> and return to this tab to try to save again.
|
||||
errorSendingFeedback=Error a l'enviar la opinió.
|
||||
errorUpdatingPreview=Error updating preview.
|
||||
exit=Surt
|
||||
exitGroup=Surt del grup
|
||||
errorDeletingFile=Error en esborrar el fitxer
|
||||
errorLoadingFile=Error en carregar el fitxer
|
||||
errorRenamingFile=Error en canviar el nom del fitxer
|
||||
errorRenamingFileNotFound=Error en canviar el nom del fitxer. No s'ha trobat el fitxer.
|
||||
errorRenamingFileForbidden=Error en canviar el nom del fitxer. No disposa dels drets d'accés suficients.
|
||||
errorSavingDraft=Error en desar l'esborrany
|
||||
errorSavingFile=Error en desar el fitxer
|
||||
errorSavingFileUnknown=Error en autoritzar els servidors de Google. Si us plau, actualitza la pàgina per reintentar-ho.
|
||||
errorSavingFileForbidden=Error en desar el fitxer. No disposeu dels drets d'accés suficients.
|
||||
errorSavingFileNameConflict=No s'ha pogut desar el diagrama. La pàgina actual conté un fitxer anomenat '{1}'.
|
||||
errorSavingFileNotFound=Error en desar. No s'ha trobat el fitxer.
|
||||
errorSavingFileSessionTimeout=La teva sessió ha acabat. Si us plau, <a target='_blank' href='{1}'>{2}</a> i retorna a aquesta pestanya per intentar desar-ho de nou.
|
||||
errorSendingFeedback=Error en enviar la opinió.
|
||||
errorUpdatingPreview=Error pujant la vista prèvia.
|
||||
exit=Sortir
|
||||
exitGroup=Sortir del grup
|
||||
expand=Amplia
|
||||
export=Exporta
|
||||
exporting=Exporting
|
||||
exportAs=Exporta com
|
||||
exportOptionsDisabled=Export options disabled
|
||||
exportOptionsDisabledDetails=The owner has disabled options to download, print or copy for commenters and viewers on this file.
|
||||
exporting=Exportant
|
||||
exportAs=Exporta com a
|
||||
exportOptionsDisabled=Opcions d'exportació inactives
|
||||
exportOptionsDisabledDetails=El propietari ha desactivat les opcions per a descarregar, imprimir o copiar aquest fitxer per las que només tenen permís per visualitzar i comentar.
|
||||
extras=Extres
|
||||
facebook=Facebook
|
||||
failedToSaveTryReconnect=Error al guardar, intentant reconnectar
|
||||
failedToSaveTryReconnect=Error en desar, intentant reconnectar
|
||||
featureRequest=Sol·licitud de funcions
|
||||
feedback=Opinió
|
||||
feedbackSent=S'ha enviat la seva opinió correctament.
|
||||
floorplans=Floorplans
|
||||
file=fitxer
|
||||
fileChangedOverwrite=File was changed. Overwrite changes?
|
||||
overwrite=Overwrite
|
||||
floorplans=Plànols
|
||||
file=Fitxer
|
||||
fileChangedOverwrite=El fitxer s'ha modificat. Sobreescriure els canvis?
|
||||
overwrite=Sobreescriure
|
||||
filename=Nom del fitxer
|
||||
fileExists=Aquest fitxer ja existeix
|
||||
fileNearlyFullSeeFaq=File nearly full, please see FAQ
|
||||
fileNearlyFullSeeFaq=El fitxer està quasi ple, si us plau llegeix les PMF
|
||||
fileNotFound=No s'ha trobat el fitxer
|
||||
repositoryNotFound=Repository not found
|
||||
repositoryNotFound=No s'ha trobat el repositori
|
||||
fileNotFoundOrDenied=No s'ha trobat el fitxer. No existeix o no teniu permís de lectura.
|
||||
fileNotLoaded=No s'ha carregat el fitxer
|
||||
fileNotSaved=No s'ha desat el fitxer
|
||||
fileOpenLocation=Com desitja obrir aquest/s fitxer/s?
|
||||
fileOpenLocation=Com desitja obrir aquest(s) fitxer(s)?
|
||||
fileWillBeSavedInAppFolder={1} es desarà a la carpeta d'aplicacions.
|
||||
fill=Farcit
|
||||
fillColor=Color de farcit
|
||||
find=Find
|
||||
find=Buscar
|
||||
fit=Ajusta
|
||||
fitContainer=Redimensiona el contenidor
|
||||
fitIntoContainer=Ajusta'l al contenidor
|
||||
fitPage=Ajusta la pàgina
|
||||
fitPageWidth=Ajusta l'amplada de pàgina
|
||||
fitTo=Fit to
|
||||
fitToSheetsAcross=sheet(s) across
|
||||
fitToBy=by
|
||||
fitToSheetsDown=sheet(s) down
|
||||
fitTo=Ajusta a
|
||||
fitToSheetsAcross=pàgina(es) a través
|
||||
fitToBy=per
|
||||
fitToSheetsDown=pàgina(es) cap abaix
|
||||
fitTwoPages=Dues pàgines
|
||||
fitWindow=Ajusta la finestra
|
||||
flip=Inverteix
|
||||
flipH=Inverteix horitzontalment
|
||||
flipV=Inverteix verticalment
|
||||
flowchart=Flowchart
|
||||
folder=Folder
|
||||
flipH=Gira horitzontalment
|
||||
flipV=Gira verticalment
|
||||
flowchart=Diagrama de flux
|
||||
folder=Carpeta
|
||||
font=Font
|
||||
fontColor=Color de la font
|
||||
fontFamily=Família de la font
|
||||
fontSize=Mida de la font
|
||||
forbidden=No esteu autoritzats a accedir a aquest axiu
|
||||
forbidden=No esteu autoritzats a accedir a aquest fitxer
|
||||
format=Format
|
||||
formatPanel=Tauler de format
|
||||
formatted=Formatejat
|
||||
|
@ -283,7 +283,7 @@ formatPng=PNG
|
|||
formatGif=GIF
|
||||
formatJpg=JPEG
|
||||
formatPdf=PDF
|
||||
formatSvg=DVG
|
||||
formatSvg=SVG
|
||||
formatHtmlEmbedded=HTML
|
||||
formatSvgEmbedded=SVG (amb XML)
|
||||
formatVsdx=VSDX
|
||||
|
@ -293,9 +293,9 @@ forum=Fòrums de discussió i ajuda
|
|||
fromTemplate=Des de la plantilla
|
||||
fromTemplateUrl=Des de l'URL de la plantilla
|
||||
fromText=Des del text
|
||||
fromUrl=From URL
|
||||
fromThisPage=From this page
|
||||
fullscreen=Fullscreen
|
||||
fromUrl=Des de l'URL
|
||||
fromThisPage=Des d'aquesta pàgina
|
||||
fullscreen=Pantalla completa
|
||||
general=General
|
||||
github=GitHub
|
||||
global=Global
|
||||
|
@ -303,19 +303,19 @@ googleDocs=Google Docs
|
|||
googleDrive=Google Drive
|
||||
googleGadget=Google Gadget
|
||||
googlePlus=Google+
|
||||
googleSites=Webs Google
|
||||
gradient=Degradat
|
||||
googleSites=Google Sites
|
||||
gradient=Gradient
|
||||
gradientColor=Color
|
||||
grid=Quadrícula
|
||||
gridColor=Grid Color
|
||||
gridColor=Color de la quadrícula
|
||||
gridSize=Mida de la quadrícula
|
||||
group=Agrupa
|
||||
group=Agrupar
|
||||
guides=Guíes
|
||||
hateApp=Odio draw.io
|
||||
heading=Capçalera
|
||||
height=Alçada
|
||||
help=Ajuda
|
||||
helpTranslate=Ajudan's a traduir aquesta aplicació
|
||||
helpTranslate=Ajuda'ns a traduir aquesta aplicació
|
||||
hide=Amaga
|
||||
hideIt=Amaga {1}
|
||||
hidden=Amagat
|
||||
|
@ -323,16 +323,16 @@ home=Inici
|
|||
horizontal=Horitzontal
|
||||
horizontalFlow=Flux horitzontal
|
||||
horizontalTree=Arbre horitzontal
|
||||
howTranslate=How good is the translation in your language?
|
||||
howTranslate=És correcta la traducció al teu idioma?
|
||||
html=HTML
|
||||
htmlText=Text HTML
|
||||
iframe=IFrame
|
||||
ignore=Ignora
|
||||
image=Imatge
|
||||
imageUrl=Image URL
|
||||
imageUrl=URL de la imatge
|
||||
images=Imatges
|
||||
imagePreviewError=This image couldn't be loaded for preview. Please check the URL.
|
||||
imageTooBig=Image too big
|
||||
imagePreviewError=No s'ha pogut carregar la imatge per a la vista prèvia. Comprova l'URL.
|
||||
imageTooBig=La imatge és massa gran.
|
||||
imgur=Imgur
|
||||
import=Importa
|
||||
importFrom=Importa des de
|
||||
|
@ -342,22 +342,22 @@ decreaseIndent=Disminueix la sagnia
|
|||
insert=Afegeix
|
||||
insertColumnBefore=Afegeix una columna a l'esquerra
|
||||
insertColumnAfter=Afegeix una columna a la dreta
|
||||
insertEllipse=Afegeix un el·lipsi
|
||||
insertEllipse=Afegeix un el·lipse
|
||||
insertImage=Afegeix una imatge
|
||||
insertHorizontalRule=Afegeix una regla horizontal
|
||||
insertLink=Afegeix un enllaç
|
||||
insertPage=Insert Page
|
||||
insertPage=Afegeix una pàgina
|
||||
insertRectangle=Afegeix un rectangle
|
||||
insertRowBefore=Afegeix una fila amunt
|
||||
insertRowAfter=Afegeix una fila avall
|
||||
insertText=Afegeix text
|
||||
inserting=Afegint
|
||||
invalidFilename=Diagram names must not contain the following characters: \ / | : ; { } < > & + ? = "
|
||||
invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
|
||||
invalidFilename=Els noms dels diagrames no poden contenir els següents caràcters: \ / | : ; { < & + ? = "
|
||||
invalidLicenseSeeThisPage=La teva llicència no és vàlida, si us plau mira això <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
|
||||
invalidName=Nom invàlid
|
||||
invalidOrMissingFile=fitxer invàlid o desconegut
|
||||
invalidPublicUrl=Invalid public URL
|
||||
isometric=Isometric
|
||||
invalidOrMissingFile=Fitxer no vàlid o desconegut
|
||||
invalidPublicUrl=URL públic no vàlid
|
||||
isometric=Isomètric
|
||||
ios=iOS
|
||||
italic=Cursiva
|
||||
kennedy=Kennedy
|
||||
|
@ -365,15 +365,15 @@ keyboardShortcuts=Dreceres de teclat
|
|||
layers=Capes
|
||||
landscape=Horitzontal
|
||||
language=Idioma
|
||||
leanMapping=Lean Mapping
|
||||
leanMapping=Mapeig pobre
|
||||
lastChange=El darrer canvi s'ha efectuat fa {1}
|
||||
lessThanAMinute=menys d'un minut
|
||||
licensingError=Licensing Error
|
||||
licenseHasExpired=The license for {1} has expired on {2}. Click here.
|
||||
licenseWillExpire=The license for {1} will expire on {2}. Click here.
|
||||
linkAccountRequired=If the diagram is not public a Google account is required to view the link.
|
||||
linkText=Link Text
|
||||
list=List
|
||||
licensingError=Error de llicència
|
||||
licenseHasExpired=La llicència per a {1} ha expirat el {2}. Clica aquí.
|
||||
licenseWillExpire=La llicència per a {1} expira el {2}. Clica aquí.
|
||||
linkAccountRequired=Si el diagrama no és públic es requereix un compte de Google per a veure l'enllaç.
|
||||
linkText=Text de l'enllaç
|
||||
list=Llista
|
||||
minute=minut
|
||||
minutes=minuts
|
||||
hours=hores
|
||||
|
@ -381,89 +381,89 @@ days=dies
|
|||
months=mesos
|
||||
years=anys
|
||||
restartForChangeRequired=Cal refrescar la pàgina per a que els canvis tinguin efecte.
|
||||
laneColor=Color de la filera
|
||||
lastModified=Last modified
|
||||
layout=Disposició
|
||||
laneColor=Color de la fila
|
||||
lastModified=Modificat per darrera vegada
|
||||
layout=Disseny
|
||||
left=Esquerra
|
||||
leftAlign=Alinea a l'esquerra
|
||||
leftToRight=D'esquerra a dreta
|
||||
libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
|
||||
libraryTooltip=Arrossega i amolla formes aquí o clica + per a inserir. Doble clic per editar.
|
||||
lightbox=Lightbox
|
||||
line=Línia
|
||||
lineend=Final de la línia
|
||||
lineheight=Line Height
|
||||
lineheight=Alçada de la línia
|
||||
linestart=Inici de la línia
|
||||
linewidth=Amplada de la línia
|
||||
link=Enllaç
|
||||
links=Links
|
||||
links=Enllaços
|
||||
loading=Carregant
|
||||
lockUnlock=Bloquejar/Desbloquejar
|
||||
loggedOut=Desconnectat
|
||||
logIn=log in
|
||||
logIn=Iniciar sessió
|
||||
loveApp=M'encanta draw.io
|
||||
mathematicalTypesetting=Composició tipogràfica matemàtica
|
||||
makeCopy=Fes una còpia
|
||||
manual=Manual
|
||||
middle=Mig
|
||||
misc=Diversos
|
||||
mockups=Mockups
|
||||
modificationDate=Modification date
|
||||
modifiedBy=Modified by
|
||||
mockups=Esbossos
|
||||
modificationDate=Data de modificació
|
||||
modifiedBy=Modificat per
|
||||
more=Més
|
||||
moreResults=Més resultats
|
||||
moreShapes=Més formes
|
||||
move=Mou
|
||||
moveToFolder=Mou la carpeta
|
||||
moveToFolder=Mou a la carpeta
|
||||
moving=Movent
|
||||
moveSelectionTo=Mou la selecció a {1}
|
||||
name=Name
|
||||
name=Nom
|
||||
navigation=Navegació
|
||||
networking=Networking
|
||||
networking=Connexió
|
||||
new=Nou
|
||||
newLibrary=Biblioteca nova
|
||||
nextPage=Next Page
|
||||
noAttachments=No attachments found
|
||||
nextPage=Pàgina següent
|
||||
noAttachments=No s'han trobat arxius adjunts
|
||||
noColor=Sense color
|
||||
noFiles=No hi ha fitxers
|
||||
noFileSelected=No s'ha seleccionat cap fitxer
|
||||
noLibraries=No libraries found
|
||||
noLibraries=No s'han trobat biblioteques
|
||||
noMoreResults=No hi ha més resultats
|
||||
none=Cap
|
||||
noOtherViewers=No hi ha cap usuari
|
||||
noOtherViewers=No hi ha cap usuari més
|
||||
noPlugins=No hi cap plugin
|
||||
noPreview=No preview
|
||||
noPreview=No hi ha vista prèvia
|
||||
noResponse=El servidor no respon
|
||||
noResultsFor=No hi ha cap resultat per a {1}
|
||||
noRevisions=Sense revisions
|
||||
noSearchResults=No search results found
|
||||
noPageContentOrNotSaved=No anchors found on this page or it hasn't been saved yet
|
||||
noSearchResults=La cerca no té resultats
|
||||
noPageContentOrNotSaved=No s'han trobat enllaços a la pàgina o encara no s'ha desat
|
||||
normal=Normal
|
||||
north=Nord
|
||||
notADiagramFile=No és un fitxer de diagrama
|
||||
notALibraryFile=No és un fitxer de biblioteca
|
||||
notAvailable=No disponible
|
||||
notAUtf8File=Not a UTF-8 file
|
||||
notAUtf8File=No és un fitxer UTF-8
|
||||
notConnected=No connectat
|
||||
note=Nota
|
||||
notUsingService=No utilitzeu {1}?
|
||||
notUsingService=No utilitzes {1}?
|
||||
numberedList=Llista numerada
|
||||
offline=Desconnectat
|
||||
ok=Accepta
|
||||
oneDrive=OneDrive
|
||||
online=Online
|
||||
online=Connectat
|
||||
opacity=Opacitat
|
||||
open=Obre
|
||||
openArrow=Obre la fletxa
|
||||
openExistingDiagram=Obre un diagrama existent
|
||||
openFile=Obre un fitxer
|
||||
openFrom=Obre des de
|
||||
openLibrary=Open Library
|
||||
openLibrary=Obre biblioteca
|
||||
openLibraryFrom=Obre la biblioteca des de
|
||||
openLink=Obre enllaç
|
||||
openInNewWindow=Obre en una finestra nova
|
||||
openInThisWindow=Obre en la finestra actual
|
||||
openIt=Obre {1}
|
||||
openRecent=Open Recent
|
||||
openRecent=Obre recent
|
||||
openSupported=Els formats suportats inclouen els fitxers desats des del programari actual (.xml), .vsdx i .gliffy
|
||||
options=Opcions
|
||||
organic=Orgànic
|
||||
|
@ -472,153 +472,153 @@ otherViewer=altre usuari
|
|||
otherViewers=altres usuaris
|
||||
outline=Contorn
|
||||
oval=Oval
|
||||
page=Page
|
||||
pageContent=Page Content
|
||||
pageNotFound=Page not found
|
||||
pageWithNumber=Page-{1}
|
||||
page=Pàgina
|
||||
pageContent=Contingut de la pàgina
|
||||
pageNotFound=No s'ha trobat la pàgina
|
||||
pageWithNumber=Pàgina-{1}
|
||||
pages=Pàgines
|
||||
pageView=Vista de pàgina
|
||||
pageSetup=Configuració de la pàgina
|
||||
pageScale=Escala de la pàgina
|
||||
pan=Panorama
|
||||
panTooltip=Espai+Arrosega per moure
|
||||
pan=Panoràmica
|
||||
panTooltip=Espai+Arrosega per fer panoràmica
|
||||
paperSize=Mida del paper
|
||||
pattern=Patró
|
||||
paste=Enganxa
|
||||
pasteHere=Enganxa aquí
|
||||
pasteStyle=Enganxa l'estil
|
||||
perimeter=Perímetre
|
||||
permissionAnyone=Anyone can edit
|
||||
permissionAuthor=Only I can edit
|
||||
pickFolder=Pick a folder
|
||||
pickLibraryDialogTitle=Select Library
|
||||
permissionAnyone=Tothom pot editar
|
||||
permissionAuthor=Només jo puc editar
|
||||
pickFolder=Tria una carpeta
|
||||
pickLibraryDialogTitle=Selecciona biblioteca
|
||||
publicDiagramUrl=URL públic del diagrama
|
||||
placeholders=Placeholders
|
||||
placeholders=Espais reservats
|
||||
plantUml=PlantUML
|
||||
plugins=Plugins
|
||||
pluginUrl=URL del plugin
|
||||
pluginWarning=La pàgina actual sol·licita carregar el/els següent/s plugin/s:\n \n {1}\n \n Desitja carregar el/els plugins ara?\n \n NOTA : Només permeteu l'execució dels plugins si enteneu completament les implicacions de seguretat per fer-ho.\n
|
||||
plusTooltip=Fes clic y arrossega per connectar, fes clic per clonar i connectar, fes clic a shift per clonar
|
||||
pluginWarning=La pàgina actual sol·licita carregar el(s) següent(s) plugin(s):\n \n {1}\n \n Vols carregar aquest(s) plugin(s) ara?\n \n NOTA : Només permet l'execució dels plugins si entens completament les implicacions de seguretat de fer-ho.\n
|
||||
plusTooltip=Fes clic per connectar i clonar (Ctrl+clic per clonar, Máyus+clic per connectar). Arrossega per connectar (Ctrl+arrossega per clonar).
|
||||
portrait=Orientació vertical
|
||||
position=Posició
|
||||
posterPrint=Imprimeix cartell
|
||||
preferences=Preferències
|
||||
preview=Vista prèvia
|
||||
previousPage=Previous Page
|
||||
previousPage=Pàgina anterior
|
||||
print=Imprimeix
|
||||
printAllPages=Print All Pages
|
||||
procEng=Proc. Eng.
|
||||
project=Project
|
||||
priority=Priority
|
||||
printAllPages=Imprimeix totes les pàgines
|
||||
procEng=Enginyeria de processos
|
||||
project=Projecta
|
||||
priority=Prioritat
|
||||
properties=Propietats
|
||||
publish=Publish
|
||||
publish=Publica
|
||||
quickStart=Inici ràpid vídeo
|
||||
rack=Rack
|
||||
radialTree=Arbre radial
|
||||
readOnly=Només lectura
|
||||
reconnecting=Reconnectant
|
||||
recentlyUpdated=Recently Updated
|
||||
recentlyViewed=Recently Viewed
|
||||
redirectToNewApp=Aquest fitxer va ser creat o modificat a draw.io pro. Sereu redireccionats.
|
||||
realtimeTimeout=Sembla que heu fet canvis mentres estaveu desconnectats. Disculpeu les molèsties, no es poden desar aquests canvis.
|
||||
recentlyUpdated=Actualitzat recentment
|
||||
recentlyViewed=Visitat recentment
|
||||
redirectToNewApp=Aquest fitxer va ser creat o modificat en una versió posterior d'aquesta aplicació. Ara s'hi redireccionarà.
|
||||
realtimeTimeout=Sembla que hes fet canvis mentres estaves desconnectat. Disculpa les molèsties, no es poden desar aquests canvis.
|
||||
redo=Refés
|
||||
refresh=Actualiza
|
||||
regularExpression=Regular Expression
|
||||
refresh=Refresca
|
||||
regularExpression=Expressió normal
|
||||
rememberMe=Recorda'm
|
||||
rememberThisSetting=Recorda la configuració actual
|
||||
removeFormat=Esborra el format
|
||||
removeFromGroup=Elimina del grup
|
||||
removeIt=Elimina {1}
|
||||
removeWaypoint=Elimina el waypoint
|
||||
rename=Renomena
|
||||
renamed=Renomenat
|
||||
renameIt=Renomena {1}
|
||||
renaming=Renomenant
|
||||
replace=Replace
|
||||
rename=Canvia el nom
|
||||
renamed=Nom canviat
|
||||
renameIt=Canvia el nom a {1}
|
||||
renaming=Canviant el nom
|
||||
replace=Canvia de lloc
|
||||
replaceIt={1} ja existeix. Desitgeu substituir-lo?
|
||||
replaceExistingDrawing=Substitueix el dibuix existent
|
||||
required=requerit
|
||||
reset=Restableix
|
||||
resetView=Reset View
|
||||
resetView=Restableix la vista
|
||||
resize=Ajusta la mida
|
||||
retina=Retina
|
||||
responsive=Responsive
|
||||
responsive=Receptiu
|
||||
restore=Recupera
|
||||
restoring=Recuperant
|
||||
retryingIn=Reintentant en {1} segon/s
|
||||
retryingIn=Reintentant en {1} segon(s)
|
||||
retryingLoad=Càrrega fallida. Reintentant...
|
||||
retryingLogin=Temps d'accés esgotat. Reintentant...
|
||||
reverse=Reverse
|
||||
revision=Revision
|
||||
reverse=Revertir
|
||||
revision=Revisió
|
||||
revisionHistory=Historial de revisions
|
||||
right=Dreta
|
||||
rightAlign=Alinea a la dreta
|
||||
rightToLeft=De dreta a esquerra
|
||||
rotate=Gira
|
||||
rotateTooltip=Fes clic i arrossega per rodar, fes clic per girar 90 graus
|
||||
rotateTooltip=Fes clic i arrossega per rotar, fes clic per girar 90 graus
|
||||
rotation=Rotació
|
||||
rounded=Arrodonit
|
||||
save=Desa
|
||||
saveAndExit=Desa i surt
|
||||
saveAs=Anomena i desa
|
||||
saveAsXmlFile=Save as XML file?
|
||||
saveAs=Desa com
|
||||
saveAsXmlFile=Desar com a fitxer XML?
|
||||
saved=Desat
|
||||
saveDiagramsTo=Desa els diagramas a
|
||||
saveLibrary403=Insufficient permissions to edit this library
|
||||
saveLibrary500=There was an error while saving the library
|
||||
saveLibrary403=Permisos insuficients per editar aquesta biblioteca
|
||||
saveLibrary500=Hi ha hagut un error desant la biblioteca
|
||||
saving=Desant
|
||||
scratchpad=Scratchpad
|
||||
scrollbars=Barres de desplaçament
|
||||
search=Buscador
|
||||
searchShapes=Search Shapes
|
||||
search=Cercar
|
||||
searchShapes=Cercar formes
|
||||
selectAll=Selecciona-ho tot
|
||||
selectionOnly=Selection Only
|
||||
selectionOnly=Selecciona només
|
||||
selectEdges=Selecciona les vores
|
||||
selectFile=Select File
|
||||
selectFolder=Select Folder
|
||||
selectFile=Selecciona fitxer
|
||||
selectFolder=Selecciona carpeta
|
||||
selectFont=Selecciona una font
|
||||
selectNone=Select None
|
||||
selectNone=No seleccionar res
|
||||
selectVertices=Selecciona els vèrtexs
|
||||
sendMessage=Envia
|
||||
sendYourFeedbackToDrawIo=Envia la teva crítica a draw.io
|
||||
sendYourFeedbackToDrawIo=Envia la teva opinió a draw.io
|
||||
serviceUnavailableOrBlocked=Servei no disponible o bloquejat
|
||||
sessionExpired=La vostra sessió ha caducat. Si-us-plau, refresqueu la finestra del vostre navegador.
|
||||
sessionTimeoutOnSave=El temps límit de la sessió ha caducat i us heu desconnectat de Google Drive. Premeu Accepta per accedir i desar.
|
||||
sessionExpired=La teva sessió ha caducat. Si us plau, refresca la finestra del teu navegador.
|
||||
sessionTimeoutOnSave=El teva sessió ha caducat i s'ha desconnectat de Google Drive. Prem Accepta per accedir-hi i desar.
|
||||
setAsDefaultStyle=Estableix com estil predeterminat
|
||||
shadow=Ombra
|
||||
shape=Forma
|
||||
shapes=Formes
|
||||
share=Comparteix
|
||||
shareLink=Enllaç per a l'edició compartida.
|
||||
sharp=Nitidesa
|
||||
sharp=Angulós
|
||||
show=Mostra
|
||||
showStartScreen=Show Start Screen
|
||||
sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change selection. Alt+click to insert and connect.
|
||||
signs=Signs
|
||||
showStartScreen=Mostra la pantalla d'inici
|
||||
sidebarTooltip=Clica per expandir. Arrossega i amolla formes al diagrama. Máyus+clic per canviar la selecció. Alt+clic per inserir i connectar.
|
||||
signs=Signes
|
||||
signOut=Tanca la sessió
|
||||
simple=Simple
|
||||
simpleArrow=Fletxa simple
|
||||
size=Mida
|
||||
solid=Continu
|
||||
sourceSpacing=Espaiat entre fonts
|
||||
sourceSpacing=Espaiat original
|
||||
south=Sud
|
||||
software=Software
|
||||
space=Space
|
||||
space=Espai
|
||||
spacing=Espaiat
|
||||
specialLink=Enllaç especial
|
||||
standard=Standard
|
||||
standard=Estàndard
|
||||
starting=Iniciant
|
||||
straight=Recte
|
||||
strokeColor=Color de la línia
|
||||
style=Estil
|
||||
subscript=Subíndex
|
||||
summary=Summary
|
||||
summary=Resum
|
||||
superscript=Superíndex
|
||||
support=Suport
|
||||
support=Ajuda
|
||||
sysml=SysML
|
||||
tags=Tags
|
||||
tags=Etiquetes
|
||||
table=Taula
|
||||
targetSpacing=Espaiat del objectiu
|
||||
targetSpacing=Espaiat de l'objectiu
|
||||
template=Plantilla
|
||||
templates=Plantilles
|
||||
text=Text
|
||||
|
@ -626,70 +626,70 @@ textAlignment=Alineació del text
|
|||
textOpacity=Opacitat del text
|
||||
theme=Tema
|
||||
timeout=Temps límit
|
||||
title=Title
|
||||
to=to
|
||||
title=Títol
|
||||
to=a
|
||||
toBack=Vés enrere
|
||||
toFront=Vés endavant
|
||||
tooltips=Consells d'eines
|
||||
top=Adalt
|
||||
top=Dalt
|
||||
topAlign=Alinea a dalt
|
||||
topLeft=Top Left
|
||||
topRight=Top Right
|
||||
topLeft=Dalt a l'esquerra
|
||||
topRight=Dalt a la dreta
|
||||
transparent=Transparent
|
||||
transparentBackground=Transparent Background
|
||||
tryAgain=Intenta-ho novament
|
||||
tryOpeningViaThisPage=Try opening via this page.
|
||||
turn=Gira
|
||||
type=Type
|
||||
transparentBackground=Fons transparent
|
||||
tryAgain=Torna a provar-ho
|
||||
tryOpeningViaThisPage=Prova d'obrir-lo via aquesta pàgina.
|
||||
turn=Gira 90°
|
||||
type=Escriu
|
||||
twitter=Twitter
|
||||
uml=UML
|
||||
underline=Subratlla
|
||||
undo=Desfés
|
||||
ungroup=Desagrupa
|
||||
unsavedChanges=Canvis no desats
|
||||
unsavedChangesClickHereToSave=Unsaved changes. Click here to save.
|
||||
untitled=Untitled
|
||||
untitledDiagram=Diagrama sense nom
|
||||
untitledLayer=Untitled Layer
|
||||
untitledLibrary=Biblioteca sense nom
|
||||
unsavedChangesClickHereToSave=Canvis no desats. Clica aquí per desar.
|
||||
untitled=Sense títol
|
||||
untitledDiagram=Diagrama sense títol
|
||||
untitledLayer=Capa sense títol
|
||||
untitledLibrary=Biblioteca sense títol
|
||||
unknownError=Error desconegut
|
||||
updateFile=Update {1}
|
||||
updatingDocument=Actualitzant el Document. Si-us-plau, espereu..
|
||||
updatingPreview=Actualitzant la vista prèvia. Si-us-plau, espereu...
|
||||
updatingSelection=Actualitzant la selecció. Si-us-plau, espereu...
|
||||
updateFile=Actualitza {1}
|
||||
updatingDocument=Actualitzant el document. Si us plau, espera...
|
||||
updatingPreview=Actualitzant la vista prèvia. Si us plau, espera...
|
||||
updatingSelection=Actualitzant la selecció. Si us plau, espera...
|
||||
upload=Carrega
|
||||
url=URL
|
||||
userManual=User Manual
|
||||
userManual=Manual d'usuari
|
||||
vertical=Vertical
|
||||
verticalFlow=Flux vertical
|
||||
verticalTree=Arbre vertical
|
||||
view=Vista
|
||||
viewUrl=Link to view: {1}
|
||||
voiceAssistant=Voice Assistant (beta)
|
||||
warning=Warning
|
||||
viewUrl=Enllaç a vista: {1}
|
||||
voiceAssistant=Assistent de veu (beta)
|
||||
warning=Atenció
|
||||
waypoints=Waypoints
|
||||
west=Oest
|
||||
width=Amplada
|
||||
wiki=Wiki
|
||||
wordWrap=Ajust de línia
|
||||
writingDirection=Direcció de l'escritura
|
||||
writingDirection=Direcció de l'escriptura
|
||||
yourEmailAddress=La vostra adreça de correu
|
||||
zoom=Amplia
|
||||
zoomIn=Apropa
|
||||
zoomOut=Allunya
|
||||
basic=Bàsic
|
||||
businessprocess=Processos empresarials
|
||||
charts=Gráfics
|
||||
charts=Gràfics
|
||||
engineering=Enginyeria
|
||||
flowcharts=Diagrames de flux
|
||||
gmdl=Material Design
|
||||
gmdl=Disseny material
|
||||
mindmaps=Mapes mentals
|
||||
mockups=protótiposs
|
||||
mockups=Esbossos
|
||||
networkdiagrams=Diagrames de xarxa
|
||||
nothingIsSelected=No hi ha res seleccionat
|
||||
other=Altres usuaris
|
||||
other=Altres
|
||||
softwaredesign=Diseny de programari
|
||||
venndiagrams=Diagrames de Venn
|
||||
webEmailOrOther=Web, email or any other internet address
|
||||
webLink=Web Link
|
||||
wireframes=Esquemes de pàgina
|
||||
webEmailOrOther=Web, e-mail o qualsevol altra adreça d'internet
|
||||
webLink=Enllaç web
|
||||
wireframes=Wireframes
|
||||
|
|
|
@ -4,24 +4,24 @@ aboutDrawio=Om draw.io
|
|||
accessDenied=Adgang nægtet
|
||||
actualSize=Faktisk størrelse
|
||||
add=Tilføj
|
||||
addedFile=Added {1}
|
||||
addedFile=Tilføjet {1}
|
||||
addImages=Tilføj billeder
|
||||
addImageUrl=Tilføj billed-URL
|
||||
addLayer=Tilføj lag
|
||||
addProperty=Tilføj egenskab
|
||||
address=Address
|
||||
address=Adresse
|
||||
addToExistingDrawing=Føj til eksisterende tegning
|
||||
addWaypoint=Tilføj støttepunkt
|
||||
adjustTo=Adjust to
|
||||
adjustTo=Juster til
|
||||
advanced=Avanceret
|
||||
align=Juster
|
||||
alignment=Justering
|
||||
allChangesLost=Alle ændringer vil gå tabt!
|
||||
allPages=All Pages
|
||||
allProjects=All Projects
|
||||
allSpaces=All Spaces
|
||||
allTags=All Tags
|
||||
anchor=Anchor
|
||||
allPages=Alle sider
|
||||
allProjects=Alle projekter
|
||||
allSpaces=Alle rum
|
||||
allTags=Alle tags
|
||||
anchor=Anker
|
||||
android=Android
|
||||
angle=Vinkel
|
||||
areYouSure=Er du sikker?
|
||||
|
@ -45,7 +45,7 @@ authorizing=Tillader
|
|||
automatic=Automatisk
|
||||
autosave=Auto-gem
|
||||
autosize=Tilpas størrelse
|
||||
attachments=Attachments
|
||||
attachments=Vedhæftede
|
||||
aws=AWS
|
||||
aws3d=AWS 3D
|
||||
azure=Azure
|
||||
|
@ -55,7 +55,7 @@ backgroundImage=Baggrundsbillede
|
|||
basic=Grundlæggende
|
||||
blankDrawing=Blank Tegning
|
||||
blankDiagram=Blankt diagram
|
||||
block=Bloker
|
||||
block=Blok
|
||||
blockquote=Citat
|
||||
blog=Blog
|
||||
bold=Fed
|
||||
|
@ -68,14 +68,14 @@ bottomLeft=Nederst til venstre
|
|||
bottomRight=Nederst til højre
|
||||
bpmn=BPMN
|
||||
browser=Browser
|
||||
bulletedList=Punktopstilling
|
||||
bulletedList=Punktliste
|
||||
business=Business
|
||||
busy=Arbejder
|
||||
cabinets=Cabinets
|
||||
cabinets=Kabinetter
|
||||
cancel=Annuller
|
||||
center=Center
|
||||
cannotLoad=Forsøg på indlæsning mislykkedes. Prøv igen senere
|
||||
cannotLogin=Login-forøg mislykkedes. Prøv igen senere
|
||||
center=Centrer
|
||||
cannotLoad=Forsøg på indlæsning mislykkedes. Prøv igen senere.
|
||||
cannotLogin=Login-forsøg mislykkedes. Prøv igen senere.
|
||||
cannotOpenFile=Kan ikke åbne fil
|
||||
change=Skift
|
||||
changeOrientation=Skift Orientering
|
||||
|
@ -87,12 +87,12 @@ chatWindowTitle=Chat
|
|||
chooseAnOption=Vælg en mulighed
|
||||
chromeApp=Chrome app
|
||||
compressed=Komprimeret
|
||||
commitMessage=Commit Message
|
||||
commitMessage=Commit Besked
|
||||
csv=CSV
|
||||
draftFound=A draft for '{1}' has been found. Load it into the editor or discard it to continue.
|
||||
draftFound=Et udkast for '{1}' blev fundet. Load det i editoren eller kasser det for at fortsætte.
|
||||
dragAndDropNotSupported=Drag & drop er ikke understøttet for billeder Vil du importere i stedet?
|
||||
dropboxCharsNotAllowed=Følgende tegn er ikke tilladt: \ / : ? * " |
|
||||
check=Check
|
||||
check=Tjek
|
||||
circle=Cirkel
|
||||
cisco=Cisco
|
||||
classic=Klassisk
|
||||
|
@ -104,20 +104,20 @@ collaborator=Bidragyder
|
|||
collaborators=Bidragydere
|
||||
collapse=Kollaps
|
||||
collapseExpand=Kollaps / Udvid
|
||||
collapse-expand=Kollaps / Udvid
|
||||
collapse-expand=Klik for at kollapse/udvide\nShift-klik for at flytte naboer\nAlt-klik for at beskytte gruppestørrelse
|
||||
collapsible=Kan foldes sammen
|
||||
comic=Comic
|
||||
comment=Comment
|
||||
comment=Kommentar
|
||||
commentsNotes=Kommentarer/bemærkninger
|
||||
connect=Tilslut
|
||||
connecting=Tilslutter
|
||||
connectWithDrive=Tilslut Google Drev
|
||||
connection=Forbindelse
|
||||
connectionArrows=Connection Arrows
|
||||
connectionArrows=Forbindelsespile
|
||||
connectionPoints=Forbindelsespunkter
|
||||
constrainProportions=Bibehold proportioner
|
||||
containsValidationErrors=Indeholder valideringsfejl
|
||||
copiedToClipboard=Copied to clipboard
|
||||
copiedToClipboard=Kopieret til udklipsholder
|
||||
copy=Kopiér
|
||||
copyConnect=Kopiér når der forbindes
|
||||
copyOf=Kopi af {1}
|
||||
|
@ -127,70 +127,70 @@ create=Opret
|
|||
createNewDiagram=Opret nyt diagram
|
||||
createRevision=Opret version
|
||||
createShape=Opret figur
|
||||
crop=Crop
|
||||
crop=Beskær
|
||||
curved=Buet
|
||||
custom=Brugerdefineret
|
||||
current=Aktuel
|
||||
cut=Klip
|
||||
dashed=Stiplet
|
||||
decideLater=Decide later
|
||||
decideLater=Beslut senere
|
||||
default=Standard
|
||||
delete=Slet
|
||||
deleteColumn=Slet kolonne
|
||||
deleteLibrary401=Du har ikke rettigheder til at slettet dette bibliotek
|
||||
deleteLibrary404=Selected library could not be found
|
||||
deleteLibrary500=Error deleting library
|
||||
deleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do this?
|
||||
deleteLibrary404=Det valgte bibliotek kunne ikke findes
|
||||
deleteLibrary500=Fejl ved sletning af bibliotek
|
||||
deleteLibraryConfirm=Du er ved at slette dette bibliotek permanent. Er du sikker på at det er det du vil?
|
||||
deleteRow=Slet række
|
||||
description=Description
|
||||
description=Beskrivelse
|
||||
device=Computer
|
||||
diagram=Diagram
|
||||
diagramContent=Diagram Content
|
||||
diagramContent=Diagramindhold
|
||||
diagramLocked=Diagrammet blev låst for at undgå yderligere datatab
|
||||
diagramName=Diagramnavn
|
||||
diagramIsPublic=Diagram is public
|
||||
diagramIsNotPublic=Diagram is not public
|
||||
diagramIsPublic=Diagram er offentligt
|
||||
diagramIsNotPublic=Diagram er ikke offentligt
|
||||
diamond=Diamant
|
||||
diamondThin=Diamant (Tynd)
|
||||
didYouKnow=Vidste du...
|
||||
direction=Retning
|
||||
discard=Discard
|
||||
discard=Kasser
|
||||
discardChangesAndReconnect=Fortryd ændringer og forbind igen
|
||||
googleDriveMissingClickHere=Google Drev ikke tilgængelig
|
||||
discardChanges=Discard Changes
|
||||
googleDriveMissingClickHere=Mangler Google Drev? Klik her!
|
||||
discardChanges=Kasser ændringer
|
||||
disconnected=Ingen forbindelse
|
||||
distribute=Fordel
|
||||
done=Udført
|
||||
dotted=Punkteret
|
||||
doubleClickOrientation=Dobbeltklik for at ændre orientering
|
||||
doubleClickTooltip=Dobbeltklik for at indsætte tekst
|
||||
doubleClickChangeProperty=Doubleclick to change property name
|
||||
doubleClickChangeProperty=Dobbeltklik for at ændre navn
|
||||
download=Download
|
||||
downloadAs=Download som
|
||||
clickHereToSave=Klik her for at gemme
|
||||
draftDiscarded=Udkast annulleret
|
||||
draftSaved=Draft saved
|
||||
dragElementsHere=Drag elements here
|
||||
draftSaved=Udkast gemt
|
||||
dragElementsHere=Træk elementer hertil
|
||||
dragImagesHere=Træk billeder eller URLs hertil
|
||||
dragUrlsHere=Drag URLs here
|
||||
dragUrlsHere=Træk URLs hertil
|
||||
draw.io=draw.io
|
||||
drawing=Tegning {1}
|
||||
drawingEmpty=Tegning er tom
|
||||
drawingEmpty=Tegningen er tom
|
||||
drawingTooLarge=Tegningen er for stor
|
||||
drawioForWork=Draw.io for GSuite
|
||||
dropbox=Dropbox
|
||||
duplicate=Dupliker
|
||||
duplicateIt=Duplicate {1}
|
||||
duplicateIt=Dupliker {1}
|
||||
divider=Skillelinje
|
||||
east=Øst
|
||||
edit=Rediger
|
||||
editData=Edit Data
|
||||
editData=Rediger data
|
||||
editDiagram=Rediger diagram
|
||||
editGeometry=Rediger geometri
|
||||
editImage=Rediger billede
|
||||
editImageUrl=Rediger billed-URL
|
||||
editLink=Rediger link
|
||||
editShape=Edit Shape
|
||||
editShape=Rediger form
|
||||
editStyle=Rediger typografi
|
||||
editText=Rediger tekst
|
||||
editTooltip=Rediger tooltip
|
||||
|
@ -199,9 +199,9 @@ googleImages=Google Billeder
|
|||
imageSearch=Billedsøgning
|
||||
eip=EIP
|
||||
embed=Integrer
|
||||
embedImages=Embed Images
|
||||
embedImages=Indsæt billeder
|
||||
mainEmbedNotice=Indsæt dette på siden
|
||||
electrical=Electrical
|
||||
electrical=Elektrisk
|
||||
embedNotice=Tilføj dette en gang ved slutningen af siden
|
||||
enterGroup=Indtast gruppe
|
||||
enterName=Indtast navn
|
||||
|
@ -209,43 +209,43 @@ enterPropertyName=Indtast egenskabsnavn
|
|||
enterValue=Indtast værdi
|
||||
entityRelation=Enhedsrelation
|
||||
error=Fejl
|
||||
errorDeletingFile=Error Deleting File
|
||||
errorLoadingFile=Fejl indlæsning af fil
|
||||
errorDeletingFile=Fejl ved sletning af fil
|
||||
errorLoadingFile=Fejl ved indlæsning af fil
|
||||
errorRenamingFile=Fejl ved omdøbning af fil.
|
||||
errorRenamingFileNotFound=Fejl ved omdøbning af fil. Filen blev ikke fundet.
|
||||
errorRenamingFileForbidden=Fejl ved omdøbning af fil. Utilstrækkelige adgangsrettigheder.
|
||||
errorSavingDraft=Error saving draft
|
||||
errorSavingFile=Fejl under lagring af af fil.
|
||||
errorSavingFileUnknown=Fejl under forsøg på at tilgå Google's servere. Genindlæs siden for at forsøge igen.
|
||||
errorSavingDraft=Fejl ved gemning af udkast
|
||||
errorSavingFile=Fejl ved lagring af af fil.
|
||||
errorSavingFileUnknown=Fejl ved autorisering med Google's servere. Genindlæs siden for at forsøge igen.
|
||||
errorSavingFileForbidden=Fejl ved lagring af fil. Utilstrækkelige adgangsrettigheder.
|
||||
errorSavingFileNameConflict=Could not save diagram. Current page already contains file named '{1}'.
|
||||
errorSavingFileNameConflict=Kunne ikke gemme diagram. Nuværende side indeholder allerede en fil med navnet '{1}'.
|
||||
errorSavingFileNotFound=Fejl ved lagring af fil. Filen blev ikke fundet.
|
||||
errorSavingFileSessionTimeout=Your session has ended. Please <a target='_blank' href='{1}'>{2}</a> and return to this tab to try to save again.
|
||||
errorSavingFileSessionTimeout=Din session er afsluttet. Gør venligst <a target='_blank' href='{1}'>{2}</a> og kom tilbage til denne tab for at prøve at gemme igen.
|
||||
errorSendingFeedback=Fejl ved afsendelse af feedback.
|
||||
errorUpdatingPreview=Error updating preview.
|
||||
errorUpdatingPreview=Fejl ved opdatering af preview.
|
||||
exit=Afslut
|
||||
exitGroup=Afslut Gruppe
|
||||
expand=Udvid
|
||||
export=Eksport
|
||||
exporting=Exporting
|
||||
exportAs=Export as
|
||||
exportOptionsDisabled=Export options disabled
|
||||
exportOptionsDisabledDetails=The owner has disabled options to download, print or copy for commenters and viewers on this file.
|
||||
extras=Extras
|
||||
export=Eksporter
|
||||
exporting=Eksporterer
|
||||
exportAs=Eksporterer som
|
||||
exportOptionsDisabled=Eksportmuligheder deaktiveret
|
||||
exportOptionsDisabledDetails=Ejeren har deaktiveret muligheder for at downloade, printe eller kopiere for kommentører og seere på denne fil.
|
||||
extras=Ekstra
|
||||
facebook=Facebook
|
||||
failedToSaveTryReconnect=Kunne ikke gemme, forsøger at genoprette forbindelsen
|
||||
featureRequest=Efterspørg funktionalitet
|
||||
feedback=Feedback
|
||||
feedbackSent=Feedback blev sendt.
|
||||
floorplans=Floorplans
|
||||
floorplans=Grundplan
|
||||
file=Fil
|
||||
fileChangedOverwrite=File was changed. Overwrite changes?
|
||||
overwrite=Overwrite
|
||||
fileChangedOverwrite=Filen blev ændret. Overskriv ændringer?
|
||||
overwrite=Overskriv
|
||||
filename=Filnavn
|
||||
fileExists=Filen findes allerede
|
||||
fileNearlyFullSeeFaq=File nearly full, please see FAQ
|
||||
fileNearlyFullSeeFaq=Filen er næsten fuld, se venligst FAQ
|
||||
fileNotFound=Fil ikke fundet
|
||||
repositoryNotFound=Repository not found
|
||||
repositoryNotFound=Repository ikke fundet
|
||||
fileNotFoundOrDenied=Filen blev ikke fundet. Den findes ikke eller du har ikke læserettigheder.
|
||||
fileNotLoaded=Fil ikke indlæst
|
||||
fileNotSaved=Fil ikke gemt
|
||||
|
@ -259,19 +259,19 @@ fitContainer=Skalér container
|
|||
fitIntoContainer=Tilpas container
|
||||
fitPage=Tilpas siden
|
||||
fitPageWidth=Tilpas sidens bredde
|
||||
fitTo=Fit to
|
||||
fitToSheetsAcross=sheet(s) across
|
||||
fitToBy=by
|
||||
fitToSheetsDown=sheet(s) down
|
||||
fitTo=Tilpas til
|
||||
fitToSheetsAcross=side(r) henad
|
||||
fitToBy=af
|
||||
fitToSheetsDown=side(r) ned
|
||||
fitTwoPages=To sider
|
||||
fitWindow=Tilpas vindue
|
||||
flip=Vend
|
||||
flipH=Vend horisontalt
|
||||
flipV=Vend vertikalt
|
||||
flowchart=Flowchart
|
||||
folder=Folder
|
||||
folder=Mappe
|
||||
font=Skrifttype
|
||||
fontColor=Skiftfarve
|
||||
fontColor=Skriftfarve
|
||||
fontFamily=Font-familie
|
||||
fontSize=Skriftstørrelse
|
||||
forbidden=Du har ikke tilladelse til at tilgå denne fil
|
||||
|
@ -285,18 +285,18 @@ formatJpg=JPEG
|
|||
formatPdf=PDF
|
||||
formatSvg=SVG
|
||||
formatHtmlEmbedded=HTML
|
||||
formatSvgEmbedded=SVG (with XML)
|
||||
formatSvgEmbedded=SVG (med XML)
|
||||
formatVsdx=VSDX
|
||||
formatXmlPlain=XML (Plain)
|
||||
formatXml=XML
|
||||
forum=Diskussion/Hjælpeforumer
|
||||
forum=Diskussions/hjælpefora
|
||||
fromTemplate=Fra skabelon
|
||||
fromTemplateUrl=Fra skabelon-URL
|
||||
fromText=Fra tekst
|
||||
fromUrl=From URL
|
||||
fromThisPage=From this page
|
||||
fullscreen=Fullscreen
|
||||
general=Generel
|
||||
fromUrl=Fra URL
|
||||
fromThisPage=Fra denne side
|
||||
fullscreen=Fuldskærm
|
||||
general=Generelt
|
||||
github=GitHub
|
||||
global=Global
|
||||
googleDocs=Google Docs
|
||||
|
@ -307,7 +307,7 @@ googleSites=Google Sites
|
|||
gradient=Gradient
|
||||
gradientColor=Farve
|
||||
grid=Gitter
|
||||
gridColor=Grid Color
|
||||
gridColor=Gitterfarve
|
||||
gridSize=Gitterstørrelse
|
||||
group=Gruppe
|
||||
guides=Hjælpelinjer
|
||||
|
@ -315,7 +315,7 @@ hateApp=Jeg hader draw.io
|
|||
heading=Overskrift
|
||||
height=Højde
|
||||
help=Hjælp
|
||||
helpTranslate=Hjælp os med at oversætte denne ansøgning
|
||||
helpTranslate=Hjælp os med at oversætte denne applikation
|
||||
hide=Skjul
|
||||
hideIt=Skjul {1}
|
||||
hidden=Skjult
|
||||
|
@ -323,16 +323,16 @@ home=Hjem
|
|||
horizontal=Vandret
|
||||
horizontalFlow=Vandret flow
|
||||
horizontalTree=Vandret træ
|
||||
howTranslate=How good is the translation in your language?
|
||||
howTranslate=Hvor god er oversættelsen til dit sprog?
|
||||
html=HTML
|
||||
htmlText=HTML-tekst
|
||||
iframe=IFrame
|
||||
ignore=Ignorér
|
||||
image=Billede
|
||||
imageUrl=Image URL
|
||||
imageUrl=Billede URL
|
||||
images=Billeder
|
||||
imagePreviewError=This image couldn't be loaded for preview. Please check the URL.
|
||||
imageTooBig=Image too big
|
||||
imagePreviewError=Dette billede kunne ikke loades til preview. Tjek venligst URLen.
|
||||
imageTooBig=Billede for stort
|
||||
imgur=Imgur
|
||||
import=Importér
|
||||
importFrom=Importér fra
|
||||
|
@ -342,38 +342,38 @@ decreaseIndent=Reducér indrykning
|
|||
insert=Indsæt
|
||||
insertColumnBefore=Indsæt kolonne til venstre
|
||||
insertColumnAfter=Indsæt kolonne til højre
|
||||
insertEllipse=Insert Ellipse
|
||||
insertEllipse=Indsæt ellipse
|
||||
insertImage=Indsæt billede
|
||||
insertHorizontalRule=Indsæt vandret streg
|
||||
insertLink=Indsæt link
|
||||
insertPage=Insert Page
|
||||
insertRectangle=Insert Rectangle
|
||||
insertPage=Indsæt side
|
||||
insertRectangle=Indsæt rektangel
|
||||
insertRowBefore=Indsæt række ovenover
|
||||
insertRowAfter=Indsæt række nedenfor
|
||||
insertText=Insert Text
|
||||
insertText=Indsæt tekst
|
||||
inserting=Indsætter
|
||||
invalidFilename=Diagram names must not contain the following characters: \ / | : ; { } < > & + ? = "
|
||||
invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
|
||||
invalidFilename=Diagramnavn må ikke indeholde de følgende tegn: \ / | : ; { } < > & + ? = "
|
||||
invalidLicenseSeeThisPage=Din licens er ugyldig, se venligst <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">side</a>.
|
||||
invalidName=Ugyldigt navn
|
||||
invalidOrMissingFile=Ugyldig eller manglende fil
|
||||
invalidPublicUrl=Invalid public URL
|
||||
isometric=Isometric
|
||||
invalidPublicUrl=Ugyldig offentlig URL
|
||||
isometric=Isometrisk
|
||||
ios=iOS
|
||||
italic=Kursiv
|
||||
kennedy=Kennedy
|
||||
keyboardShortcuts=Keyboard shortcuts
|
||||
keyboardShortcuts=Tastaturgenveje
|
||||
layers=Lag
|
||||
landscape=Landskab
|
||||
language=Sprog
|
||||
leanMapping=Lean Mapping
|
||||
lastChange=Sidste ændring for {1} siden
|
||||
lessThanAMinute=mindre end et minut
|
||||
licensingError=Licensing Error
|
||||
licenseHasExpired=The license for {1} has expired on {2}. Click here.
|
||||
licenseWillExpire=The license for {1} will expire on {2}. Click here.
|
||||
linkAccountRequired=If the diagram is not public a Google account is required to view the link.
|
||||
linkText=Link Text
|
||||
list=List
|
||||
licensingError=Licens Fejl
|
||||
licenseHasExpired=Licensen for {1} udløb den {2}. Klik her.
|
||||
licenseWillExpire=Licensen for {1} vil udløbe den {2}. Klik her.
|
||||
linkAccountRequired=Hvis diagrammet ikke er offentligt er en Google konto nødvendig for at kunne se linket.
|
||||
linkText=Link tekst
|
||||
list=Liste
|
||||
minute=minut
|
||||
minutes=minutter
|
||||
hours=timer
|
||||
|
@ -382,16 +382,16 @@ months=måneder
|
|||
years=år
|
||||
restartForChangeRequired=Ændringerne vil træde i kraft efter genindlæsning af siden.
|
||||
laneColor=Lane-farve
|
||||
lastModified=Last modified
|
||||
lastModified=Sidst ændret
|
||||
layout=Layout
|
||||
left=Venstre
|
||||
leftAlign=Venstre
|
||||
leftToRight=Venstre mod højre
|
||||
libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
|
||||
leftToRight=Fra venstre mod højre
|
||||
libraryTooltip=Træk og slip former her eller klik + for at indsætte. Dobbeltklik for at ændre.
|
||||
lightbox=Lightbox
|
||||
line=Linje
|
||||
lineend=Linjeafslutning
|
||||
lineheight=Line Height
|
||||
lineheight=Linjehøjde
|
||||
linestart=Linjestart
|
||||
linewidth=Linjebredde
|
||||
link=Link
|
||||
|
@ -399,50 +399,50 @@ links=Links
|
|||
loading=Indlæser
|
||||
lockUnlock=Lås/lås op
|
||||
loggedOut=Logget af
|
||||
logIn=log in
|
||||
logIn=Log ind
|
||||
loveApp=Jeg elsker draw.io
|
||||
mathematicalTypesetting=Matematisk tegnsætning
|
||||
makeCopy=Opret en kopi
|
||||
manual=Manuel
|
||||
middle=Midt
|
||||
misc=Misc
|
||||
manual=Manual
|
||||
middle=Midte
|
||||
misc=Div.
|
||||
mockups=Mockups
|
||||
modificationDate=Modification date
|
||||
modifiedBy=Modified by
|
||||
modificationDate=Ændringsdato
|
||||
modifiedBy=Ændret af
|
||||
more=Flere
|
||||
moreResults=Flere Fesultater
|
||||
moreResults=Flere Resultater
|
||||
moreShapes=Flere Figurer
|
||||
move=Flyt
|
||||
moveToFolder=Flyt til mappe
|
||||
moving=Flytter
|
||||
moveSelectionTo=Flyt markering til {1}
|
||||
name=Name
|
||||
name=Navn
|
||||
navigation=Navigation
|
||||
networking=Networking
|
||||
networking=Netværk
|
||||
new=Nyt
|
||||
newLibrary=Nyt bibliotek
|
||||
nextPage=Next Page
|
||||
noAttachments=No attachments found
|
||||
nextPage=Næste side
|
||||
noAttachments=Intet fundet vedhæftet
|
||||
noColor=Ingen farve
|
||||
noFiles=Ingen filer
|
||||
noFileSelected=Ingen fil valgt
|
||||
noLibraries=No libraries found
|
||||
noLibraries=Ingen biblioteker fundet
|
||||
noMoreResults=Ikke flere resultater
|
||||
none=Ingen
|
||||
noOtherViewers=Ingen andre, der kigger med
|
||||
noOtherViewers=Ingen andre seere
|
||||
noPlugins=Ingen plugins
|
||||
noPreview=No preview
|
||||
noPreview=Ingen preview
|
||||
noResponse=Intet svar fra serveren
|
||||
noResultsFor=Ingen resultater for '{1}'
|
||||
noRevisions=Ingen versioner
|
||||
noSearchResults=No search results found
|
||||
noPageContentOrNotSaved=No anchors found on this page or it hasn't been saved yet
|
||||
noSearchResults=Ingen søgeresultater fundet
|
||||
noPageContentOrNotSaved=Ingen ankere fundet på denne side eller det er ikke blevet gemt endnu
|
||||
normal=Normal
|
||||
north=Nord
|
||||
notADiagramFile=Ikke en diagramfil
|
||||
notALibraryFile=Ikke en biblioteksfil
|
||||
notAvailable=Ikke tilgængelig
|
||||
notAUtf8File=Not a UTF-8 file
|
||||
notAUtf8File=Ikke en UTF-8 fil
|
||||
notConnected=Ikke forbundet
|
||||
note=Bemærkning
|
||||
notUsingService=Bruger du ikke {1}?
|
||||
|
@ -457,69 +457,69 @@ openArrow=Åben Pil
|
|||
openExistingDiagram=Åbn eksisterende diagram
|
||||
openFile=Åbn fil
|
||||
openFrom=Åbn fra
|
||||
openLibrary=Open Library
|
||||
openLibrary=Åbn bibliotek
|
||||
openLibraryFrom=Åbn bibliotek fra
|
||||
openLink=Åbn link
|
||||
openInNewWindow=Åbn i nyt vindue
|
||||
openInThisWindow=Åbn i dette vindue
|
||||
openIt=Åbn {1}
|
||||
openRecent=Open Recent
|
||||
openRecent=Åbn nyligt
|
||||
openSupported=Understøttede formater er filer gemt fra dette software (.xml), .vsxd og .gliffy
|
||||
options=Indstillinger
|
||||
organic=Organisk
|
||||
orthogonal=Ortogonal
|
||||
otherViewer=anden, der kigger med
|
||||
otherViewers=andre, der kigger med
|
||||
orthogonal=Retvinklet
|
||||
otherViewer=anden seer
|
||||
otherViewers=andre seere
|
||||
outline=Oversigt
|
||||
oval=Oval
|
||||
page=Page
|
||||
pageContent=Page Content
|
||||
pageNotFound=Page not found
|
||||
pageWithNumber=Page-{1}
|
||||
page=Side
|
||||
pageContent=Side indhold
|
||||
pageNotFound=Side ikke fundet
|
||||
pageWithNumber=Side-{1}
|
||||
pages=Sider
|
||||
pageView=Sidevisning
|
||||
pageSetup=Sideopsætning
|
||||
pageScale=Sideskalering
|
||||
pan=Panorér
|
||||
panTooltip=Space+Drag to pan
|
||||
panTooltip=Mellemrum+Panorér for at panorére
|
||||
paperSize=Papirstørrelse
|
||||
pattern=Mønster
|
||||
paste=Indsæt
|
||||
pasteHere=Paste here
|
||||
pasteHere=Indsæt her
|
||||
pasteStyle=Indsæt typografi
|
||||
perimeter=Omkreds
|
||||
permissionAnyone=Anyone can edit
|
||||
permissionAuthor=Only I can edit
|
||||
pickFolder=Pick a folder
|
||||
pickLibraryDialogTitle=Select Library
|
||||
permissionAnyone=Enhver kan foretage ændringer
|
||||
permissionAuthor=Kun jeg kan foretage ændringer
|
||||
pickFolder=Vælg en mappe
|
||||
pickLibraryDialogTitle=Vælg bibliotek
|
||||
publicDiagramUrl=Offentlig diagram-URL
|
||||
placeholders=Placeholders
|
||||
placeholders=Pladsholder
|
||||
plantUml=PlantUML
|
||||
plugins=Plugins
|
||||
pluginUrl=Plugin URL
|
||||
pluginWarning=Siden vil gerne indlæse følgende plugin(s):\n \n {1}\n \n Vil du indlæse disse plugins nu?\n \n Vigtigt: Tillad kun plugins, som du kender sikkerhedskonsekvenserne for.\n
|
||||
plusTooltip=Klik og træk for at forbinde, klik for at duplikere
|
||||
plusTooltip=Klik for at forbinde og duplikere (ctrl+klik for at duplikere, shift+klik for at forbinde). Træk for at forbinde (ctrl+træk for at duplikere)
|
||||
portrait=Portræt
|
||||
position=Position
|
||||
posterPrint=Plakatudskift
|
||||
posterPrint=Plakatudskrift
|
||||
preferences=Indstillinger
|
||||
preview=Eksempel
|
||||
previousPage=Previous Page
|
||||
preview=Preview
|
||||
previousPage=Forrige side
|
||||
print=Udskriv
|
||||
printAllPages=Print All Pages
|
||||
procEng=Proc. Eng.
|
||||
project=Project
|
||||
priority=Priority
|
||||
printAllPages=Udskriv alle sider
|
||||
procEng=Procesteknologi
|
||||
project=Projekt
|
||||
priority=Prioritet
|
||||
properties=Egenskaber
|
||||
publish=Publish
|
||||
publish=Udgiv
|
||||
quickStart=Quick Start Video
|
||||
rack=Rack
|
||||
rack=Stativ
|
||||
radialTree=Radialt træ
|
||||
readOnly=Skrivebeskyttet
|
||||
reconnecting=Gentilslutter
|
||||
recentlyUpdated=Recently Updated
|
||||
recentlyViewed=Recently Viewed
|
||||
redirectToNewApp=Denne fil er oprettet eller ændret i draw.io pro. Du bliver omdirigeret nu.
|
||||
recentlyUpdated=Nyligt ændret
|
||||
recentlyViewed=Nyligt set
|
||||
redirectToNewApp=Denne fil er oprettet eller ændret i en nyere version af denne app. Du bliver omdirigeret nu.
|
||||
realtimeTimeout=Det ser ud til, at du har foretaget ændringer, mens du var offline. Vi beklager, men disse ændringer kan ikke gemmes.
|
||||
redo=Gentag
|
||||
refresh=Genindlæs
|
||||
|
@ -534,21 +534,21 @@ rename=Omdøb
|
|||
renamed=Omdøbt
|
||||
renameIt=Omdøb {1}
|
||||
renaming=Omdøber
|
||||
replace=Replace
|
||||
replace=Erstat
|
||||
replaceIt={1} findes allerede. Ønsker du at erstatte den?
|
||||
replaceExistingDrawing=Erstat eksisterende tegning
|
||||
required=påkrævet
|
||||
reset=Nulstil
|
||||
resetView=Reset View
|
||||
resetView=Nulstil View
|
||||
resize=Skalér
|
||||
retina=Retina
|
||||
responsive=Responsive
|
||||
responsive=Responsiv
|
||||
restore=Genetablér
|
||||
restoring=Genetablerer
|
||||
retryingIn=Forsøger igen om {1} sekund(er)
|
||||
retryingLoad=Indlæsning mislykkedes. Forsøger igen...
|
||||
retryingLogin=Login timeout. Forsøger igen...
|
||||
reverse=Reverse
|
||||
reverse=Vend
|
||||
revision=Revision
|
||||
revisionHistory=Revisionsoversigt
|
||||
right=Højre
|
||||
|
@ -559,29 +559,29 @@ rotateTooltip=Klik og træk for at rotere, klik for at rotere 90 grader
|
|||
rotation=Rotation
|
||||
rounded=Afrundet
|
||||
save=Gem
|
||||
saveAndExit=Save & Exit
|
||||
saveAndExit=Gem & Afslut
|
||||
saveAs=Gem som
|
||||
saveAsXmlFile=Save as XML file?
|
||||
saveAsXmlFile=Gem som XML fil?
|
||||
saved=Gemt
|
||||
saveDiagramsTo=Gem diagrammer i
|
||||
saveLibrary403=Insufficient permissions to edit this library
|
||||
saveLibrary500=There was an error while saving the library
|
||||
saveLibrary403=Utilstrækkelige tilladelse til at ændre på dette bibliotek
|
||||
saveLibrary500=Der forekom en fejl under gemning af dette bibliotek
|
||||
saving=Gemmer
|
||||
scratchpad=Scratchpad
|
||||
scratchpad=Notesblok
|
||||
scrollbars=Rullebjælker
|
||||
search=Søg
|
||||
searchShapes=Search Shapes
|
||||
searchShapes=Søg former
|
||||
selectAll=Vælg Alt
|
||||
selectionOnly=Selection Only
|
||||
selectionOnly=Kun valgte
|
||||
selectEdges=Vælg Kanter
|
||||
selectFile=Select File
|
||||
selectFolder=Select Folder
|
||||
selectFile=Vælg fil
|
||||
selectFolder=Vælg mappe
|
||||
selectFont=Vælg en skrifttype
|
||||
selectNone=Select None
|
||||
selectNone=Vælg ingen
|
||||
selectVertices=Vælg Toppunkter
|
||||
sendMessage=Send
|
||||
sendYourFeedbackToDrawIo=Send feedback til draw.io
|
||||
serviceUnavailableOrBlocked=Service utilgængelig eller blokkeret
|
||||
serviceUnavailableOrBlocked=Service utilgængelig eller blokeret
|
||||
sessionExpired=Din session er udløbet. Genindlæs siden.
|
||||
sessionTimeoutOnSave=Din session er udløbet og du er blevet koblet af Google Drev. Klik på OK for at logge ind og gemme.
|
||||
setAsDefaultStyle=Indstil som standardtypografi
|
||||
|
@ -592,18 +592,18 @@ share=Del
|
|||
shareLink=Link til fælles redigering
|
||||
sharp=Skarp
|
||||
show=Vis
|
||||
showStartScreen=Show Start Screen
|
||||
sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change selection. Alt+click to insert and connect.
|
||||
signs=Signs
|
||||
showStartScreen=Vis Startskærm
|
||||
sidebarTooltip=Klik for at udvide. Træk og slip former ind på diagrammet. Shift+klik for at ændre valg. Alt+klik for at indsætte og forbinde.
|
||||
signs=Skilte
|
||||
signOut=Log ud
|
||||
simple=Simple
|
||||
simple=Simpelt
|
||||
simpleArrow=Simpel pil
|
||||
size=Størrelse
|
||||
solid=Fast
|
||||
sourceSpacing=Kildeafstand
|
||||
south=Syd
|
||||
software=Software
|
||||
space=Space
|
||||
space=Plads
|
||||
spacing=Mellemrum
|
||||
specialLink=Specielt link
|
||||
standard=Standard
|
||||
|
@ -612,7 +612,7 @@ straight=Lige
|
|||
strokeColor=Linjefarve
|
||||
style=Typografi
|
||||
subscript=Sænket skrift
|
||||
summary=Summary
|
||||
summary=Resumé
|
||||
superscript=Hævet skrift
|
||||
support=Support
|
||||
sysml=SysML
|
||||
|
@ -626,19 +626,19 @@ textAlignment=Tekstjustering
|
|||
textOpacity=Tekst-opacitet
|
||||
theme=Tema
|
||||
timeout=Timeout
|
||||
title=Title
|
||||
to=to
|
||||
title=Titel
|
||||
to=til
|
||||
toBack=Placer bagest
|
||||
toFront=Placer forrest
|
||||
tooltips=Tooltips
|
||||
top=Øverst
|
||||
topAlign=Top
|
||||
topLeft=Top Left
|
||||
topRight=Top Right
|
||||
topAlign=Øverst
|
||||
topLeft=Øverst venstre
|
||||
topRight=Øverst højre
|
||||
transparent=Gennemsigtig
|
||||
transparentBackground=Transparent Background
|
||||
transparentBackground=Gennemsigtig baggrund
|
||||
tryAgain=Forsøg igen
|
||||
tryOpeningViaThisPage=Try opening via this page.
|
||||
tryOpeningViaThisPage=Prøv at åbne via denne side.
|
||||
turn=Drej
|
||||
type=Type
|
||||
twitter=Twitter
|
||||
|
@ -647,26 +647,26 @@ underline=Understreget
|
|||
undo=Fortryd
|
||||
ungroup=Opdel
|
||||
unsavedChanges=Ugemte ændringer
|
||||
unsavedChangesClickHereToSave=Unsaved changes. Click here to save.
|
||||
untitled=Untitled
|
||||
unsavedChangesClickHereToSave=Ugemte ændringer. Klik her for at gemme.
|
||||
untitled=Unavngivet
|
||||
untitledDiagram=Unavngivet diagram
|
||||
untitledLayer=Untitled Layer
|
||||
untitledLayer=Unavngivet lag
|
||||
untitledLibrary=Unavngivet bibliotek
|
||||
unknownError=Ukendt fejl
|
||||
updateFile=Update {1}
|
||||
updateFile=Opdater {1}
|
||||
updatingDocument=Opdaterer Dokument. Vent venligst...
|
||||
updatingPreview=Updating Preview. Please wait...
|
||||
updatingPreview=Opdaterer Preview. Vent venligst...
|
||||
updatingSelection=Opdaterer Valg. Vent venligst...
|
||||
upload=Upload
|
||||
url=URL
|
||||
userManual=User Manual
|
||||
userManual=Brugermanual
|
||||
vertical=Lodret
|
||||
verticalFlow=Lodret flow
|
||||
verticalTree=Lodret træ
|
||||
view=Visning
|
||||
viewUrl=Link to view: {1}
|
||||
voiceAssistant=Voice Assistant (beta)
|
||||
warning=Warning
|
||||
viewUrl=Link for at se: {1}
|
||||
voiceAssistant=Stemmeassistent (beta)
|
||||
warning=Advarsel
|
||||
waypoints=Støttepunkter
|
||||
west=Vest
|
||||
width=Bredde
|
||||
|
@ -682,14 +682,14 @@ businessprocess=Forretningsprocesser
|
|||
charts=Diagrammer
|
||||
engineering=Teknisk
|
||||
flowcharts=Flowdiagrammer
|
||||
gmdl=Material Design
|
||||
gmdl=Materialedesign
|
||||
mindmaps=Mindmaps
|
||||
mockups=Skitser
|
||||
networkdiagrams=Netværksdiagrammer
|
||||
nothingIsSelected=Intet valgt
|
||||
other=Andet
|
||||
softwaredesign=Software-design
|
||||
venndiagrams=Venn-diagrammer
|
||||
webEmailOrOther=Web, email or any other internet address
|
||||
softwaredesign=Softwaredesign
|
||||
venndiagrams=Venndiagrammer
|
||||
webEmailOrOther=Web, email eller enhver anden internetadresse
|
||||
webLink=Web Link
|
||||
wireframes=Wireframe-model
|
||||
wireframes=Wireframemodel
|
||||
|
|
|
@ -17,11 +17,11 @@ advanced=Avanzado
|
|||
align=Alinear
|
||||
alignment=Alineación
|
||||
allChangesLost=¡Se perderán todos los cambios!
|
||||
allPages=Todas las Páginas
|
||||
allProjects=Todos los Proyectos
|
||||
allSpaces=Todos los Espacios
|
||||
allTags=Todas las Etiquetas
|
||||
anchor=Enlace
|
||||
allPages=Todas las páginas
|
||||
allProjects=Todos los proyectos
|
||||
allSpaces=Todos los espacios
|
||||
allTags=Todas las etiquetas
|
||||
anchor=Ancla
|
||||
android=Android
|
||||
angle=Ángulo
|
||||
areYouSure=¿Está seguro?
|
||||
|
@ -50,35 +50,35 @@ aws=AWS
|
|||
aws3d=AWS 3D
|
||||
azure=Azure
|
||||
background=Fondo
|
||||
backgroundColor=Color de Fondo
|
||||
backgroundImage=Imagen de Fondo
|
||||
backgroundColor=Color de fondo
|
||||
backgroundImage=Imagen de fondo
|
||||
basic=Básico
|
||||
blankDrawing=Dibujo en Blanco
|
||||
blankDiagram=Diagrama en Blanco
|
||||
blankDrawing=Dibujo en blanco
|
||||
blankDiagram=Diagrama en blanco
|
||||
block=Bloque
|
||||
blockquote=Cita de Bloque
|
||||
blog=Blog
|
||||
bold=Negrita
|
||||
bootstrap=Bootstrap
|
||||
borderColor=Color del Borde
|
||||
borderWidth=Ancho del Borde
|
||||
borderColor=Color del borde
|
||||
borderWidth=Ancho del borde
|
||||
bottom=Abajo
|
||||
bottomAlign=Alineación Inferior
|
||||
bottomLeft=Abajo a la Izquierda
|
||||
bottomRight=Abajo a la Derecha
|
||||
bottomAlign=Alineación inferior
|
||||
bottomLeft=Abajo a la izquierda
|
||||
bottomRight=Abajo a la derecha
|
||||
bpmn=BPMN
|
||||
browser=Navegador
|
||||
bulletedList=Lista Con Viñetas
|
||||
bulletedList=Lista con viñetas
|
||||
business=Negocio
|
||||
busy=Operación en progreso
|
||||
cabinets=Gabinetes
|
||||
cancel=Cancelar
|
||||
center=Centrar
|
||||
cannotLoad=Los intentos de carga fallaron. Por favor, inténtalo más tarde.
|
||||
cannotLogin=Los intentos de inicio de sesión fallaron. Por favor, inténtalo más tarde.
|
||||
cannotLoad=Los intentos de carga fallaron. Por favor, inténtelo nuevamente más tarde.
|
||||
cannotLogin=Los intentos de inicio de sesión fallaron. Por favor, inténtelo nuevamente más tarde.
|
||||
cannotOpenFile=No se puede abrir el archivo
|
||||
change=Cambiar
|
||||
changeOrientation=Cambiar Orientación
|
||||
changeOrientation=Cambiar orientación
|
||||
changeUser=Cambiar usuario
|
||||
changesNotSaved=Los cambios no han sido guardados
|
||||
chatJoined={1} se ha unido
|
||||
|
@ -87,47 +87,47 @@ chatWindowTitle=Chat
|
|||
chooseAnOption=Elegir una opción
|
||||
chromeApp=Aplicación Chrome
|
||||
compressed=Comprimido
|
||||
commitMessage=Confirmar Mensaje
|
||||
commitMessage=Confirmar mensaje
|
||||
csv=CSV
|
||||
draftFound=Ha sido encontrado un borrador para '{1}'. Cárguelo en el editor o descártelo para continuar.
|
||||
dragAndDropNotSupported=La opción de arrastrar y soltar no está soportada para las imágenes. ¿Le gustaría importar en su lugar?
|
||||
draftFound=Se encontró un borrador para '{1}'. Cárguelo en el editor o descártelo para continuar.
|
||||
dragAndDropNotSupported=La opción de arrastrar y soltar no está soportada para las imágenes. ¿En lugar de eso, le gustaría importar?
|
||||
dropboxCharsNotAllowed=Los siguientes caracteres no están permitidos: \ / : ? * " |
|
||||
check=Verificar
|
||||
circle=Círculo
|
||||
cisco=Cisco
|
||||
classic=Clásico
|
||||
clearDefaultStyle=Quitar Estilo Predeterminado
|
||||
clearWaypoints=Quitar Punto de Referencia
|
||||
clipart=Imágenes Prediseñadas
|
||||
clearDefaultStyle=Quitar estilo predeterminado
|
||||
clearWaypoints=Quitar punto de referencia
|
||||
clipart=Clipart
|
||||
close=Cerrar
|
||||
collaborator=Colaborador
|
||||
collaborators=Colaboradores
|
||||
collapse=Plegar
|
||||
collapseExpand=Plegar/Expandir
|
||||
collapse-expand=Haga click para plegar/expandir \ pulse Shift más click para mover los vecinos \Pulse Alt más click para proteger el tamaño del grupo
|
||||
collapsible=Plegable
|
||||
comic=A mano
|
||||
collapse=Reducir
|
||||
collapseExpand=Reducir/Expandir
|
||||
collapse-expand=Haga clic para reducir/expandir \nShift+clic para mover los vecinos\nAlt+clic para proteger el tamaño del grupo
|
||||
collapsible=Reducible
|
||||
comic=Comic
|
||||
comment=Comentario
|
||||
commentsNotes=Comentarios/Notas
|
||||
connect=Conectar
|
||||
connecting=Conectando
|
||||
connectWithDrive=Conectar con Google Drive
|
||||
connection=Conexión
|
||||
connectionArrows=Flechas de Conexión
|
||||
connectionPoints=Puntos de Conexión
|
||||
constrainProportions=Restringir Proporciones
|
||||
connectionArrows=Flechas de conexión
|
||||
connectionPoints=Puntos de conexión
|
||||
constrainProportions=Restringir proporciones
|
||||
containsValidationErrors=Contiene errores de validación
|
||||
copiedToClipboard=Copiado al portapapeles
|
||||
copy=Copiar
|
||||
copyConnect=Copiar al conectar
|
||||
copyOf=Copia de {1}
|
||||
copyOfDrawing=Copia del Dibujo
|
||||
copyStyle=Copiar Estilo
|
||||
copyOfDrawing=Copia del dibujo
|
||||
copyStyle=Copiar estilo
|
||||
create=Crear
|
||||
createNewDiagram=Crear Nuevo Diagrama
|
||||
createRevision=Crear Revisión
|
||||
createShape=Crear Forma
|
||||
crop=Ajustar
|
||||
createNewDiagram=Crear nuevo diagrama
|
||||
createRevision=Crear revisión
|
||||
createShape=Crear forma
|
||||
crop=Recortar
|
||||
curved=Curvado
|
||||
custom=Personalizar
|
||||
current=Actual
|
||||
|
@ -136,18 +136,18 @@ dashed=Discontinuo
|
|||
decideLater=Decidir más tarde
|
||||
default=Predeterminado
|
||||
delete=Borrar
|
||||
deleteColumn=Borrar Columna
|
||||
deleteColumn=Borrar columna
|
||||
deleteLibrary401=Los permisos son insuficientes para borrar esta biblioteca
|
||||
deleteLibrary404=La biblioteca seleccionada no pudo ser encontrada
|
||||
deleteLibrary500=Error al borrar la biblioteca
|
||||
deleteLibraryConfirm=Usted va a borrar permanentemente esta biblioteca. ¿Está seguro que desea hacer esto?
|
||||
deleteRow=Eliminar Fila
|
||||
deleteRow=Eliminar fila
|
||||
description=Descripción
|
||||
device=Dispositivo
|
||||
diagram=Diagrama
|
||||
diagramContent=Contenido del Diagrama
|
||||
diagramContent=Contenido del diagrama
|
||||
diagramLocked=El diagrama ha sido bloqueado para evitar la pérdida de datos.
|
||||
diagramName=Nombre del Diagrama
|
||||
diagramName=Nombre del diagrama
|
||||
diagramIsPublic=El diagrama es público
|
||||
diagramIsNotPublic=El diagrama no es público
|
||||
diamond=Diamante
|
||||
|
@ -155,19 +155,19 @@ diamondThin=Diamante (fino)
|
|||
didYouKnow=¿Sabía que...?
|
||||
direction=Dirección
|
||||
discard=Descartar
|
||||
discardChangesAndReconnect=Descartar Cambios y Reconectar
|
||||
googleDriveMissingClickHere=¿No encuentra Google Drive? ¡Haga click aquí!
|
||||
discardChanges=Descartar Cambios
|
||||
discardChangesAndReconnect=Descartar cambios y reconectar
|
||||
googleDriveMissingClickHere=¿No encuentra Google Drive? ¡Haga clic aquí!
|
||||
discardChanges=Descartar cambios
|
||||
disconnected=Desconectado
|
||||
distribute=Distribuir
|
||||
done=Hecho
|
||||
dotted=Punteado
|
||||
doubleClickOrientation=Haga doble click para cambiar la orientación
|
||||
doubleClickTooltip=Haga doble click para insertar texto
|
||||
doubleClickChangeProperty=Haga doble click para cambiar el nombre de la propiedad
|
||||
doubleClickOrientation=Haga doble clic para cambiar la orientación
|
||||
doubleClickTooltip=Haga doble clic para insertar texto
|
||||
doubleClickChangeProperty=Haga doble clic para cambiar el nombre de la propiedad
|
||||
download=Descargar
|
||||
downloadAs=Descargar como
|
||||
clickHereToSave=Haga click aquí para guardar.
|
||||
clickHereToSave=Haga clic aquí para guardar.
|
||||
draftDiscarded=Borrador descartado
|
||||
draftSaved=Borrador guardado
|
||||
dragElementsHere=Arrastrar elementos aquí
|
||||
|
@ -184,32 +184,32 @@ duplicateIt=Duplicar {1}
|
|||
divider=Separador
|
||||
east=Este
|
||||
edit=Editar
|
||||
editData=Editar Datos
|
||||
editDiagram=Editar Diagrama
|
||||
editGeometry=Editar Geometría
|
||||
editImage=Editar Imagen
|
||||
editImageUrl=Editar URL de la Imagen
|
||||
editLink=Editar Enlace
|
||||
editShape=Editar Forma
|
||||
editStyle=Editar Estilo
|
||||
editText=Editar Texto
|
||||
editTooltip=Editar Información de la Herramienta
|
||||
editData=Editar datos
|
||||
editDiagram=Editar diagrama
|
||||
editGeometry=Editar geometría
|
||||
editImage=Editar imagen
|
||||
editImageUrl=Editar URL de la imagen
|
||||
editLink=Editar enlace
|
||||
editShape=Editar forma
|
||||
editStyle=Editar estilo
|
||||
editText=Editar texto
|
||||
editTooltip=Editar información de la herramienta
|
||||
glass=Vidrio
|
||||
googleImages=Imágenes de Google
|
||||
imageSearch=Búsqueda de Imágenes
|
||||
imageSearch=Búsqueda de imágenes
|
||||
eip=EIP
|
||||
embed=Incrustar
|
||||
embedImages=Incrustar Imágenes
|
||||
embed=Insertar
|
||||
embedImages=Insertar imágenes
|
||||
mainEmbedNotice=Pegar esto en la página
|
||||
electrical=Eléctrico
|
||||
embedNotice=Pegar esto una vez, al final de la página
|
||||
enterGroup=Ingresar Grupo
|
||||
enterName=Ingresar Nombre
|
||||
enterPropertyName=Ingresar Nombre de la Propiedad
|
||||
enterValue=Ingresar Valor
|
||||
entityRelation=Relación de la Entidad
|
||||
embedNotice=Pegar esto una vez al final de la página
|
||||
enterGroup=Ingresar grupo
|
||||
enterName=Ingresar nombre
|
||||
enterPropertyName=Ingresar nombre de la propiedad
|
||||
enterValue=Ingresar valor
|
||||
entityRelation=Relación de la entidad
|
||||
error=Error
|
||||
errorDeletingFile=Error al Borrar el Archivo
|
||||
errorDeletingFile=Error al borrar el archivo
|
||||
errorLoadingFile=Error al cargar el archivo
|
||||
errorRenamingFile=Error al renombrar el archivo.
|
||||
errorRenamingFileNotFound=Error al renombrar el archivo. No se encontró el archivo.
|
||||
|
@ -220,22 +220,22 @@ errorSavingFileUnknown=Error al autorizar los servidores de Google. Por favor, r
|
|||
errorSavingFileForbidden=Error al guardar el archivo. Derechos de acceso insuficientes.
|
||||
errorSavingFileNameConflict=No se pudo guardar el diagrama. La página actual ya contiene el archivo llamado '{1}'.
|
||||
errorSavingFileNotFound=Error al guardar el archivo. No se ha encontrado el archivo.
|
||||
errorSavingFileSessionTimeout=Su sesión ha terminado. Por favor, <a target='_blank' href='{1}'>{2}</a> y vuelva a esta etiqueta para intentar guardar nuevamente.
|
||||
errorSavingFileSessionTimeout=Su sesión ha terminado. Por favor, <a target='_blank' href='{1}'>{2}</a> y vuelva a esta pestaña para intentar guardar nuevamente.
|
||||
errorSendingFeedback=Error al enviar opiniones.
|
||||
errorUpdatingPreview=Error al actualizar la vista previa.
|
||||
exit=Salir
|
||||
exitGroup=Salir del Grupo
|
||||
exitGroup=Salir del grupo
|
||||
expand=Expandir
|
||||
export=Exportar
|
||||
exporting=Exportando
|
||||
exportAs=Exportar como
|
||||
exportOptionsDisabled=Las opciones para exportar están deshabilitadas
|
||||
exportOptionsDisabledDetails=El propietario ha deshabilitado las opciones para descargar, imprimir o copiar el archivo a los comentadores o veedores.
|
||||
exportOptionsDisabledDetails=El propietario ha deshabilitado las opciones de descargar, imprimir o copiar para los comentadores u observadores de este archivo.
|
||||
extras=Extras
|
||||
facebook=Facebook
|
||||
failedToSaveTryReconnect=Falló al guardar, intentando reconectar
|
||||
featureRequest=Solicitud de características
|
||||
feedback=Opinión
|
||||
feedback=Feedback
|
||||
feedbackSent=Su opinión ha sido enviada exitosamente.
|
||||
floorplans=Planos
|
||||
file=Archivo
|
||||
|
@ -243,10 +243,10 @@ fileChangedOverwrite=El archivo fue cambiado. ¿Sobrescribir los cambios?
|
|||
overwrite=Sobrescribir
|
||||
filename=Nombre de archivo
|
||||
fileExists=El archivo ya existe
|
||||
fileNearlyFullSeeFaq=Archivo casi lleno, por favor revise las FAQ
|
||||
fileNearlyFullSeeFaq=Archivo casi lleno, por favor vea las Preguntas Frecuentes
|
||||
fileNotFound=Archivo no encontrado
|
||||
repositoryNotFound=Repositorio no encontrado
|
||||
fileNotFoundOrDenied=No se ha encontrado el archivo. No existe o no tiene permiso de lectura.
|
||||
fileNotFoundOrDenied=No se ha encontrado el archivo. No existe o usted no tiene permiso de lectura.
|
||||
fileNotLoaded=Archivo no cargado
|
||||
fileNotSaved=Archivo no guardado
|
||||
fileOpenLocation=¿Cómo le gustaría abrir este/os archivo/s?
|
||||
|
@ -255,30 +255,30 @@ fill=Relleno
|
|||
fillColor=Color del relleno
|
||||
find=Encontrar
|
||||
fit=Ajustar
|
||||
fitContainer=Redimensionar Contenedor
|
||||
fitIntoContainer=Ajustar al Contenedor
|
||||
fitPage=Ajustar Página
|
||||
fitPageWidth=Ajustar Ancho de Página
|
||||
fitContainer=Redimensionar contenedor
|
||||
fitIntoContainer=Ajustar al contenedor
|
||||
fitPage=Ajustar página
|
||||
fitPageWidth=Ajustar ancho de página
|
||||
fitTo=Ajustar a
|
||||
fitToSheetsAcross=hoja(s) a lo largo de
|
||||
fitToBy=por
|
||||
fitToSheetsDown=hoja(s) bajo
|
||||
fitTwoPages=Dos Páginas
|
||||
fitWindow=Ajustar a la Ventana
|
||||
fitToSheetsDown=hoja(s) para abajo
|
||||
fitTwoPages=Dos páginas
|
||||
fitWindow=Ajustar a la ventana
|
||||
flip=Voltear
|
||||
flipH=Voltear Horizontalmente
|
||||
flipV=Voltear Verticalmente
|
||||
flipH=Voltear horizontalmente
|
||||
flipV=Voltear verticalmente
|
||||
flowchart=Diagrama de flujo
|
||||
folder=Carpeta
|
||||
font=Fuente
|
||||
fontColor=Color de la Fuente
|
||||
fontFamily=Familia de la Fuente
|
||||
fontSize=Tamaño de la Fuente
|
||||
fontColor=Color de la fuente
|
||||
fontFamily=Familia de la fuente
|
||||
fontSize=Tamaño de la fuente
|
||||
forbidden=Usted no está autorizado para acceder a este archivo
|
||||
format=Formato
|
||||
formatPanel=Panel de Formato
|
||||
formatPanel=Panel de formato
|
||||
formatted=Formateado
|
||||
formattedText=Texto Formateado
|
||||
formattedText=Texto formateado
|
||||
formatPng=PNG
|
||||
formatGif=GIF
|
||||
formatJpg=JPEG
|
||||
|
@ -287,12 +287,12 @@ formatSvg=SVG
|
|||
formatHtmlEmbedded=HTML
|
||||
formatSvgEmbedded=SVG (con XML)
|
||||
formatVsdx=VSDX
|
||||
formatXmlPlain=XML (Simple)
|
||||
formatXmlPlain=XML (Normal)
|
||||
formatXml=XML
|
||||
forum=Foros de Discusión/Ayuda
|
||||
fromTemplate=Desde la Plantilla
|
||||
fromTemplateUrl=Desde la URL de la Plantilla
|
||||
fromText=Desde el Texto
|
||||
forum=Foros de discusión/ayuda
|
||||
fromTemplate=Desde la plantilla
|
||||
fromTemplateUrl=Desde la URL de la plantilla
|
||||
fromText=Desde el texto
|
||||
fromUrl=Desde la URL
|
||||
fromThisPage=Desde esta página
|
||||
fullscreen=Pantalla completa
|
||||
|
@ -303,12 +303,12 @@ googleDocs=Google Docs
|
|||
googleDrive=Google Drive
|
||||
googleGadget=Google Gadget
|
||||
googlePlus=Google+
|
||||
googleSites=Sitios Google
|
||||
googleSites=Google Sites
|
||||
gradient=Gradiente
|
||||
gradientColor=Color
|
||||
grid=Cuadrícula
|
||||
gridColor=Color de la Cuadrícula
|
||||
gridSize=Tamaño de la Cuadrícula
|
||||
gridColor=Color de la cuadrícula
|
||||
gridSize=Tamaño de la cuadrícula
|
||||
group=Agrupar
|
||||
guides=Guías
|
||||
hateApp=Odio draw.io
|
||||
|
@ -321,15 +321,15 @@ hideIt=Ocultar {1}
|
|||
hidden=Oculto
|
||||
home=Inicio
|
||||
horizontal=Horizontal
|
||||
horizontalFlow=Flujo Horizontal
|
||||
horizontalTree=Árbol Horizontal
|
||||
howTranslate=¿Cuán buena es la traducción en tu idioma?
|
||||
horizontalFlow=Flujo horizontal
|
||||
horizontalTree=Árbol horizontal
|
||||
howTranslate=¿Cuán buena es la traducción en su idioma?
|
||||
html=HTML
|
||||
htmlText=Texto HTML
|
||||
iframe=IFrame
|
||||
ignore=Ignorar
|
||||
image=Imagen
|
||||
imageUrl=URL de la Imagen
|
||||
imageUrl=URL de la imagen
|
||||
images=Imágenes
|
||||
imagePreviewError=Esta imagen no pudo ser cargada para la previsualización. Por favor, verifique la URL.
|
||||
imageTooBig=La imagen es demasiado grande
|
||||
|
@ -337,20 +337,20 @@ imgur=Imgur
|
|||
import=Importar
|
||||
importFrom=Importar desde
|
||||
includeCopyOfMyDiagram=Incluir una copia de mi diagrama
|
||||
increaseIndent=Incrementar Sangría
|
||||
decreaseIndent=Reducir Sangría
|
||||
increaseIndent=Incrementar sangría
|
||||
decreaseIndent=Reducir sangría
|
||||
insert=Insertar
|
||||
insertColumnBefore=Insertar Columna a la Izquierda
|
||||
insertColumnAfter=Insertar Columna a la Derecha
|
||||
insertEllipse=Insertar Elipse
|
||||
insertImage=Insertar Imagen
|
||||
insertHorizontalRule=Insertar Regla Horizontal
|
||||
insertLink=Insertar Enlace
|
||||
insertPage=Insertar Página
|
||||
insertRectangle=Insertar Rectángulo
|
||||
insertRowBefore=Insertar Fila Arriba
|
||||
insertRowAfter=insertar Fila Abajo
|
||||
insertText=Insertar Texto
|
||||
insertColumnBefore=Insertar columna a la izquierda
|
||||
insertColumnAfter=Insertar columna a la derecha
|
||||
insertEllipse=Insertar elipse
|
||||
insertImage=Insertar imagen
|
||||
insertHorizontalRule=Insertar regla horizontal
|
||||
insertLink=Insertar enlace
|
||||
insertPage=Insertar página
|
||||
insertRectangle=Insertar rectángulo
|
||||
insertRowBefore=Insertar fila arriba
|
||||
insertRowAfter=insertar fila abajo
|
||||
insertText=Insertar texto
|
||||
inserting=Insertando
|
||||
invalidFilename=Los nombres de los diagramas no deben contener los siguientes caracteres: \ / | : ; { } < > & + ? = "
|
||||
invalidLicenseSeeThisPage=Su licencia es inválida, por favor vea esto <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
|
||||
|
@ -363,16 +363,16 @@ italic=Cursiva
|
|||
kennedy=Kennedy
|
||||
keyboardShortcuts=Atajos de teclado
|
||||
layers=Capas
|
||||
landscape=Orientación Horizontal
|
||||
landscape=Orientación horizontal
|
||||
language=Idioma
|
||||
leanMapping=Mapeo Pobre
|
||||
leanMapping=Mapeo Lean
|
||||
lastChange=El último cambio fue hace {1}
|
||||
lessThanAMinute=menos de un minuto
|
||||
licensingError=Error de Licencia
|
||||
licenseHasExpired=La licencia para {1} ha expirado en {2}. Haga click aquí.
|
||||
licenseWillExpire=La licencia para {1} expirará en {2}. Haga click aquí.
|
||||
linkAccountRequired=Si el diagrama no es público, es requerida una cuenta de Google para ver el enlace.
|
||||
linkText=Texto del Enlace
|
||||
licensingError=Error de licencia
|
||||
licenseHasExpired=La licencia para {1} ha expirado en {2}. Haga clic aquí.
|
||||
licenseWillExpire=La licencia para {1} expirará en {2}. Haga clic aquí.
|
||||
linkAccountRequired=Se requiere una cuenta de Google para ver el enlace si el diagrama no es público.
|
||||
linkText=Texto del enlace
|
||||
list=Lista
|
||||
minute=minuto
|
||||
minutes=minutos
|
||||
|
@ -381,14 +381,14 @@ days=días
|
|||
months=meses
|
||||
years=años
|
||||
restartForChangeRequired=Los cambios tendrán efecto después de refrescar la página.
|
||||
laneColor=Color de línea
|
||||
lastModified=Último modificado
|
||||
layout=Disposición
|
||||
laneColor=Color del carril
|
||||
lastModified=Última modificación
|
||||
layout=Diseño
|
||||
left=Izquierda
|
||||
leftAlign=Alineación a la izquierda
|
||||
leftToRight=De izquierda a derecha
|
||||
libraryTooltip=Arrastre y suelte las formas aquí, o clickee sobre + para insertar. Doble click para editar.
|
||||
lightbox=Lightbox
|
||||
libraryTooltip=Arrastre y suelte las formas aquí o clic + para insertar. Doble clic para editar.
|
||||
lightbox=Caja de luz
|
||||
line=Línea
|
||||
lineend=Final de línea
|
||||
lineheight=Altura de la línea
|
||||
|
@ -401,8 +401,8 @@ lockUnlock=Bloquear/Desbloquear
|
|||
loggedOut=Desconectado
|
||||
logIn=ingresar
|
||||
loveApp=Me encanta draw.io
|
||||
mathematicalTypesetting=Composición Tipográfica Matemática
|
||||
makeCopy=Hacer una Copia
|
||||
mathematicalTypesetting=Composición tipográfica matemática
|
||||
makeCopy=Hacer una copia
|
||||
manual=Manual
|
||||
middle=Medio
|
||||
misc=Miscelánea
|
||||
|
@ -410,18 +410,18 @@ mockups=Bosquejos
|
|||
modificationDate=Fecha de modificación
|
||||
modifiedBy=Modificado por
|
||||
more=Más
|
||||
moreResults=Más Resultados
|
||||
moreResults=Más resultados
|
||||
moreShapes=Más Formas
|
||||
move=Mover
|
||||
moveToFolder=Mover a la Carpeta
|
||||
moveToFolder=Mover a la carpeta
|
||||
moving=Moviendo
|
||||
moveSelectionTo=Mover selección a {1}
|
||||
name=Nombre
|
||||
navigation=Navegación
|
||||
networking=Red
|
||||
new=Nuevo
|
||||
newLibrary=Nueva Biblioteca
|
||||
nextPage=Próxima Página
|
||||
newLibrary=Nueva biblioteca
|
||||
nextPage=Próxima página
|
||||
noAttachments=No se encontraron adjuntos
|
||||
noColor=Sin color
|
||||
noFiles=Sin archivos
|
||||
|
@ -429,14 +429,14 @@ noFileSelected=Ningún archivo seleccionado
|
|||
noLibraries=Ninguna biblioteca encontrada
|
||||
noMoreResults=No hay más resultados
|
||||
none=Ninguno
|
||||
noOtherViewers=Ningún otro veedor
|
||||
noOtherViewers=Ningún otro observador
|
||||
noPlugins=No hay plugins
|
||||
noPreview=No hay vista previa
|
||||
noResponse=No hay respuesta del servidor
|
||||
noResultsFor=No hay resultados para '{1}'
|
||||
noRevisions=Sin revisiones
|
||||
noSearchResults=Ningún resultado de búsqueda encontrado
|
||||
noPageContentOrNotSaved=Ningún enlace encontrado en esta página, o aún no ha sido guardada
|
||||
noSearchResults=No se encontró ningún resultado de búsqueda
|
||||
noPageContentOrNotSaved=No se encontró ningún ancla en esta página o aún no ha sido guardada
|
||||
normal=Normal
|
||||
north=Norte
|
||||
notADiagramFile=No es un archivo de diagrama
|
||||
|
|
|
@ -1,28 +1,28 @@
|
|||
# *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
|
||||
# https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
|
||||
aboutDrawio=אודות Draw.io
|
||||
accessDenied=Access Denied
|
||||
accessDenied=הגישה דחתה
|
||||
actualSize=גודל אמיתי
|
||||
add=הוסף
|
||||
addedFile=Added {1}
|
||||
addedFile=נוסף
|
||||
addImages=הוסף תמונות
|
||||
addImageUrl=הוסף קישור לתמונה
|
||||
addLayer=הוסף שכבה
|
||||
addProperty=הוסף מאפיין
|
||||
address=Address
|
||||
address=כתובת
|
||||
addToExistingDrawing=הוסף לסקיצה קיימת
|
||||
addWaypoint=הוסף נקודת ציון
|
||||
adjustTo=Adjust to
|
||||
adjustTo=התאם ל
|
||||
advanced=מתקדם
|
||||
align=ישר
|
||||
alignment=יישור
|
||||
allChangesLost=כל השינויים יאבדו!
|
||||
allPages=All Pages
|
||||
allProjects=All Projects
|
||||
allSpaces=All Spaces
|
||||
allTags=All Tags
|
||||
anchor=Anchor
|
||||
android=Android
|
||||
allPages=כל הדפים
|
||||
allProjects=כל הפרויקטים
|
||||
allSpaces=כל הווחים
|
||||
allTags=כל התגיות
|
||||
anchor=עוגן
|
||||
android=אנדרואיד
|
||||
angle=זווית
|
||||
areYouSure=האם אתה בטוח?
|
||||
ensureDataSaved=אנא וודא ששמרת את המידע לפני סגירה.
|
||||
|
@ -37,7 +37,7 @@ arrow=חץ
|
|||
arrows=חצים
|
||||
asNew=כחדש
|
||||
atlas=אטלס
|
||||
author=Author
|
||||
author=מחבר
|
||||
authorizationRequired=נדרשת הרשאה
|
||||
authorizeThisAppIn=תן הרשאה ליישום זה ב-{1}:
|
||||
authorize=תן הרשאה
|
||||
|
@ -45,7 +45,7 @@ authorizing=נותן הרשאה
|
|||
automatic=אוטומטי
|
||||
autosave=שמירה אוטומטית
|
||||
autosize=גודל אוטומטי
|
||||
attachments=Attachments
|
||||
attachments=קבצים מצורפים
|
||||
aws=AWS
|
||||
aws3d=AWS 3D
|
||||
azure=Azure
|
||||
|
@ -57,21 +57,21 @@ blankDrawing=סקיצה ריקה
|
|||
blankDiagram=דיאגרמה ריקה
|
||||
block=בלוק
|
||||
blockquote=בלוק ציטוט
|
||||
blog=Blog
|
||||
blog=בלוג
|
||||
bold=מודגש
|
||||
bootstrap=Bootstrap
|
||||
borderColor=צבע גבול
|
||||
borderWidth=רוחב גבול
|
||||
bottom=תחתית
|
||||
bottomAlign=ישר תחתית
|
||||
bottomLeft=Bottom Left
|
||||
bottomRight=Bottom Right
|
||||
bottomLeft=שמאל מטה
|
||||
bottomRight=ימין למטה
|
||||
bpmn=BPMN
|
||||
browser=דפדפן
|
||||
bulletedList=רשימת בולטים
|
||||
business=Business
|
||||
busy=Operation in progress
|
||||
cabinets=Cabinets
|
||||
business=עסקים
|
||||
busy=הפעולה מתבצעת
|
||||
cabinets=ארוניות
|
||||
cancel=בטל
|
||||
center=מרכז
|
||||
cannotLoad=ניסיונות הטעינה נכשלו. אנא נסה שוב מאוחר יותר.
|
||||
|
@ -89,10 +89,10 @@ chromeApp=אפליקציית כרום
|
|||
compressed=Compressed
|
||||
commitMessage=Commit Message
|
||||
csv=CSV
|
||||
draftFound=A draft for '{1}' has been found. Load it into the editor or discard it to continue.
|
||||
draftFound=טיוטה עבור '{1}' נמצאה. טען אותה אל העורך או מחק אותה כדי להמשיך
|
||||
dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
|
||||
dropboxCharsNotAllowed=The following characters are not allowed: \ / : ? * " |
|
||||
check=Check
|
||||
dropboxCharsNotAllowed=התווים הבאים אינם מתרים לשימוש: / \ : ? * " |
|
||||
check=בדוק
|
||||
circle=עיגול
|
||||
cisco=Cisco
|
||||
classic=קלאסי
|
||||
|
@ -106,18 +106,18 @@ collapse=פרק
|
|||
collapseExpand=פרק/הרחב
|
||||
collapse-expand=לחץ כדי לפרק/להרחיב/n החזק את Shift ולחץ כדי להזיז שכנים/n החזק את Alt ולחץ כדי להגן על גודל הקבוצה
|
||||
collapsible=ניתן לפירוק
|
||||
comic=Comic
|
||||
comment=Comment
|
||||
comic=כתב יד
|
||||
comment=תגובה
|
||||
commentsNotes=תגובות/הערות
|
||||
connect=חבר
|
||||
connecting=מחבר
|
||||
connectWithDrive=חבר באמצעות כונן גוגל
|
||||
connection=חיבור
|
||||
connectionArrows=Connection Arrows
|
||||
connectionArrows=חצים מחרים
|
||||
connectionPoints=נקודות חיבור
|
||||
constrainProportions=כפה פרופורציות
|
||||
containsValidationErrors=מכיל שגיאת אימות
|
||||
copiedToClipboard=Copied to clipboard
|
||||
copiedToClipboard=הועתק ללוח
|
||||
copy=העתק
|
||||
copyConnect=העתק עם חיבור
|
||||
copyOf=עותק של {1}
|
||||
|
@ -127,7 +127,7 @@ create=צור
|
|||
createNewDiagram=צור דיאגרמה חדשה
|
||||
createRevision=צור תיקון
|
||||
createShape=צור צורה
|
||||
crop=Crop
|
||||
crop=חתוך
|
||||
curved=מעוקל
|
||||
custom=מותאם
|
||||
current=נוכחי
|
||||
|
@ -137,55 +137,55 @@ decideLater=החלט מאוחר יותר
|
|||
default=ברירת מחדל
|
||||
delete=מחק
|
||||
deleteColumn=מחק עמודה
|
||||
deleteLibrary401=Insufficient permissions to delete this library
|
||||
deleteLibrary404=Selected library could not be found
|
||||
deleteLibrary500=Error deleting library
|
||||
deleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do this?
|
||||
deleteLibrary401=אין הרשאות מתאימות למחוק את הספריה
|
||||
deleteLibrary404=הספריה שנבחרה לא נמצאה
|
||||
deleteLibrary500=שגיאה במחיקת הספריה
|
||||
deleteLibraryConfirm=הספריה תימחק לצמיתות. האם אתה בטוח?
|
||||
deleteRow=מחק שורה
|
||||
description=Description
|
||||
description=תיאור
|
||||
device=מכשיר
|
||||
diagram=דיאגרמה
|
||||
diagramContent=Diagram Content
|
||||
diagramContent=תוכן הדיאגרמה
|
||||
diagramLocked=דיאגרמה ננעלה כדי למנוע אובדן נתונים.
|
||||
diagramName=שם הדיאגרמה
|
||||
diagramIsPublic=Diagram is public
|
||||
diagramIsNotPublic=Diagram is not public
|
||||
diagramIsPublic=הדיאגרמה ציבורית
|
||||
diagramIsNotPublic=הדיאגרמה אינה ציבורית
|
||||
diamond=יהלום
|
||||
diamondThin=יהלום (צר)
|
||||
didYouKnow=הידעת...
|
||||
direction=כיוון
|
||||
discard=Discard
|
||||
discard=בטל
|
||||
discardChangesAndReconnect=בטל שינויים והתחבר מחדש
|
||||
googleDriveMissingClickHere=כונן גוגל חסר?
|
||||
discardChanges=Discard Changes
|
||||
googleDriveMissingClickHere=גוגל דרייב חסר?
|
||||
discardChanges=בטל שינויים
|
||||
disconnected=מנותק
|
||||
distribute=הפץ
|
||||
done=סיום
|
||||
dotted=מנוקד
|
||||
doubleClickOrientation=לחץ לחיצה כפולה לשינוי אוריינטציה
|
||||
doubleClickTooltip=לחץ לחיצה כפולה כדי לשלב טקסט
|
||||
doubleClickChangeProperty=Doubleclick to change property name
|
||||
doubleClickChangeProperty=לחץ לחיצה כפולה כדי לשנות את שם המאפיין
|
||||
download=הורד
|
||||
downloadAs=הורד בתור
|
||||
clickHereToSave=Click here to save.
|
||||
draftDiscarded=Draft discarded
|
||||
draftSaved=Draft saved
|
||||
dragElementsHere=Drag elements here
|
||||
clickHereToSave=לחץ כאן כד לשמור
|
||||
draftDiscarded=מחק טיוטה
|
||||
draftSaved=טיוטה נשמרה
|
||||
dragElementsHere=גרור רכיבים לכאן
|
||||
dragImagesHere=גרור תמונות או כתובות URL לכאן
|
||||
dragUrlsHere=גרור כתובות URL לכאן
|
||||
draw.io=draw.io
|
||||
drawing=סקיצה {1}
|
||||
drawingEmpty=הסקיצה ריקה
|
||||
drawingTooLarge=הסקיצה גדולה מדי
|
||||
drawioForWork=Draw.io for GSuite
|
||||
drawioForWork=draw.io ל GSuite
|
||||
dropbox=Dropbox
|
||||
duplicate=שכפל
|
||||
duplicateIt=שכפל {1}
|
||||
divider=מחלק
|
||||
east=מזרח
|
||||
edit=ערוך
|
||||
editData=Edit Data
|
||||
editDiagram=Edit Diagram
|
||||
editData=ערוך מידע
|
||||
editDiagram=ערוך דיאגרמה
|
||||
editGeometry=ערוך גיאומטריה
|
||||
editImage=ערוך תמונה
|
||||
editImageUrl=ערוך קישור תמונה
|
||||
|
@ -193,15 +193,15 @@ editLink=ערוך קישור
|
|||
editShape=ערוך צורה
|
||||
editStyle=ערוך סגנון
|
||||
editText=ערוך טקסט
|
||||
editTooltip=ערוך טיפ
|
||||
editTooltip=ערוך Tooltip
|
||||
glass=זכוכית
|
||||
googleImages=תמונות מגוגל
|
||||
imageSearch=חיפוש תמונה
|
||||
eip=EIP
|
||||
embed=שבץ
|
||||
embedImages=Embed Images
|
||||
embedImages=שבץ תמונות
|
||||
mainEmbedNotice=הדבק בתוך העמוד
|
||||
electrical=Electrical
|
||||
electrical=חשמלי
|
||||
embedNotice=הדבק פעם אחת בסוף העמוד
|
||||
enterGroup=הזן קבוצה
|
||||
enterName=הזן שם
|
||||
|
@ -209,30 +209,30 @@ enterPropertyName=הזן שם מאפיין
|
|||
enterValue=הזן ערך
|
||||
entityRelation=יחס אובייקט
|
||||
error=שגיאה
|
||||
errorDeletingFile=Error Deleting File
|
||||
errorDeletingFile=שגיאה במחיקת הקובץ
|
||||
errorLoadingFile=שגיאה בטעינת הקובץ
|
||||
errorRenamingFile=שגיאה בשינוי שם הקובץ.
|
||||
errorRenamingFileNotFound=שגיאה בשינוי שם הקובץ. קובץ לא נמצא.
|
||||
errorRenamingFileForbidden=שגיאה בשינוי שם הקובץ. אין הרשאת גישה מתאימה.
|
||||
errorSavingDraft=Error saving draft
|
||||
errorSavingDraft=שגיאה בשמירת הטיוטה
|
||||
errorSavingFile=שגיאה בשמירת הקובץ
|
||||
errorSavingFileUnknown=שגיאה באימות מול שרתי גוגל. אנא רענן את הדף כדי לנסות שוב.
|
||||
errorSavingFileForbidden=שגיאה בשמירת הקובץ. זכויות גישה לא מתאימות.
|
||||
errorSavingFileNameConflict=Could not save diagram. Current page already contains file named '{1}'.
|
||||
errorSavingFileNameConflict=לא ניתן לשמור את הדיאגרמה. העמוד הנוכחי כבר מכיל קובץ בשם '{1}'.
|
||||
errorSavingFileNotFound=שגיאה בשמירת הקובץ. קובץ לא נמצא.
|
||||
errorSavingFileSessionTimeout=Your session has ended. Please <a target='_blank' href='{1}'>{2}</a> and return to this tab to try to save again.
|
||||
errorSavingFileSessionTimeout=ההתקשרות שלך הסתיימה. אנא <a target='_blank' href='{1}'>{2}</a> וחזור ללשונית זו כדי לשמור שוב.
|
||||
errorSendingFeedback=שגיאה בשליחת המשוב.
|
||||
errorUpdatingPreview=Error updating preview.
|
||||
errorUpdatingPreview=שגיאה בעדכון התצוגה המקדימה
|
||||
exit=יציאה
|
||||
exitGroup=צא מהקבוצה
|
||||
expand=הרחב
|
||||
export=ייצא
|
||||
exporting=Exporting
|
||||
exporting=ייצוא
|
||||
exportAs=ייצא בתור
|
||||
exportOptionsDisabled=Export options disabled
|
||||
exportOptionsDisabledDetails=The owner has disabled options to download, print or copy for commenters and viewers on this file.
|
||||
exportOptionsDisabled=האפשרות לייצא הושבתה
|
||||
exportOptionsDisabledDetails=האחראי ביטל את האפשרות להוריד, להדפיס או להעתיק עבור מגיבים וצופים בקובץ זה
|
||||
extras=תוספות
|
||||
facebook=Facebook
|
||||
facebook=פייסבוק
|
||||
failedToSaveTryReconnect=השמירה נכשלה, מנסה להתחבר מחדש
|
||||
featureRequest=בקשת יכולות נוספות ליישום
|
||||
feedback=משוב
|
||||
|
@ -253,28 +253,28 @@ fileOpenLocation=כיצד תרצה לפתוח קובץ זה?
|
|||
fileWillBeSavedInAppFolder={1} יישמר בתיקיית האפליקציה.
|
||||
fill=מלא
|
||||
fillColor=מלא צבע
|
||||
find=Find
|
||||
find=מצא
|
||||
fit=התאם
|
||||
fitContainer= שנה את גודל המכל
|
||||
fitIntoContainer=התאם למכל
|
||||
fitPage=התאם לעמוד
|
||||
fitPageWidth=התאם לרוחב העמוד
|
||||
fitTo=Fit to
|
||||
fitTo=התאם ל
|
||||
fitToSheetsAcross=sheet(s) across
|
||||
fitToBy=by
|
||||
fitToBy=על ידי
|
||||
fitToSheetsDown=sheet(s) down
|
||||
fitTwoPages=שני עמודים
|
||||
fitWindow=התאם לחלון
|
||||
flip=הפוך
|
||||
flipH=הפוך אופקית
|
||||
flipV=הפוך אנכית
|
||||
flowchart=Flowchart
|
||||
folder=Folder
|
||||
flowchart=תרשים זרימה
|
||||
folder=תיקיה
|
||||
font=גופן
|
||||
fontColor=צבע גופן
|
||||
fontFamily=משפחת גופן
|
||||
fontSize=גודל גופן
|
||||
forbidden=אין לך גישה לקובץ הזה
|
||||
forbidden=אין לך הרשאה לקובץ הזה
|
||||
format=פורמט
|
||||
formatPanel=לוח פורמטים
|
||||
formatted=מפורמט
|
||||
|
@ -293,9 +293,9 @@ forum=דיון/פורום תמיכה
|
|||
fromTemplate=מתוך תבנית
|
||||
fromTemplateUrl=מתוך קישור לתבנית
|
||||
fromText=מטקסט
|
||||
fromUrl=From URL
|
||||
fromThisPage=From this page
|
||||
fullscreen=Fullscreen
|
||||
fromUrl=מכתובת URL
|
||||
fromThisPage=מעמוד זה
|
||||
fullscreen=מסך מלא
|
||||
general=כללי
|
||||
github=GitHub
|
||||
global=גלובלי
|
||||
|
@ -307,7 +307,7 @@ googleSites=Google Sites
|
|||
gradient=שיפוע
|
||||
gradientColor=צבע
|
||||
grid=רשת
|
||||
gridColor=Grid Color
|
||||
gridColor=צבע רשת
|
||||
gridSize=גודל רשת
|
||||
group=קבץ
|
||||
guides=מדריכים
|
||||
|
@ -323,16 +323,16 @@ home=בית
|
|||
horizontal=אופקי
|
||||
horizontalFlow=סידור אופקי
|
||||
horizontalTree=עץ אופקי
|
||||
howTranslate=How good is the translation in your language?
|
||||
howTranslate=מה רמת התרגום לשפה שלך?
|
||||
html=HTML
|
||||
htmlText=טקסט HTML
|
||||
iframe=IFrame
|
||||
ignore=התעלם
|
||||
image=תמונה
|
||||
imageUrl=Image URL
|
||||
imageUrl=כתובת התמונה
|
||||
images=תמונות
|
||||
imagePreviewError=This image couldn't be loaded for preview. Please check the URL.
|
||||
imageTooBig=Image too big
|
||||
imagePreviewError=התמונה לא נטענה לתצוגה מקדימה. אנא בדוק את כתובת ה URL.
|
||||
imageTooBig=התמונה גדולה מידי
|
||||
imgur=Imgur
|
||||
import=ייבא
|
||||
importFrom=ייבא מתוך
|
||||
|
@ -340,24 +340,24 @@ includeCopyOfMyDiagram=כלול עותק של הדיאגרמה שלי
|
|||
increaseIndent=הגדל מרחק מהשוליים
|
||||
decreaseIndent=הקטן מרחק מהשוליים
|
||||
insert=הכנס
|
||||
insertColumnBefore=הכנס עמודה שמאל
|
||||
insertColumnAfter=הכנס עמודה ימין
|
||||
insertColumnBefore=הכנס עמודה לשמאל
|
||||
insertColumnAfter=הכנס עמודה לימין
|
||||
insertEllipse=הכנס אליפסה
|
||||
insertImage=הכנס תמונה
|
||||
insertHorizontalRule=הכנס חוק אופקי
|
||||
insertLink=הכנס קישור
|
||||
insertPage=Insert Page
|
||||
insertPage=הכנס עמוד
|
||||
insertRectangle=הכנס מלבן
|
||||
insertRowBefore=הכנס שורה מעל
|
||||
insertRowAfter=הכנס שורה אחרי
|
||||
insertRowAfter=הכנס שורה מתחת
|
||||
insertText=הכנס טקסט
|
||||
inserting=מכניס
|
||||
invalidFilename=Diagram names must not contain the following characters: \ / | : ; { } < > & + ? = "
|
||||
invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
|
||||
invalidFilename=שם הדיאגרמה אינו יכול לכלול את התווים הבאים: \ / | : ; { } < > & + ? = "
|
||||
invalidLicenseSeeThisPage=הרשיון שלך אינו תקף. בדוק ב <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>
|
||||
invalidName=שם לא חוקי
|
||||
invalidOrMissingFile=קובץ חסר או לא תקין
|
||||
invalidPublicUrl=Invalid public URL
|
||||
isometric=Isometric
|
||||
invalidPublicUrl=כתובת URL ציבורית לא תקינה
|
||||
isometric=איזומטרי
|
||||
ios=iOS
|
||||
italic=נטוי
|
||||
kennedy=Kennedy
|
||||
|
@ -368,12 +368,12 @@ language=שפה
|
|||
leanMapping=Lean Mapping
|
||||
lastChange=שינוי אחרון לפני {1}
|
||||
lessThanAMinute=פחות מדקה
|
||||
licensingError=Licensing Error
|
||||
licenseHasExpired=The license for {1} has expired on {2}. Click here.
|
||||
licenseWillExpire=The license for {1} will expire on {2}. Click here.
|
||||
linkAccountRequired=If the diagram is not public a Google account is required to view the link.
|
||||
linkText=Link Text
|
||||
list=List
|
||||
licensingError=שגיאת רישיון
|
||||
licenseHasExpired=הרשיון עבור {1} אינו בתוקף מתאריך {2}. לחץ כאן.
|
||||
licenseWillExpire=תוקף הרשיון עבור {1} יפוג בתאריך {2}. לחץ כאן.
|
||||
linkAccountRequired=אם הדיאגרמה אינה ציבורית, נדרש חשבון גוגל כדי לפתוח את הקישור.
|
||||
linkText=טקסט מקושר
|
||||
list=רשימה
|
||||
minute=דקה
|
||||
minutes=דקות
|
||||
hours=שעות
|
||||
|
@ -382,7 +382,7 @@ months=חודשים
|
|||
years=שנים
|
||||
restartForChangeRequired=השינויים יחולו לאחר רענון הדף
|
||||
laneColor=צבע נתיב
|
||||
lastModified=Last modified
|
||||
lastModified=השתנה לאחרונה
|
||||
layout=פריסה
|
||||
left=שמאל
|
||||
leftAlign=ישור לשמאל
|
||||
|
@ -390,59 +390,59 @@ leftToRight=משמאל לימין
|
|||
libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
|
||||
lightbox=Lightbox
|
||||
line=קו
|
||||
lineend=סיום קו
|
||||
lineheight=Line Height
|
||||
linestart=התחלת קו
|
||||
linewidth=רוחב קו
|
||||
lineend=סיום הקו
|
||||
lineheight=גובה הקו
|
||||
linestart=התחלת הקו
|
||||
linewidth=רוחב הקו
|
||||
link=קישור
|
||||
links=Links
|
||||
links=קישורים
|
||||
loading=טוען
|
||||
lockUnlock=נעל/שחרר
|
||||
loggedOut=מנותק
|
||||
logIn=log in
|
||||
logIn=התחבר
|
||||
loveApp=אני אוהב את draw.io
|
||||
mathematicalTypesetting=סידור דפוס מתמטי
|
||||
makeCopy=צור עותק
|
||||
manual=ידני
|
||||
middle=אמצע
|
||||
misc=שונות
|
||||
mockups=Mockups
|
||||
modificationDate=Modification date
|
||||
modifiedBy=Modified by
|
||||
mockups=דגם
|
||||
modificationDate=השתנה בתאריך
|
||||
modifiedBy=השתנה ע"י
|
||||
more=עוד
|
||||
moreResults=תוצאות נוספות
|
||||
moreShapes=צורות נוספות
|
||||
move=הזז
|
||||
moveToFolder=הזז לתיקייה
|
||||
moving=מזיז
|
||||
moveToFolder=העבר לתיקייה
|
||||
moving=מעביר
|
||||
moveSelectionTo=הזז בחירה אל {1}
|
||||
name=Name
|
||||
name=שם
|
||||
navigation=ניווט
|
||||
networking=Networking
|
||||
networking=רישות
|
||||
new=חדש
|
||||
newLibrary=ספרייה חדשה
|
||||
nextPage=Next Page
|
||||
noAttachments=No attachments found
|
||||
nextPage=הדף הבא
|
||||
noAttachments=לא נמצאו קבצים מצורפים
|
||||
noColor=ללא צבע
|
||||
noFiles=ללא קבצים
|
||||
noFileSelected=לא נבחרו קבצים
|
||||
noLibraries=No libraries found
|
||||
noLibraries=לא נמצאו ספריות
|
||||
noMoreResults=אין תוצאות נוספות
|
||||
none=ללא
|
||||
noOtherViewers=אין צופים נוספים
|
||||
noPlugins=ללא plugins
|
||||
noPreview=No preview
|
||||
noPreview=אין תצוגה מקדימה
|
||||
noResponse=אין תגובה מהשרת
|
||||
noResultsFor=אין תוצאות עבור '{1}'
|
||||
noRevisions=אין שינויים
|
||||
noSearchResults=No search results found
|
||||
noSearchResults=לא נמצאו תוצאות לחיפוש
|
||||
noPageContentOrNotSaved=No anchors found on this page or it hasn't been saved yet
|
||||
normal=רגיל
|
||||
north=צפון
|
||||
notADiagramFile=זה לא קובץ דיאגרמה
|
||||
notALibraryFile=זה לא קובץ ספרייה
|
||||
notADiagramFile=זהו אינו קובץ דיאגרמה
|
||||
notALibraryFile=זהו אינו קובץ ספרייה
|
||||
notAvailable=לא זמין
|
||||
notAUtf8File=Not a UTF-8 file
|
||||
notAUtf8File=זהו אינו קובץ UTF-8
|
||||
notConnected=לא מחובר
|
||||
note=הערה
|
||||
notUsingService=לא משתמש ב-{1}?
|
||||
|
@ -450,15 +450,15 @@ numberedList=רשימה ממוספרת
|
|||
offline=לא מקוון
|
||||
ok=אישור
|
||||
oneDrive=OneDrive
|
||||
online=Online
|
||||
online=אונליין
|
||||
opacity=שקיפות
|
||||
open=פתח
|
||||
openArrow=חץ פתוח
|
||||
openExistingDiagram=פתח דיאגרמה קיימת
|
||||
openFile=פתח קובץ
|
||||
openFrom=פתח מתוך
|
||||
openLibrary=Open Library
|
||||
openLibraryFrom=פתח ספרייה מתוך
|
||||
openLibrary=פתח ספריה
|
||||
openLibraryFrom=פתח ספריה מתוך
|
||||
openLink=פתח קישור
|
||||
openInNewWindow=פתח בחלון חדש
|
||||
openInThisWindow=פתח בחלון הזה
|
||||
|
@ -472,53 +472,53 @@ otherViewer=צופה אחר
|
|||
otherViewers=צופים אחרים
|
||||
outline=מתאר
|
||||
oval=אליפסי
|
||||
page=Page
|
||||
pageContent=Page Content
|
||||
pageNotFound=Page not found
|
||||
pageWithNumber=Page-{1}
|
||||
page=עמוד
|
||||
pageContent=תוכן העמוד
|
||||
pageNotFound=העמוד לא נמצא
|
||||
pageWithNumber=עמוד-{1}
|
||||
pages=עמודים
|
||||
pageView=תצוגת עמוד
|
||||
pageSetup=הגדרת עמוד
|
||||
pageScale=קנה מידת העמוד
|
||||
pan=צידוד
|
||||
panTooltip=מקש ארוך + גרירה כדי לצדד
|
||||
pan=pan
|
||||
panTooltip=מקש רווח + גרירה ל pan
|
||||
paperSize=גודל הנייר
|
||||
pattern=דפוס
|
||||
pattern=תבנית
|
||||
paste=הדבק
|
||||
pasteHere=הדבק כאן
|
||||
pasteStyle=הדבק סגנון
|
||||
perimeter=היקף
|
||||
permissionAnyone=Anyone can edit
|
||||
permissionAuthor=Only I can edit
|
||||
pickFolder=Pick a folder
|
||||
pickLibraryDialogTitle=Select Library
|
||||
permissionAnyone=כל אחד יכול לערוך
|
||||
permissionAuthor=רק אני יכול לערוך
|
||||
pickFolder=בחר תיקיה
|
||||
pickLibraryDialogTitle=בחר ספריה
|
||||
publicDiagramUrl=קישור ציבורי לדיאגרמה
|
||||
placeholders=Placeholders
|
||||
placeholders=ממלא מקום
|
||||
plantUml=PlantUML
|
||||
plugins=Plugins
|
||||
pluginUrl=כתובת ה-Plugin
|
||||
pluginWarning=הדף דורש טעינה של ה-Plugins הבאים:/n האם תרצה לטעון את ה-Plugins האלו עכשיו?/n הערה: יש לאפשר ל-Plugins לעבוד רק אם מבינים את השלכות האבטחה של הפעולה.
|
||||
plusTooltip=לחץ וגרור כדי להתחבר, לחץ כדי לשכפל ולהתחבר, החזק את Shift ולחץ כדי לשכפל
|
||||
plusTooltip=לחץ כדי להתחבר ולשכפל (לחיצה+ctrl כדי לשכפל, לחיצה+shift כדי להתחבר). גרור כדי להתחבר (לחץ וגרור כדי לשכפל).
|
||||
portrait=דיוקן
|
||||
position=מיקום
|
||||
posterPrint=הדפסת מודעה
|
||||
preferences=העדפות
|
||||
preview=תצוגה מקדימה
|
||||
previousPage=Previous Page
|
||||
previousPage=העמוד הקודם
|
||||
print=הדפס
|
||||
printAllPages=Print All Pages
|
||||
procEng=Proc. Eng.
|
||||
project=Project
|
||||
priority=Priority
|
||||
printAllPages=הדפס את כל הדפים
|
||||
procEng=הנדסת תהליך
|
||||
project=פרויקט
|
||||
priority=סדר עדיפויות
|
||||
properties=מאפיינים
|
||||
publish=Publish
|
||||
publish=פרסם
|
||||
quickStart=התחלה מהירה סרטון
|
||||
rack=Rack
|
||||
radialTree=עץ רדיאלי
|
||||
readOnly=קריאה בלבד
|
||||
reconnecting=מתחבר מחדש
|
||||
recentlyUpdated=Recently Updated
|
||||
recentlyViewed=Recently Viewed
|
||||
recentlyUpdated=עודכן לאחרונה
|
||||
recentlyViewed=נצפה לאחרונה
|
||||
redirectToNewApp=הקובץ הזה נוצר או שונה באמצעות draw.io pro. אתה תנותב עכשיו.
|
||||
realtimeTimeout=נראה שביצעת מספר שינויים במצב לא מקוון. אנחנו מצטערים, לא ניתן לשמור שינויים אלו.
|
||||
redo=בצע שוב
|
||||
|
@ -534,15 +534,15 @@ rename=שנה שם
|
|||
renamed=השם שונה
|
||||
renameIt=שנה שם {1}
|
||||
renaming=משנה שם
|
||||
replace=Replace
|
||||
replace=החלף
|
||||
replaceIt={1} כבר קיים. האם ברצונך להחליף אותו?
|
||||
replaceExistingDrawing=החלף סקיצה קיימת
|
||||
required=נדרש
|
||||
reset=אפס
|
||||
resetView=Reset View
|
||||
resetView=אפס תצוגה
|
||||
resize=שנה גודל
|
||||
retina=Retina
|
||||
responsive=Responsive
|
||||
responsive=מגיב
|
||||
restore=שחזר
|
||||
restoring=משחזר
|
||||
retryingIn=מנסה מחדש בעוד {1} שניות
|
||||
|
@ -561,29 +561,29 @@ rounded=מעוגל
|
|||
save=שמור
|
||||
saveAndExit=שמור וצא
|
||||
saveAs=שמור בשם
|
||||
saveAsXmlFile=Save as XML file?
|
||||
saveAsXmlFile=שמור כקובץ XML?
|
||||
saved=נשמר
|
||||
saveDiagramsTo=שמור תרשימים ב-
|
||||
saveLibrary403=Insufficient permissions to edit this library
|
||||
saveLibrary500=There was an error while saving the library
|
||||
saveLibrary403=אין הרשאות לערוך ספריה זו
|
||||
saveLibrary500=שגיאה בשמירת הספריה
|
||||
saving=שומר
|
||||
scratchpad=Scratchpad
|
||||
scrollbars=סרגלי גלילה
|
||||
search=חפש
|
||||
searchShapes=Search Shapes
|
||||
searchShapes=חפש צורות
|
||||
selectAll=בחר הכל
|
||||
selectionOnly=Selection Only
|
||||
selectionOnly=בחירה בלבד
|
||||
selectEdges=בחר קצוות
|
||||
selectFile=Select File
|
||||
selectFolder=Select Folder
|
||||
selectFile=בחר קובץ
|
||||
selectFolder=בחר תיקיה
|
||||
selectFont=בחר גופן
|
||||
selectNone=Select None
|
||||
selectNone=בטל בחירה
|
||||
selectVertices=בחר קודקודים
|
||||
sendMessage=שלח
|
||||
sendYourFeedbackToDrawIo=שלח את המשוב שלך אל draw.io
|
||||
serviceUnavailableOrBlocked=השירות חסום או לא זמין
|
||||
sessionExpired=הסשן הסתיים. אנא רענן את חלון הדפדפן.
|
||||
sessionTimeoutOnSave=הסשן הסתיים ונותקת מכונן גוגל. לחץ על אישור כדי להתחבר ולשמור.
|
||||
sessionExpired=ההתקשרות הסתיימה. אנא רענן את חלון הדפדפן.
|
||||
sessionTimeoutOnSave=ההתקשרות הסתיימה ונותקת מכונן גוגל. לחץ על אישור כדי להתחבר ולשמור.
|
||||
setAsDefaultStyle=קבע בתור סגנון ברירת מחדל
|
||||
shadow=צל
|
||||
shape=צורה
|
||||
|
|
|
@ -1,27 +1,27 @@
|
|||
# *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
|
||||
# https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
|
||||
aboutDrawio=Draw.io névjegy
|
||||
accessDenied=Access Denied
|
||||
accessDenied=Hozzáférés elutasítva
|
||||
actualSize=Aktuális méret
|
||||
add=Hozzáad
|
||||
addedFile=Added {1}
|
||||
addedFile={1} hozzáadva
|
||||
addImages=Képet hozzáad
|
||||
addImageUrl=Kép URL hozzáadás
|
||||
addLayer=Réteget hozzáad
|
||||
addProperty=Tulajdonság hozzáadás
|
||||
address=Address
|
||||
address=Cím
|
||||
addToExistingDrawing=Add hozzá a meglévő rajzhoz
|
||||
addWaypoint=Útpont hozzáadás
|
||||
adjustTo=Adjust to
|
||||
adjustTo=Módosít
|
||||
advanced=Haladó
|
||||
align=Igazít
|
||||
alignment=Igazítás
|
||||
allChangesLost=Elvesz minden változtatás!
|
||||
allPages=All Pages
|
||||
allProjects=All Projects
|
||||
allSpaces=All Spaces
|
||||
allTags=All Tags
|
||||
anchor=Anchor
|
||||
allPages=Összes oldal
|
||||
allProjects=Összes terv
|
||||
allSpaces=Összes tér
|
||||
allTags=Összes címke
|
||||
anchor=Horgony
|
||||
android=Android
|
||||
angle=Szög
|
||||
areYouSure=Biztos benne?
|
||||
|
@ -37,7 +37,7 @@ arrow=Nyíl
|
|||
arrows=Nyilak
|
||||
asNew=Mint új
|
||||
atlas=Modern
|
||||
author=Author
|
||||
author=Szerző
|
||||
authorizationRequired=Engedély szükséges
|
||||
authorizeThisAppIn=Engedélyezze ezt az aplikácót itt: {1}
|
||||
authorize=Engedélyezés
|
||||
|
@ -45,7 +45,7 @@ authorizing=Engedélyezés
|
|||
automatic=Automatikus
|
||||
autosave=Automatikus mentés
|
||||
autosize=Automatikus méret
|
||||
attachments=Attachments
|
||||
attachments=Melléklet
|
||||
aws=AWS
|
||||
aws3d=AWS 3D
|
||||
azure=Azure
|
||||
|
@ -64,14 +64,14 @@ borderColor=Keretszín
|
|||
borderWidth=Keret vastagság
|
||||
bottom=Alsó
|
||||
bottomAlign=Alsó igazítás
|
||||
bottomLeft=Bottom Left
|
||||
bottomRight=Bottom Right
|
||||
bottomLeft=Alsó bal
|
||||
bottomRight=Alsó jobb
|
||||
bpmn=BPMN
|
||||
browser=Böngésző
|
||||
bulletedList=Felsorolás
|
||||
business=Business
|
||||
busy=Operation in progress
|
||||
cabinets=Cabinets
|
||||
business=Üzleti
|
||||
busy=Művelet folyamatban
|
||||
cabinets=Szekrények
|
||||
cancel=Mégsem
|
||||
center=Közép
|
||||
cannotLoad=A betöltési próbálkozások sikertelenek. Kérjük próbálja ismét kesőbb...
|
||||
|
@ -86,13 +86,13 @@ chatLeft={1} távozott
|
|||
chatWindowTitle=Cseveg
|
||||
chooseAnOption=Válasszon opciót
|
||||
chromeApp=Chrome App
|
||||
compressed=Compressed
|
||||
commitMessage=Commit Message
|
||||
compressed=Tömörített
|
||||
commitMessage=Üzenetet küld
|
||||
csv=CSV
|
||||
draftFound=A draft for '{1}' has been found. Load it into the editor or discard it to continue.
|
||||
dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
|
||||
dropboxCharsNotAllowed=The following characters are not allowed: \ / : ? * " |
|
||||
check=Check
|
||||
draftFound=Vázlat találva a '{1}'-hoz. Töltse a szerkesztőbe, vagy dobja el a folytatásért.
|
||||
dragAndDropNotSupported=Fogd és vidd nincs támogatva képekhez. Szeretné-e importálni?
|
||||
dropboxCharsNotAllowed=A következő betűk nem engedélyezettek: \ / : ? * " |
|
||||
check=Ellenőriz
|
||||
circle=Kör
|
||||
cisco=Cisco
|
||||
classic=Klasszikus
|
||||
|
@ -106,21 +106,21 @@ collapse=Osszevon
|
|||
collapseExpand=Összevon/Bővít
|
||||
collapse-expand=Összevon/Bővít
|
||||
collapsible=Összevonható
|
||||
comic=Comic
|
||||
comment=Comment
|
||||
comic=Szabadkéz
|
||||
comment=Megjegyzés
|
||||
commentsNotes=Kommentárok/Jegyzetek
|
||||
connect=Csatlakoztat
|
||||
connecting=Csatlakoztatás
|
||||
connectWithDrive=Csatlkakoztatás a Google Drive-val
|
||||
connection=Kapcsolat
|
||||
connectionArrows=Connection Arrows
|
||||
connectionArrows=Kapcsolási nyilak
|
||||
connectionPoints=Kapcsolási pontok
|
||||
constrainProportions=Arányt megtart
|
||||
containsValidationErrors=Érvényesítési hibákat tartalmaz
|
||||
copiedToClipboard=Copied to clipboard
|
||||
copiedToClipboard=Vágólapra másolva
|
||||
copy=Másol
|
||||
copyConnect=Másol kapcsoláskor
|
||||
copyOf=Másolata {1}
|
||||
copyOf={1} másolata
|
||||
copyOfDrawing=Rajz másolás
|
||||
copyStyle=Stílus másolás
|
||||
create=Alkot
|
||||
|
@ -137,55 +137,55 @@ decideLater=Később dönt
|
|||
default=Alapértelmezett
|
||||
delete=Töröl
|
||||
deleteColumn=Oszlopot töröl
|
||||
deleteLibrary401=Insufficient permissions to delete this library
|
||||
deleteLibrary404=Selected library could not be found
|
||||
deleteLibrary500=Error deleting library
|
||||
deleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do this?
|
||||
deleteLibrary401=Elégtelen engedélyezés az adott könyvtár törléséhez
|
||||
deleteLibrary404=A választott könyvtár nem lett megtalálva
|
||||
deleteLibrary500=Hiba a könytár törlésekor
|
||||
deleteLibraryConfirm=Arra készül, hogy véglegesen kitörölje az adott könyvtárt. Biztos a szándékában?
|
||||
deleteRow=Sort töröl
|
||||
description=Description
|
||||
description=Leírás
|
||||
device=Eszköz
|
||||
diagram=Diagram
|
||||
diagramContent=Diagram Content
|
||||
diagramContent=Diagram tartalma
|
||||
diagramLocked=A diagram zárva van, adatvesztés megelőzésként
|
||||
diagramName=Diagram neve
|
||||
diagramIsPublic=Diagram is public
|
||||
diagramIsNotPublic=Diagram is not public
|
||||
diagramIsPublic=A diagram nyilvános
|
||||
diagramIsNotPublic=A diagram nem nyilvános
|
||||
diamond=Rombusz
|
||||
diamondThin=Rombusz (vékony)
|
||||
didYouKnow=Tudta-e...
|
||||
direction=Irány
|
||||
discard=Discard
|
||||
discard=Elvet
|
||||
discardChangesAndReconnect=Változásoktól megvál és újrakapcsolódik
|
||||
googleDriveMissingClickHere=Hiányzó Google Drive?
|
||||
discardChanges=Discard Changes
|
||||
googleDriveMissingClickHere=Hiányzó Google Drive? Kattints ide!
|
||||
discardChanges=Módosításokat elvet
|
||||
disconnected=Szétkapcsolt
|
||||
distribute=Szétoszt
|
||||
done=Befejez
|
||||
dotted=Pontozott
|
||||
doubleClickOrientation=Dupla klikk az irányultság változtatásához
|
||||
doubleClickTooltip=Doubleclick to insert text
|
||||
doubleClickChangeProperty=Doubleclick to change property name
|
||||
doubleClickTooltip=Dupla klikk szöveg hozzáadásához
|
||||
doubleClickChangeProperty=Dupla klikk a tulajdonság nevének változtatásához
|
||||
download=Letölt
|
||||
downloadAs=Letölt mint
|
||||
clickHereToSave=Click here to save.
|
||||
draftDiscarded=Draft discarded
|
||||
draftSaved=Draft saved
|
||||
dragElementsHere=Drag elements here
|
||||
clickHereToSave=Kattints ide mentéshez
|
||||
draftDiscarded=Vázlat elvetve
|
||||
draftSaved=Vázlat mentve
|
||||
dragElementsHere=Elemeket ide húzni
|
||||
dragImagesHere=Képeket ide húzni
|
||||
dragUrlsHere=URL-ket ide húzni
|
||||
draw.io=draw.io
|
||||
drawing=Rajz{1}
|
||||
drawingEmpty=A rajz üres
|
||||
drawingTooLarge=A rajz túl nagy
|
||||
drawioForWork=Draw.io for GSuite
|
||||
drawioForWork=Draw.io GSuite-hoz
|
||||
dropbox=Dropbox
|
||||
duplicate=Duplikát
|
||||
duplicateIt=Duplicate {1}
|
||||
duplicateIt={1}-t duplikál
|
||||
divider=Osztó
|
||||
east=Kelet
|
||||
edit=Szerkeszt
|
||||
editData=Edit Data
|
||||
editDiagram=Edit Diagram
|
||||
editData=Adatot szerkeszt
|
||||
editDiagram=Diagramot szerkeszt
|
||||
editGeometry=Geometriát szerkeszt
|
||||
editImage=Képet szerkeszt
|
||||
editImageUrl=Kép URL-t szerkeszt
|
||||
|
@ -199,9 +199,9 @@ googleImages=Google képek
|
|||
imageSearch=Képet keres
|
||||
eip=EIP
|
||||
embed=Beágyaz
|
||||
embedImages=Embed Images
|
||||
embedImages=Képeket beágyaz
|
||||
mainEmbedNotice=Ezt hozzáadja a laphoz
|
||||
electrical=Electrical
|
||||
electrical=Elektromos
|
||||
embedNotice=Egyszer hozzáadja ezt az oldal végére
|
||||
enterGroup=Csoportba be
|
||||
enterName=Nevet beír
|
||||
|
@ -209,43 +209,43 @@ enterPropertyName=Tulajdonság nevét beírja
|
|||
enterValue=Érték betáplálása
|
||||
entityRelation=Egyedkapcsolat
|
||||
error=Hiba
|
||||
errorDeletingFile=Error Deleting File
|
||||
errorDeletingFile=Hiba a fájl törlésekor
|
||||
errorLoadingFile=Hiba a fájl betáplálásakor
|
||||
errorRenamingFile=Hiba a fájl átnevezésekor
|
||||
errorRenamingFileNotFound=Hiba a fájl átnevezésekor. A fájl nem található
|
||||
errorRenamingFileForbidden=Hiba a fájl átnevezésekor. Elégtelen hozzáférési jog.
|
||||
errorSavingDraft=Error saving draft
|
||||
errorSavingDraft=Hiba a vázlat mentésekor
|
||||
errorSavingFile=Hiba a fájl mentésekor
|
||||
errorSavingFileUnknown=Hiba a Google szerver engedélyezésekor. Kérjük frissítse az oldalat, hogy újra próbálja.
|
||||
errorSavingFileForbidden=Hiba a fájl mentésekor. Elégtelen hozzáférési jog.
|
||||
errorSavingFileNameConflict=Could not save diagram. Current page already contains file named '{1}'.
|
||||
errorSavingFileNameConflict=A diagram mentése sikertelen. A pillanatnyi oldal már tartalmaz {1} nevű fájlt.
|
||||
errorSavingFileNotFound=Hiba a fájl mentésekor. A fájl nem található
|
||||
errorSavingFileSessionTimeout=Your session has ended. Please <a target='_blank' href='{1}'>{2}</a> and return to this tab to try to save again.
|
||||
errorSavingFileSessionTimeout=Az ülése véget ért. Kérjük <a target='_blank' href='{1}'>{2}</a> és vissza erre a lapra a mentés újrapróbálásához.
|
||||
errorSendingFeedback=Hiba a visszajelzés küldésekor.
|
||||
errorUpdatingPreview=Error updating preview.
|
||||
errorUpdatingPreview=Hiba az előnézet frissítésekor
|
||||
exit=Kilép
|
||||
exitGroup=Csoportból kilép
|
||||
expand=Bővít
|
||||
export=Exportálás
|
||||
exporting=Exporting
|
||||
exporting=Exportálás folyamatban
|
||||
exportAs=Exportálás másként
|
||||
exportOptionsDisabled=Export options disabled
|
||||
exportOptionsDisabledDetails=The owner has disabled options to download, print or copy for commenters and viewers on this file.
|
||||
extras=Extras
|
||||
exportOptionsDisabled=Exportálási opciók letiltva
|
||||
exportOptionsDisabledDetails=A tulajdonos letiltotta a letöltési, nyomtatási vagy másolási opciókat a kommentelőknek és nézőknek ezen a fájlon.
|
||||
extras=Extrák
|
||||
facebook=Facebook
|
||||
failedToSaveTryReconnect=Sikertelen mentés, próbáljon újrakapcsolódni
|
||||
featureRequest=Sajátosságot kérelmez
|
||||
feedback=Visszajelzés
|
||||
feedbackSent=Visszajelzés sikeresen elküldve.
|
||||
floorplans=Floorplans
|
||||
floorplans=Alaprajzok
|
||||
file=Fájl
|
||||
fileChangedOverwrite=File was changed. Overwrite changes?
|
||||
overwrite=Overwrite
|
||||
fileChangedOverwrite=A fájl megváltozott. Átírja a változásokat?
|
||||
overwrite=Átír
|
||||
filename=Fájlnév
|
||||
fileExists=Létező fájl
|
||||
fileNearlyFullSeeFaq=File nearly full, please see FAQ
|
||||
fileNearlyFullSeeFaq=A fájl majdnem tele, tekintse meg a GYIK-et
|
||||
fileNotFound=Fájl nem található
|
||||
repositoryNotFound=Repository not found
|
||||
repositoryNotFound=A raktár nem található
|
||||
fileNotFoundOrDenied=A fájl nem található. Nem létezik, vagy nincs olvasási hozzáférése.
|
||||
fileNotLoaded=Fájl nincs betöltve
|
||||
fileNotSaved=Fájl nincs mentve
|
||||
|
@ -253,23 +253,23 @@ fileOpenLocation=Hogyan szeretné nyitni ezt a fájlt?
|
|||
fileWillBeSavedInAppFolder=Az {1} az applikáció mappába lesz mentve.
|
||||
fill=Töltés
|
||||
fillColor=Kitöltés szín
|
||||
find=Find
|
||||
find=Talál
|
||||
fit=Illeszt
|
||||
fitContainer=Konténert átméretez
|
||||
fitIntoContainer=Konténerbe méretez
|
||||
fitPage=Oldalmérethez méretezett
|
||||
fitPageWidth=Oldalszélességhez alakít
|
||||
fitTo=Fit to
|
||||
fitToSheetsAcross=sheet(s) across
|
||||
fitToBy=by
|
||||
fitToSheetsDown=sheet(s) down
|
||||
fitTo=Százalékhoz alakít
|
||||
fitToSheetsAcross=Lap(ok)hoz keresztben
|
||||
fitToBy=:
|
||||
fitToSheetsDown=Lap(ok)hoz le
|
||||
fitTwoPages=Két oldalhoz méretez
|
||||
fitWindow=Ablakhoz méretezett
|
||||
flip=Tükröz
|
||||
flipH=Vízszintesen tükröz
|
||||
flipV=Merőlegesen tükröz
|
||||
flowchart=Flowchart
|
||||
folder=Folder
|
||||
flowchart=Folyamatábra
|
||||
folder=Mappa
|
||||
font=Betűtípus
|
||||
fontColor=Betűkészlet szín
|
||||
fontFamily=Betűcsalád
|
||||
|
@ -293,9 +293,9 @@ forum=Fórum
|
|||
fromTemplate=Sablonból
|
||||
fromTemplateUrl=Sablon URL-ból
|
||||
fromText=Szövegből
|
||||
fromUrl=From URL
|
||||
fromThisPage=From this page
|
||||
fullscreen=Fullscreen
|
||||
fromUrl=URL-ból
|
||||
fromThisPage=Erről az oldalról
|
||||
fullscreen=Teljes képernyő
|
||||
general=Általános
|
||||
github=GitHub
|
||||
global=Globális
|
||||
|
@ -307,7 +307,7 @@ googleSites=Google Oldalak
|
|||
gradient=Gradiens
|
||||
gradientColor=Gradiens szín
|
||||
grid=Hálózat
|
||||
gridColor=Grid Color
|
||||
gridColor=Hálózat szín
|
||||
gridSize=Hálózat méret
|
||||
group=Csoportosít
|
||||
guides=Vezetők
|
||||
|
@ -323,16 +323,16 @@ home=Otthon
|
|||
horizontal=Vízszintes
|
||||
horizontalFlow=Vízszintes folyam
|
||||
horizontalTree=Függőleges fa
|
||||
howTranslate=How good is the translation in your language?
|
||||
howTranslate=Milyen a fordítás minősége az ön nyelvén?
|
||||
html=HTML
|
||||
htmlText=HTML szöveg
|
||||
iframe=IFrame
|
||||
ignore=Mellőz
|
||||
image=Kép
|
||||
imageUrl=Image URL
|
||||
imageUrl=Kép URL
|
||||
images=Képek
|
||||
imagePreviewError=This image couldn't be loaded for preview. Please check the URL.
|
||||
imageTooBig=Image too big
|
||||
imagePreviewError=Ez a kép betöltése sikertelen az előnézethez. Ellenőrizze az URL-t.
|
||||
imageTooBig=A kép túl nagy
|
||||
imgur=Imgur
|
||||
import=Importál
|
||||
importFrom=Importál innen
|
||||
|
@ -342,22 +342,22 @@ decreaseIndent=Bekezdést csökkent
|
|||
insert=Beszúr
|
||||
insertColumnBefore=Oszlopot beszúr balra
|
||||
insertColumnAfter=Oszlopot beszúr jobbra
|
||||
insertEllipse=Insert Ellipse
|
||||
insertEllipse=Ellipszist beszúr
|
||||
insertImage=Képet beszúr
|
||||
insertHorizontalRule=Vízszintes vonalat beszúr
|
||||
insertLink=Linket beszúr
|
||||
insertPage=Insert Page
|
||||
insertRectangle=Insert Rectangle
|
||||
insertPage=Oldalt beszúr
|
||||
insertRectangle=Téglalapot beszúr
|
||||
insertRowBefore=Sort beszúr felette
|
||||
insertRowAfter=Sort beszúr alatta
|
||||
insertText=Insert Text
|
||||
insertText=Szöveget beszúr
|
||||
inserting=Beszúrás
|
||||
invalidFilename=Diagram names must not contain the following characters: \ / | : ; { } < > & + ? = "
|
||||
invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
|
||||
invalidFilename=A diagram nem tartalmazhatja a következő betűket: \ / | : ; { } < > & + ? = "
|
||||
invalidLicenseSeeThisPage=Az engedélye érvénytelen, kérjük tekintse meg ezt <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
|
||||
invalidName=Érvénytelen név
|
||||
invalidOrMissingFile=Érvénytelen vagy hiányzó fájl
|
||||
invalidPublicUrl=Invalid public URL
|
||||
isometric=Isometric
|
||||
invalidPublicUrl=Érvénytelen nyilvános URL
|
||||
isometric=izometrikus
|
||||
ios=iOS
|
||||
italic=Dőlt
|
||||
kennedy=Kennedy
|
||||
|
|
|
@ -1,67 +1,67 @@
|
|||
# *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
|
||||
# https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
|
||||
aboutDrawio=Tentang draw.io
|
||||
accessDenied=Access Denied
|
||||
accessDenied=Akses Ditolak
|
||||
actualSize=Ukuran Aktual
|
||||
add=Tambah
|
||||
addedFile=Added {1}
|
||||
addImages=Tambah gambar
|
||||
addImageUrl=Tambah URL gambar
|
||||
addLayer=Add Layer
|
||||
addProperty=Tambah properti
|
||||
address=Address
|
||||
addToExistingDrawing=Tambah ke gambar yang ada
|
||||
addWaypoint=Tambah arah poin
|
||||
add=Tambahkan
|
||||
addedFile=Ditambahkan
|
||||
addImages=Tambahkan Gambar
|
||||
addImageUrl=Tambahkan URL Gambar
|
||||
addLayer=Tambahkan Lapisan
|
||||
addProperty=Tambahkan Properti
|
||||
address=Alamat
|
||||
addToExistingDrawing=Tambahkan ke Gambar yang Ada
|
||||
addWaypoint=Tambahkan Waypoint
|
||||
adjustTo=Adjust to
|
||||
advanced=Tingkat lanjutan
|
||||
align=Rata
|
||||
advanced=Lanjutan
|
||||
align=Ratakan
|
||||
alignment=Perataan
|
||||
allChangesLost=Semua perubahan akan hilang!
|
||||
allPages=All Pages
|
||||
allProjects=All Projects
|
||||
allSpaces=All Spaces
|
||||
allTags=All Tags
|
||||
anchor=Anchor
|
||||
allPages=Semua Halaman
|
||||
allProjects=Semua Proyek
|
||||
allSpaces=Semua Ruang
|
||||
allTags=Semua Tag
|
||||
anchor=Jangkar
|
||||
android=Android
|
||||
angle=Sudut
|
||||
areYouSure=Apakah kamu yakin?
|
||||
ensureDataSaved=Pastikan data telah tersimpan sebelum keluar
|
||||
allChangesSaved=Semua data telah tersimpan
|
||||
allChangesSavedInDrive=Semua data telah tersimpan dalam tempat penyimpanan
|
||||
allowPopups=Mengizinkan munculan untuk menghindari dialog ini
|
||||
alreadyConnected=Node-node telah terhubung
|
||||
areYouSure=Anda yakin?
|
||||
ensureDataSaved=Pastikan data tersimpan sebelum menutup.
|
||||
allChangesSaved=Semua data tersimpan
|
||||
allChangesSavedInDrive=Semua data tersimpan di Drive
|
||||
allowPopups=Izinkan pop-up untuk menghindari dialog ini.
|
||||
alreadyConnected=Node telah terhubung
|
||||
apply=Terapkan
|
||||
archiMate21=ArchiMate 2.1
|
||||
arrange=Atur
|
||||
arrange=Susun
|
||||
arrow=Panah
|
||||
arrows=Panah-panah
|
||||
asNew=Sebagai yang baru
|
||||
arrows=Panah
|
||||
asNew=Baru
|
||||
atlas=Atlas
|
||||
author=Author
|
||||
authorizationRequired=otorisasi diperlukan
|
||||
authorizeThisAppIn=otorisasi aplikasi ini
|
||||
authorize=otorisasi
|
||||
authorizationRequired=Perlu otorisasi
|
||||
authorizeThisAppIn=Otorisasikan apl ini dalam {1}:
|
||||
authorize=Otorisasikan
|
||||
authorizing=Memberikan otorisasi
|
||||
automatic=Otomatis
|
||||
autosave=Simpan secara otomatis
|
||||
autosize=Ukuran Otomatis
|
||||
attachments=Attachments
|
||||
autosave=Simpan otomatis
|
||||
autosize=Ukur otomatis
|
||||
attachments=Lampiran
|
||||
aws=AWS
|
||||
aws3d=AWS 3D
|
||||
azure=Azure
|
||||
background=Latar belakang
|
||||
background=Latar
|
||||
backgroundColor=Warna Latar
|
||||
backgroundImage=Gambar latar belakang
|
||||
backgroundImage=Gambar Latar
|
||||
basic=Dasar
|
||||
blankDrawing=Gambar Kosong
|
||||
blankDiagram=Diagram kosong
|
||||
blankDiagram=Diagram Kosong
|
||||
block=Blok
|
||||
blockquote=Kuota blok
|
||||
blockquote=Blockquote
|
||||
blog=Blog
|
||||
bold=Tebal
|
||||
bootstrap=Bootstrap
|
||||
borderColor=Warna border
|
||||
borderWidth=Lebar border
|
||||
borderColor=Warna Tepi
|
||||
borderWidth=Lebar Tepi
|
||||
bottom=Bawah
|
||||
bottomAlign=Rata Bawah
|
||||
bottomLeft=Bottom Left
|
||||
|
|
|
@ -1,36 +1,36 @@
|
|||
# *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
|
||||
# https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
|
||||
aboutDrawio=Om draw.io
|
||||
accessDenied=Access Denied
|
||||
actualSize=Faktisk størrelse
|
||||
accessDenied=Tilgang nektet
|
||||
actualSize=Faktisk størrelse
|
||||
add=Legg til
|
||||
addedFile=Added {1}
|
||||
addedFile=Fil lagt til
|
||||
addImages=Legg til bilder
|
||||
addImageUrl=Legg til bilde-URL
|
||||
addLayer=Legg til lag
|
||||
addProperty=Legg til egenskap
|
||||
address=Address
|
||||
address=Adresse
|
||||
addToExistingDrawing=Legg til i eksisterende tegning
|
||||
addWaypoint=Legg til støttepunkt
|
||||
adjustTo=Adjust to
|
||||
adjustTo=Juster til
|
||||
advanced=Avansert
|
||||
align=Juster
|
||||
alignment=Justering
|
||||
allChangesLost=Alle endringer vil gå tapt
|
||||
allPages=All Pages
|
||||
allProjects=All Projects
|
||||
allSpaces=All Spaces
|
||||
allTags=All Tags
|
||||
anchor=Anchor
|
||||
allPages=Alle sider
|
||||
allProjects=Alle prosjekt
|
||||
allSpaces=Alle mellomrom
|
||||
allTags=Alle tags
|
||||
anchor=Anker
|
||||
android=Android
|
||||
angle=Vinkel
|
||||
areYouSure=Er du sikker?
|
||||
ensureDataSaved=Vennligst sørg for at datene dine er lagret før du avslutter.
|
||||
ensureDataSaved=Vennligst sørg for at all data er lagret før du avslutter.
|
||||
allChangesSaved=Alle endringer er lagret
|
||||
allChangesSavedInDrive=Alle endringer er lagret i Drive
|
||||
allowPopups=Tillat pop-ups for å unngå dette dialogvinduet.
|
||||
alreadyConnected=Punktene er allerede sammenkoblet
|
||||
apply=Bruk
|
||||
apply=Legge til
|
||||
archiMate21=ArchiMate 2.1
|
||||
arrange=Ordne
|
||||
arrow=Pil
|
||||
|
@ -44,8 +44,8 @@ authorize=Autoriser
|
|||
authorizing=Autoriserer
|
||||
automatic=Automatisk
|
||||
autosave=Automatisk lagring
|
||||
autosize=Tilpass størrelse
|
||||
attachments=Attachments
|
||||
autosize=Automatisk størrelse tilpasning
|
||||
attachments=Vedlegg
|
||||
aws=AWS
|
||||
aws3d=AWS 3D
|
||||
azure=Azure
|
||||
|
@ -64,13 +64,13 @@ borderColor=Kantfarge
|
|||
borderWidth=Kantbredde
|
||||
bottom=Bunn
|
||||
bottomAlign=Juster til bunn
|
||||
bottomLeft=Bottom Left
|
||||
bottomRight=Bottom Right
|
||||
bottomLeft=Nede til venstre
|
||||
bottomRight=Nede til høyre
|
||||
bpmn=BMPN
|
||||
browser=Nettleser
|
||||
bulletedList=Kuleliste
|
||||
business=Business
|
||||
busy=Operation in progress
|
||||
busy=Operasjon pågår
|
||||
cabinets=Kabinett
|
||||
cancel=Avbryt
|
||||
center=Sentrer
|
||||
|
@ -86,13 +86,13 @@ chatLeft={1} har dratt
|
|||
chatWindowTitle=Chat
|
||||
chooseAnOption=Velg et alternativ
|
||||
chromeApp=Chrome-app
|
||||
compressed=Compressed
|
||||
commitMessage=Commit Message
|
||||
compressed=Komprimert
|
||||
commitMessage=Forpliktende Melding
|
||||
csv=CSV
|
||||
draftFound=A draft for '{1}' has been found. Load it into the editor or discard it to continue.
|
||||
dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
|
||||
draftFound=Et utkast av '{1}' er funnet. Last det ned i editoren eller forkast det for å fortsette.
|
||||
dragAndDropNotSupported=Dra og slipp funksjon er ikke tilgjengelig for bilder. Vil du importere i stedet for?
|
||||
dropboxCharsNotAllowed=Følgende tegn er ikke tillatt: \ / : ? * " |
|
||||
check=Check
|
||||
check=Sjekk
|
||||
circle=Sirkel
|
||||
cisco=Cisco
|
||||
classic=Klassisk
|
||||
|
@ -106,18 +106,18 @@ collapse=Minimer
|
|||
collapseExpand=Minimer/utvid
|
||||
collapse-expand=Klikk for å minimere/utvide\nShift-klikk for å flytte nærliggende\nAlt-klikk for å bevare gruppestørrelse
|
||||
collapsible=Kan minimeres
|
||||
comic=Comic
|
||||
comment=Comment
|
||||
comic=Tegneserie
|
||||
comment=Kommenter
|
||||
commentsNotes=Kommentarer/notater
|
||||
connect=Koble til
|
||||
connecting=Kobler til
|
||||
connectWithDrive=Koble til Google Drive
|
||||
connection=Forbindelse
|
||||
connectionArrows=Connection Arrows
|
||||
connectionArrows=Tilkoblingspiler
|
||||
connectionPoints=Forbindelsespunkter
|
||||
constrainProportions=Behold proporsjonene
|
||||
containsValidationErrors=Inneholder valideringsfeil
|
||||
copiedToClipboard=Copied to clipboard
|
||||
copiedToClipboard=Kopiert til utklippstavlen
|
||||
copy=Kopier
|
||||
copyConnect=Kopier ved sammenkobling
|
||||
copyOf=Kopi av {1}
|
||||
|
@ -127,50 +127,50 @@ create=Opprett
|
|||
createNewDiagram=Opprett nytt diagram
|
||||
createRevision=Opprett revidering
|
||||
createShape=Opprett figur
|
||||
crop=Crop
|
||||
crop=Beskjær
|
||||
curved=Buet
|
||||
custom=Brukerdefinert
|
||||
current=Gjeldende
|
||||
custom=Tilpasset
|
||||
current=Nåværende
|
||||
cut=Klipp
|
||||
dashed=Stiplet
|
||||
decideLater=Bestem senere
|
||||
default=Standard
|
||||
delete=Slett
|
||||
deleteColumn=Slett kolonne
|
||||
deleteLibrary401=Insufficient permissions to delete this library
|
||||
deleteLibrary404=Selected library could not be found
|
||||
deleteLibrary500=Error deleting library
|
||||
deleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do this?
|
||||
deleteLibrary401=Utilstrekkelige tilatelser til å slette dette biblioteket.
|
||||
deleteLibrary404=Det valgte biblioteket ble ikke funnet.
|
||||
deleteLibrary500=Feil i sletting av bibliotek.
|
||||
deleteLibraryConfirm=Du er i ferd med å slette dette biblioteket permanent. Er du sikker på at du vil fortsette?
|
||||
deleteRow=Slett rad
|
||||
description=Description
|
||||
description=Beskrivelse
|
||||
device=Enhet
|
||||
diagram=Diagram
|
||||
diagramContent=Diagram Content
|
||||
diagramContent=Diagram innhold
|
||||
diagramLocked=Diagrammet har blitt låst for å forhindre ytterligere tap av data.
|
||||
diagramName=Diagramnavn
|
||||
diagramIsPublic=Diagram is public
|
||||
diagramIsNotPublic=Diagram is not public
|
||||
diamond=Rombe
|
||||
diamondThin=Rombe (tynn)
|
||||
diagramIsPublic=Diagrammet er offentlig
|
||||
diagramIsNotPublic=Diagrammet er ikke offentlig
|
||||
diamond=Diamant
|
||||
diamondThin=Diamant (tynn)
|
||||
didYouKnow=Visste du at...
|
||||
direction=Retning
|
||||
discard=Discard
|
||||
discard=Forkast
|
||||
discardChangesAndReconnect=Forkast endringer og koble til på nytt
|
||||
googleDriveMissingClickHere=Manglende Google Drive?
|
||||
discardChanges=Discard Changes
|
||||
googleDriveMissingClickHere=Manglende Google Drive? Klikk her!
|
||||
discardChanges=Forkast endringer
|
||||
disconnected=Frakoblet
|
||||
distribute=Distribuer
|
||||
done=Utført
|
||||
dotted=Prikket
|
||||
doubleClickOrientation=Dobbeltklikk for å endre retning
|
||||
doubleClickTooltip=Dobbeltklikk for å sette inn tekst
|
||||
doubleClickChangeProperty=Doubleclick to change property name
|
||||
doubleClickTooltip=Dobbeltklikk for å legge til tekst
|
||||
doubleClickChangeProperty=Dobbeltklikk for å endre objektnavn
|
||||
download=Last ned
|
||||
downloadAs=Last ned som
|
||||
clickHereToSave=Click here to save.
|
||||
draftDiscarded=Draft discarded
|
||||
draftSaved=Draft saved
|
||||
dragElementsHere=Drag elements here
|
||||
clickHereToSave=Klikk her for å lagre.
|
||||
draftDiscarded=Utkast forkastet
|
||||
draftSaved=Utkast lagret
|
||||
dragElementsHere=Dra elementene hit
|
||||
dragImagesHere=Dra bilder eller URL-er hit
|
||||
dragUrlsHere=Dra URL-er hit
|
||||
draw.io=draw.io
|
||||
|
@ -184,8 +184,8 @@ duplicateIt=Dupliser {1}
|
|||
divider=Separator
|
||||
east=Øst
|
||||
edit=Rediger
|
||||
editData=Edit Data
|
||||
editDiagram=Edit Diagram
|
||||
editData=Rediger data
|
||||
editDiagram=Rediger diagram
|
||||
editGeometry=Rediger geometri
|
||||
editImage=Rediger bilde
|
||||
editImageUrl=Rediger bilde-URL
|
||||
|
@ -199,7 +199,7 @@ googleImages=Google Bilder
|
|||
imageSearch=Bildesøk
|
||||
eip=EIP
|
||||
embed=Integrer
|
||||
embedImages=Embed Images
|
||||
embedImages=Legge til bilder
|
||||
mainEmbedNotice=Lim dette inn på siden
|
||||
electrical=Elektrisk
|
||||
embedNotice=Legg til dette på slutten av siden
|
||||
|
@ -209,29 +209,29 @@ enterPropertyName=Angi egenskapsnavn
|
|||
enterValue=Angi verdi
|
||||
entityRelation=Enhetsrelasjon
|
||||
error=Feil
|
||||
errorDeletingFile=Error Deleting File
|
||||
errorDeletingFile=Feil ved sletting av fil
|
||||
errorLoadingFile=Feil ved innlasting av fil
|
||||
errorRenamingFile=Feil ved endring av filnavn.
|
||||
errorRenamingFileNotFound=Feil ved endring av filnavn. Filen kunne ikke finnes.
|
||||
errorRenamingFileNotFound=Feil ved endring av filnavn. Filen ble ikke funnet.
|
||||
errorRenamingFileForbidden=Feil ved endring av filnavn. Utilstrekkelige adgangsrettigheter.
|
||||
errorSavingDraft=Error saving draft
|
||||
errorSavingDraft=Feil ved lagring av utkast
|
||||
errorSavingFile=Feil ved lagring av fil
|
||||
errorSavingFileUnknown=Feil ved autorisering med Googles servere. Vennligst oppdater siden for å prøve på nytt.
|
||||
errorSavingFileForbidden=Feil ved lagring av til. Utilstrekkelige adgangsrettigheter.
|
||||
errorSavingFileNameConflict=Could not save diagram. Current page already contains file named '{1}'.
|
||||
errorSavingFileNotFound=Feil ved lagring av fil. Fant ikke fil.
|
||||
errorSavingFileSessionTimeout=Your session has ended. Please <a target='_blank' href='{1}'>{2}</a> and return to this tab to try to save again.
|
||||
errorSavingFileNameConflict=Kunne ikke lagre diagram. Den nåværende siden inneholder allerede filnavnet '{1}'.
|
||||
errorSavingFileNotFound=Feil ved lagring av fil. Fant ikke filen.
|
||||
errorSavingFileSessionTimeout=Din nåværende sesjon er avsluttet. Vennligst <a target='_blank' href='{1}'>{2}</a> og kom tilbake til denne fanen for å prøve å lagre igjen.
|
||||
errorSendingFeedback=Feil ved sending av tilbakemelding.
|
||||
errorUpdatingPreview=Error updating preview.
|
||||
errorUpdatingPreview=Feil ved oppdatering av forhåndsvisning.
|
||||
exit=Avslutt
|
||||
exitGroup=Avslutt gruppe
|
||||
expand=Utvid
|
||||
export=Eksporter som
|
||||
exporting=Exporting
|
||||
exporting=Eksporterer
|
||||
exportAs=Eksporter som
|
||||
exportOptionsDisabled=Export options disabled
|
||||
exportOptionsDisabledDetails=The owner has disabled options to download, print or copy for commenters and viewers on this file.
|
||||
extras=Ekstrafunksjoner
|
||||
exportOptionsDisabled=Eksport alternativer deaktivert
|
||||
exportOptionsDisabledDetails=Eieren har deaktivert nedlastning, print og kopieringsalternativer for kommentatorer og seere for denne filen.
|
||||
extras=Ekstra
|
||||
facebook=Facebook
|
||||
failedToSaveTryReconnect=Feil under lagring, prøver å koble til på nytt
|
||||
featureRequest=Funksjonsforespørsel
|
||||
|
@ -239,13 +239,13 @@ feedback=Tilbakemelding
|
|||
feedbackSent=Tilbakemelding sendt.
|
||||
floorplans=Plantegninger
|
||||
file=Fil
|
||||
fileChangedOverwrite=File was changed. Overwrite changes?
|
||||
overwrite=Overwrite
|
||||
fileChangedOverwrite=Filen ble endret. Vil du overskrive endringene?
|
||||
overwrite=Overskriv
|
||||
filename=Filnavn
|
||||
fileExists=Filen finnes fra før
|
||||
fileNearlyFullSeeFaq=File nearly full, please see FAQ
|
||||
fileNearlyFullSeeFaq=Filen er nesten full, vennligst se FAQ
|
||||
fileNotFound=Filen ble ikke funnet
|
||||
repositoryNotFound=Repository not found
|
||||
repositoryNotFound=Oppbevaringssted ble ikke funnet
|
||||
fileNotFoundOrDenied=Filen ble ikke funnet. Enten eksisterer den ikke, eller du har ikke leserrettigheter.
|
||||
fileNotLoaded=Filen ble ikke lastet inn
|
||||
fileNotSaved=Filen ble ikke lagret
|
||||
|
@ -253,23 +253,23 @@ fileOpenLocation=Hvordan ønsker du å åpne filen(e)?
|
|||
fileWillBeSavedInAppFolder= {1} blir lagret i app-mappen.
|
||||
fill=Fyll
|
||||
fillColor=Fyll farge
|
||||
find=Find
|
||||
find=Finn
|
||||
fit=Tilpass
|
||||
fitContainer=Endre boksstørrelse
|
||||
fitIntoContainer=Tilpass boks
|
||||
fitPage=Tilpass side
|
||||
fitPageWidth=Tilpass sidebredde
|
||||
fitTo=Fit to
|
||||
fitToSheetsAcross=sheet(s) across
|
||||
fitToBy=by
|
||||
fitToSheetsDown=sheet(s) down
|
||||
fitTo=Tilpass til
|
||||
fitToSheetsAcross=ark(ene) på tvers
|
||||
fitToBy=ved
|
||||
fitToSheetsDown=ark(ene) nedover
|
||||
fitTwoPages=To sider
|
||||
fitWindow=Tilpass vindu
|
||||
flip=Vend
|
||||
flipH=Vend horisontalt
|
||||
flipV=Vend vertikalt
|
||||
flowchart=Flytdiagram
|
||||
folder=Folder
|
||||
folder=Mappe
|
||||
font=Skrifttype
|
||||
fontColor=Skriftfarge
|
||||
fontFamily=Skriftfamilie
|
||||
|
@ -293,21 +293,21 @@ forum=Diskusjon/hjelpeforum
|
|||
fromTemplate=Fra mal
|
||||
fromTemplateUrl=Fra URL for mal
|
||||
fromText=Fra tekst
|
||||
fromUrl=From URL
|
||||
fromThisPage=From this page
|
||||
fullscreen=Fullscreen
|
||||
fromUrl=Fra URL
|
||||
fromThisPage=Fra denne siden
|
||||
fullscreen=Fullskjerm
|
||||
general=Generell
|
||||
github=GitHub
|
||||
github=GItHub
|
||||
global=Global
|
||||
googleDocs=Google Docs
|
||||
googleDrive=Google Drive
|
||||
googleGadget=Google Gadget
|
||||
googlePlus=Google+
|
||||
googleSites=Google Sites
|
||||
gradient=Gradient
|
||||
gradient=Overgang
|
||||
gradientColor=Farge
|
||||
grid=Rutenett
|
||||
gridColor=Grid Color
|
||||
gridColor=Rutenettfarge
|
||||
gridSize=Størrelse på rutenett
|
||||
group=Grupper
|
||||
guides=Støttelinjer
|
||||
|
@ -323,41 +323,41 @@ home=Hjem
|
|||
horizontal=Horisontal
|
||||
horizontalFlow=Horisontal flyt
|
||||
horizontalTree=Horisontalt tre
|
||||
howTranslate=How good is the translation in your language?
|
||||
howTranslate=Hvor bra er oversettelsen til ditt språk?
|
||||
html=HTML
|
||||
htmlText=HTML-tekst
|
||||
iframe=iFrame
|
||||
ignore=Ignorer
|
||||
image=Bilde
|
||||
imageUrl=Image URL
|
||||
imageUrl=Bilde-URL
|
||||
images=Bilder
|
||||
imagePreviewError=This image couldn't be loaded for preview. Please check the URL.
|
||||
imageTooBig=Image too big
|
||||
imagePreviewError=Dette bildet kunne ikke bli lastet opp til forhåndsvisning. Vennligst skjekk URLen.
|
||||
imageTooBig=Bildet er for stort
|
||||
imgur=Imgur
|
||||
import=Importer
|
||||
importFrom=Importer fra
|
||||
includeCopyOfMyDiagram=Inkluder en kopi av diagrammet mitt
|
||||
increaseIndent=Øk innrykk
|
||||
decreaseIndent=Reduser innrykk
|
||||
insert=Sett inn
|
||||
insertColumnBefore=Sett inn kolonne til venstre
|
||||
insertColumnAfter=Sett inn kolonne til høyre
|
||||
insertEllipse=Sett inn ellipse
|
||||
insertImage=Sett inn bilde
|
||||
insertHorizontalRule=Sett inn horisontal linje
|
||||
insertLink=Sett inn lenke
|
||||
insertPage=Insert Page
|
||||
insertRectangle=Sett inn rektangel
|
||||
insertRowBefore=Sett inn rad ovenfor
|
||||
insertRowAfter=Sett inn rad nedenfor
|
||||
insertText=Sett inn tekst
|
||||
inserting=Setter inn
|
||||
invalidFilename=Diagram names must not contain the following characters: \ / | : ; { } < > & + ? = "
|
||||
invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
|
||||
insert=Legg til
|
||||
insertColumnBefore=Legg til kolonne til venstre
|
||||
insertColumnAfter=Legg til kolonne til høyre
|
||||
insertEllipse=Legg til ellipse
|
||||
insertImage=Legg til bilde
|
||||
insertHorizontalRule=Legg til horisontal linje
|
||||
insertLink=Legg til lenke
|
||||
insertPage=Legg til side
|
||||
insertRectangle=Legg til rektangel
|
||||
insertRowBefore=Legg til rad ovenfor
|
||||
insertRowAfter=Legg til rad nedenfor
|
||||
insertText=Legg til tekst
|
||||
inserting=Legger til
|
||||
invalidFilename=Diagrammet kan ikke inneholde de følgende tegnene: \ / | : ; { } < > & + ? = "
|
||||
invalidLicenseSeeThisPage=Du har en ugyldig lisens, vennligst se her <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>
|
||||
invalidName=Ugyldig navn
|
||||
invalidOrMissingFile=Ugyldig eller manglende fil
|
||||
invalidPublicUrl=Invalid public URL
|
||||
isometric=Isometric
|
||||
invalidPublicUrl=Ugyldig offentlig URL
|
||||
isometric=Isometrisk
|
||||
ios=iOS
|
||||
italic=Kursiv
|
||||
kennedy=Kennedy
|
||||
|
@ -368,38 +368,38 @@ language=Språk
|
|||
leanMapping=Lean-mapping
|
||||
lastChange=Siste endring for {1} siden
|
||||
lessThanAMinute=mindre enn ett minutt
|
||||
licensingError=Licensing Error
|
||||
licenseHasExpired=The license for {1} has expired on {2}. Click here.
|
||||
licenseWillExpire=The license for {1} will expire on {2}. Click here.
|
||||
linkAccountRequired=If the diagram is not public a Google account is required to view the link.
|
||||
linkText=Link Text
|
||||
list=List
|
||||
licensingError=Lisensieringsfeil
|
||||
licenseHasExpired=Linsensen for {1} utgikk på {2}. Klikk her.
|
||||
licenseWillExpire=Linsensen for {1} utgår på {2}. Klikk her.
|
||||
linkAccountRequired=Om diagrammet ikke er offentlig er en Google-konto påkrevd for å åpne linken.
|
||||
linkText=Linktekst
|
||||
list=Liste
|
||||
minute=minutt
|
||||
minutes=minutter
|
||||
hours=timer
|
||||
days=dager
|
||||
months=måneder
|
||||
years=år
|
||||
restartForChangeRequired=Endringer trer i kraft etter at siden lastes inn på nytt.
|
||||
laneColor=Lane-farge
|
||||
lastModified=Last modified
|
||||
restartForChangeRequired=Endringer trer i kraft etter siden lastes inn på nytt.
|
||||
laneColor=Feltfarge
|
||||
lastModified=Sist endret
|
||||
layout=Layout
|
||||
left=Venstre
|
||||
leftAlign=Venstrejustering
|
||||
leftToRight=Venstre til høyre
|
||||
libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
|
||||
lightbox=Lightbox
|
||||
libraryTooltip=Dra og slipp former her eller klikk + for å legge til. Dobbeltklikk for å redigere.
|
||||
lightbox=Lysboks
|
||||
line=Linje
|
||||
lineend=Linjeavslutning
|
||||
lineheight=Line Height
|
||||
lineheight=Linjehøyde
|
||||
linestart=Linjestart
|
||||
linewidth=Linjebredde
|
||||
linewidth=Linjevidde
|
||||
link=Lenke
|
||||
links=Links
|
||||
links=Lenker
|
||||
loading=Laster inn
|
||||
lockUnlock=Lås/lås opp
|
||||
loggedOut=Utlogget
|
||||
logIn=log in
|
||||
logIn=Logg inn
|
||||
loveApp=Jeg elsker draw.io
|
||||
mathematicalTypesetting=Matematisk tegnsetting
|
||||
makeCopy=Lag en kopi
|
||||
|
@ -407,8 +407,8 @@ manual=Manual
|
|||
middle=Midten
|
||||
misc=Øvrig
|
||||
mockups=Testmodeller
|
||||
modificationDate=Modification date
|
||||
modifiedBy=Modified by
|
||||
modificationDate=Endringsdato
|
||||
modifiedBy=Endret av
|
||||
more=Mer
|
||||
moreResults=Flere treff
|
||||
moreShapes=Flere former
|
||||
|
@ -416,33 +416,33 @@ move=Flytt
|
|||
moveToFolder=Flytt til mappe
|
||||
moving=Flytter
|
||||
moveSelectionTo=Flytt utvalg til {1}
|
||||
name=Name
|
||||
name=Navn
|
||||
navigation=Navigasjon
|
||||
networking=Nettverksbygging
|
||||
new=Ny
|
||||
newLibrary=Nytt bibliotek
|
||||
nextPage=Next Page
|
||||
noAttachments=No attachments found
|
||||
nextPage=Neste side
|
||||
noAttachments=Ingen vedlegg funnet
|
||||
noColor=Ingen farge
|
||||
noFiles=Ingen filer
|
||||
noFileSelected=Ingen fil valgt
|
||||
noLibraries=No libraries found
|
||||
noLibraries=Ingen bibliotek funnet
|
||||
noMoreResults=Ingen flere treff
|
||||
none=Ingen
|
||||
noOtherViewers=Ingen andre lesere
|
||||
noPlugins=Ingen plugin
|
||||
noPreview=No preview
|
||||
noPreview=Ingen forhåndsvisning
|
||||
noResponse=Ingen respons fra server
|
||||
noResultsFor=Ingen treff for '{1}'
|
||||
noRevisions=Ingen revisjoner
|
||||
noSearchResults=No search results found
|
||||
noPageContentOrNotSaved=No anchors found on this page or it hasn't been saved yet
|
||||
noSearchResults=Ingen søkeresultater funnet
|
||||
noPageContentOrNotSaved=Ingen anker funnet på denne siden, eller så har det ikke lagret enda
|
||||
normal=Normal
|
||||
north=Nord
|
||||
notADiagramFile=Ikke en diagramfil
|
||||
notALibraryFile=Ikke en bibliotekfil
|
||||
notALibraryFile=Ikke en biblioteksfil
|
||||
notAvailable=Ikke tilgjengelig
|
||||
notAUtf8File=Not a UTF-8 file
|
||||
notAUtf8File=Ikke en UTF-8 fil
|
||||
notConnected=Ikke tilkoblet
|
||||
note=Notat
|
||||
notUsingService=Bruker du ikke {1}?
|
||||
|
@ -457,25 +457,25 @@ openArrow=Åpne pil
|
|||
openExistingDiagram=Åpne eksisterende diagram
|
||||
openFile=Åpne fil
|
||||
openFrom=Åpne fra
|
||||
openLibrary=Open Library
|
||||
openLibrary=Åpne bibliotek
|
||||
openLibraryFrom=Åpne bibliotek fra
|
||||
openLink=Åpne lenke
|
||||
openInNewWindow=Åpne i nytt vindu
|
||||
openInThisWindow=Åpne i gjeldende vindu
|
||||
openIt=Åpne {1}
|
||||
openRecent=Open Recent
|
||||
openRecent=Åpne siste
|
||||
openSupported=Støttede formater er filer lagret med denne programvaren (.xml), .vsdx og .gliffy
|
||||
options=Alternativer
|
||||
organic=Organisk
|
||||
orthogonal=Ortogonale
|
||||
otherViewer=annen leser
|
||||
otherViewers=andre lesere
|
||||
outline=Konturlinje
|
||||
outline=Omrisse
|
||||
oval=Oval
|
||||
page=Page
|
||||
pageContent=Page Content
|
||||
pageNotFound=Page not found
|
||||
pageWithNumber=Page-{1}
|
||||
page=Side
|
||||
pageContent=Sideinnhold
|
||||
pageNotFound=Siden ble ikke funnet
|
||||
pageWithNumber=Side-{1}
|
||||
pages=Sider
|
||||
pageView=Sidevisning
|
||||
pageSetup=Sideoppsett
|
||||
|
@ -488,13 +488,13 @@ paste=Lim inn
|
|||
pasteHere=Lim inn her
|
||||
pasteStyle=Lim inn stil
|
||||
perimeter=Omkrets
|
||||
permissionAnyone=Anyone can edit
|
||||
permissionAuthor=Only I can edit
|
||||
pickFolder=Pick a folder
|
||||
pickLibraryDialogTitle=Select Library
|
||||
permissionAnyone=Alle kan redigere
|
||||
permissionAuthor=Bare jeg kan redigere
|
||||
pickFolder=Velg en mappe
|
||||
pickLibraryDialogTitle=Velg bibliotek
|
||||
publicDiagramUrl=Offentlig diagram-URL
|
||||
placeholders=Placeholders
|
||||
plantUml=PlantUML
|
||||
placeholders=Plassholder
|
||||
plantUml=PlanteUML
|
||||
plugins=Plugins
|
||||
pluginUrl=Plugin-URL
|
||||
pluginWarning=Denne siden har bedt om å laste inn følgende plugin(s):\n\n{1}\nØnsker du å laste inn disse plugins nå?\n\nMERK: Tillat plugins kun dersom du kjenner til sikkerhetskonsekvensene.\n
|
||||
|
@ -504,52 +504,52 @@ position=Posisjon
|
|||
posterPrint=Plakatutskrift
|
||||
preferences=Innstillinger
|
||||
preview=Forhåndsvisning
|
||||
previousPage=Previous Page
|
||||
previousPage=Forrige side
|
||||
print=Skriv ut
|
||||
printAllPages=Print All Pages
|
||||
procEng=Prosessteknikk
|
||||
project=Project
|
||||
priority=Priority
|
||||
printAllPages=Skriv ut alle sider
|
||||
procEng=Prosessteknologi
|
||||
project=Prosjekt
|
||||
priority=Prioritet
|
||||
properties=Egenskaper
|
||||
publish=Publish
|
||||
publish=Publiser
|
||||
quickStart=Hurtigstartsvideo
|
||||
rack=Reol
|
||||
radialTree=Radialt tre
|
||||
readOnly=Skrivebeskyttet
|
||||
reconnecting=Kobler til på nytt
|
||||
recentlyUpdated=Recently Updated
|
||||
recentlyViewed=Recently Viewed
|
||||
recentlyUpdated=Nylig oppdatert
|
||||
recentlyViewed=Nylig vist
|
||||
redirectToNewApp=Denne filen ble opprettet eller endret i draw.io pro. Du blir nå omdirigert dit.
|
||||
realtimeTimeout=Det ser ut til at du har foretatt endringer mens du var offline. Vi beklager, men disse endringene kan ikke lagres.
|
||||
redo=Gjør om
|
||||
refresh=Oppdater
|
||||
regularExpression=Regular Expression
|
||||
regularExpression=Vanlige uttrykk
|
||||
rememberMe=Husk meg
|
||||
rememberThisSetting=Husk denne innstillingen
|
||||
removeFormat=Fjern formatering
|
||||
removeFromGroup=Fjern fra gruppe
|
||||
removeIt=Fjern {1}
|
||||
removeWaypoint=Fjern støttepunkt
|
||||
rename=Gi nytt navn
|
||||
rename=Endre navn
|
||||
renamed=Endret navn
|
||||
renameIt=Gi nytt navn {1}
|
||||
renameIt=Endre navn {1}
|
||||
renaming=Endrer navn
|
||||
replace=Replace
|
||||
replace=Erstatt
|
||||
replaceIt={1} finnes fra før. Vil du erstatte den?
|
||||
replaceExistingDrawing=Erstatt eksisterende tegning
|
||||
required=påkrevd
|
||||
reset=Tilbakestill
|
||||
resetView=Reset View
|
||||
resetView=Tilbakestill visualisasjon
|
||||
resize=Endre størrelse
|
||||
retina=Retina
|
||||
responsive=Responsive
|
||||
responsive=Responsiv
|
||||
restore=Gjenopprett
|
||||
restoring=Gjenoppretter
|
||||
retryingIn=Prøver igjen om {1} sekund(er)
|
||||
retryingLoad=Lasting feilet. Prøver på nytt...
|
||||
retryingLogin=Innloggingen ble tidsavbrutt. Prøver på nytt...
|
||||
reverse=Reverse
|
||||
revision=Revision
|
||||
reverse=Reverser
|
||||
revision=Revisjon
|
||||
revisionHistory=Revideringshistorikk
|
||||
right=Høyre
|
||||
rightAlign=Høyrejuster
|
||||
|
@ -561,23 +561,23 @@ rounded=Avrundet
|
|||
save=Lagre
|
||||
saveAndExit=Lagre & avslutt
|
||||
saveAs=Lagre som
|
||||
saveAsXmlFile=Save as XML file?
|
||||
saveAsXmlFile=Lagre som XML fil?
|
||||
saved=Lagret
|
||||
saveDiagramsTo=Lagre diagrammer til
|
||||
saveLibrary403=Insufficient permissions to edit this library
|
||||
saveLibrary500=There was an error while saving the library
|
||||
saveLibrary403=Utilstrekkelig tillatelse til å redigere dette biblioteket
|
||||
saveLibrary500=Det oppsto en feil i lagringen av biblioteket
|
||||
saving=Lagrer
|
||||
scratchpad=Scratchpad
|
||||
scratchpad=Kladdeblokk
|
||||
scrollbars=Rullefelt
|
||||
search=Søk
|
||||
searchShapes=Search Shapes
|
||||
searchShapes=Søk former
|
||||
selectAll=Velg alt
|
||||
selectionOnly=Selection Only
|
||||
selectionOnly=Bare utvalg
|
||||
selectEdges=Velg kanter
|
||||
selectFile=Select File
|
||||
selectFolder=Select Folder
|
||||
selectFont=Velg en skrifttype
|
||||
selectNone=Select None
|
||||
selectFile=Velg fil
|
||||
selectFolder=Velg mappe
|
||||
selectFont=Velg skrifttype
|
||||
selectNone=Ikke velg
|
||||
selectVertices=Velg toppunkter
|
||||
sendMessage=Send
|
||||
sendYourFeedbackToDrawIo=Send din tilbakemelding til draw.io
|
||||
|
@ -592,29 +592,29 @@ share=Del
|
|||
shareLink=Lenke til felles redigering
|
||||
sharp=Skarp
|
||||
show=Vis
|
||||
showStartScreen=Show Start Screen
|
||||
sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change selection. Alt+click to insert and connect.
|
||||
showStartScreen=Vis startvindu
|
||||
sidebarTooltip=Klikk for å utvide. Dra og slipp former til diagrammet. Shift+klikk for å endre utvalg. Alt+klikk for å legge til og koble til.
|
||||
signs=Tegn
|
||||
signOut=Logg ut
|
||||
simple=Simple
|
||||
simple=Enkel
|
||||
simpleArrow=Enkel pil
|
||||
size=Størrelse
|
||||
solid=Solid
|
||||
sourceSpacing=Kildeavstand
|
||||
south=Sør
|
||||
software=Programvare
|
||||
space=Space
|
||||
space=Mellomrom
|
||||
spacing=Avstand
|
||||
specialLink=Spesiell lenke
|
||||
specialLink=Spesial lenke
|
||||
standard=Standard
|
||||
starting=Starter
|
||||
straight=Rett
|
||||
strokeColor=Linjefarge
|
||||
style=Stil
|
||||
subscript=Senket skrift
|
||||
summary=Summary
|
||||
summary=Sammendrag
|
||||
superscript=Hevet skrift
|
||||
support=Support
|
||||
support=Støtte
|
||||
sysml=SysML
|
||||
tags=Tags
|
||||
table=Tabell
|
||||
|
@ -626,20 +626,20 @@ textAlignment=Tekstjustering
|
|||
textOpacity=Tekstgjennomsiktighet
|
||||
theme=Tema
|
||||
timeout=Tidsavbrudd
|
||||
title=Title
|
||||
to=to
|
||||
title=Tittel
|
||||
to=til
|
||||
toBack=Plasser bakerst
|
||||
toFront=Plasser foran
|
||||
tooltips=Verktøytips
|
||||
top=Topp
|
||||
topAlign=Toppjustering
|
||||
topLeft=Top Left
|
||||
topRight=Top Right
|
||||
topLeft=Øverst til venstre
|
||||
topRight=Øverst til høyre
|
||||
transparent=Gjennomsiktig
|
||||
transparentBackground=Transparent Background
|
||||
transparentBackground=Gjennomsiktig bakgrunn
|
||||
tryAgain=Prøv på nytt
|
||||
tryOpeningViaThisPage=Try opening via this page.
|
||||
turn=Vend
|
||||
tryOpeningViaThisPage=Prøv å opne fra denne siden.
|
||||
turn=Vend 90°
|
||||
type=Type
|
||||
twitter=Twitter
|
||||
uml=UML
|
||||
|
@ -647,26 +647,26 @@ underline=Understrek
|
|||
undo=Angre
|
||||
ungroup=Del opp gruppe
|
||||
unsavedChanges=Ikke lagrede endringer
|
||||
unsavedChangesClickHereToSave=Unsaved changes. Click here to save.
|
||||
untitled=Untitled
|
||||
unsavedChangesClickHereToSave=Ulagrede endringer. Klikk her for å lagre.
|
||||
untitled=Uten navn
|
||||
untitledDiagram=Diagram uten navn
|
||||
untitledLayer=Untitled Layer
|
||||
untitledLayer=Lag uten navn
|
||||
untitledLibrary=Bibliotek uten navn
|
||||
unknownError=Ukjent feil
|
||||
updateFile=Update {1}
|
||||
updateFile=Oppdatering {1}
|
||||
updatingDocument=Oppdaterer dokument. Vennligst vent...
|
||||
updatingPreview=Oppdaterer forhåndsvisning. Vennligst vent...
|
||||
updatingSelection=Oppdaterer utvalg. Vennligst vent...
|
||||
upload=Last opp
|
||||
url=URL
|
||||
userManual=User Manual
|
||||
userManual=Brukermanual
|
||||
vertical=Vertikal
|
||||
verticalFlow=Vertikal flyt
|
||||
verticalTree=Vertikalt tre
|
||||
view=Vis
|
||||
viewUrl=Link to view: {1}
|
||||
voiceAssistant=Voice Assistant (beta)
|
||||
warning=Warning
|
||||
viewUrl=Link for visning: {1}
|
||||
voiceAssistant=Taleassistent (beta)
|
||||
warning=Advarsel
|
||||
waypoints=Støttepunkter
|
||||
west=Vest
|
||||
width=Bredde
|
||||
|
@ -682,14 +682,14 @@ businessprocess=Forretningsprosesser
|
|||
charts=Diagrammer
|
||||
engineering=Teknisk
|
||||
flowcharts=Flytskjema
|
||||
gmdl=Material Design
|
||||
gmdl=Materiell design
|
||||
mindmaps=Tankekart
|
||||
mockups=Testmodeller
|
||||
networkdiagrams=Nettverksdiagrammer
|
||||
nothingIsSelected=Ingenting er valgt
|
||||
other=Annet
|
||||
softwaredesign=Programvaredesign
|
||||
venndiagrams=Venn-diagram
|
||||
webEmailOrOther=Web, email or any other internet address
|
||||
webLink=Web Link
|
||||
venndiagrams=Venn-diagrammer
|
||||
webEmailOrOther=Web, e-mail eller andre internettadresser
|
||||
webLink=Weblenke
|
||||
wireframes=Trådmodeller
|
||||
|
|
|
@ -627,7 +627,7 @@ textOpacity=Neprozirnost teksta
|
|||
theme=Tema
|
||||
timeout=Istek vremena
|
||||
title=Title
|
||||
to=to
|
||||
to=do
|
||||
toBack=Postavi iza
|
||||
toFront=Postavi ispred
|
||||
tooltips=Opisi alatki
|
||||
|
|
|
@ -1,27 +1,27 @@
|
|||
# *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
|
||||
# https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
|
||||
aboutDrawio=draw.io hakkında
|
||||
accessDenied=Access Denied
|
||||
accessDenied=erişim engellendi
|
||||
actualSize=Gerçek boyut
|
||||
add=Ekle
|
||||
addedFile=Added {1}
|
||||
addedFile=Eklendi
|
||||
addImages=Resim ekle
|
||||
addImageUrl=Resim URL'si ekle
|
||||
addLayer=Katman ekle
|
||||
addProperty=Özellik ekle
|
||||
address=Address
|
||||
address=Adres
|
||||
addToExistingDrawing=Mevcut çizime ekle
|
||||
addWaypoint=Ara nokta ekle
|
||||
adjustTo=Adjust to
|
||||
adjustTo=Ayarla
|
||||
advanced=Gelişmiş
|
||||
align=Hizala
|
||||
alignment=Hizalama
|
||||
allChangesLost=Tüm değişiklikler kaybolacaktır!
|
||||
allPages=All Pages
|
||||
allProjects=All Projects
|
||||
allSpaces=All Spaces
|
||||
allTags=All Tags
|
||||
anchor=Anchor
|
||||
allPages=Tüm sayfalar
|
||||
allProjects=Tüm projeler
|
||||
allSpaces=Tüm alanlar
|
||||
allTags=Tüm etiketler
|
||||
anchor=Bağlantı
|
||||
android=Android
|
||||
angle=Açı
|
||||
areYouSure=Emin misiniz?
|
||||
|
@ -31,13 +31,13 @@ allChangesSavedInDrive=Tüm değişiklikler Sürücüye kaydedildi
|
|||
allowPopups=Bu diyalogu engellemek için açılır pencerelere izin verin.
|
||||
alreadyConnected=Düğümler zaten bağlı
|
||||
apply=Uygula
|
||||
archiMate21=ArchiMate 2.1
|
||||
archiMate21=Arkimate 2.1
|
||||
arrange=Düzenle
|
||||
arrow=Ok
|
||||
arrows=Oklar
|
||||
asNew=Yeni olarak
|
||||
atlas=Modern
|
||||
author=Author
|
||||
atlas=Atlas
|
||||
author=Yazar
|
||||
authorizationRequired=Yetkilendirme gerekli
|
||||
authorizeThisAppIn=Bu uygulamayı şurada yetkilendir {1}:
|
||||
authorize=Yetkilendir
|
||||
|
@ -45,9 +45,9 @@ authorizing=Yetkilendiriliyor
|
|||
automatic=Otomatik
|
||||
autosave=Otomatik kaydet
|
||||
autosize=Otomatik boyutlandır
|
||||
attachments=Attachments
|
||||
attachments=Ekler
|
||||
aws=AWS
|
||||
aws3d=AWS 3D
|
||||
aws3d=AWS 3 Boyutlu
|
||||
azure=Azure
|
||||
background=Arkaplan
|
||||
backgroundColor=Arkaplan rengi
|
||||
|
@ -57,21 +57,21 @@ blankDrawing=Boş Çizim
|
|||
blankDiagram=Boş diyagram
|
||||
block=Engelle
|
||||
blockquote=Blok alıntı
|
||||
blog=Blog
|
||||
blog=Web günlüğü
|
||||
bold=Koyu
|
||||
bootstrap=Bootstrap
|
||||
bootstrap=Özyükleme
|
||||
borderColor=Kenarlık rengi
|
||||
borderWidth=Kenarlık genişliği
|
||||
bottom=Alt hiza
|
||||
bottomAlign=Altı hizala
|
||||
bottomLeft=Bottom Left
|
||||
bottomRight=Bottom Right
|
||||
bottomLeft=Sola hizala
|
||||
bottomRight=Sağa hizala
|
||||
bpmn=BPMN
|
||||
browser=Tarayıcı
|
||||
bulletedList=Madde imli liste
|
||||
business=Business
|
||||
busy=Operation in progress
|
||||
cabinets=Cabinets
|
||||
business=İş
|
||||
busy=İşlem yürütülmekte
|
||||
cabinets=Bölmeler
|
||||
cancel=İptal
|
||||
center=Ortala
|
||||
cannotLoad=Yükleme girişimleri başarısız. Lütfen daha sonra tekrar deneyin.
|
||||
|
@ -86,13 +86,13 @@ chatLeft={1} sohbeti terk etti
|
|||
chatWindowTitle=Sohbet
|
||||
chooseAnOption=Bir seçenek seçin
|
||||
chromeApp=Chrome Uygulaması
|
||||
compressed=Compressed
|
||||
commitMessage=Commit Message
|
||||
compressed=Sıkıştırılmış
|
||||
commitMessage=Mesaj oluştur
|
||||
csv=CSV
|
||||
draftFound=A draft for '{1}' has been found. Load it into the editor or discard it to continue.
|
||||
dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
|
||||
dropboxCharsNotAllowed=The following characters are not allowed: \ / : ? * " |
|
||||
check=Check
|
||||
draftFound=Taslak (1) için bulundu. Editöre yükleyiniz veya devam etmek için iptal ediniz.
|
||||
dragAndDropNotSupported=Desteklenmeyen resimleri sürükle ve at. Veya bu resimleri geri çağırmak ister misiniz ?
|
||||
dropboxCharsNotAllowed=Bu karakterler desteklenmemektedir : \ / : ? * " |
|
||||
check=Kontrol ediniz
|
||||
circle=Çember
|
||||
cisco=Cisco
|
||||
classic=Klasik
|
||||
|
@ -104,20 +104,20 @@ collaborator=İşbirlikçi
|
|||
collaborators=İşbirlikçiler
|
||||
collapse=Daralt
|
||||
collapseExpand=Daralt/Genişlet
|
||||
collapse-expand=Daraltmak/genişletmek için tıklayın\nKomşuları taşımak için Shift ile tıklayın\nGrup boyutlarını korumak için Alt ile tıklayın
|
||||
collapse-expand=Daraltmak/genişletmek için tıklayın\nKomşuları taşımak için Shift ile tıklayın\nGrup boyutunu korumak için Alt ile tıklayın
|
||||
collapsible=Daraltılabilir
|
||||
comic=Comic
|
||||
comment=Comment
|
||||
comic=Komedi
|
||||
comment=Yorumlar
|
||||
commentsNotes=Yorumlar/Notlar
|
||||
connect=Bağlan
|
||||
connecting=Bağlanıyor
|
||||
connectWithDrive=Google Drive ile bağlan
|
||||
connection=Bağlantı
|
||||
connectionArrows=Connection Arrows
|
||||
connectionArrows=Bağlantı okları
|
||||
connectionPoints=Bağlantı noktaları
|
||||
constrainProportions=Alıkoyma orantıları
|
||||
containsValidationErrors=Doğrulama hataları içeriyor
|
||||
copiedToClipboard=Copied to clipboard
|
||||
copiedToClipboard=Panoya kopyalandı
|
||||
copy=Kopyala
|
||||
copyConnect=Bağlandığında kopyala
|
||||
copyOf=Kopyası {1}
|
||||
|
@ -127,7 +127,7 @@ create=Oluştur
|
|||
createNewDiagram=Yeni diyagram oluştur
|
||||
createRevision=Düzeltme oluştur
|
||||
createShape=Şekil oluştur
|
||||
crop=Crop
|
||||
crop=Kırp
|
||||
curved=Eğimli
|
||||
custom=Özel
|
||||
current=Mevcut
|
||||
|
@ -137,55 +137,55 @@ decideLater=Daha sonra karar ver
|
|||
default=Varsayılan
|
||||
delete=Sil
|
||||
deleteColumn=Sütun sil
|
||||
deleteLibrary401=Insufficient permissions to delete this library
|
||||
deleteLibrary404=Selected library could not be found
|
||||
deleteLibrary500=Error deleting library
|
||||
deleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do this?
|
||||
deleteLibrary401=Bu kitaplığı silmek için başarısız izinler
|
||||
deleteLibrary404=Seçilmiş olan kitaplık bulunamıyor
|
||||
deleteLibrary500=Kitaplığı silerken hata oluştu
|
||||
deleteLibraryConfirm=Bu kitaplığı temelli olarak silmek üzeresiniz. Bunu yapmak istediğinizden emin misiniz?
|
||||
deleteRow=Satır sil
|
||||
description=Description
|
||||
description=Tanım
|
||||
device=Cihaz
|
||||
diagram=Diyagram
|
||||
diagramContent=Diagram Content
|
||||
diagramContent=Diyagram içeriği
|
||||
diagramLocked=Daha fazla veri kaybını engellemek amacıyla diyagram kilitlendi.
|
||||
diagramName=Diyagram adı
|
||||
diagramIsPublic=Diagram is public
|
||||
diagramIsNotPublic=Diagram is not public
|
||||
diagramIsPublic=Diyagram herkese açık
|
||||
diagramIsNotPublic=Diyagram herkese açık değil
|
||||
diamond=Baklava
|
||||
diamondThin=Baklava (ince)
|
||||
didYouKnow=Biliyor muydunuz...
|
||||
direction=Yön
|
||||
discard=Discard
|
||||
discardChangesAndReconnect=Değişiklikleri göz ardo et ve tekrar bağlan
|
||||
googleDriveMissingClickHere=Google Drive eksik mi?
|
||||
discardChanges=Discard Changes
|
||||
discard=Yoksay
|
||||
discardChangesAndReconnect=Değişiklikleri yoksay ve tekrar bağlan
|
||||
googleDriveMissingClickHere=Google sürücüsü eksik mi? Buraya tıkla!
|
||||
discardChanges=Değişiklikleri yoksay
|
||||
disconnected=Bağlantı koptu
|
||||
distribute=Dağıt
|
||||
done=Tamamlandı
|
||||
dotted=Nokta-nokta
|
||||
dotted=Noktalı
|
||||
doubleClickOrientation=Yönlendirmeyi değiştirmek için çift tıklayın
|
||||
doubleClickTooltip=Metin girmek için çift tıklayın
|
||||
doubleClickChangeProperty=Doubleclick to change property name
|
||||
doubleClickChangeProperty=Özellik ismini değiştirmek için çift tıklayınız
|
||||
download=İndir
|
||||
downloadAs=Farklı indir
|
||||
clickHereToSave=Click here to save.
|
||||
draftDiscarded=Draft discarded
|
||||
draftSaved=Draft saved
|
||||
dragElementsHere=Drag elements here
|
||||
dragImagesHere=Buraya resim veya URL sürükleyin
|
||||
dragUrlsHere=Buraya URL sürükleyin
|
||||
clickHereToSave=Kaydetmek için burayı tıklayınız
|
||||
draftDiscarded=Taslak yoksayıldı
|
||||
draftSaved=Taslak kaydedildi
|
||||
dragElementsHere=Ögeleri buraya sürükle
|
||||
dragImagesHere=Buraya resim veya URL'leri sürükleyin
|
||||
dragUrlsHere=Buraya URL'leri sürükleyin
|
||||
draw.io=draw.io
|
||||
drawing=Çizim{1}
|
||||
drawingEmpty=Çizim boş
|
||||
drawingTooLarge=Çizim çok büyük
|
||||
drawioForWork=Draw.io for GSuite
|
||||
drawioForWork=Gsuite için draw.io
|
||||
dropbox=Dropbox
|
||||
duplicate=Çoğalt
|
||||
duplicateIt={1} Çoğalt
|
||||
divider=Bölücü
|
||||
east=Doğu
|
||||
edit=Düzenle
|
||||
editData=Edit Data
|
||||
editDiagram=Edit Diagram
|
||||
editData=Veriyi düzenle
|
||||
editDiagram=Diyagramı düzenle
|
||||
editGeometry=Geometriyi düzenle
|
||||
editImage=Resmi düzenle
|
||||
editImageUrl=Resim URL'sini düzenle
|
||||
|
@ -195,13 +195,13 @@ editStyle=Stili düzenle
|
|||
editText=Metni düzenle
|
||||
editTooltip=Araç ipucunu düzenle
|
||||
glass=Cam
|
||||
googleImages=Google Görseller
|
||||
googleImages=Google Görselleri
|
||||
imageSearch=Resim Arama
|
||||
eip=EIP
|
||||
embed=Dahil et
|
||||
embedImages=Embed Images
|
||||
embedImages=Görselleri dahil et
|
||||
mainEmbedNotice=Bunu sayfaya yapıştırın
|
||||
electrical=Electrical
|
||||
electrical=Elektriksel
|
||||
embedNotice=Bunu sayfa sonuna ekleyin
|
||||
enterGroup=Grup gir
|
||||
enterName=İsim gir
|
||||
|
@ -209,43 +209,43 @@ enterPropertyName=Özellik adı gir
|
|||
enterValue=Değer gir
|
||||
entityRelation=Varlık İlişkisi
|
||||
error=Hata
|
||||
errorDeletingFile=Error Deleting File
|
||||
errorLoadingFile=Dosya yükleme hatası
|
||||
errorRenamingFile=Dosya adını değiştirme hatası.
|
||||
errorRenamingFileNotFound=Dosya adını değiştirirken hata. Dosya bulunamadı.
|
||||
errorRenamingFileForbidden=Dosya adını değiştirirken hata. Yetersiz erişim hakları.
|
||||
errorSavingDraft=Error saving draft
|
||||
errorSavingFile=Dosya kaydetme hatası
|
||||
errorSavingFileUnknown=Google'ın sunucuları ile yetkilendirmede hata. Lütfen tekrar denemek için sayfayı yenileyin.
|
||||
errorDeletingFile=Silinmekte olan dosyada hata
|
||||
errorLoadingFile=Yüklenmekte olan dosyada hata
|
||||
errorRenamingFile=Adı değiştirilmekte olan dosyada hata
|
||||
errorRenamingFileNotFound=Adı değiştirilmekte olan dosyada hata. Dosya bulunamadı.
|
||||
errorRenamingFileForbidden=Adı değiştirilmekte olan dosyada hata. Yetersiz erişim hakları.
|
||||
errorSavingDraft=Taslağı kaydederken hata
|
||||
errorSavingFile=Dosyayı kaydederken hata
|
||||
errorSavingFileUnknown=Google'ın sunucuları yetkilendirme hatası. Lütfen tekrar denemek için sayfayı yenileyin.
|
||||
errorSavingFileForbidden=Dosya kaydetme hatası. Yetersiz erişim hakları.
|
||||
errorSavingFileNameConflict=Could not save diagram. Current page already contains file named '{1}'.
|
||||
errorSavingFileNotFound=Dosya kaydetme hatası. Dosya bulunamadı.
|
||||
errorSavingFileSessionTimeout=Your session has ended. Please <a target='_blank' href='{1}'>{2}</a> and return to this tab to try to save again.
|
||||
errorSendingFeedback=Geri-bildirim göndermede hata.
|
||||
errorUpdatingPreview=Error updating preview.
|
||||
errorSavingFileNameConflict=Diyagramı kaydedemedi. Mevcut sayfa '{1}' isimli dosyayı çoktan içeriyor
|
||||
errorSavingFileNotFound=Dosyayı kaydederken hata. Dosya bulunamadı.
|
||||
errorSavingFileSessionTimeout=Oturumunuz sona ermiştir. Lütfen <a hedef='_boşluk' href='{1}'>{2}</a>
|
||||
errorSendingFeedback=Geri-bildirim gönderme hatası.
|
||||
errorUpdatingPreview=Önizleme güncelleme hatası
|
||||
exit=Çıkış
|
||||
exitGroup=Gruptan çık
|
||||
expand=Genişlet
|
||||
export=Dışa aktar
|
||||
exporting=Exporting
|
||||
exporting=Dışa aktarma
|
||||
exportAs=Farklı dışa aktar
|
||||
exportOptionsDisabled=Export options disabled
|
||||
exportOptionsDisabledDetails=The owner has disabled options to download, print or copy for commenters and viewers on this file.
|
||||
exportOptionsDisabled=Dışa aktarma seçenekleri devre dışı
|
||||
exportOptionsDisabledDetails=Yetkili, indirme, basım veya yorumlayıcılar için kopyalama seçeneklerini devre dışı bıraktı.
|
||||
extras=Ekstralar
|
||||
facebook=Facebook
|
||||
failedToSaveTryReconnect=Kaydetme başarısız, tekrar bağlanmayı deniyor
|
||||
featureRequest=Özellik Talebi
|
||||
feedback=Geri-bildirim
|
||||
feedbackSent=Geri-bildirim başarıyla gönderildi.
|
||||
floorplans=Floorplans
|
||||
floorplans=Kat planları
|
||||
file=Dosya
|
||||
fileChangedOverwrite=File was changed. Overwrite changes?
|
||||
overwrite=Overwrite
|
||||
fileChangedOverwrite=Dosya değiştirildi. Değişiklikleri yinelemek ister misiniz?
|
||||
overwrite=Yinele
|
||||
filename=Dosya adı
|
||||
fileExists=Dosya zaten mevcut
|
||||
fileNearlyFullSeeFaq=File nearly full, please see FAQ
|
||||
fileNearlyFullSeeFaq=Dosya neredeyse dolu, lütfen sıkça sorulan sorulara bakınız
|
||||
fileNotFound=Dosya bulunamadı
|
||||
repositoryNotFound=Repository not found
|
||||
repositoryNotFound=Veri havuzu bulunamadı
|
||||
fileNotFoundOrDenied=Dosya bulunamadı. Ya mevcut değil, ya da erişim hakkınız yok
|
||||
fileNotLoaded=Dosya yüklenemedi
|
||||
fileNotSaved=Dosya kaydedilemedi
|
||||
|
@ -253,23 +253,23 @@ fileOpenLocation=Bu dosya(lar)ı nasıl açmak isterdiniz?
|
|||
fileWillBeSavedInAppFolder={1} uygulama klasöründe kaydedilecek.
|
||||
fill=Doldur
|
||||
fillColor=Dolgu rengi
|
||||
find=Find
|
||||
find=Bul
|
||||
fit=Sığdır
|
||||
fitContainer=Kapsayıcının boyutunu değiştir
|
||||
fitIntoContainer=Kapsayıcıya sığdır
|
||||
fitPage=Sayfaya sığdır
|
||||
fitPageWidth=Sayfa genişliğine sığdır
|
||||
fitTo=Fit to
|
||||
fitToSheetsAcross=sheet(s) across
|
||||
fitToBy=by
|
||||
fitToSheetsDown=sheet(s) down
|
||||
fitTo=Sığdır
|
||||
fitToSheetsAcross=Çalışma sayfa (ları) yatayda
|
||||
fitToBy=ile
|
||||
fitToSheetsDown=Çalışma sayfa (ları) aşağıda
|
||||
fitTwoPages=İki sayfa
|
||||
fitWindow=Pencereye sığdır
|
||||
flip=Çevir
|
||||
flipH=Yatay çevir
|
||||
flipV=Dikey çevir
|
||||
flowchart=Flowchart
|
||||
folder=Folder
|
||||
flowchart=Akım şeması
|
||||
folder=Klasör
|
||||
font=Yazı tipi
|
||||
fontColor=Yazı tipi rengi
|
||||
fontFamily=Yazı tipi
|
||||
|
@ -293,21 +293,21 @@ forum=Tartışma/Yardım Forumları
|
|||
fromTemplate=Şablondan
|
||||
fromTemplateUrl=Şablon URL'sinden
|
||||
fromText=Metinden
|
||||
fromUrl=From URL
|
||||
fromThisPage=From this page
|
||||
fullscreen=Fullscreen
|
||||
fromUrl=URL'den
|
||||
fromThisPage=Bu sayfadan
|
||||
fullscreen=Tüm ekran
|
||||
general=Genel
|
||||
github=GitHub
|
||||
github=Github
|
||||
global=Küresel
|
||||
googleDocs=Google Docs
|
||||
googleDrive=Google Drive
|
||||
googleGadget=Google Fadget
|
||||
googleDocs=Google Dökümanları
|
||||
googleDrive=Google Sürücüsü
|
||||
googleGadget=Google aracı
|
||||
googlePlus=Google+
|
||||
googleSites=Google Sites
|
||||
googleSites=Google Siteleri
|
||||
gradient=Gradyan
|
||||
gradientColor=Renk
|
||||
grid=Kılavuz
|
||||
gridColor=Grid Color
|
||||
gridColor=Renk kılavuzu
|
||||
gridSize=Kılavuz boyutu
|
||||
group=Grupla
|
||||
guides=Rehberler
|
||||
|
@ -323,19 +323,19 @@ home=Anasayfa
|
|||
horizontal=Yatay
|
||||
horizontalFlow=Yatay akış
|
||||
horizontalTree=Yatay ağaç
|
||||
howTranslate=How good is the translation in your language?
|
||||
howTranslate=Dilinizin çevirisi ne kadar iyi?
|
||||
html=HTML
|
||||
htmlText=HTML metin
|
||||
iframe=IFrame
|
||||
ignore=Göz ardı et
|
||||
image=Resim
|
||||
imageUrl=Image URL
|
||||
imageUrl=Resim URL
|
||||
images=Resimler
|
||||
imagePreviewError=This image couldn't be loaded for preview. Please check the URL.
|
||||
imageTooBig=Image too big
|
||||
imagePreviewError=Bu resim önizleme için yüklenemiyor. Lütfen URL'yi kontrol ediniz.
|
||||
imageTooBig=Resim çok büyük
|
||||
imgur=Imgur
|
||||
import=İçe aktar
|
||||
importFrom=Şundan içe aktar:
|
||||
importFrom=Şundan içe aktar
|
||||
includeCopyOfMyDiagram=Diyagramımın bir kopyasını da içer
|
||||
increaseIndent=Girintiyi arttır
|
||||
decreaseIndent=Girintiyi azalt
|
||||
|
@ -346,69 +346,69 @@ insertEllipse=Elips ekle
|
|||
insertImage=Resim ekle
|
||||
insertHorizontalRule=Yatay cetvel ekle
|
||||
insertLink=Link ekle
|
||||
insertPage=Insert Page
|
||||
insertPage=Sayfa ekle
|
||||
insertRectangle=Dikdörtgen ekle
|
||||
insertRowBefore=Üste satır ekle
|
||||
insertRowAfter=Alta satır ekle
|
||||
insertText=Metin ekle
|
||||
inserting=Ekleniyor
|
||||
invalidFilename=Diagram names must not contain the following characters: \ / | : ; { } < > & + ? = "
|
||||
invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
|
||||
invalidFilename=Diyagram adları şu karakterleri içermelidir : \ / | : ; { } < > & + ? = "
|
||||
invalidLicenseSeeThisPage=Lisansınız geçersiz, lütfen <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a> a bakınız
|
||||
invalidName=Geçersiz isim
|
||||
invalidOrMissingFile=Geçersiz veya olmayan dosya
|
||||
invalidPublicUrl=Invalid public URL
|
||||
isometric=Isometric
|
||||
ios=iOS
|
||||
invalidPublicUrl=Geçersiz herkese açık URL
|
||||
isometric=İzometrik
|
||||
ios=İOS
|
||||
italic=Eğik
|
||||
kennedy=Kennedy
|
||||
keyboardShortcuts=Klavye kısayolları
|
||||
layers=Katmanlar
|
||||
landscape=Yatay
|
||||
language=Dil
|
||||
leanMapping=Lean Mapping
|
||||
leanMapping=Zayıf gönderim
|
||||
lastChange=Son değişiklik {1} önce
|
||||
lessThanAMinute=bir dakikadan az
|
||||
licensingError=Licensing Error
|
||||
licenseHasExpired=The license for {1} has expired on {2}. Click here.
|
||||
licenseWillExpire=The license for {1} will expire on {2}. Click here.
|
||||
linkAccountRequired=If the diagram is not public a Google account is required to view the link.
|
||||
linkText=Link Text
|
||||
list=List
|
||||
licensingError=Lisans hatası
|
||||
licenseHasExpired={1} için olan lisans {2} tarihinde sona ermiştir. Buraya tıklayınız.
|
||||
licenseWillExpire={1} için olan lisans {2} tarihinde sona erecektir. Buraya tıklayınız.
|
||||
linkAccountRequired=Eğer diyagram herkese açık değilse, linki görmek için bir google hesabına gerek vardır
|
||||
linkText=Metni linkle
|
||||
list=Listele
|
||||
minute=dakika
|
||||
minutes=dakika
|
||||
hours=saat
|
||||
days=gün
|
||||
months=ay
|
||||
years=yıl
|
||||
minutes=dakikalar
|
||||
hours=saatlar
|
||||
days=günler
|
||||
months=aylar
|
||||
years=yıllar
|
||||
restartForChangeRequired=Değişiklikler sayfa tekrar yenilendiğinde geçerli olacaktır.
|
||||
laneColor=Şerit rengi
|
||||
lastModified=Last modified
|
||||
lastModified=En son değiştirilmiş
|
||||
layout=Düzen
|
||||
left=Sol
|
||||
leftAlign=Sola hizala
|
||||
leftToRight=Soldan sağa
|
||||
libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
|
||||
lightbox=Lightbox
|
||||
libraryTooltip=Şekilleri buraya sürükle ve bırak ya da + ekle. Değişiklik yapmak için çift tıkla.
|
||||
lightbox=Işık kutusu
|
||||
line=Çizgi
|
||||
lineend=Çizgi sonu
|
||||
lineheight=Line Height
|
||||
linestart=Çizgi başı
|
||||
linewidth=Çizgi genişliği
|
||||
link=Link
|
||||
links=Links
|
||||
links=Linkler
|
||||
loading=Yüklüyor
|
||||
lockUnlock=Kilitle/Kilidini Aç
|
||||
loggedOut=Çıkış Yapıldı
|
||||
logIn=log in
|
||||
logIn=Giriş yapın
|
||||
loveApp=draw.io'yu seviyorum
|
||||
mathematicalTypesetting=Matematiksel dizgi
|
||||
makeCopy=Kopyasını yap
|
||||
manual=Elle
|
||||
middle=Orta
|
||||
misc=Çeşitli
|
||||
mockups=Mockups
|
||||
modificationDate=Modification date
|
||||
modifiedBy=Modified by
|
||||
mockups=Test modelleri
|
||||
modificationDate=Modifikasyon tarihi
|
||||
modifiedBy=...tarafından modifiye edildi
|
||||
more=Daha
|
||||
moreResults=Daha fazla sonuç
|
||||
moreShapes=Daha fazla şekil
|
||||
|
@ -416,33 +416,33 @@ move=Taşı
|
|||
moveToFolder=Klasöre taşı
|
||||
moving=Taşınıyor
|
||||
moveSelectionTo=Seçimi şuna taşı {1}
|
||||
name=Name
|
||||
name=Ad
|
||||
navigation=Navigasyon
|
||||
networking=Networking
|
||||
networking=Ağ oluşturma
|
||||
new=Yeni
|
||||
newLibrary=Yeni kütüphane
|
||||
nextPage=Next Page
|
||||
noAttachments=No attachments found
|
||||
newLibrary=Yeni kitaplık
|
||||
nextPage=Bir sonraki sayfa
|
||||
noAttachments=Ekler bulunmamakta
|
||||
noColor=Renk yok
|
||||
noFiles=Dosya yok
|
||||
noFileSelected=Hiç dosya seçilmedi
|
||||
noLibraries=No libraries found
|
||||
noLibraries=Hiç kitaplık seçilmedi
|
||||
noMoreResults=Daha fazla sonuç yok
|
||||
none=Hiçbiri
|
||||
noOtherViewers=Başka izleyici yok
|
||||
noPlugins=Eklenti yok
|
||||
noPreview=No preview
|
||||
noPreview=Önizleme yok
|
||||
noResponse=Sunucudan yanıt yok
|
||||
noResultsFor='{1}' için sonuç yok
|
||||
noRevisions=Düzenleme yok
|
||||
noSearchResults=No search results found
|
||||
noPageContentOrNotSaved=No anchors found on this page or it hasn't been saved yet
|
||||
noRevisions=Revize etme yok
|
||||
noSearchResults=Arama sonucu bulunamadı
|
||||
noPageContentOrNotSaved=Bu sayfada tutturucular bulunmamaktadır veya henüz kaydedilmedi
|
||||
normal=Normal
|
||||
north=Kuzey
|
||||
notADiagramFile=Diyagram dosyası değil
|
||||
notALibraryFile=Kütüphane dosyası değil
|
||||
notALibraryFile=Kitaplık dosyası değil
|
||||
notAvailable=Müsait değil
|
||||
notAUtf8File=Not a UTF-8 file
|
||||
notAUtf8File=UTF-8 dosyası değil
|
||||
notConnected=Bağlı değil
|
||||
note=Not
|
||||
notUsingService={1} kullanılmıyor mu?
|
||||
|
@ -450,20 +450,20 @@ numberedList=Numaralı liste
|
|||
offline=Çevrimdışı
|
||||
ok=Tamam
|
||||
oneDrive=Onedrive
|
||||
online=Online
|
||||
online=Çevrimiçi
|
||||
opacity=Bulanıklık
|
||||
open=Aç
|
||||
openArrow=Açık ok
|
||||
openExistingDiagram=Mevcut diyagramı aç
|
||||
openFile=Dosyayı aç
|
||||
openFrom=Şuradan aç:
|
||||
openLibrary=Open Library
|
||||
openLibraryFrom=Kütüphaneyi şuradan aç:
|
||||
openLibrary=Kitaplık aç
|
||||
openLibraryFrom=Kitaplığı şuradan aç:
|
||||
openLink=Linki aç
|
||||
openInNewWindow=Yeni pencerede aç
|
||||
openInThisWindow=Bu pencerede aç
|
||||
openIt={1} Aç
|
||||
openRecent=Open Recent
|
||||
openRecent=Yakın geçmişi aç
|
||||
openSupported=Desteklenen formatlar bu yazılımda kaydedilebilen dosyalardır: (.xml), .vsdx ve .gliffy
|
||||
options=Seçenekler
|
||||
organic=Organik
|
||||
|
@ -472,10 +472,10 @@ otherViewer=diğer izleyici
|
|||
otherViewers=diğer izleyici
|
||||
outline=Kuş bakışı
|
||||
oval=Oval
|
||||
page=Page
|
||||
pageContent=Page Content
|
||||
pageNotFound=Page not found
|
||||
pageWithNumber=Page-{1}
|
||||
page=Sayfa
|
||||
pageContent=Sayfa içeriği
|
||||
pageNotFound=Sayfa bulunamadı
|
||||
pageWithNumber=Sayfa -{1}
|
||||
pages=Sayfalar
|
||||
pageView=Sayfa görünümü
|
||||
pageSetup=Sayfa ayarı
|
||||
|
@ -487,43 +487,43 @@ pattern=Desen
|
|||
paste=Yapıştır
|
||||
pasteHere=Buraya yapıştır
|
||||
pasteStyle=Yapıştırma stili
|
||||
perimeter=Çevresel uzunluk
|
||||
permissionAnyone=Anyone can edit
|
||||
permissionAuthor=Only I can edit
|
||||
pickFolder=Pick a folder
|
||||
pickLibraryDialogTitle=Select Library
|
||||
publicDiagramUrl=Diyagramın internete açık URL'si
|
||||
placeholders=Placeholders
|
||||
perimeter=Çevre
|
||||
permissionAnyone=Herhangi bir kimse değişiklik yapabilir
|
||||
permissionAuthor=Sadece ben değişiklik yapabilirim
|
||||
pickFolder=Bir klasör seçiniz
|
||||
pickLibraryDialogTitle=Kitaplık seçiniz
|
||||
publicDiagramUrl=Diyagramın herkese açık URL'si
|
||||
placeholders=Yertutucular
|
||||
plantUml=PlantUML
|
||||
plugins=Eklentiler
|
||||
pluginUrl=Eklenti URL'si
|
||||
pluginWarning=Sayfa aşağıdaki eklenti(ler)i yüklemeyi talep etti:\n \n {1}\n \n Bu eklenti(ler)i şimdi yüklemek ister misiniz? \n \n NOT : Sadece yüklenmesi durumundak oluşacak güvenlik sonuçlarını tamamen anladığınız eklentilerin çalışmasına izin verin.\n
|
||||
plusTooltip=Bağlanmak için tıklayın ve sürükleyin, klonlamak için tıklayın ve bağlayın, klonlamak için shift ile tıklayın
|
||||
portrait=Dikey
|
||||
position=Konum
|
||||
plusTooltip=Bağlanmak ve klonlamak için (ctrl+ klonu tıklayın, bağlantı için shift +tıklayın). Bağlantı için sürükleyin (ctrl+klonlama için sürükleyin).
|
||||
portrait=Portre
|
||||
position=Pozisyon
|
||||
posterPrint=Poster baskısı
|
||||
preferences=Tercihler
|
||||
preview=Ön-izleme
|
||||
previousPage=Previous Page
|
||||
preview=Önizleme
|
||||
previousPage=Önceki sayfa
|
||||
print=Yazdır
|
||||
printAllPages=Print All Pages
|
||||
procEng=Proc. Eng.
|
||||
project=Project
|
||||
priority=Priority
|
||||
printAllPages=Bütün sayfaları yazdır
|
||||
procEng=Proc.eng
|
||||
project=Proje
|
||||
priority=Öncelik
|
||||
properties=Özellikler
|
||||
publish=Publish
|
||||
publish=Yayınla
|
||||
quickStart=Hızlı başlama video
|
||||
rack=Rack
|
||||
rack=Mikroişlemci şasisi
|
||||
radialTree=Dairesel ağaç
|
||||
readOnly=Salt okunur
|
||||
reconnecting=Yeniden bağlanıyor
|
||||
recentlyUpdated=Recently Updated
|
||||
recentlyViewed=Recently Viewed
|
||||
recentlyUpdated=Henüz güncellendi
|
||||
recentlyViewed=Henüz görüldü
|
||||
redirectToNewApp=Dosya draw.io pro sürümüyle oluşturulmuş veya değiştirilmiş. Şimdi yönlendirileceksiniz.
|
||||
realtimeTimeout=Görünüşe göre çevrimdışıyken bazı değişiklikler yapmışsınız. Üzgünüz, bu değişiklikler kaydedilemez.
|
||||
redo=Yinele
|
||||
refresh=Yenile
|
||||
regularExpression=Regular Expression
|
||||
regularExpression=Düzenli anlatım
|
||||
rememberMe=Beni hatırla
|
||||
rememberThisSetting=Bu ayarı hatırla
|
||||
removeFormat=Biçimi temizle
|
||||
|
@ -534,23 +534,23 @@ rename=Yeniden isimlendir
|
|||
renamed=Yeniden isimlendirildi
|
||||
renameIt={1} Yeniden isimlendir
|
||||
renaming=Yeniden isimlendiriliyor
|
||||
replace=Replace
|
||||
replace=Bir diğeriyle değiştir
|
||||
replaceIt={1} zaten mevcut. Değiştirmek istiyor musunuz?
|
||||
replaceExistingDrawing=Mevcut çizimi değiştirin
|
||||
required=gerekli
|
||||
reset=Sıfırla
|
||||
resetView=Reset View
|
||||
resetView=Görüntülemeyi sıfırla
|
||||
resize=Yeniden Boyutlandır
|
||||
retina=Retina
|
||||
responsive=Responsive
|
||||
responsive=Hızlı cevap veren
|
||||
restore=Eski Haline Al
|
||||
restoring=Eski Haline Alınıyor
|
||||
retryingIn={1} saniye içinte tekrar denenecek
|
||||
retryingLoad=Yükleme başarısız. Tekrar deneniyor...
|
||||
retryingLogin=Giriş zaman-aşımı. Tekrar deneniyor...
|
||||
reverse=Reverse
|
||||
revision=Revision
|
||||
revisionHistory=Düzeltme geçmişi
|
||||
reverse=Terse çevir
|
||||
revision=Revize et
|
||||
revisionHistory=Revize geçmişi
|
||||
right=Sağ
|
||||
rightAlign=Sağa hizala
|
||||
rightToLeft=Sağdan sola
|
||||
|
@ -561,23 +561,23 @@ rounded=Yuvarlanmış
|
|||
save=Kaydet
|
||||
saveAndExit=Kaydet ve Çık
|
||||
saveAs=Farklı kaydet
|
||||
saveAsXmlFile=Save as XML file?
|
||||
saveAsXmlFile=XML dosyası olarak kaydet
|
||||
saved=Kaydedildi
|
||||
saveDiagramsTo=Diyagramları şuna kaydet:
|
||||
saveLibrary403=Insufficient permissions to edit this library
|
||||
saveLibrary500=There was an error while saving the library
|
||||
saveLibrary403=Bu kitaplığı değiştirmek için başarısız izinler
|
||||
saveLibrary500=Kitaplığı kaydederken hata oluştu
|
||||
saving=Kaydediliyor
|
||||
scratchpad=Scratchpad
|
||||
scratchpad=Bloknot
|
||||
scrollbars=Kaydırma çubuğu
|
||||
search=Ara
|
||||
searchShapes=Search Shapes
|
||||
searchShapes=Şekilleri ara
|
||||
selectAll=Tümünü seç
|
||||
selectionOnly=Selection Only
|
||||
selectionOnly=Sadece seçim
|
||||
selectEdges=Kenarları seç
|
||||
selectFile=Select File
|
||||
selectFolder=Select Folder
|
||||
selectFile=Dosyayı seç
|
||||
selectFolder=Klasörü seç
|
||||
selectFont=Bir yazı tipi seç
|
||||
selectNone=Select None
|
||||
selectNone=Hiçbirini seçme
|
||||
selectVertices=Köşeleri seç
|
||||
sendMessage=Gönder
|
||||
sendYourFeedbackToDrawIo=Geri-bildiriminizi draw.io'ya gönderin
|
||||
|
@ -592,31 +592,31 @@ share=Paylaş
|
|||
shareLink=Paylaşılan düzenleme linki
|
||||
sharp=Keskin
|
||||
show=Göster
|
||||
showStartScreen=Show Start Screen
|
||||
sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change selection. Alt+click to insert and connect.
|
||||
signs=Signs
|
||||
showStartScreen=Başlama ekranını göster
|
||||
sidebarTooltip=Genişletmek için tıklayınız. Şekilleri sürükleyip diyagrama bırakınız. Seçimi değiştirmek için Shift+tıkla. Yerleştirmek ve bağlanmak için alt+tıkla.
|
||||
signs=İşaretler
|
||||
signOut=Çıkış
|
||||
simple=Simple
|
||||
simple=Basit
|
||||
simpleArrow=Basit ok
|
||||
size=Boyut
|
||||
solid=Katı
|
||||
sourceSpacing=Kaynak boşluğu
|
||||
south=Güney
|
||||
software=Software
|
||||
space=Space
|
||||
spacing=Boşluk
|
||||
software=Yazılım
|
||||
space=Boşluk
|
||||
spacing=Boşluk oluşturuluyor
|
||||
specialLink=Özel link
|
||||
standard=Standard
|
||||
standard=Standart
|
||||
starting=Başlatılıyor
|
||||
straight=Düz
|
||||
strokeColor=Çizgi rengi
|
||||
style=Stil
|
||||
subscript=Alt-simge
|
||||
summary=Summary
|
||||
summary=Özet
|
||||
superscript=Üst-simge
|
||||
support=Destek
|
||||
sysml=SysML
|
||||
tags=Tags
|
||||
tags=Etiketler
|
||||
table=Tablo
|
||||
targetSpacing=Hedef boşluğu
|
||||
template=Şablon
|
||||
|
@ -626,36 +626,36 @@ textAlignment=Metin hizalama
|
|||
textOpacity=Metin bulanıklığı
|
||||
theme=Tema
|
||||
timeout=Zaman-aşımı
|
||||
title=Title
|
||||
to=to
|
||||
toBack=Geri
|
||||
toFront=İleri
|
||||
title=Başlık
|
||||
to=...a
|
||||
toBack=Geriye
|
||||
toFront=İleriye
|
||||
tooltips=Araç ipuçları
|
||||
top=Tepe
|
||||
top=Üst
|
||||
topAlign=Üst hizala
|
||||
topLeft=Top Left
|
||||
topRight=Top Right
|
||||
topLeft=Üst sol
|
||||
topRight=Üst sağ
|
||||
transparent=Saydam
|
||||
transparentBackground=Transparent Background
|
||||
transparentBackground=Saydam arkafon
|
||||
tryAgain=Tekrar deneyin
|
||||
tryOpeningViaThisPage=Try opening via this page.
|
||||
tryOpeningViaThisPage=Bu sayfa üstünden açmayı deneyiniz
|
||||
turn=Döndür
|
||||
type=Type
|
||||
type=Yaz
|
||||
twitter=Twitter
|
||||
uml=UML
|
||||
underline=Altını çiz
|
||||
undo=Geri al
|
||||
ungroup=Grubu çöz
|
||||
unsavedChanges=Kaydedilmemiş değişiklikler
|
||||
unsavedChangesClickHereToSave=Unsaved changes. Click here to save.
|
||||
untitled=Untitled
|
||||
unsavedChangesClickHereToSave=Kaydedilmemiş değişiklikler. Kaydetmek için burayı tıklayınız.
|
||||
untitled=Başlık atamamış
|
||||
untitledDiagram=Başlıksız Diyagram
|
||||
untitledLayer=Untitled Layer
|
||||
untitledLibrary=Başlıksız Kütüphane
|
||||
untitledLibrary=Başlıksız Kitaplık
|
||||
unknownError=Bilinmeyen hata
|
||||
updateFile=Update {1}
|
||||
updateFile=Güncelleme {1}
|
||||
updatingDocument=Belge güncelleniyor. Lütfen bekleyin...
|
||||
updatingPreview=Ön-görünüm güncelleniyor. Lütfen bekleyin...
|
||||
updatingPreview=Önizleme güncelleniyor. Lütfen bekleyin...
|
||||
updatingSelection=Seçimi güncelliyor. Lütfen bekleyin...
|
||||
upload=Yükle
|
||||
url=URL
|
||||
|
@ -664,25 +664,25 @@ vertical=Dikey
|
|||
verticalFlow=Dikey akış
|
||||
verticalTree=Dikey ağaç
|
||||
view=Görüntüle
|
||||
viewUrl=Link to view: {1}
|
||||
voiceAssistant=Voice Assistant (beta)
|
||||
warning=Warning
|
||||
viewUrl=Görüntülemek için linkle {1}
|
||||
voiceAssistant=Ses asistanı (beta)
|
||||
warning=Uyarı
|
||||
waypoints=Ara noktalar
|
||||
west=Batı
|
||||
width=Genişlik
|
||||
wiki=Wiki
|
||||
wordWrap=Kelimeleri kaydır
|
||||
wiki=Viki
|
||||
wordWrap=Kelimeleri sar
|
||||
writingDirection=Yazma yönü
|
||||
yourEmailAddress=E-posta adresiniz
|
||||
zoom=Yakınlaştır
|
||||
zoomIn=Büyült
|
||||
zoomIn=Büyüt
|
||||
zoomOut=Küçült
|
||||
basic=Basit
|
||||
businessprocess=İş süreci
|
||||
charts=Grafikler
|
||||
businessprocess=İş süreçleri
|
||||
charts=Çizelgeler
|
||||
engineering=Mühendislik
|
||||
flowcharts=Akış çizelgeleri
|
||||
gmdl=Material Design
|
||||
gmdl=Materyal tasarımı
|
||||
mindmaps=Akıl haritaları
|
||||
mockups=Test modelleri
|
||||
networkdiagrams=Ağ diyagramları
|
||||
|
@ -690,6 +690,6 @@ nothingIsSelected=Hiçbir şey seçilmedi
|
|||
other=Diğer
|
||||
softwaredesign=Yazılım tasarımı
|
||||
venndiagrams=Venn diyagramları
|
||||
webEmailOrOther=Web, email or any other internet address
|
||||
webLink=Web Link
|
||||
wireframes=Tel-kafesler
|
||||
webEmailOrOther=Web, email veya diğer internet adresleri
|
||||
webLink=Web linki
|
||||
wireframes=Telkafesler
|
||||
|
|
|
@ -1,51 +1,51 @@
|
|||
# *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
|
||||
# https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
|
||||
aboutDrawio=Giới thiệu draw.io
|
||||
accessDenied=Access Denied
|
||||
aboutDrawio=Giới thiệu về draw.io
|
||||
accessDenied=Truy cập bị từ chối
|
||||
actualSize=Kích thước thực tế
|
||||
add=Thêm
|
||||
addedFile=Added {1}
|
||||
addImages=Thêm ảnh
|
||||
addImageUrl=Thêm đường dẫn ảnh
|
||||
addedFile=Đã thêm {1}
|
||||
addImages=Thêm hình ảnh
|
||||
addImageUrl=Thêm đường dẫn hình ảnh
|
||||
addLayer=Thêm lớp
|
||||
addProperty=Thêm thuộc tính
|
||||
address=Address
|
||||
addToExistingDrawing=Thêm vào bản vẽ sẵn có
|
||||
address=Địa chỉ
|
||||
addToExistingDrawing=Thêm vào bản vẽ có sẵn
|
||||
addWaypoint=Thêm điểm tham chiếu
|
||||
adjustTo=Adjust to
|
||||
adjustTo=Điều chỉnh đến
|
||||
advanced=Nâng cao
|
||||
align=Căn lề
|
||||
alignment=Sự căn lề
|
||||
allChangesLost=Tất cả thay đổi sẽ mất!
|
||||
allPages=All Pages
|
||||
allProjects=All Projects
|
||||
allSpaces=All Spaces
|
||||
allTags=All Tags
|
||||
anchor=Anchor
|
||||
allPages=Tất cả các Trang
|
||||
allProjects=Tất cả Dự án
|
||||
allSpaces=Tất cả không gian wiki
|
||||
allTags=Tất cả Tags
|
||||
anchor=Neo
|
||||
android=Android
|
||||
angle=Góc
|
||||
areYouSure=Bạn chắc chắn?
|
||||
ensureDataSaved=Xin đảm bảo dữ liệu đã được lưu trước khi đóng.
|
||||
areYouSure=Bạn chắc chắn chứ?
|
||||
ensureDataSaved=Hãy chắc chắn rằng dữ liệu đã được lưu trước khi đóng.
|
||||
allChangesSaved=Đã lưu tất cả thay đổi
|
||||
allChangesSavedInDrive=Đã lưu tất cả thay đổi trong Drive
|
||||
allowPopups=Cho phép cửa sổ bật lên để tránh hộp thoại này.
|
||||
allChangesSavedInDrive=Đã lưu tất cả thay đổi vào Drive
|
||||
allowPopups=Cho phép hiển thị pop-up để tránh hộp thoại này.
|
||||
alreadyConnected=Đã kết nối các giao điểm
|
||||
apply=Áp dụng
|
||||
archiMate21=ArchiMate 2.1
|
||||
arrange=Sắp xếp
|
||||
arrow=Mũi tên
|
||||
arrows=Mũi tên
|
||||
arrows=Các mũi tên
|
||||
asNew=Như mới
|
||||
atlas=Bản đồ
|
||||
author=Author
|
||||
authorizationRequired=Yêu cầu cấp phép
|
||||
authorizeThisAppIn=Cấp phép ứng dụng này trong {1}:
|
||||
authorize=Cấp phép
|
||||
authorizing=Đang cấp phép
|
||||
atlas=Xanh
|
||||
author=Tác giả
|
||||
authorizationRequired=Yêu cầu ủy quyền
|
||||
authorizeThisAppIn=Ủy quyền ứng dụng này trong {1}:
|
||||
authorize=Ủy quyền
|
||||
authorizing=Đang ủy quyền
|
||||
automatic=Tự động
|
||||
autosave=Tự động lưu
|
||||
autosize=Tự động chọn kích thước
|
||||
attachments=Attachments
|
||||
attachments=Đính kèm
|
||||
aws=AWS
|
||||
aws3d=AWS 3D
|
||||
azure=Azure
|
||||
|
@ -64,16 +64,16 @@ borderColor=Màu viền
|
|||
borderWidth=Kích thước viền
|
||||
bottom=Đáy
|
||||
bottomAlign=Căn lề đáy
|
||||
bottomLeft=Bottom Left
|
||||
bottomRight=Bottom Right
|
||||
bottomLeft=Dưới cùng bên trái
|
||||
bottomRight=Dưới cùng bên phải
|
||||
bpmn=BPMN
|
||||
browser=Duyệt
|
||||
browser=Trình duyệt
|
||||
bulletedList=Danh sách chấm đầu dòng
|
||||
business=Business
|
||||
busy=Operation in progress
|
||||
cabinets=Cabinets
|
||||
business=Kinh doanh
|
||||
busy=Đang xử lí
|
||||
cabinets=Tủ chứa
|
||||
cancel=Hủy
|
||||
center=Trung tâm
|
||||
center=Đưa vào giữa
|
||||
cannotLoad=Tải thất bại. Vui lòng thử lại sau.
|
||||
cannotLogin=Đăng nhập thất bại. Vui lòng thử lại sau.
|
||||
cannotOpenFile=Không thể mở tập tin
|
||||
|
@ -83,16 +83,16 @@ changeUser=Đổi người dùng
|
|||
changesNotSaved=Thay đổi chưa được lưu
|
||||
chatJoined={1} đã tham gia
|
||||
chatLeft={1} đã thoát
|
||||
chatWindowTitle=Tán gẫu
|
||||
chatWindowTitle=Chat
|
||||
chooseAnOption=Chọn một tùy chọn
|
||||
chromeApp=Ứng dụng Chrome
|
||||
compressed=Compressed
|
||||
commitMessage=Commit Message
|
||||
compressed=Đã nén
|
||||
commitMessage=Nội dung thay đổi
|
||||
csv=CSV
|
||||
draftFound=A draft for '{1}' has been found. Load it into the editor or discard it to continue.
|
||||
dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
|
||||
dropboxCharsNotAllowed=The following characters are not allowed: \ / : ? * " |
|
||||
check=Check
|
||||
draftFound=Một bản nháp cho '{1}' đã được tìm thấy. Tải bản nháp hoặc loại bỏ bản nháp để tiếp tục
|
||||
dragAndDropNotSupported=Kéo và thả không hỗ trợ cho hình ảnh. Thay vào đó, bạn có muốn thêm hình ảnh vào không?
|
||||
dropboxCharsNotAllowed=Những kí tự sau không được chấp nhận: \ / : ? * " |
|
||||
check=Kiểm tra
|
||||
circle=Vòng tròn
|
||||
cisco=Cisco
|
||||
classic=Cổ điển
|
||||
|
@ -104,22 +104,22 @@ collaborator=Người cộng tác
|
|||
collaborators=Người cộng tác
|
||||
collapse=Thu gọn
|
||||
collapseExpand=Thu gọn/Mở rộng
|
||||
collapse-expand=Nhấp chuột để thu gọn/mở rộng\nShift - nhấp chuột để di chuyển hàng xóm\nAtl - nhấp chuột để bảo vệ kích thước nhóm
|
||||
collapse-expand=Nhấp chuột để thu gọn/mở rộng\nShift - nhấp chuột để di chuyển những thành phần lân cận\nAtl - nhấp chuột để bảo vệ kích thước nhóm
|
||||
collapsible=Có thể thu gọn
|
||||
comic=Comic
|
||||
comment=Comment
|
||||
comic=Viết tay
|
||||
comment=Bình luận
|
||||
commentsNotes=Bình luận/Ghi chú
|
||||
connect=Kết nối
|
||||
connecting=Đang kết nối
|
||||
connectWithDrive=Kết nối với Google Drive
|
||||
connection=Liên kết
|
||||
connectionArrows=Connection Arrows
|
||||
connectionArrows=Mũi tên liên kết
|
||||
connectionPoints=Điểm liên kết
|
||||
constrainProportions=Tỉ lệ hạn chế
|
||||
containsValidationErrors=Chứa lỗi xác thực
|
||||
copiedToClipboard=Copied to clipboard
|
||||
copy=Bản sao
|
||||
copyConnect=Bản sao trên kết nối
|
||||
constrainProportions=Hạn chế tỉ lệ
|
||||
containsValidationErrors=Có lỗi xác thực
|
||||
copiedToClipboard=Đã sao chép vào clipboard
|
||||
copy=Sao chép
|
||||
copyConnect=Sao chép trên liên kết
|
||||
copyOf=Bản sao của {1}
|
||||
copyOfDrawing=Bản sao của bản vẽ
|
||||
copyStyle=Phong cách bản sao
|
||||
|
@ -127,8 +127,8 @@ create=Tạo
|
|||
createNewDiagram=Tạo biểu đồ mới
|
||||
createRevision=Tạo sửa đổi
|
||||
createShape=Tạo hình
|
||||
crop=Crop
|
||||
curved=Cong
|
||||
crop=Cắt
|
||||
curved=Đường cong
|
||||
custom=Tùy chỉnh
|
||||
current=Hiện thời
|
||||
cut=Cắt
|
||||
|
@ -137,59 +137,59 @@ decideLater=Quyết định sau
|
|||
default=Mặc định
|
||||
delete=Xóa
|
||||
deleteColumn=Xóa cột
|
||||
deleteLibrary401=Insufficient permissions to delete this library
|
||||
deleteLibrary404=Selected library could not be found
|
||||
deleteLibrary500=Error deleting library
|
||||
deleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do this?
|
||||
deleteLibrary401=Không có quyền xóa thư viện này
|
||||
deleteLibrary404=Không tìm thấy thư viện đã chọn
|
||||
deleteLibrary500=Có lỗi khi xóa thư viện
|
||||
deleteLibraryConfirm=Bạn đang muốn xóa vĩnh viễn thư viện này. Bạn có chắc về việc này?
|
||||
deleteRow=Xóa dòng
|
||||
description=Description
|
||||
description=Miêu tả
|
||||
device=Thiết bị
|
||||
diagram=Biểu đồ
|
||||
diagramContent=Diagram Content
|
||||
diagramContent=Nội dung biểu đồ
|
||||
diagramLocked=Biểu đồ đã bị khóa nhằm ngăn chặn việc mất dữ liệu
|
||||
diagramName=Tên biểu đồ
|
||||
diagramIsPublic=Diagram is public
|
||||
diagramIsNotPublic=Diagram is not public
|
||||
diagramIsPublic=Biểu đồ được công khai
|
||||
diagramIsNotPublic=Biểu đồ không được công khai
|
||||
diamond=Kim cương
|
||||
diamondThin=Kim cương (mỏng)
|
||||
didYouKnow=Bạn có biết...
|
||||
direction=Chiều
|
||||
discard=Discard
|
||||
direction=Hướng
|
||||
discard=Loại bỏ
|
||||
discardChangesAndReconnect=Loại bỏ thay đổi và kết nối lại
|
||||
googleDriveMissingClickHere=Thiếu Google Drive?
|
||||
discardChanges=Discard Changes
|
||||
googleDriveMissingClickHere=Không có Google Drive? Nhấn vào đây!
|
||||
discardChanges=Loại bỏ thay đổi
|
||||
disconnected=Mất kết nối
|
||||
distribute=Phân phối
|
||||
done=Xong
|
||||
dotted=Chấm chấm
|
||||
dotted=Chấm
|
||||
doubleClickOrientation=Nhấp đôi chuột để đổi hướng
|
||||
doubleClickTooltip=Nhấp đôi chuột để chèn văn bản
|
||||
doubleClickChangeProperty=Doubleclick to change property name
|
||||
doubleClickChangeProperty=Nhấp đôi chuột để đổi tên thuộc tính
|
||||
download=Tải xuống
|
||||
downloadAs=Tải xuống dưới dạng
|
||||
clickHereToSave=Click here to save.
|
||||
draftDiscarded=Draft discarded
|
||||
draftSaved=Draft saved
|
||||
dragElementsHere=Drag elements here
|
||||
clickHereToSave=Nhấn vào đây để lưu
|
||||
draftDiscarded=Bản nháp đã bị loại bỏ
|
||||
draftSaved=Bản nháp đã được lưu
|
||||
dragElementsHere=Kéo các đối tượng đến đây
|
||||
dragImagesHere=Kéo ảnh hay đường dẫn đến đây
|
||||
dragUrlsHere=Kéo đường dẫn đến đây
|
||||
draw.io=draw.io
|
||||
drawing=Bản vẽ{1}
|
||||
drawingEmpty=Bản vẽ trống
|
||||
drawingTooLarge=Bản vẽ quá lớn
|
||||
drawioForWork=Draw.io for GSuite
|
||||
drawioForWork=Draw.io cho GSuite
|
||||
dropbox=Dropbox
|
||||
duplicate=Sao chép
|
||||
duplicateIt=Sao chép {1}
|
||||
divider=Trình chia
|
||||
duplicate=Tạo bản sao
|
||||
duplicateIt=Tạo bản sao {1}
|
||||
divider=Phân chia
|
||||
east=Đông
|
||||
edit=Chỉnh sửa
|
||||
editData=Edit Data
|
||||
editDiagram=Edit Diagram
|
||||
editData=Chỉnh sửa dữ liệu
|
||||
editDiagram=Chỉnh sửa biểu đồ
|
||||
editGeometry=Chỉnh sửa hình học
|
||||
editImage=Chỉnh sửa ảnh
|
||||
editImageUrl=Chỉnh sửa đường dẫn hình ảnh
|
||||
editLink=Chỉnh sửa đường dẫn
|
||||
editLink=Chỉnh sửa liên kết
|
||||
editShape=Chỉnh sửa hình dạng
|
||||
editStyle=Chỉnh sửa phong cách
|
||||
editText=Chỉnh sửa văn bản
|
||||
|
@ -199,82 +199,82 @@ googleImages=Google Hình ảnh
|
|||
imageSearch=Tìm kiếm hình ảnh
|
||||
eip=EIP
|
||||
embed=Nhúng
|
||||
embedImages=Embed Images
|
||||
embedImages=Hình ảnh nhúng
|
||||
mainEmbedNotice=Dán cái này vào trong trang
|
||||
electrical=Electrical
|
||||
electrical=Điện
|
||||
embedNotice=Dán cái này một lần vào cuối trang
|
||||
enterGroup=Điền nhóm
|
||||
enterName=Điền tên
|
||||
enterPropertyName=Điền tên thuộc tính
|
||||
enterValue=Điền giá trị
|
||||
entityRelation=Mối quan hệ thực thể
|
||||
entityRelation=Mối quan hệ của đối tượng
|
||||
error=Lỗi
|
||||
errorDeletingFile=Error Deleting File
|
||||
errorDeletingFile=Lỗi khi xóa tập tin
|
||||
errorLoadingFile=Lỗi khi tải tập tin
|
||||
errorRenamingFile=Lỗi khi đổi tên tập tin.
|
||||
errorRenamingFileNotFound=Lỗi khi đổi tên tập tin. Không tìm thấy tập tin.
|
||||
errorRenamingFileForbidden=Lỗi khi đổi tên tập tin. Không đủ quyền truy xuất.
|
||||
errorSavingDraft=Error saving draft
|
||||
errorSavingDraft=Lỗi khi lưu bản nháp
|
||||
errorSavingFile=Lỗi khi lưu tập tin
|
||||
errorSavingFileUnknown=Lỗi khi cấp phép với máy chủ Google. Xin vui lòng làm mới trang để thử lại.
|
||||
errorSavingFileForbidden=Lỗi khi lưu tập tin. Không đủ quyền truy xuất.
|
||||
errorSavingFileNameConflict=Could not save diagram. Current page already contains file named '{1}'.
|
||||
errorSavingFileNameConflict=Không thể lưu biểu đồ, Trang hiện tại đã có tập tin mang tên '{1}'
|
||||
errorSavingFileNotFound=Lỗi khi lưu tập tin. Không tìm thấy tập tin.
|
||||
errorSavingFileSessionTimeout=Your session has ended. Please <a target='_blank' href='{1}'>{2}</a> and return to this tab to try to save again.
|
||||
errorSavingFileSessionTimeout=Phiên làm việc của bạn đã kết thúc. Vui lòng <a target='_blank' href='{1}'>đăng nhập</a> và trở về tab này để thử lưu lại lần nữa.
|
||||
errorSendingFeedback=Lỗi khi gửi phản hồi.
|
||||
errorUpdatingPreview=Error updating preview.
|
||||
errorUpdatingPreview=Lỗi khi cập nhật bản xem trước.
|
||||
exit=Thoát
|
||||
exitGroup=Thoát khỏi nhóm
|
||||
expand=Mở rộng
|
||||
export=Xuất
|
||||
exporting=Exporting
|
||||
exportAs=Xuất dưới dạng
|
||||
exportOptionsDisabled=Export options disabled
|
||||
exportOptionsDisabledDetails=The owner has disabled options to download, print or copy for commenters and viewers on this file.
|
||||
export=Xuất tập tin
|
||||
exporting=Đang xuất tập tin
|
||||
exportAs=Xuất tập tin dưới dạng
|
||||
exportOptionsDisabled=Lựa chọn xuất tập tin bị vô hiệu hóa
|
||||
exportOptionsDisabledDetails=Người sở hữu đã vô hiệu hóa quyền tải xuống, in hoặc sao chép đối với người bình luận hoặc người xem tập tin này.
|
||||
extras=Bổ sung
|
||||
facebook=Facebook
|
||||
failedToSaveTryReconnect=Lưu thất bại, đang thử đang nhập lại
|
||||
failedToSaveTryReconnect=Lưu thất bại, đang thử kết nối lại
|
||||
featureRequest=Đề xuất tính năng
|
||||
feedback=Phản hồi
|
||||
feedbackSent=Gửi phản hồi thành công.
|
||||
floorplans=Floorplans
|
||||
floorplans=Nội thất
|
||||
file=Tập tin
|
||||
fileChangedOverwrite=File was changed. Overwrite changes?
|
||||
overwrite=Overwrite
|
||||
fileChangedOverwrite=Tập tin đã được thay đổi. Ghi đè các thay đổi?
|
||||
overwrite=Ghi đè
|
||||
filename=Tên tập tin
|
||||
fileExists=Tập tin đã tồn tại
|
||||
fileNearlyFullSeeFaq=File nearly full, please see FAQ
|
||||
fileNearlyFullSeeFaq=Tập tin đã gần đầy, vui lòng xem FAQ
|
||||
fileNotFound=Không tìm thấy tập tin
|
||||
repositoryNotFound=Repository not found
|
||||
repositoryNotFound=Không tìm thấy kho chứa
|
||||
fileNotFoundOrDenied=Không tìm thấy tập tin. Tập tin không tồn tại hoặc bạn không có quyền đọc.
|
||||
fileNotLoaded=Tập tin chưa tải
|
||||
fileNotSaved=Tập tin chưa lưu
|
||||
fileNotLoaded=Tập tin chưa được tải
|
||||
fileNotSaved=Tập tin chưa được lưu
|
||||
fileOpenLocation=Bạn muốn mở (các) tập tin này thế nào?
|
||||
fileWillBeSavedInAppFolder={1} sẽ được lưu trong thư mục ứng dụng
|
||||
fill=Tô
|
||||
fillColor=Tô màu
|
||||
find=Find
|
||||
fit=Phù hợp
|
||||
fitContainer=Đặt lại kích thước thùng chứa
|
||||
fitIntoContainer=Phù hợp với thùng chứa
|
||||
fitPage=Phù hợp với trang
|
||||
fitPageWidth=Phù hợp với chiều rộng trang
|
||||
fitTo=Fit to
|
||||
fitToSheetsAcross=sheet(s) across
|
||||
fitToBy=by
|
||||
fitToSheetsDown=sheet(s) down
|
||||
find=Tìm
|
||||
fit=Vừa
|
||||
fitContainer=Đặt lại kích thước vùng chứa
|
||||
fitIntoContainer=Vừa với vùng chứa
|
||||
fitPage=Vừa với trang
|
||||
fitPageWidth=Vừa với chiều rộng trang
|
||||
fitTo=Vừa với
|
||||
fitToSheetsAcross=(Các) sheet ngang
|
||||
fitToBy=bởi
|
||||
fitToSheetsDown=(Các) sheet dọc
|
||||
fitTwoPages=Hai trang
|
||||
fitWindow=Phù hợp với cửa sổ
|
||||
fitWindow=Vừa với cửa sổ
|
||||
flip=Lật
|
||||
flipH=Lật ngang
|
||||
flipV=Lật dọc
|
||||
flowchart=Flowchart
|
||||
folder=Folder
|
||||
font=Phông
|
||||
fontColor=Màu phông
|
||||
fontFamily=Họ phông
|
||||
fontSize=Kích thước phông
|
||||
forbidden=Bạn không được cấp phép để truy xuất tập tin này
|
||||
flowchart=Biểu đồ Flowchart
|
||||
folder=Thư mục
|
||||
font=Font chữ
|
||||
fontColor=Màu Font
|
||||
fontFamily=Họ Font
|
||||
fontSize=Kích thước Font
|
||||
forbidden=Bạn không được ủy quyền để truy cập tập tin này
|
||||
format=Định dạng
|
||||
formatPanel=Bảng định dạng
|
||||
formatted=Đã định dạng
|
||||
|
@ -293,9 +293,9 @@ forum=Thảo luận/Diễn đàn trợ giúp
|
|||
fromTemplate=Từ bản mẫu
|
||||
fromTemplateUrl=Từ đường dẫn bản mẫu
|
||||
fromText=Từ văn bản
|
||||
fromUrl=From URL
|
||||
fromThisPage=From this page
|
||||
fullscreen=Fullscreen
|
||||
fromUrl=Từ URL
|
||||
fromThisPage=Từ trang này
|
||||
fullscreen=Toàn màn hình
|
||||
general=Chung
|
||||
github=GitHub
|
||||
global=Toàn cầu
|
||||
|
@ -307,7 +307,7 @@ googleSites=Google Sites
|
|||
gradient=Độ dốc
|
||||
gradientColor=Màu
|
||||
grid=Lưới
|
||||
gridColor=Grid Color
|
||||
gridColor=Màu lưới
|
||||
gridSize=Kích thước lưới
|
||||
group=Nhóm
|
||||
guides=Hướng dẫn
|
||||
|
@ -319,61 +319,61 @@ helpTranslate=Giúp chúng tôi dịch ứng dụng này
|
|||
hide=Ẩn
|
||||
hideIt=Ẩn {1}
|
||||
hidden=Đã ẩn
|
||||
home=Cửa sổ chính
|
||||
home=Về nhóm gốc
|
||||
horizontal=Chiều ngang
|
||||
horizontalFlow=Luồng ngang
|
||||
horizontalTree=Cây ngang
|
||||
howTranslate=How good is the translation in your language?
|
||||
horizontalFlow=Luồng theo chiều ngang
|
||||
horizontalTree=Cây theo chiều ngang
|
||||
howTranslate=Bạn đánh giá bản dịch này như thế nào?
|
||||
html=HTML
|
||||
htmlText=Văn bản HTML
|
||||
iframe=IFrame
|
||||
ignore=Bỏ qua
|
||||
image=Ảnh
|
||||
imageUrl=Image URL
|
||||
imageUrl=Đường dẫn hình ảnh
|
||||
images=Ảnh
|
||||
imagePreviewError=This image couldn't be loaded for preview. Please check the URL.
|
||||
imageTooBig=Image too big
|
||||
imagePreviewError=Hình ảnh này không thể tải để xem trước. Vui lòng kiểm tra lại đường dẫn.
|
||||
imageTooBig=Hình quá lớn
|
||||
imgur=Imgur
|
||||
import=Nhập
|
||||
importFrom=Nhập từ
|
||||
includeCopyOfMyDiagram=Bao gồm một bản sao biểu đồ của tôi
|
||||
increaseIndent=Tăng thụt lề
|
||||
decreaseIndent=Giảm thụt lề
|
||||
increaseIndent=Tăng tỉ lệ thụt lề
|
||||
decreaseIndent=Giảm tỉ lệ thụt lề
|
||||
insert=Chèn
|
||||
insertColumnBefore=Chèn cột bên trái
|
||||
insertColumnAfter=Chèn cột bên phải
|
||||
insertColumnBefore=Chèn cột vào bên trái
|
||||
insertColumnAfter=Chèn cột vào bên phải
|
||||
insertEllipse=Chèn hình elip
|
||||
insertImage=Chèn ảnh
|
||||
insertHorizontalRule=Chèn luật ngang
|
||||
insertHorizontalRule=Chèn quy tắc ngang
|
||||
insertLink=Chèn đường dẫn
|
||||
insertPage=Insert Page
|
||||
insertRectangle=Chèn hình chữ nhật
|
||||
insertRowBefore=Chèn dòng trên
|
||||
insertRowAfter=Chèn dòng dưới
|
||||
insertRowBefore=Chèn dòng lên trên
|
||||
insertRowAfter=Chèn dòng xuống dưới
|
||||
insertText=Chèn văn bản
|
||||
inserting=Đang chèn
|
||||
invalidFilename=Diagram names must not contain the following characters: \ / | : ; { } < > & + ? = "
|
||||
invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
|
||||
invalidFilename=Tên biểu đồ không được chứa những kí tự sau: \ / | : ' { } < > & + ? = "
|
||||
invalidLicenseSeeThisPage=Giấy phép của bạn không hợp lệ, vui lòng xem tại <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">trang này</a>.
|
||||
invalidName=Tên không hợp lệ
|
||||
invalidOrMissingFile=Tập tin không hợp lệ hay thiếu
|
||||
invalidPublicUrl=Invalid public URL
|
||||
isometric=Isometric
|
||||
ios=iOS
|
||||
italic=In nghiêng
|
||||
invalidOrMissingFile=Tập tin bị thiếu hoặc không hợp lệ
|
||||
invalidPublicUrl=Đường dẫn không hợp lệ
|
||||
isometric=Đường đẳng cự
|
||||
ios=IOS
|
||||
italic=Chữ nghiêng
|
||||
kennedy=Kennedy
|
||||
keyboardShortcuts=Shortcut bàn phím
|
||||
keyboardShortcuts=Phím tắt
|
||||
layers=Lớp
|
||||
landscape=Khung cảnh
|
||||
language=Ngôn ngữ
|
||||
leanMapping=Lean Mapping
|
||||
leanMapping=Ánh xạ theo khuynh hướng
|
||||
lastChange=Thay đổi lần cuối {1} trước
|
||||
lessThanAMinute=ít hơn một phút
|
||||
licensingError=Licensing Error
|
||||
licenseHasExpired=The license for {1} has expired on {2}. Click here.
|
||||
licenseWillExpire=The license for {1} will expire on {2}. Click here.
|
||||
linkAccountRequired=If the diagram is not public a Google account is required to view the link.
|
||||
linkText=Link Text
|
||||
list=List
|
||||
licensingError=Lỗi cấp phép
|
||||
licenseHasExpired=Giấy phép của {1} đã hết hạn vào {2}. Nhấn vào đây.
|
||||
licenseWillExpire=Giấy phép của {1} sẽ hết hạn vào {2}. Nhấn vào đây.
|
||||
linkAccountRequired=Nếu một biểu đồ không được công khai, bạn cần mộ tài khoản Google để xem liên kết.
|
||||
linkText=Liên kết văn bản
|
||||
list=Danh sách
|
||||
minute=phút
|
||||
minutes=phút
|
||||
hours=giờ
|
||||
|
@ -382,75 +382,75 @@ months=tháng
|
|||
years=năm
|
||||
restartForChangeRequired=Thay đổi sẽ có hiệu lực sau khi làm mới trang.
|
||||
laneColor=Màu làn
|
||||
lastModified=Last modified
|
||||
lastModified=Thay đổi lần cuối vào
|
||||
layout=Bố cục
|
||||
left=Trái
|
||||
leftAlign=Căn lề trái
|
||||
leftToRight=Trái sang phải
|
||||
libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
|
||||
lightbox=Lightbox
|
||||
libraryTooltip=Kéo và thả hình vào đây hoặc nhấn + để thêm vào. Nhấp đôi chuột để chỉnh sửa.
|
||||
lightbox=Hiệu ứng Lightbox
|
||||
line=Dòng
|
||||
lineend=Cuối dòng
|
||||
lineheight=Line Height
|
||||
lineheight=Độ cao của dòng
|
||||
linestart=Đầu dòng
|
||||
linewidth=Chiều rộng dòng
|
||||
linewidth=Chiều rộng của dòng
|
||||
link=Đường dẫn
|
||||
links=Links
|
||||
links=Đường dẫn
|
||||
loading=Đang tải
|
||||
lockUnlock=Khóa/Mở khóa
|
||||
loggedOut=Đã đăng xuất
|
||||
logIn=log in
|
||||
logIn=Đăng nhập
|
||||
loveApp=Tôi yêu draw.io
|
||||
mathematicalTypesetting=Sắp chữ kiểu toán học
|
||||
makeCopy=Tạo bản sao
|
||||
manual=Hướng dẫn
|
||||
middle=Giữa
|
||||
misc=Linh tinh
|
||||
mockups=Mockups
|
||||
modificationDate=Modification date
|
||||
modifiedBy=Modified by
|
||||
mockups=Bản mẫu
|
||||
modificationDate=Ngày chỉnh sửa
|
||||
modifiedBy=Chỉnh sửa bởi
|
||||
more=Xem thêm
|
||||
moreResults=Xem thêm kết quả
|
||||
moreShapes=Xem thêm hình
|
||||
move=Di chuyển
|
||||
moveToFolder=Di chuyển đến thư mục
|
||||
moving=Đang di chuyển
|
||||
moveSelectionTo=Di chuyển mục lựa chọn đến {1}
|
||||
name=Name
|
||||
moveSelectionTo=Di chuyển lựa chọn đến {1}
|
||||
name=Tên
|
||||
navigation=Định hướng
|
||||
networking=Networking
|
||||
networking=Mạng lưới
|
||||
new=Mới
|
||||
newLibrary=Thư viện mới
|
||||
nextPage=Next Page
|
||||
noAttachments=No attachments found
|
||||
nextPage=Trang tiếp theo
|
||||
noAttachments=Không tìm thấy phần đính kèo
|
||||
noColor=Không có màu
|
||||
noFiles=Không có tập tin
|
||||
noFileSelected=Không có tập tin được chọn
|
||||
noLibraries=No libraries found
|
||||
noMoreResults=Không có thêm kết quả
|
||||
noMoreResults=Không còn kết quả khác
|
||||
none=Không
|
||||
noOtherViewers=Không có người xem khác
|
||||
noPlugins=Không có trình cắm
|
||||
noPreview=No preview
|
||||
noPreview=Không có xem trước
|
||||
noResponse=Không có phản hồi từ máy chủ
|
||||
noResultsFor=Không có kết quả cho '{1}'
|
||||
noRevisions=Không có sửa đổi
|
||||
noSearchResults=No search results found
|
||||
noPageContentOrNotSaved=No anchors found on this page or it hasn't been saved yet
|
||||
noSearchResults=Không có kết quả tìm kiếm
|
||||
noPageContentOrNotSaved=Không có mỏ neo nào trên trang này hoặc nó chưa được lưu
|
||||
normal=Bình thường
|
||||
north=Bắc
|
||||
notADiagramFile=Không phải tập tin biểu đồ
|
||||
notALibraryFile=Không phải tập tin thư viện
|
||||
notAvailable=Không khả dụng
|
||||
notAUtf8File=Not a UTF-8 file
|
||||
notConnected=Không kết nối
|
||||
notAUtf8File=Không phải tập tin định dạng UTF-8
|
||||
notConnected=Chưa kết nối
|
||||
note=Ghi chú
|
||||
notUsingService=Không sử dụng {1}?
|
||||
numberedList=Danh sách đánh số
|
||||
offline=Ngoại tuyến
|
||||
ok=OK
|
||||
oneDrive=OneDrive
|
||||
online=Online
|
||||
online=Trực tuyến
|
||||
opacity=Độ mờ
|
||||
open=Mở
|
||||
openArrow=Mũi tên mở
|
||||
|
@ -463,68 +463,68 @@ openLink=Mở đường dẫn
|
|||
openInNewWindow=Mở trong cửa sổ mới
|
||||
openInThisWindow=Mở trong cửa sổ này
|
||||
openIt=Mở {1}
|
||||
openRecent=Open Recent
|
||||
openRecent=Mở tập tin gần đây
|
||||
openSupported=Định dạng được hỗ trợ là các tập tin lưu từ phần mềm này (.xml), .vsdx và .gliffy
|
||||
options=Tùy chọn
|
||||
organic=Hữu cơ
|
||||
organic=Có tổ chức
|
||||
orthogonal=Trực giao
|
||||
otherViewer=Người xem khác
|
||||
otherViewers=Người xem khác
|
||||
otherViewers=Những người xem khác
|
||||
outline=Phác thảo
|
||||
oval=Hình bầu dục
|
||||
page=Page
|
||||
pageContent=Page Content
|
||||
pageNotFound=Page not found
|
||||
pageWithNumber=Page-{1}
|
||||
page=Trang
|
||||
pageContent=Nội dung trang
|
||||
pageNotFound=Không tìm thấy trang
|
||||
pageWithNumber=Trang-{1}
|
||||
pages=Trang
|
||||
pageView=Xem trang
|
||||
pageSetup=Cài đặt trang
|
||||
pageScale=Tỉ lệ trang
|
||||
pan=Dịch chuyển
|
||||
panTooltip=Space+Kéo để dịch chuyển
|
||||
panTooltip=Giữ Space+Kéo để dịch chuyển
|
||||
paperSize=Kích thước giấy
|
||||
pattern=Mô hình
|
||||
pattern=Khuôn mẫu
|
||||
paste=Dán
|
||||
pasteHere=Dán ở đây
|
||||
pasteStyle=Dán phong cách
|
||||
pasteStyle=Dán kiểu chữ
|
||||
perimeter=Chu vi
|
||||
permissionAnyone=Anyone can edit
|
||||
permissionAuthor=Only I can edit
|
||||
pickFolder=Pick a folder
|
||||
pickLibraryDialogTitle=Select Library
|
||||
permissionAnyone=Ai cũng có thể chỉnh sửa
|
||||
permissionAuthor=Chỉ tôi được chỉnh sửa
|
||||
pickFolder=Chọn một thư mục
|
||||
pickLibraryDialogTitle=Chọn thư viện
|
||||
publicDiagramUrl=Công khai đường dẫn của biểu đồ
|
||||
placeholders=Placeholders
|
||||
plantUml=PlantUML
|
||||
plantUml=PlanUML
|
||||
plugins=Trình cắm
|
||||
pluginUrl=Đường dẫn trình cắm
|
||||
pluginWarning=Trang yêu cầu tải (các) trình cắm sau:\n\n{1}\n \nBạn có muốn tải (các) trình cắm này bây giờ?\n \n LƯU Ý: Chỉ cho phép chạy trình cắm khi bạn hiểu rõ tác động bảo mật của việc này.\n
|
||||
plusTooltip=Nhấp chuột và kéo để kết nối, nhấp chuột để sao chép và kết nối, shift-nhấp chuột để sao chép
|
||||
pluginWarning=Trang yêu cầu tải (các) trình cắm sau:\n \n {1}\n \nBạn có muốn tải (các) trình cắm này ngay bây giờ?\n \n LƯU Ý: Chỉ cho phép chạy trình cắm khi bạn hiểu rõ tác động bảo mật của việc này.\n
|
||||
plusTooltip=Nhấp chuột để kết nối và nhân bản (ctrl + nhấp chuột để nhân bản, shift + nhấp chuột để kết nối). Kéo để kết nói (ctrl + kéo để nhân bản).
|
||||
portrait=Chân dung
|
||||
position=Vị trí
|
||||
posterPrint=In áp phích
|
||||
posterPrint=In Poster
|
||||
preferences=Tùy chọn
|
||||
preview=Xem trước
|
||||
previousPage=Previous Page
|
||||
print=In
|
||||
printAllPages=Print All Pages
|
||||
procEng=Proc. Eng.
|
||||
project=Project
|
||||
priority=Priority
|
||||
printAllPages=In tất cả các trang
|
||||
procEng=Quy trình kĩ thuật
|
||||
project=Dự án
|
||||
priority=Độ ưu tiên
|
||||
properties=Thuộc tính
|
||||
publish=Publish
|
||||
publish=Xuất bản
|
||||
quickStart=Bắt đầu nhanh video
|
||||
rack=Rack
|
||||
rack=Giá đỡ
|
||||
radialTree=Cây hướng tâm
|
||||
readOnly=Chỉ đọc
|
||||
reconnecting=Đang kết nối lại
|
||||
recentlyUpdated=Recently Updated
|
||||
recentlyViewed=Recently Viewed
|
||||
redirectToNewApp=Tập tin này được tạo hay sửa đổi trong draw.io pro. Bạn sẽ được chuyển hướng ngay bây giờ.
|
||||
realtimeTimeout=Có vẻ như bạn đã làm một số thay đổi khi đăng xuất. Xin lỗi, những thay đổi này không thể được lưu.
|
||||
recentlyUpdated=Vừa cập nhật
|
||||
recentlyViewed=Vừa xem
|
||||
redirectToNewApp=Tập tin này đã được tạo hay sửa đổi trên một phiên bản mới hơn của ứng dụng. Bạn sẽ được chuyển hướng ngay bây giờ.
|
||||
realtimeTimeout=Có vẻ như bạn đã làm một số thay đổi khi đăng xuất. Chúng tôi xin lỗi khi không thể lưu những thay đổi này.
|
||||
redo=Làm lại
|
||||
refresh=Làm mới
|
||||
regularExpression=Regular Expression
|
||||
rememberMe=Ghi nhớ
|
||||
rememberMe=Ghi nhớ đăng nhập
|
||||
rememberThisSetting=Ghi nhớ cài đặt này
|
||||
removeFormat=Xóa định dạng
|
||||
removeFromGroup=Loại bỏ khỏi nhóm
|
||||
|
@ -534,85 +534,85 @@ rename=Đổi tên
|
|||
renamed=Đã đổi tên
|
||||
renameIt=Đổi tên {1}
|
||||
renaming=Đang đổi tên
|
||||
replace=Replace
|
||||
replaceIt={1} đã tồn tại. Bạn có muốn thay thế nó?
|
||||
replace=Thay thế
|
||||
replaceIt={1} đã tồn tại. Bạn có muốn thay thế nó không?
|
||||
replaceExistingDrawing=Thay thế bản vẽ sẵn có
|
||||
required=yêu cầu
|
||||
reset=Đặt lại
|
||||
resetView=Reset View
|
||||
required=cần thiết
|
||||
reset=Reset
|
||||
resetView=Reset màn hình
|
||||
resize=Đặt lại kích thước
|
||||
retina=Retina
|
||||
responsive=Responsive
|
||||
responsive=Đáp ứng
|
||||
restore=Phục hồi
|
||||
restoring=Đang phục hồi
|
||||
retryingIn=Thử lại trong {1} giây
|
||||
retryingLoad=Tải thất bại. Đang thử lại...
|
||||
retryingLogin=Đăng nhập quá giờ. Đang thử lại...
|
||||
reverse=Reverse
|
||||
revision=Revision
|
||||
retryingLogin=Quá thời gian đăng nhập. Đang thử lại...
|
||||
reverse=Đảo ngược
|
||||
revision=Phiên bản chỉnh sửa
|
||||
revisionHistory=Lịch sử sửa đổi
|
||||
right=Phải
|
||||
rightAlign=Căn lề phải
|
||||
rightToLeft=Phải sang trái
|
||||
rotate=Xoay
|
||||
rotateTooltip=Nhấp chuột và kéo để xoay, nhấp chuột để xoay 90 độ
|
||||
rotation=Vòng xoay
|
||||
rotation=Xoay tròn
|
||||
rounded=Tròn
|
||||
save=Lưu
|
||||
saveAndExit=Lưu & Thoát
|
||||
saveAs=Lưu dưới dạng
|
||||
saveAsXmlFile=Save as XML file?
|
||||
saveAsXmlFile=Lưu dưới dạng tập tin XML?
|
||||
saved=Đã lưu
|
||||
saveDiagramsTo=Lưu biểu đồ đến
|
||||
saveLibrary403=Insufficient permissions to edit this library
|
||||
saveLibrary500=There was an error while saving the library
|
||||
saveLibrary403=Không có quyền chỉnh sửa thư viện này
|
||||
saveLibrary500=Có lỗi khi lưu thư viện
|
||||
saving=Đang lưu
|
||||
scratchpad=Scratchpad
|
||||
scrollbars=Thanh cuộn
|
||||
search=Tìm kiếm
|
||||
searchShapes=Search Shapes
|
||||
searchShapes=Tìm hình khối
|
||||
selectAll=Chọn tất cả
|
||||
selectionOnly=Selection Only
|
||||
selectionOnly=Chỉ những mục đã lựa chọn
|
||||
selectEdges=Chọn cạnh
|
||||
selectFile=Select File
|
||||
selectFolder=Select Folder
|
||||
selectFile=Chọn tập tin
|
||||
selectFolder=Chọn thư mục
|
||||
selectFont=Chọn phông
|
||||
selectNone=Select None
|
||||
selectNone=Bỏ chọn
|
||||
selectVertices=Chọn đỉnh
|
||||
sendMessage=Gửi
|
||||
sendYourFeedbackToDrawIo=Gửi phản hồi của bạn tới draw.io
|
||||
serviceUnavailableOrBlocked=Dịch vụ không khả dụng hay đã bị khóa
|
||||
sessionExpired=Phiên của bạn đã hết hạn. Vui lòng làm mới cửa sổ trình duyệt.
|
||||
sessionTimeoutOnSave=Phiên đã quá giờ và bạn đã bị mất kết nối khỏi Google Drive. Nhấn OK để đăng nhập và lưu.
|
||||
sessionExpired=Phiên làm việc của bạn đã hết hạn. Vui lòng làm mới cửa sổ trình duyệt.
|
||||
sessionTimeoutOnSave=Phiên làm việc của bạn đã quá giờ và bạn đã bị mất kết nối khỏi Google Drive. Nhấn OK để đăng nhập và lưu.
|
||||
setAsDefaultStyle=Đặt làm phong cách mặc định
|
||||
shadow=Bóng
|
||||
shape=Hình
|
||||
shapes=Hình
|
||||
share=Chia sẻ
|
||||
shareLink=Đường dẫn chỉnh sửa đã chia sẻ
|
||||
sharp=Sắc
|
||||
sharp=Góc
|
||||
show=Hiển thị
|
||||
showStartScreen=Show Start Screen
|
||||
showStartScreen=Hiển thị Màn Hình Bắt Đầu
|
||||
sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change selection. Alt+click to insert and connect.
|
||||
signs=Signs
|
||||
signs=Dấu hiệu
|
||||
signOut=Đăng xuất
|
||||
simple=Simple
|
||||
simple=Đơn giản
|
||||
simpleArrow=Mũi tên đơn giản
|
||||
size=Kích thước
|
||||
solid=Rắn
|
||||
solid=Đường liền nét
|
||||
sourceSpacing=Khoảng cách nguồn
|
||||
south=Nam
|
||||
software=Software
|
||||
space=Space
|
||||
software=Phần mềm
|
||||
space=Không gian Wiki
|
||||
spacing=Khoảng cách
|
||||
specialLink=Đường dẫn đặc biệt
|
||||
standard=Standard
|
||||
starting=Bắt đầu
|
||||
standard=Tiêu chuẩn
|
||||
starting=Khởi động
|
||||
straight=Thẳng
|
||||
strokeColor=Màu hàng
|
||||
strokeColor=Màu nét vẽ
|
||||
style=Phong cách
|
||||
subscript=Chỉ số dưới
|
||||
summary=Summary
|
||||
summary=Tóm tắt
|
||||
superscript=Chỉ số trên
|
||||
support=Hỗ trợ
|
||||
sysml=SysML
|
||||
|
@ -625,53 +625,53 @@ text=Văn bản
|
|||
textAlignment=Căn lề văn bản
|
||||
textOpacity=Độ mờ văn bản
|
||||
theme=Chủ đề
|
||||
timeout=Quá giờ
|
||||
title=Title
|
||||
to=to
|
||||
toBack=Tới sau
|
||||
timeout=Quá thời gian
|
||||
title=Tiêu đề
|
||||
to=đến
|
||||
toBack=Về sau
|
||||
toFront=Tới trước
|
||||
tooltips=Chú giải
|
||||
top=Trên cùng
|
||||
topAlign=Căn lề trên cùng
|
||||
topLeft=Top Left
|
||||
topRight=Top Right
|
||||
topLeft=Trên cùng bên trái
|
||||
topRight=Trên cùng bên phải
|
||||
transparent=Độ trong suốt
|
||||
transparentBackground=Transparent Background
|
||||
transparentBackground=Hình nền trong suốt
|
||||
tryAgain=Thử lại
|
||||
tryOpeningViaThisPage=Try opening via this page.
|
||||
turn=Quay
|
||||
type=Type
|
||||
tryOpeningViaThisPage=Thử mở bằng trang này.
|
||||
turn=Xoay 90°
|
||||
type=Loại
|
||||
twitter=Twitter
|
||||
uml=UML
|
||||
underline=Gạch dưới
|
||||
undo=Hoàn tác
|
||||
ungroup=Bỏ nhóm
|
||||
unsavedChanges=Thay đổi chưa được lưu
|
||||
unsavedChangesClickHereToSave=Unsaved changes. Click here to save.
|
||||
untitled=Untitled
|
||||
untitledDiagram=Biểu đồ vô đề
|
||||
untitledLayer=Untitled Layer
|
||||
untitledLibrary=Thư viện vô đề
|
||||
unknownError=Lỗi không rõ
|
||||
updateFile=Update {1}
|
||||
unsavedChangesClickHereToSave=Thay đổi chưa được lưu. Nhấn vào đây để lưu.
|
||||
untitled=Không có tiêu đề
|
||||
untitledDiagram=Biểu đồ không có tiêu đề
|
||||
untitledLayer=Lớp không có tiêu đề
|
||||
untitledLibrary=Thư viện không có tiêu đề
|
||||
unknownError=Lỗi không xác định
|
||||
updateFile=Cập nhật {1}
|
||||
updatingDocument=Đang cập nhật tài liệu. Xin đợi...
|
||||
updatingPreview=Đang cập nhật xem trước. Xin đợi...
|
||||
updatingSelection=Đang cập nhật lựa chọn. Xin đợi...
|
||||
upload=Tải lên
|
||||
url=Đường dẫn
|
||||
userManual=User Manual
|
||||
userManual=Hướng dẫn sử dụng
|
||||
vertical=Dọc
|
||||
verticalFlow=Luồng dọc
|
||||
verticalTree=Cây dọc
|
||||
view=Xem
|
||||
viewUrl=Link to view: {1}
|
||||
voiceAssistant=Voice Assistant (beta)
|
||||
warning=Warning
|
||||
viewUrl=Liên kết để xem: {1}
|
||||
voiceAssistant=Trợ lí giọng nói (beta)
|
||||
warning=Cảnh báo
|
||||
waypoints=Điểm tham chiếu
|
||||
west=Tây
|
||||
width=Chiều rộng
|
||||
wiki=Wiki
|
||||
wordWrap=Ngắt từ
|
||||
wordWrap=Ngắt câu
|
||||
writingDirection=Hướng viết
|
||||
yourEmailAddress=Địa chỉ email của bạn
|
||||
zoom=Thu phóng
|
||||
|
@ -680,9 +680,9 @@ zoomOut=Thu nhỏ
|
|||
basic=Cơ bản
|
||||
businessprocess=Tiến trình kinh doanh
|
||||
charts=Sơ đồ
|
||||
engineering=Cơ khí
|
||||
flowcharts=Lưu đồ
|
||||
gmdl=Material Design
|
||||
engineering=Kĩ thuật
|
||||
flowcharts=Biểu đồ Flowcharts
|
||||
gmdl=Material Design (Google)
|
||||
mindmaps=Bản đồ tư duy
|
||||
mockups=Mockup
|
||||
networkdiagrams=Biểu đồ mạng lưới
|
||||
|
@ -690,6 +690,6 @@ nothingIsSelected=Không có gì được chọn
|
|||
other=Khác
|
||||
softwaredesign=Thiết kế phần mềm
|
||||
venndiagrams=Biểu đồ Venn
|
||||
webEmailOrOther=Web, email or any other internet address
|
||||
webLink=Web Link
|
||||
webEmailOrOther=Trang web, email hoặc bất kì địa chỉ internet nào khác
|
||||
webLink=Liên kết trang web
|
||||
wireframes=Khung dây
|
||||
|
|
|
@ -4,60 +4,60 @@ aboutDrawio=關於 draw.io
|
|||
accessDenied=拒絕存取
|
||||
actualSize=實際尺寸
|
||||
add=新增
|
||||
addedFile=Added {1}
|
||||
addedFile=已新增{1}
|
||||
addImages=新增圖片
|
||||
addImageUrl=新增圖片超連結
|
||||
addLayer=新增圖層
|
||||
addProperty=新增屬性
|
||||
address=Address
|
||||
addToExistingDrawing=Add to Existing Drawing
|
||||
addWaypoint=Add Waypoint
|
||||
adjustTo=Adjust to
|
||||
address=地址
|
||||
addToExistingDrawing=新增至現有圖畫
|
||||
addWaypoint=新增航點
|
||||
adjustTo=調整為
|
||||
advanced=進階
|
||||
align=對齊
|
||||
alignment=對齊
|
||||
allChangesLost=所有的修改將不會被儲存!
|
||||
allPages=All Pages
|
||||
allProjects=All Projects
|
||||
allSpaces=All Spaces
|
||||
allTags=All Tags
|
||||
anchor=Anchor
|
||||
android=Android
|
||||
allChangesLost=所有修改都將丟失!
|
||||
allPages=所有頁面
|
||||
allProjects=所有專案
|
||||
allSpaces=所有部分
|
||||
allTags=所有標籤
|
||||
anchor=錨點
|
||||
android=安卓
|
||||
angle=角度
|
||||
areYouSure=是否確定?
|
||||
ensureDataSaved=關閉前請確認您的資料已儲存
|
||||
ensureDataSaved=關閉前請確認您的資料已儲存。
|
||||
allChangesSaved=所有的修改已儲存
|
||||
allChangesSavedInDrive=所有的修改已儲存至磁碟
|
||||
allowPopups=Allow pop-ups to avoid this dialog.
|
||||
allowPopups=允許彈出式視窗以阻止此對話框。
|
||||
alreadyConnected=節點已連接
|
||||
apply=應用
|
||||
apply=套用
|
||||
archiMate21=ArchiMate 2.1
|
||||
arrange=排列
|
||||
arrow=箭號
|
||||
arrows=箭號
|
||||
asNew=As New
|
||||
atlas=Atlas
|
||||
asNew=建立新的
|
||||
atlas=輿圖
|
||||
author=作者
|
||||
authorizationRequired=需要授權
|
||||
authorizeThisAppIn=授權此應用給 {1}
|
||||
authorizeThisAppIn=授權此應用給{1}:
|
||||
authorize=授權
|
||||
authorizing=授權中
|
||||
automatic=自動偵測(瀏覽器)
|
||||
autosave=自動儲存
|
||||
autosize=自動調整大小
|
||||
attachments=Attachments
|
||||
autosize=自動調整
|
||||
attachments=附件
|
||||
aws=AWS
|
||||
aws3d=AWS 3D
|
||||
azure=Azure
|
||||
background=背景圖層
|
||||
backgroundColor=背景顏色
|
||||
backgroundImage=背景圖
|
||||
backgroundImage=背景圖片
|
||||
basic=基本
|
||||
blankDrawing=空白檔案
|
||||
blankDiagram=Blank Diagram
|
||||
block=Block
|
||||
blockquote=Blockquote
|
||||
blog=Blog
|
||||
blankDrawing=空白圖紙
|
||||
blankDiagram=空白圖表
|
||||
block=區塊
|
||||
blockquote=區塊引言
|
||||
blog=部落格
|
||||
bold=粗體
|
||||
bootstrap=Bootstrap
|
||||
borderColor=邊框顏色
|
||||
|
@ -69,13 +69,13 @@ bottomRight=右下
|
|||
bpmn=BPMN
|
||||
browser=瀏覽器
|
||||
bulletedList=項目符號清單
|
||||
business=Business
|
||||
business=商務
|
||||
busy=處理中
|
||||
cabinets=Cabinets
|
||||
cabinets=機殼
|
||||
cancel=取消
|
||||
center=水平置中
|
||||
cannotLoad=戴入失敗,請稍候重試
|
||||
cannotLogin=登入失敗,請稍候重試
|
||||
cannotLoad=戴入失敗。請稍後重試。
|
||||
cannotLogin=登入失敗。請稍後重試。
|
||||
cannotOpenFile=無法開啟檔案
|
||||
change=修改
|
||||
changeOrientation=改變方向
|
||||
|
@ -84,50 +84,50 @@ changesNotSaved=修改尚未儲存
|
|||
chatJoined={1}已加入
|
||||
chatLeft={1}已離開
|
||||
chatWindowTitle=交談
|
||||
chooseAnOption=請選擇
|
||||
chromeApp=Chrome 應用
|
||||
chooseAnOption=選擇一項
|
||||
chromeApp=Chrome應用
|
||||
compressed=已壓縮
|
||||
commitMessage=Commit Message
|
||||
csv=CSV
|
||||
draftFound=已發現 {1} 的草槁,要載入編輯或是丟棄後繼續 ?
|
||||
dragAndDropNotSupported=圖片拖放並不支援,您要使用匯入?
|
||||
dropboxCharsNotAllowed=不可使用以下字元:\ / : ?& " |
|
||||
check=Check
|
||||
circle=圓形排列
|
||||
cisco=Cisco
|
||||
draftFound=已找到現有的{1}的草圖。要載入它進行編輯或是丟棄以繼續?
|
||||
dragAndDropNotSupported=不支援圖片拖放。是否使用匯入選項?
|
||||
dropboxCharsNotAllowed=不得使用以下字元:\ / : ? * " |
|
||||
check=檢視
|
||||
circle=圓形
|
||||
cisco=思科
|
||||
classic=經典
|
||||
clearDefaultStyle=重置為預設樣式
|
||||
clearWaypoints=Clear Waypoints
|
||||
clipart=剪貼簿
|
||||
clearDefaultStyle=清除預設樣式
|
||||
clearWaypoints=清除航點
|
||||
clipart=剪貼畫
|
||||
close=關閉
|
||||
collaborator=協作者
|
||||
collaborators=協作者
|
||||
collapse=收起
|
||||
collapseExpand=收起/展開
|
||||
collapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect group size
|
||||
collapse-expand=點選以收起/展開\nShift+點選以移動周邊 \nAlt+點選以保護組大小
|
||||
collapsible=可收展
|
||||
comic=Comic
|
||||
comment=Comment
|
||||
commentsNotes=備註
|
||||
comic=手繪
|
||||
comment=評論
|
||||
commentsNotes=評論/備註
|
||||
connect=連線
|
||||
connecting=連線中
|
||||
connectWithDrive=連線至 Google Drive
|
||||
connectWithDrive=連線至Google Drive
|
||||
connection=連線
|
||||
connectionArrows=連接線
|
||||
connectionPoints=連接點
|
||||
constrainProportions=Constrain Proportions
|
||||
constrainProportions=限制比值
|
||||
containsValidationErrors=含有驗證錯誤
|
||||
copiedToClipboard=複製至剪貼簿
|
||||
copy=複製
|
||||
copyConnect=Copy on connect
|
||||
copyOf={1} 副本
|
||||
copyOfDrawing=製作副本
|
||||
copyStyle=複製樣式
|
||||
copiedToClipboard=已拷貝至剪貼簿
|
||||
copy=副本
|
||||
copyConnect=連線時拷貝
|
||||
copyOf={1}副本
|
||||
copyOfDrawing=圖紙副本
|
||||
copyStyle=拷貝樣式
|
||||
create=新增
|
||||
createNewDiagram=新增圖表
|
||||
createRevision=新增版本
|
||||
createShape=新增圖形
|
||||
crop=Crop
|
||||
crop=剪裁
|
||||
curved=曲線
|
||||
custom=自訂
|
||||
current=當前
|
||||
|
@ -137,140 +137,140 @@ decideLater=稍後再決定
|
|||
default=預設
|
||||
delete=刪除
|
||||
deleteColumn=刪除欄
|
||||
deleteLibrary401=Insufficient permissions to delete this library
|
||||
deleteLibrary404=Selected library could not be found
|
||||
deleteLibrary500=Error deleting library
|
||||
deleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do this?
|
||||
deleteLibrary401=沒有足夠許可權刪除此圖庫
|
||||
deleteLibrary404=未找到所選圖庫
|
||||
deleteLibrary500=刪除圖庫時出錯
|
||||
deleteLibraryConfirm=您即將永久地刪除此圖庫。您確定要這樣做嗎?
|
||||
deleteRow=刪除列
|
||||
description=Description
|
||||
device=設備
|
||||
description=描述
|
||||
device=裝置
|
||||
diagram=圖表
|
||||
diagramContent=Diagram Content
|
||||
diagramLocked=圖表已鎖住,以避免進一步的資料損失
|
||||
diagramName=圖表名
|
||||
diagramIsPublic=Diagram is public
|
||||
diagramIsNotPublic=Diagram is not public
|
||||
diagramContent=圖表内容
|
||||
diagramLocked=圖表已鎖住,以避免進一步的資料損失。
|
||||
diagramName=圖表名稱
|
||||
diagramIsPublic=圖表是公開的
|
||||
diagramIsNotPublic=圖表未公開
|
||||
diamond=菱形
|
||||
diamondThin=菱形(細)
|
||||
didYouKnow=您可知道...
|
||||
direction=方向
|
||||
discard=Discard
|
||||
discard=取消
|
||||
discardChangesAndReconnect=取消修改並重新連線
|
||||
googleDriveMissingClickHere=找不到 Google Drive
|
||||
discardChanges=Discard Changes
|
||||
googleDriveMissingClickHere=找不到Google Drive?請按此!
|
||||
discardChanges=取消修改
|
||||
disconnected=連線中斷
|
||||
distribute=等距分佈
|
||||
done=完成
|
||||
dotted=Dotted
|
||||
dotted=點線的
|
||||
doubleClickOrientation=雙擊改變方向
|
||||
doubleClickTooltip=雙撃插入文字
|
||||
doubleClickChangeProperty=Doubleclick to change property name
|
||||
doubleClickChangeProperty=雙撃更改屬性名
|
||||
download=下載
|
||||
downloadAs=下載為
|
||||
clickHereToSave=點擊此處存檔
|
||||
clickHereToSave=點擊此處存檔。
|
||||
draftDiscarded=放棄草槁
|
||||
draftSaved=草槁已儲存
|
||||
dragElementsHere=把元件拖到這裏
|
||||
dragImagesHere=把圖片或連結拖到這裏
|
||||
dragUrlsHere=把連結拖到這裏
|
||||
draw.io=draw.io
|
||||
drawing=圖表{1}
|
||||
drawingEmpty=空白圖表
|
||||
drawingTooLarge=圖表過大
|
||||
drawing=圖紙{1}
|
||||
drawingEmpty=圖紙空白
|
||||
drawingTooLarge=圖紙過大
|
||||
drawioForWork=Draw.io for GSuite
|
||||
dropbox=Dropbox
|
||||
duplicate=產生副本
|
||||
duplicateIt=產生 {1} 之副本
|
||||
duplicate=復制副本
|
||||
duplicateIt=復制{1}
|
||||
divider=分隔線
|
||||
east=向右漸層
|
||||
edit=編輯
|
||||
editData=資料編輯
|
||||
editDiagram=圖表編輯
|
||||
editGeometry=幾合圖形編輯
|
||||
editImage=圖片編輯
|
||||
editImageUrl=圖片超連結編輯
|
||||
editLink=超連結編輯
|
||||
editShape=圖形編輯
|
||||
editStyle=樣式編輯
|
||||
editText=文字編輯
|
||||
editTooltip=提示編輯
|
||||
glass=Glass
|
||||
googleImages=Google 圖片
|
||||
editData=編輯數據
|
||||
editDiagram=編輯圖表
|
||||
editGeometry=編輯幾何圖形
|
||||
editImage=編輯圖片
|
||||
editImageUrl=編輯圖片超連結
|
||||
editLink=編輯超連結
|
||||
editShape=編輯圖形
|
||||
editStyle=編輯樣式
|
||||
editText=編輯文字
|
||||
editTooltip=編輯提示
|
||||
glass=玻璃
|
||||
googleImages=Google圖片
|
||||
imageSearch=圖片搜尋
|
||||
eip=EIP
|
||||
embed=嵌入 HTML
|
||||
embedImages=嵌入 圖片
|
||||
mainEmbedNotice=黏貼到頁面
|
||||
electrical=Electrical
|
||||
embedNotice=黏貼至本頁尾
|
||||
enterGroup=進入群組
|
||||
embed=嵌入
|
||||
embedImages=嵌入圖片
|
||||
mainEmbedNotice=將此貼上至頁面中
|
||||
electrical=電動
|
||||
embedNotice=貼上至本頁頁尾處
|
||||
enterGroup=輸入群組
|
||||
enterName=輸入名稱
|
||||
enterPropertyName=輸入屬性名
|
||||
enterValue=輸入值
|
||||
enterValue=輸入數值
|
||||
entityRelation=實體關係
|
||||
error=錯誤
|
||||
errorDeletingFile=刪除檔案錯誤
|
||||
errorLoadingFile=載入檔案錯誤
|
||||
errorRenamingFile=檔案更名錯誤
|
||||
errorRenamingFileNotFound=檔案更名錯誤,找不到該檔案
|
||||
errorRenamingFileForbidden=檔案更名錯誤,沒有存取權限
|
||||
errorSavingDraft=草槁儲存錯誤
|
||||
errorSavingFile=檔案儲存錯誤
|
||||
errorSavingFileUnknown=Google 服務授權錯誤,請重新載入頁面後重試
|
||||
errorSavingFileForbidden=檔案儲存錯誤,沒有存取權限
|
||||
errorSavingFileNameConflict=無法儲存此圖表. 檔案已存在 '{1}'
|
||||
errorSavingFileNotFound=檔案儲存錯誤,找不到該檔案
|
||||
errorSavingFileSessionTimeout=Your session has ended. Please <a target='_blank' href='{1}'>{2}</a> and return to this tab to try to save again.
|
||||
errorSendingFeedback=回饋傳送錯誤
|
||||
errorUpdatingPreview=預覽畫面更新錯誤
|
||||
error=出錯
|
||||
errorDeletingFile=刪除檔案出錯
|
||||
errorLoadingFile=載入檔案出錯
|
||||
errorRenamingFile=檔案更名出錯。
|
||||
errorRenamingFileNotFound=檔案更名出錯。找不到檔案。
|
||||
errorRenamingFileForbidden=檔案更名錯誤。沒有足夠的存取權。
|
||||
errorSavingDraft=儲存草槁出錯
|
||||
errorSavingFile=儲存檔案出錯
|
||||
errorSavingFileUnknown=Google服務授權出錯。請重新載入頁面然後再試。
|
||||
errorSavingFileForbidden=檔案儲存出錯。沒有足夠的存取權。
|
||||
errorSavingFileNameConflict=無法儲存此圖表。當前頁面已存在名為{1}的檔案。
|
||||
errorSavingFileNotFound=儲存檔案出錯。找不到檔案。
|
||||
errorSavingFileSessionTimeout=你的會話已經結束。請<a target='_blank'href='{1}'>{2}</a>,然後返回此選項卡以再次儲存。
|
||||
errorSendingFeedback=傳送回饋出錯。
|
||||
errorUpdatingPreview=更新預覽畫面出錯。
|
||||
exit=退出
|
||||
exitGroup=退出群組
|
||||
expand=展開
|
||||
export=輸出
|
||||
exporting=輸出中
|
||||
exportAs=輸出為
|
||||
exportOptionsDisabled=Export options disabled
|
||||
exportOptionsDisabledDetails=The owner has disabled options to download, print or copy for commenters and viewers on this file.
|
||||
exportOptionsDisabled=已禁用輸出
|
||||
exportOptionsDisabledDetails=所有者已禁止評論者和瀏覽者下載,列印或複制此檔案。
|
||||
extras=其他
|
||||
facebook=Facebook
|
||||
failedToSaveTryReconnect=存檔失敗,正嘗試重新連線
|
||||
featureRequest=增加功能提出
|
||||
featureRequest=新功能建議
|
||||
feedback=回饋
|
||||
feedbackSent=回饋傳送成功
|
||||
floorplans=Floorplans
|
||||
feedbackSent=回饋傳送成功。
|
||||
floorplans=平面圖
|
||||
file=檔案
|
||||
fileChangedOverwrite=File was changed. Overwrite changes?
|
||||
fileChangedOverwrite=檔案已更改。是否覆蓋更改?
|
||||
overwrite=Overwrite
|
||||
filename=檔案名稱
|
||||
fileExists=檔案已存在
|
||||
fileNearlyFullSeeFaq=File nearly full, please see FAQ
|
||||
fileNotFound=找不到該檔案
|
||||
repositoryNotFound=Repository not found
|
||||
fileNearlyFullSeeFaq=檔案容量即將達到上限,請參閱常見問題
|
||||
fileNotFound=找不到檔案
|
||||
repositoryNotFound=未找到存儲庫
|
||||
fileNotFoundOrDenied=找不到該檔案。該檔案不存在或您沒有存取權限。
|
||||
fileNotLoaded=檔案無法載入
|
||||
fileNotSaved=檔案無法儲存
|
||||
fileOpenLocation=您想如何開啟這些檔案 ?
|
||||
fileWillBeSavedInAppFolder={1}將會儲存在應用目錄
|
||||
fileWillBeSavedInAppFolder={1}將會儲存在應用資料夾。
|
||||
fill=填滿
|
||||
fillColor=填滿顏色
|
||||
find=Find
|
||||
fit=符合大小
|
||||
fitContainer=Resize Container
|
||||
fitIntoContainer=Fit into Container
|
||||
fitPage=整頁
|
||||
fitPageWidth=符合頁面寬度
|
||||
fitTo=Fit to
|
||||
fitToSheetsAcross=sheet(s) across
|
||||
fitToBy=by
|
||||
fitToSheetsDown=sheet(s) down
|
||||
fitTwoPages=符合兩頁
|
||||
fitWindow=符合視窗大小
|
||||
find=查找
|
||||
fit=適應大小
|
||||
fitContainer=調整容器大小
|
||||
fitIntoContainer=適應容器大小
|
||||
fitPage=整頁顯示
|
||||
fitPageWidth=適應頁面寬度
|
||||
fitTo=適應
|
||||
fitToSheetsAcross=橫向頁面
|
||||
fitToBy=按
|
||||
fitToSheetsDown=縱向頁面
|
||||
fitTwoPages=雙頁
|
||||
fitWindow=適應視窗大小
|
||||
flip=翻轉
|
||||
flipH=水平翻轉
|
||||
flipV=垂直翻轉
|
||||
flowchart=流程圖
|
||||
folder=Folder
|
||||
font=字型
|
||||
folder=資料夾
|
||||
font=字體
|
||||
fontColor=文字顏色
|
||||
fontFamily=字型
|
||||
fontSize=文字大小
|
||||
|
@ -278,64 +278,64 @@ forbidden=您沒有該檔案的存取權限
|
|||
format=格式
|
||||
formatPanel=格式面板
|
||||
formatted=格式化
|
||||
formattedText=格式化文件
|
||||
formattedText=格式化文字
|
||||
formatPng=PNG
|
||||
formatGif=GIF
|
||||
formatJpg=JPEG
|
||||
formatPdf=PDF
|
||||
formatSvg=SVG
|
||||
formatHtmlEmbedded=HTML
|
||||
formatSvgEmbedded=SVG (with XML)
|
||||
formatSvgEmbedded=SVG (含XML)
|
||||
formatVsdx=VSDX
|
||||
formatXmlPlain=XML (Plain)
|
||||
formatXmlPlain=XML (普通)
|
||||
formatXml=XML
|
||||
forum=Discussion/Help Forums
|
||||
forum=討論區幫助論壇
|
||||
fromTemplate=從樣板開啟
|
||||
fromTemplateUrl=從樣板連結
|
||||
fromText=從文字
|
||||
fromUrl=From URL
|
||||
fromThisPage=From this page
|
||||
fromUrl=從連結
|
||||
fromThisPage=從此頁
|
||||
fullscreen=全螢幕
|
||||
general=通用
|
||||
github=GitHub
|
||||
global=全域
|
||||
googleDocs=Goole文件
|
||||
googleDrive=Google Drive
|
||||
googleDocs=Google 文件
|
||||
googleDrive=Google 雲端硬碟
|
||||
googleGadget=Google Gadget
|
||||
googlePlus=Google+
|
||||
googleSites=Google 協作平台
|
||||
gradient=漸層
|
||||
gradientColor=顏色
|
||||
grid=格線
|
||||
gridColor=格線顏色
|
||||
gridSize=Grid Size
|
||||
group=群組
|
||||
grid=網格
|
||||
gridColor=網格線顏色
|
||||
gridSize=網格大小
|
||||
group=組合
|
||||
guides=參考線
|
||||
hateApp=我討厭 draw.io
|
||||
heading=標題
|
||||
height=Height
|
||||
help=說明
|
||||
helpTranslate=Help us translate this application
|
||||
height=高
|
||||
help=幫助
|
||||
helpTranslate=幫助我們翻譯此應用
|
||||
hide=隱藏
|
||||
hideIt=隱藏{1}
|
||||
hidden=隱藏的
|
||||
hidden=已隱藏
|
||||
home=首頁
|
||||
horizontal=水平
|
||||
horizontalFlow=水平流線
|
||||
horizontalTree=水平樹狀
|
||||
howTranslate=How good is the translation in your language?
|
||||
howTranslate=你的語言的翻譯質量如何?
|
||||
html=HTML
|
||||
htmlText=HTML Text
|
||||
htmlText=HTML文字
|
||||
iframe=IFrame
|
||||
ignore=忽略
|
||||
image=圖片
|
||||
imageUrl=Image URL
|
||||
imageUrl=圖片連結
|
||||
images=圖片
|
||||
imagePreviewError=This image couldn't be loaded for preview. Please check the URL.
|
||||
imagePreviewError=無法加載此圖片進行預覽。請檢查連結。
|
||||
imageTooBig=圖片太大
|
||||
imgur=Imgur
|
||||
import=輸入
|
||||
importFrom=從...轉入
|
||||
importFrom=從...輸入
|
||||
includeCopyOfMyDiagram=包含圖表副本
|
||||
increaseIndent=增加內縮
|
||||
decreaseIndent=減少內縮
|
||||
|
@ -352,63 +352,63 @@ insertRowBefore=插入上方列
|
|||
insertRowAfter=插入下方列
|
||||
insertText=插入文字
|
||||
inserting=正在插入
|
||||
invalidFilename=Diagram names must not contain the following characters: \ / | : ; { } < > & + ? = "
|
||||
invalidLicenseSeeThisPage=Your license is invalid, please see this <a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">page</a>.
|
||||
invalidFilename=圖表名稱不得包含以下字符:\ / | : ; { } < > & + ? = "
|
||||
invalidLicenseSeeThisPage=您的許可無效,請參閱此<a target="_blank" href="https://support.draw.io/display/DFCS/Licensing+your+draw.io+plugin">頁面</a>。
|
||||
invalidName=無效名稱
|
||||
invalidOrMissingFile=無效或遺失的檔案
|
||||
invalidPublicUrl=Invalid public URL
|
||||
isometric=Isometric
|
||||
invalidPublicUrl=無效的公開網址
|
||||
isometric=等尺寸的
|
||||
ios=iOS
|
||||
italic=斜體
|
||||
kennedy=Kennedy
|
||||
kennedy=甘迺迪
|
||||
keyboardShortcuts=快捷鍵
|
||||
layers=圖層
|
||||
landscape=橫向
|
||||
language=語言
|
||||
leanMapping=Lean Mapping
|
||||
lastChange={1}之前修改
|
||||
leanMapping=精實流圖
|
||||
lastChange=最後一次修改:{1}之前
|
||||
lessThanAMinute=一分鐘內
|
||||
licensingError=Licensing Error
|
||||
licenseHasExpired=The license for {1} has expired on {2}. Click here.
|
||||
licenseWillExpire=The license for {1} will expire on {2}. Click here.
|
||||
linkAccountRequired=If the diagram is not public a Google account is required to view the link.
|
||||
linkText=Link Text
|
||||
list=List
|
||||
licensingError=授權出錯
|
||||
licenseHasExpired={1}的許可已在{2}過期。點擊這裡。
|
||||
licenseWillExpire={1}的許可將在{2}過期。點擊這裡。
|
||||
linkAccountRequired=如果圖表非公開,則需要Google帳戶才能查看該連結。
|
||||
linkText=連結文字
|
||||
list=列表
|
||||
minute=分鐘
|
||||
minutes=分鐘
|
||||
hours=小時
|
||||
days=天
|
||||
months=月
|
||||
years=年
|
||||
restartForChangeRequired=修改將在頁面重新整理後生效
|
||||
laneColor=Lanecolor
|
||||
lastModified=Last modified
|
||||
restartForChangeRequired=修改將在頁面重新載入後生效。
|
||||
laneColor=泳道底色
|
||||
lastModified=最近修改
|
||||
layout=布局
|
||||
left=左
|
||||
leftAlign=向左對齊
|
||||
leftToRight=向右對齊
|
||||
libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
|
||||
lightbox=Lightbox
|
||||
libraryTooltip=將圖形拖放至此或單擊+以插入。雙擊編輯。
|
||||
lightbox=光箱特效
|
||||
line=邊線類別
|
||||
lineend=邊線終點
|
||||
lineheight=邊線高度
|
||||
linestart=邊線起點
|
||||
linewidth=邊線寬度
|
||||
link=連結
|
||||
links=Links
|
||||
links=連結
|
||||
loading=載入中
|
||||
lockUnlock=鎖定/解鎖
|
||||
loggedOut=登出
|
||||
logIn=登入
|
||||
loveApp=我愛draw.io
|
||||
mathematicalTypesetting=Mathematical Typesetting
|
||||
mathematicalTypesetting=數學排版
|
||||
makeCopy=建立副本
|
||||
manual=手冊
|
||||
middle=垂直置中
|
||||
misc=其他
|
||||
mockups=Mockups
|
||||
modificationDate=Modification date
|
||||
modifiedBy=Modified by
|
||||
mockups=實物模型
|
||||
modificationDate=修改日期
|
||||
modifiedBy=修改者
|
||||
more=更多
|
||||
moreResults=更多結果
|
||||
moreShapes=更多圖形
|
||||
|
@ -418,30 +418,30 @@ moving=移動中
|
|||
moveSelectionTo=加入圖層 {1}
|
||||
name=名稱
|
||||
navigation=導航
|
||||
networking=Networking
|
||||
networking=聯網
|
||||
new=新增
|
||||
newLibrary=New Library
|
||||
nextPage=Next Page
|
||||
noAttachments=No attachments found
|
||||
newLibrary=新增圖庫
|
||||
nextPage=下一頁
|
||||
noAttachments=未找到附件
|
||||
noColor=無顏色
|
||||
noFiles=無檔案
|
||||
noFileSelected=未選擇檔案
|
||||
noLibraries=No libraries found
|
||||
noLibraries=未找到圖庫
|
||||
noMoreResults=無其他結果
|
||||
none=無
|
||||
noOtherViewers=無其他檢視使用者
|
||||
noPlugins=無外掛
|
||||
noPreview=No preview
|
||||
noPreview=無預覽畫面
|
||||
noResponse=伺服器無回應
|
||||
noResultsFor=沒有找到 ‘{1}’
|
||||
noRevisions=No revisions
|
||||
noSearchResults=No search results found
|
||||
noPageContentOrNotSaved=No anchors found on this page or it hasn't been saved yet
|
||||
normal=Normal
|
||||
noResultsFor=未找到 ‘{1}’的相關結果
|
||||
noRevisions=無修訂
|
||||
noSearchResults=無任何搜尋結果
|
||||
noPageContentOrNotSaved=此頁面上找不到任何錨點,或尚未保存
|
||||
normal=正常
|
||||
north=向上漸層
|
||||
notADiagramFile=不是圖表檔案
|
||||
notALibraryFile=Not a library file
|
||||
notAvailable=無法使用
|
||||
notADiagramFile=非圖表檔案
|
||||
notALibraryFile=非圖庫檔案
|
||||
notAvailable=不可用
|
||||
notAUtf8File=非 UTF-8 檔案
|
||||
notConnected=未連線
|
||||
note=備註
|
||||
|
@ -450,184 +450,184 @@ numberedList=編號清單
|
|||
offline=離線
|
||||
ok=確定
|
||||
oneDrive=OneDrive
|
||||
online=Online
|
||||
online=線上
|
||||
opacity=不透明度
|
||||
open=開啟
|
||||
openArrow=Open Arrow
|
||||
openArrow=開放的箭頭
|
||||
openExistingDiagram=開啟現有圖表
|
||||
openFile=開啟檔案
|
||||
openFrom=從...開啟
|
||||
openLibrary=Open Library
|
||||
openLibraryFrom=Open Library from
|
||||
openLink=開啟超連結
|
||||
openLibrary=開啟圖庫
|
||||
openLibraryFrom=從...開啟圖庫
|
||||
openLink=開啟連結
|
||||
openInNewWindow=在新視窗開啟
|
||||
openInThisWindow=在本視窗開啟
|
||||
openIt=開啟{1}
|
||||
openRecent=開啟最近使用檔案
|
||||
openSupported=本軟體支援的檔案格式為 本軟體產生之(.xml),.vsdx和.gliffy
|
||||
openSupported=本軟體支援的檔案格式為本軟體產生之(.xml),.vsdx和.gliffy
|
||||
options=選項
|
||||
organic=有機排列
|
||||
orthogonal=Orthogonal
|
||||
organic=有組織的
|
||||
orthogonal=正交
|
||||
otherViewer=其他檢視之使用者
|
||||
otherViewers=其他檢視之使用者
|
||||
outline=Outline
|
||||
oval=Oval
|
||||
page=Page
|
||||
pageContent=Page Content
|
||||
pageNotFound=Page not found
|
||||
pageWithNumber=第 {1} 頁
|
||||
outline=畫略圖
|
||||
oval=橢圓
|
||||
page=頁面
|
||||
pageContent=頁面內容
|
||||
pageNotFound=未找到頁面
|
||||
pageWithNumber=第{1}頁
|
||||
pages=頁面
|
||||
pageView=頁面檢視
|
||||
pageSetup=頁面設置
|
||||
pageScale=Page Scale
|
||||
pan=Pan
|
||||
panTooltip=Space+Drag to pan
|
||||
pageScale=頁面縮放
|
||||
pan=平移
|
||||
panTooltip=按住空格鍵並拖住以平移
|
||||
paperSize=頁面尺寸
|
||||
pattern=Pattern
|
||||
pattern=圖案
|
||||
paste=貼上
|
||||
pasteHere=貼上
|
||||
pasteHere=貼在此處
|
||||
pasteStyle=貼上樣式
|
||||
perimeter=周長
|
||||
permissionAnyone=任何人都可編輯
|
||||
permissionAuthor=只有本人可編輯
|
||||
pickFolder=選擇目錄
|
||||
pickLibraryDialogTitle=Select Library
|
||||
publicDiagramUrl=Public URL of the diagram
|
||||
placeholders=Placeholders
|
||||
pickLibraryDialogTitle=選擇圖庫
|
||||
publicDiagramUrl=圖表的公共URL
|
||||
placeholders=佔位符
|
||||
plantUml=PlantUML
|
||||
plugins=外掛
|
||||
pluginUrl=外掛超連結
|
||||
pluginWarning=The page has requested to load the following plugin(s):\n \n {1}\n \n Would you like to load these plugin(s) now?\n \n NOTE : Only allow plugins to run if you fully understand the security implications of doing so.\n
|
||||
plusTooltip=Click to connect and clone (ctrl+click to clone, shift+click to connect). Drag to connect (ctrl+drag to clone).
|
||||
pluginWarning=該頁面已請求載入下列外掛:\n \n {1}\n \n 你想要即刻載入這些外掛嗎? \n 注意:確保您完全瞭解這樣做的安全性影響,再允許外掛運行。/n
|
||||
plusTooltip=單擊進行連線和複製(ctrl +單擊複製,shift +單擊連線)。拖動以連線(ctrl + 拖動以複製)。
|
||||
portrait=直向
|
||||
position=位置
|
||||
posterPrint=Poster Print
|
||||
posterPrint=海報列印
|
||||
preferences=偏好
|
||||
preview=預覽
|
||||
previousPage=Previous Page
|
||||
previousPage=上一頁
|
||||
print=列印
|
||||
printAllPages=Print All Pages
|
||||
procEng=Proc. Eng.
|
||||
project=Project
|
||||
priority=Priority
|
||||
printAllPages=列印所有頁
|
||||
procEng=工藝過程
|
||||
project=專案
|
||||
priority=優先級
|
||||
properties=屬性
|
||||
publish=發佈
|
||||
quickStart=Quick Start Video
|
||||
rack=Rack
|
||||
radialTree=Radial Tree
|
||||
readOnly=Read-only
|
||||
reconnecting=Reconnecting
|
||||
recentlyUpdated=Recently Updated
|
||||
recentlyViewed=Recently Viewed
|
||||
redirectToNewApp=This file was created or modified in a newer version of this app. You will be redirected now.
|
||||
realtimeTimeout=It looks like you've made a few changes while offline. We're sorry, these changes cannot be saved.
|
||||
quickStart=快速入門教程
|
||||
rack=機架
|
||||
radialTree=徑向圖
|
||||
readOnly=唯讀
|
||||
reconnecting=重新連線
|
||||
recentlyUpdated=最近更新
|
||||
recentlyViewed=最近閱覽
|
||||
redirectToNewApp=此檔案是由此應用的更新版本創建或修改。正在重新定向。
|
||||
realtimeTimeout=似乎您在離線狀態作了一些更改。很遺憾,這些更改無法儲存。
|
||||
redo=重作
|
||||
refresh=更新
|
||||
regularExpression=Regular Expression
|
||||
rememberMe=Remember me
|
||||
regularExpression=正規表示式
|
||||
rememberMe=記住我
|
||||
rememberThisSetting=記住設定
|
||||
removeFormat=清除格式
|
||||
removeFromGroup=從群組刪除
|
||||
removeIt=刪除{1}
|
||||
removeWaypoint=Remove Waypoint
|
||||
removeWaypoint=刪除航點
|
||||
rename=重新命名
|
||||
renamed=已重新命名
|
||||
renameIt=重新命名 {1}
|
||||
renaming=重新命名中
|
||||
replace=取代
|
||||
replaceIt={1}已經存在,要取代它?
|
||||
replaceExistingDrawing=取代現有的圖形
|
||||
replaceIt={1}已經存在。是否要取代它?
|
||||
replaceExistingDrawing=取代現有圖紙
|
||||
required=必填
|
||||
reset=重置
|
||||
resetView=Reset View
|
||||
resetView=重置視圖
|
||||
resize=調整大小
|
||||
retina=Retina
|
||||
responsive=Responsive
|
||||
restore=Restore
|
||||
restoring=Restoring
|
||||
responsive=響應式
|
||||
restore=復原
|
||||
restoring=復原中
|
||||
retryingIn={1}秒後重試
|
||||
retryingLoad=載入失敗,重試中...
|
||||
retryingLogin=登入超時,重試中...
|
||||
reverse=Reverse
|
||||
revision=Revision
|
||||
retryingLoad=載入失敗。重試中...
|
||||
retryingLogin=登入超時。重試中...
|
||||
reverse=逆轉
|
||||
revision=修訂
|
||||
revisionHistory=版本歷史
|
||||
right=右
|
||||
rightAlign=向右對齊
|
||||
rightToLeft=由右至左
|
||||
rotate=旋轉
|
||||
rotateTooltip=點選拖曳旋轉或點擊旋轉90度
|
||||
rotateTooltip=點選拖曳旋轉,或單擊旋轉90度
|
||||
rotation=旋轉
|
||||
rounded=圓角樣式
|
||||
rounded=圓角
|
||||
save=儲存
|
||||
saveAndExit=Save & Exit
|
||||
saveAndExit=儲存並退出
|
||||
saveAs=另存新檔
|
||||
saveAsXmlFile=儲存為 XML 檔?
|
||||
saveAsXmlFile=儲存為XML檔?
|
||||
saved=已儲存
|
||||
saveDiagramsTo=儲存到
|
||||
saveLibrary403=Insufficient permissions to edit this library
|
||||
saveLibrary500=There was an error while saving the library
|
||||
saveDiagramsTo=將圖表儲存到
|
||||
saveLibrary403=沒有足夠的權限編輯此庫
|
||||
saveLibrary500=保存庫時出錯
|
||||
saving=儲存中
|
||||
scratchpad=Scratchpad
|
||||
scratchpad=速記本
|
||||
scrollbars=頁面捲動
|
||||
search=搜尋
|
||||
searchShapes=搜尋圖形
|
||||
selectAll=全選
|
||||
selectionOnly=Selection Only
|
||||
selectionOnly=僅所選範圍
|
||||
selectEdges=選擇邊
|
||||
selectFile=Select File
|
||||
selectFolder=Select Folder
|
||||
selectFile=選擇檔案
|
||||
selectFolder=選擇目錄
|
||||
selectFont=選擇字型
|
||||
selectNone=全不選
|
||||
selectVertices=選擇頂點
|
||||
sendMessage=傳送
|
||||
sendYourFeedbackToDrawIo=Send your feedback to draw.io
|
||||
sendYourFeedbackToDrawIo=將您的回饋傳送至draw.io
|
||||
serviceUnavailableOrBlocked=服務無法使用或已被阻擋
|
||||
sessionExpired=會話已過期,請重新載入畫面
|
||||
sessionTimeoutOnSave=Your session has timed out and you have been disconnected from the Google Drive. Press OK to login and save.
|
||||
setAsDefaultStyle=Set as Default Style
|
||||
sessionExpired=會話已過期。請重新載入瀏覽器畫面。
|
||||
sessionTimeoutOnSave=您的會話已超時,您與Google雲端硬碟的連線已斷開。按確定以登入並儲存。
|
||||
setAsDefaultStyle=設為預設樣式
|
||||
shadow=陰影
|
||||
shape=圖形
|
||||
shapes=圖形
|
||||
share=分享
|
||||
shareLink=Link for shared editing
|
||||
sharp=Sharp
|
||||
show=Show
|
||||
showStartScreen=Show Start Screen
|
||||
sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change selection. Alt+click to insert and connect.
|
||||
signs=Signs
|
||||
shareLink=分享編集連結
|
||||
sharp=銳角
|
||||
show=顯示
|
||||
showStartScreen=顯示開始畫面
|
||||
sidebarTooltip=點擊展開。將圖形拖曳至圖表中。Shift+單擊以更改選擇。Alt+單擊以插入和連接。
|
||||
signs=標誌
|
||||
signOut=登出
|
||||
simple=Simple
|
||||
simpleArrow=Simple Arrow
|
||||
size=Size
|
||||
simple=簡單
|
||||
simpleArrow=簡單箭頭
|
||||
size=大小
|
||||
solid=實線
|
||||
sourceSpacing=來源間距
|
||||
south=向下漸層
|
||||
software=軟體
|
||||
space=Space
|
||||
space=空間
|
||||
spacing=間距
|
||||
specialLink=Special Link
|
||||
standard=Standard
|
||||
specialLink=特殊連結
|
||||
standard=標準
|
||||
starting=啟動中
|
||||
straight=Straight
|
||||
straight=直線
|
||||
strokeColor=邊線顏色
|
||||
style=物件樣式
|
||||
subscript=下標
|
||||
summary=Summary
|
||||
summary=總結
|
||||
superscript=上標
|
||||
support=協助
|
||||
sysml=SysML
|
||||
tags=Tags
|
||||
tags=標籤
|
||||
table=表格
|
||||
targetSpacing=目標間距
|
||||
template=模板
|
||||
templates=模板
|
||||
template=樣板
|
||||
templates=樣板
|
||||
text=文字
|
||||
textAlignment=文字對齊
|
||||
textOpacity=文字不透明度
|
||||
theme=Theme
|
||||
timeout=Timeout
|
||||
title=Title
|
||||
to=to
|
||||
theme=主題
|
||||
timeout=超時
|
||||
title=標題
|
||||
to=至
|
||||
toBack=向後移動
|
||||
toFront=向前移動
|
||||
tooltips=提示
|
||||
|
@ -636,29 +636,29 @@ topAlign=向上對齊
|
|||
topLeft=左上
|
||||
topRight=右上
|
||||
transparent=透明
|
||||
transparentBackground=Transparent Background
|
||||
transparentBackground=透明背景
|
||||
tryAgain=再試一次
|
||||
tryOpeningViaThisPage=Try opening via this page.
|
||||
turn=Rotate 90°
|
||||
type=Type
|
||||
tryOpeningViaThisPage=嘗試透過此頁面開啟。
|
||||
turn=旋轉90°
|
||||
type=類型
|
||||
twitter=Twitter
|
||||
uml=UML
|
||||
underline=底線
|
||||
undo=復原
|
||||
ungroup=取消群組
|
||||
unsavedChanges=未儲存的修改
|
||||
unsavedChangesClickHereToSave=Unsaved changes. Click here to save.
|
||||
unsavedChangesClickHereToSave=修改未儲存。點此以儲存。
|
||||
untitled=未命名
|
||||
untitledDiagram=未命名表單
|
||||
untitledLayer=未命名圖層
|
||||
untitledLibrary=Untitled Library
|
||||
untitledLibrary=未命名圖庫
|
||||
unknownError=未知錯誤
|
||||
updateFile=Update {1}
|
||||
updatingDocument=文件更新中,請稍候...
|
||||
updatingPreview=預覽更新中,請稍候...
|
||||
updatingSelection=選擇更新中,請稍候...
|
||||
updateFile=更新{1}
|
||||
updatingDocument=文件更新中。請稍候...
|
||||
updatingPreview=預覽更新中。請稍候...
|
||||
updatingSelection=選擇更新中。請稍候...
|
||||
upload=上傳
|
||||
url=連結
|
||||
url=URL
|
||||
userManual=使用手冊
|
||||
vertical=垂直
|
||||
verticalFlow=垂直流線
|
||||
|
|
|
@ -1,53 +1,53 @@
|
|||
# *DO NOT DIRECTLY EDIT THIS FILE, IT IS AUTOMATICALLY GENERATED AND IT IS BASED ON:*
|
||||
# https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
|
||||
aboutDrawio=关于 draw.io
|
||||
accessDenied=Access Denied
|
||||
accessDenied=访问被拒
|
||||
actualSize=实际尺寸
|
||||
add=添加
|
||||
addedFile=Added {1}
|
||||
addedFile=已添加 {1}
|
||||
addImages=添加图像
|
||||
addImageUrl=添加图像链接
|
||||
addLayer=添加图层
|
||||
addProperty=添加属性
|
||||
address=Address
|
||||
address=网上地址
|
||||
addToExistingDrawing=添加到当前的图形
|
||||
addWaypoint=添加航点
|
||||
adjustTo=Adjust to
|
||||
adjustTo=调整为
|
||||
advanced=高级
|
||||
align=对齐
|
||||
alignment=对齐
|
||||
allChangesLost=所有修改都不会被保存!
|
||||
allPages=All Pages
|
||||
allProjects=All Projects
|
||||
allSpaces=All Spaces
|
||||
allTags=All Tags
|
||||
anchor=Anchor
|
||||
allPages=所有图纸
|
||||
allProjects=所有项目
|
||||
allSpaces=所有部分
|
||||
allTags=所有标签
|
||||
anchor=锚
|
||||
android=Android
|
||||
angle=角度
|
||||
areYouSure=你确定吗?
|
||||
ensureDataSaved=关闭前请确保你的数据已保存
|
||||
allChangesSaved=所有更改已保存
|
||||
allChangesSavedInDrive=所有更改已保存到硬盘
|
||||
allChangesSavedInDrive=所有更改已保存到Google Drive
|
||||
allowPopups=允许弹出框以避免此对话框
|
||||
alreadyConnected=节点已连接
|
||||
apply=应用
|
||||
archiMate21=ArchiMate 2.1
|
||||
arrange=排列
|
||||
arrange=调整图形
|
||||
arrow=箭头
|
||||
arrows=箭头
|
||||
asNew=作为新建
|
||||
atlas=现代
|
||||
author=Author
|
||||
atlas=图集
|
||||
author=作者
|
||||
authorizationRequired=需要授权
|
||||
authorizeThisAppIn=在{1}里授权此应用
|
||||
authorizeThisAppIn=在{1}里保存此软件的授权:
|
||||
authorize=授权
|
||||
authorizing=授权中
|
||||
automatic=自动
|
||||
autosave=自动保存
|
||||
autosize=自动调整大小
|
||||
attachments=Attachments
|
||||
aws=AWS
|
||||
aws3d=AWS 3D
|
||||
attachments=附件
|
||||
aws=AWS亚马逊网络服务
|
||||
aws3d=AWS 3D亚马逊网络服务3D
|
||||
azure=Azure
|
||||
background=背景
|
||||
backgroundColor=背景色
|
||||
|
@ -57,26 +57,26 @@ blankDrawing=空图
|
|||
blankDiagram=空白图表
|
||||
block=块
|
||||
blockquote=块引用
|
||||
blog=Blog
|
||||
blog=博客
|
||||
bold=粗体
|
||||
bootstrap=Bootstrap
|
||||
borderColor=边框颜色
|
||||
borderWidth=边框宽度
|
||||
bottom=底
|
||||
bottomAlign=下对齐
|
||||
bottomLeft=Bottom Left
|
||||
bottomRight=Bottom Right
|
||||
bottomLeft=左下
|
||||
bottomRight=右下
|
||||
bpmn=BPMN
|
||||
browser=浏览器
|
||||
bulletedList=项目符号列表
|
||||
business=Business
|
||||
busy=Operation in progress
|
||||
cabinets=Cabinets
|
||||
business=商务图形
|
||||
busy=处理中
|
||||
cabinets=机箱
|
||||
cancel=取消
|
||||
center=居中
|
||||
cannotLoad=载入失败,请稍候重试。
|
||||
cannotLogin=登录失败,请稍候重试。
|
||||
cannotOpenFile=Cannot open file
|
||||
cannotLoad=载入失败。请稍后重试。
|
||||
cannotLogin=登录失败。请稍后重试。
|
||||
cannotOpenFile=无法打开文件
|
||||
change=更改
|
||||
changeOrientation=改变方向
|
||||
changeUser=更改用户
|
||||
|
@ -84,142 +84,142 @@ changesNotSaved=更改尚未保存
|
|||
chatJoined={1}已加入
|
||||
chatLeft={1}已离开
|
||||
chatWindowTitle=聊天
|
||||
chooseAnOption=请选择
|
||||
chromeApp=Chrome应用
|
||||
compressed=Compressed
|
||||
commitMessage=Commit Message
|
||||
chooseAnOption=请选择一项
|
||||
chromeApp=Chrome应用软件
|
||||
compressed=已压缩
|
||||
commitMessage=发送的信息
|
||||
csv=CSV
|
||||
draftFound=A draft for '{1}' has been found. Load it into the editor or discard it to continue.
|
||||
dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
|
||||
draftFound={1}的草图已找到。载入它进行编辑,或忽略它以继续。
|
||||
dragAndDropNotSupported=暂不支持图片拖放功能。要选择导入图片吗?
|
||||
dropboxCharsNotAllowed=系统不允许使用下列字符:\ / : ? * " |
|
||||
check=Check
|
||||
circle=圆形排列
|
||||
cisco=Cisco
|
||||
check=检查
|
||||
circle=圆形
|
||||
cisco=思科
|
||||
classic=经典
|
||||
clearDefaultStyle=重置默认样式
|
||||
clearWaypoints=重置航点
|
||||
clearDefaultStyle=清除默认风格
|
||||
clearWaypoints=清除航点
|
||||
clipart=剪贴画
|
||||
close=关闭
|
||||
collaborator=合作者
|
||||
collaborators=合作者
|
||||
collapse=收起
|
||||
collapseExpand=收起/展开
|
||||
collapse-expand=收起/展开
|
||||
collapsible=收展开关
|
||||
comic=Comic
|
||||
comment=Comment
|
||||
commentsNotes=备注
|
||||
collapse-expand=点击实现收起/展开\nShift-点击以移动周边图形 \nAlt-点击以保护组的大小
|
||||
collapsible=可收起
|
||||
comic=手绘
|
||||
comment=评论
|
||||
commentsNotes=评论/备注
|
||||
connect=连接
|
||||
connecting=连接
|
||||
connectWithDrive=连接谷歌硬盘
|
||||
connecting=连接中
|
||||
connectWithDrive=连接Google Drive
|
||||
connection=连接
|
||||
connectionArrows=Connection Arrows
|
||||
connectionArrows=连接箭头
|
||||
connectionPoints=连接点
|
||||
constrainProportions=约束比例
|
||||
constrainProportions=限制比例
|
||||
containsValidationErrors=包含验证错误
|
||||
copiedToClipboard=Copied to clipboard
|
||||
copiedToClipboard=已复制到剪贴板
|
||||
copy=复制
|
||||
copyConnect=连接时复制
|
||||
copyOf=副本 {1}
|
||||
copyOfDrawing=复制图表
|
||||
copyStyle=复制样式
|
||||
copyConnect=复制连接目标
|
||||
copyOf={1}的拷贝
|
||||
copyOfDrawing=图纸的拷贝
|
||||
copyStyle=复制风格
|
||||
create=创建
|
||||
createNewDiagram=创建新图表
|
||||
createRevision=Create Revision
|
||||
createShape=Create Shape
|
||||
crop=Crop
|
||||
createRevision=创建修订
|
||||
createShape=创建形状
|
||||
crop=单页导出
|
||||
curved=曲线
|
||||
custom=自定义
|
||||
current=Current
|
||||
current=当前的
|
||||
cut=剪切
|
||||
dashed=虚线
|
||||
decideLater=Decide later
|
||||
default=Default
|
||||
decideLater=稍后再决定
|
||||
default=默认值
|
||||
delete=删除
|
||||
deleteColumn=删除列
|
||||
deleteLibrary401=Insufficient permissions to delete this library
|
||||
deleteLibrary404=Selected library could not be found
|
||||
deleteLibrary500=Error deleting library
|
||||
deleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do this?
|
||||
deleteLibrary401=没有足够的许可权删除此图库
|
||||
deleteLibrary404=未找到选中的图库
|
||||
deleteLibrary500=删除图库时出错
|
||||
deleteLibraryConfirm=您即将永久删除此图库。您确定要这么做吗?
|
||||
deleteRow=删除行
|
||||
description=Description
|
||||
device=设备
|
||||
description=说明
|
||||
device=电脑或手机设备
|
||||
diagram=图表
|
||||
diagramContent=Diagram Content
|
||||
diagramContent=图表内容
|
||||
diagramLocked=图表已加锁以避免进一步的数据丢失
|
||||
diagramName=图表名
|
||||
diagramIsPublic=Diagram is public
|
||||
diagramIsNotPublic=Diagram is not public
|
||||
diagramName=图表名称
|
||||
diagramIsPublic=图表是公开状态
|
||||
diagramIsNotPublic=图表是未公开状态
|
||||
diamond=菱形
|
||||
diamondThin=菱形(细)
|
||||
didYouKnow=你知道吗......
|
||||
didYouKnow=您知道吗......
|
||||
direction=方向
|
||||
discard=Discard
|
||||
discardChangesAndReconnect=取消更改并重新连接
|
||||
googleDriveMissingClickHere=没有谷歌硬盘?
|
||||
googleDriveMissingClickHere=找不到Google Drive?请点击这里!
|
||||
discardChanges=Discard Changes
|
||||
disconnected=连接中断
|
||||
disconnected=未连接
|
||||
distribute=等距分布
|
||||
done=完成
|
||||
dotted=点线
|
||||
doubleClickOrientation=双击改变方向
|
||||
doubleClickTooltip=Doubleclick to insert text
|
||||
doubleClickChangeProperty=Doubleclick to change property name
|
||||
download=Download
|
||||
dotted=点线风格
|
||||
doubleClickOrientation=双击以改变方向
|
||||
doubleClickTooltip=双击以插入文字
|
||||
doubleClickChangeProperty=双击以更改属性名
|
||||
download=下载
|
||||
downloadAs=下载为
|
||||
clickHereToSave=Click here to save.
|
||||
draftDiscarded=Draft discarded
|
||||
draftSaved=Draft saved
|
||||
clickHereToSave=点击这里保存。
|
||||
draftDiscarded=放弃草稿
|
||||
draftSaved=草稿已保存
|
||||
dragElementsHere=Drag elements here
|
||||
dragImagesHere=把图像拖到这里
|
||||
dragUrlsHere=Drag URLs here
|
||||
dragImagesHere=把图像或网络链接拖到这里
|
||||
dragUrlsHere=把网络链接拖到这里
|
||||
draw.io=draw.io
|
||||
drawing=图表{1}
|
||||
drawingEmpty=图表为空
|
||||
drawingEmpty=图表空白
|
||||
drawingTooLarge=图表过大
|
||||
drawioForWork=Draw.io for GSuite
|
||||
drawioForWork=为GSuite服务的Draw.io
|
||||
dropbox=Dropbox
|
||||
duplicate=复制
|
||||
duplicateIt=Duplicate {1}
|
||||
duplicateIt=复制{1}
|
||||
divider=分隔线
|
||||
east=向右
|
||||
edit=编辑
|
||||
editData=Edit Data
|
||||
editDiagram=Edit Diagram
|
||||
editData=编辑数据
|
||||
editDiagram=编辑图表
|
||||
editGeometry=编辑几何图形
|
||||
editImage=编辑图像
|
||||
editImageUrl=编辑图像链接
|
||||
editLink=编辑链接
|
||||
editShape=Edit Shape
|
||||
editStyle=编辑样式
|
||||
editText=编辑文本
|
||||
editShape=编辑形状
|
||||
editStyle=编辑风格
|
||||
editText=编辑文字
|
||||
editTooltip=编辑提示
|
||||
glass=玻璃
|
||||
googleImages=谷歌图片
|
||||
glass=玻璃效果
|
||||
googleImages=Google图片
|
||||
imageSearch=图片搜索
|
||||
eip=EIP
|
||||
embed=嵌入
|
||||
embedImages=Embed Images
|
||||
embedImages=嵌入图片
|
||||
mainEmbedNotice=把这个粘贴至页面
|
||||
electrical=Electrical
|
||||
embedNotice=在页尾添加一次
|
||||
enterGroup=进入局部
|
||||
enterName=输入名
|
||||
embedNotice=在本页的页尾一次性粘贴
|
||||
enterGroup=输入组名
|
||||
enterName=输入名称
|
||||
enterPropertyName=输入属性名
|
||||
enterValue=输入值
|
||||
entityRelation=实体关系
|
||||
error=错误
|
||||
errorDeletingFile=Error Deleting File
|
||||
errorLoadingFile=加载文件错误
|
||||
errorRenamingFile=文件更名错误
|
||||
errorRenamingFileNotFound=文件更名错误, 文件未找到。
|
||||
errorRenamingFileForbidden=文件更名错误, 没有足够的访问权限。
|
||||
errorSavingDraft=Error saving draft
|
||||
errorSavingFile=保存文件错误
|
||||
errorSavingFileUnknown=授权谷歌服务时发生错误,请刷新页面后重试。
|
||||
errorSavingFileForbidden=保存文件错误,没有足够的访问权限。
|
||||
errorSavingFileNameConflict=Could not save diagram. Current page already contains file named '{1}'.
|
||||
errorSavingFileNotFound=保存文件错误,文件未找到。
|
||||
error=出错
|
||||
errorDeletingFile=删除文件出错
|
||||
errorLoadingFile=加载文件出错
|
||||
errorRenamingFile=文件更名出错
|
||||
errorRenamingFileNotFound=文件更名出错,找不到文件。
|
||||
errorRenamingFileForbidden=文件更名出错,没有足够的访问权限。
|
||||
errorSavingDraft=保存草稿出错
|
||||
errorSavingFile=保存文件出错
|
||||
errorSavingFileUnknown=Google服务器授权出错。请刷新页面,然后重试。
|
||||
errorSavingFileForbidden=保存文件时出错。没有足够的访问权限。
|
||||
errorSavingFileNameConflict=无法保存此图表。当前页面已经存在名为'{1}'的文件。
|
||||
errorSavingFileNotFound=保存文件时出错,文件未找到。
|
||||
errorSavingFileSessionTimeout=Your session has ended. Please <a target='_blank' href='{1}'>{2}</a> and return to this tab to try to save again.
|
||||
errorSendingFeedback=发送反馈错误。
|
||||
errorUpdatingPreview=Error updating preview.
|
||||
|
|
Loading…
Reference in a new issue