Universal Declaration of Human Rights - Article 1 (German)
Die kanonische Übersetzung der Allgemeinen Erklärung der Menschenrechte. translate runs the German Article 1 to English on-device, preserving the legal cadence.
$ translate --from de --to en --no-install --quiet --format json < input.txt
[
{
"from": "de",
"to": "en",
"src": "Alle Menschen sind frei und gleich an Würde und Rechten geboren. Sie sind mit Vernunft und Gewissen begabt und sollen einander im Geist der Brüderlichkeit begegnen.\n",
"dst": "All people are born free and equal in dignity and rights. They are endowed with reason and conscience and should meet each other in the spirit of brotherhood.\n",
"conf": 1
}
]