change something from one language into another
Search Dictionary
Translate Definition from Arts & Humanities Dictionaries & Glossaries
Translate Definition from Language, Idioms & Slang Dictionaries & Glossaries
(v. t.)
To render into another language; to express the sense of in the words of another language; to interpret; hence, to explain or recapitulate in other words.
To render into another language; to express the sense of in the words of another language; to interpret; hence, to explain or recapitulate in other words.
(v. t.)
To remove, as a bishop, from one see to another.
To remove, as a bishop, from one see to another.
(v. t.)
To remove to heaven without a natural death.
To remove to heaven without a natural death.
(v. t.)
To change to another condition, position, place, or office; to transfer; hence, to remove as by death.
To change to another condition, position, place, or office; to transfer; hence, to remove as by death.
(v. t.)
To change into another form; to transform.
To change into another form; to transform.
(v. t.)
To cause to remove from one part of the body to another; as, to translate a disease.
To cause to remove from one part of the body to another; as, to translate a disease.
(v. t.)
To cause to lose senses or recollection; to entrance.
To cause to lose senses or recollection; to entrance.
(v. t.)
To bear, carry, or remove, from one place to another; to transfer; as, to translate a tree.
To bear, carry, or remove, from one place to another; to transfer; as, to translate a tree.
(v. i.)
To make a translation; to be engaged in translation.
Webster's Revised Unabridged Dictionary (1913), edited by Noah Porter. AboutTo make a translation; to be engaged in translation.
translate
\trans*late\, v. i. to make a translation; to be engaged in translation.
translate
\trans*late"\ (?), v. t. [imp. & p. p. translated; p. pr. & vb. n. translating.] [f. translatus, used as p. p. of transferre to transfer, but from a different root. see trans-, and tolerate, and cf. translation.]
1. to bear, carry, or remove, from one place to another; to transfer; as, to translate a tree. [archaic] in the chapel of st. catharine of sienna, they show her head- the rest of her body being translated to rome.
2. to change to another condition, position, place, or office; to transfer; hence, to remove as by death.
3. to remove to heaven without a natural death. by faith enoch was translated, that he should not see death; and was not found, because god had translatedhim. xi. 5.
4. (eccl.) to remove, as a bishop, from one see to another. "fisher, bishop of rochester, when the king would have translated him from that poor bishopric to a better, refused." amden.
5. to render into another language; to express the sense of in the words of another language; to interpret; hence, to explain or recapitulate in other words. translating into his own clear, pure, and flowing language, what he found in books well known to the world, but too bulky or too dry for boys and girls.
6. to change into another form; to transform. happy is your grace, that can translatethe stubbornness of fortune into so quiet and so sweet a style.
7. (med.) to cause to remove from one part of the body to another; as, to translate a disease.
8. to cause to lose senses or recollection; to entrance. [obs.] fletcher.
translate
v
1. restate (words) from one language into another language; "i have to translate when my in-laws from austria visit the u.s."; "can you interpret the speech of the visiting dignitaries?"; "she rendered the french poem into english" [syn: interpret, render]
2. change from one form or medium into another; "braque translated collage into oil" [syn: transform]
3. make sense of a language; "she understands french"; "can you read greek?" [syn: understand, read, interpret]
4. bring to a certain spiritual state
5. change the position of (figures or bodies) in space without rotation, in mathematics
6. be translatable, or be translatable in a certain way; "poetry often does not translate"; "tolstoy's novels translate well into english"
To give the sense or equivalent of in another language or dialect.
Verb
1. restate (words) from one language into another language; "I have to translate when my in-laws from Austria visit the U.S."; "Can you interpret the speech of the visiting dignitaries?"; "She rendered the French poem into English"; "He translates for the U.N."
(synonym) interpret, render
(hypernym) repeat, reiterate, ingeminate, iterate, restate, retell
(hyponym) retranslate
(derivation) translation, interlingual rendition, rendering, version
2. change from one form or medium into another; "Braque translated collage into oil"
(synonym) transform
(hypernym) change, alter, modify
(hyponym) metricize, metricise
(derivation) transformation, translation
3. make sense of a language; "She understands French"; "Can you read Greek?"
(synonym) understand, read, interpret
(hypernym) understand
4. bring to a certain spiritual state
(hypernym) transmit, transfer, transport, channel, channelize, channelise
5. change the position of (figures or bodies) in space without rotation
(hypernym) move, displace
(derivation) translation
(classification) geometry
6. be equivalent in effect; "the growth in income translates into greater purchasing power"
(hypernym) equal, be
7. be translatable, or be translatable in a certain way; "poetry often does not translate"; "Tolstoy's novels translate well into English"
(hypernym) be
(verb-group) interpret, render
(derivation) translation, interlingual rendition, rendering, version
8. physics: subject to movement in which every part of the body moves parallel to and the same distance as every other point on the body
(hypernym) move, displace
(derivation) translation, displacement
9. express, as in simple and less technical langauge; "Can you translate the instructions in this manual for a layman?"; "Is there a need to translate the psychiatrist's remarks?"
(hypernym) paraphrase, rephrase, reword
10. genetics: determine the amino-acid sequence of a protein during its synthesis by using information on the messenger RNA
(hypernym) determine, find, find out, ascertain
(derivation) translation
Translate Definition from Computer & Internet Dictionaries & Glossaries
- Method in class java.awt.Graphics2D
public abstract void translate (double tx, double ty)
Concatenates the current Graphics2DTransform with a translation transform. Subsequent rendering is translated by the specified distance relative to the previous position. This is equivalent to calling transform(T), where T is an AffineTransform represented by the following matrix: [ 1 0 tx ] [ 0 1 ty ] [ 0 0 1 ] Parameters: tx - the distance to translate along the x-axis - the distance to translate along the y-axisty - the distance to translate along the y-axis
public abstract void translate (double tx, double ty)
Concatenates the current Graphics2DTransform with a translation transform. Subsequent rendering is translated by the specified distance relative to the previous position. This is equivalent to calling transform(T), where T is an AffineTransform represented by the following matrix: [ 1 0 tx ] [ 0 1 ty ] [ 0 0 1 ] Parameters: tx - the distance to translate along the x-axis - the distance to translate along the y-axisty - the distance to translate along the y-axis
- Method in class java.awt.geom.AffineTransform
public void translate (double tx, double ty)
Concatenates this transform with a translation transformation. This is equivalent to calling concatenate(T), where T is an AffineTransform represented by the following matrix: [ 1 0 tx ] [ 0 1 ty ] [ 0 0 1 ] Parameters: tx - the distance by which coordinates are translated in the X axis direction - the distance by which coordinates are translated in the Y axis directionty - the distance by which coordinates are translated in the Y axis direction
public void translate (double tx, double ty)
Concatenates this transform with a translation transformation. This is equivalent to calling concatenate(T), where T is an AffineTransform represented by the following matrix: [ 1 0 tx ] [ 0 1 ty ] [ 0 0 1 ] Parameters: tx - the distance by which coordinates are translated in the X axis direction - the distance by which coordinates are translated in the Y axis directionty - the distance by which coordinates are translated in the Y axis direction
- Method in class java.awt.Event
public void translate (int x, int y)
Translates this event so that its x and y coordinates are increased by dx and dy, respectively. This method translates an event relative to the given component. This involves, at a minimum, translating the coordinates into the local coordinate system of the given component. It may also involve translating a region in the case of an expose event.Parameters: dx - the distance to translate the x coordinate. - the distance to translate the coordinate.dy - the distance to translate the y coordinate.
public void translate (int x, int y)
Translates this event so that its x and y coordinates are increased by dx and dy, respectively. This method translates an event relative to the given component. This involves, at a minimum, translating the coordinates into the local coordinate system of the given component. It may also involve translating a region in the case of an expose event.Parameters: dx - the distance to translate the x coordinate. - the distance to translate the coordinate.dy - the distance to translate the y coordinate.
- Method in class java.awt.Point
public void translate (int x, int y)
Translates this point, at location (x, y), by dx along the x axis and dy along the y axis so that it now represents the point (x + dx, y + dy).Parameters: dx - the distance to move this point along the x axis. - the distance to move this point along the axis.dy - the distance to move this point along the y axis.
public void translate (int x, int y)
Translates this point, at location (x, y), by dx along the x axis and dy along the y axis so that it now represents the point (x + dx, y + dy).Parameters: dx - the distance to move this point along the x axis. - the distance to move this point along the axis.dy - the distance to move this point along the y axis.
- Method in class java.awt.Graphics
public abstract void translate (int x, int y)
Translates the origin of the graphics context to the point (x, y) in the current coordinate system. Modifies this graphics context so that its new origin corresponds to the point (x, y) in this graphics context's original coordinate system. All coordinates used in subsequent rendering operations on this graphics context will be relative to this new origin.Parameters: x - the x coordinate. - the coordinate.y - the y coordinate.
public abstract void translate (int x, int y)
Translates the origin of the graphics context to the point (x, y) in the current coordinate system. Modifies this graphics context so that its new origin corresponds to the point (x, y) in this graphics context's original coordinate system. All coordinates used in subsequent rendering operations on this graphics context will be relative to this new origin.Parameters: x - the x coordinate. - the coordinate.y - the y coordinate.
- Method in class java.awt.Polygon
public void translate (int deltaX, int deltaY)
Translates the vertices of the Polygon by deltaX along the x axis and by deltaY along the y axis.Parameters: deltaX - the amount to translate along the x axis - the amount to translate along the axisdeltaY - the amount to translate along the y axisSince: JDK1.1
public void translate (int deltaX, int deltaY)
Translates the vertices of the Polygon by deltaX along the x axis and by deltaY along the y axis.Parameters: deltaX - the amount to translate along the x axis - the amount to translate along the axisdeltaY - the amount to translate along the y axisSince: JDK1.1
- Method in class java.awt.Graphics2D
public abstract void translate (int x, int y)
Translates the origin of the Graphics2D context to the point (x, y) in the current coordinate system. Modifies the Graphics2D context so that its new origin corresponds to the point (x, y) in the Graphics2D context's former coordinate system. All coordinates used in subsequent rendering operations on this graphics context are relative to this new origin.Overrides: translate in class Graphics Parameters: x, y - the specified coordinatesSince: JDK1.0
public abstract void translate (int x, int y)
Translates the origin of the Graphics2D context to the point (x, y) in the current coordinate system. Modifies the Graphics2D context so that its new origin corresponds to the point (x, y) in the Graphics2D context's former coordinate system. All coordinates used in subsequent rendering operations on this graphics context are relative to this new origin.Overrides: translate in class Graphics Parameters: x, y - the specified coordinatesSince: JDK1.0
- Method in class java.awt.Rectangle
public void translate (int x, int y)
Translates this Rectangle the indicated distance, to the right along the x coordinate axis, and downward along the y coordinate axis.Parameters: dx - the distance to move this Rectangle along the x axis - the distance to move this along the y axisdy - the distance to move this Rectangle along the y axisSee Also: setLocation(int, int) , setLocation(java.awt.Point)
public void translate (int x, int y)
Translates this Rectangle the indicated distance, to the right along the x coordinate axis, and downward along the y coordinate axis.Parameters: dx - the distance to move this Rectangle along the x axis - the distance to move this along the y axisdy - the distance to move this Rectangle along the y axisSee Also: setLocation(int, int) , setLocation(java.awt.Point)
- Method in class javax.swing.DebugGraphics
public void translate (int x, int y)
Overrides Graphics.translate.Overrides: translate in class Graphics Tags copied from class: Graphics Parameters: x - the x coordinate. - the coordinate.y - the y coordinate.
public void translate (int x, int y)
Overrides Graphics.translate.Overrides: translate in class Graphics Tags copied from class: Graphics Parameters: x - the x coordinate. - the coordinate.y - the y coordinate.
Translate Definition from Encyclopedia Dictionaries & Glossaries
Translation is the communication of the meaning of a source-language text by means of an equivalent target-language text. Whereas interpreting undoubtedly antedates writing, translation began only after the appearance of written literature; there exist partial translations of the Sumerian Epic of Gilgamesh (ca. 2000 BCE) into Southwest Asian languages of the second millennium BCE.
| See more at Wikipedia.org... |
Translate Definition from Entertainment & Music Dictionaries & Glossaries
mesukh-tor
v. mugh
