
trans
List of commands for trans:
-
trans:tldr:69669 trans: Translate a word into french.$ trans :${fr} ${word}try on your machineexplain this command
-
trans:tldr:79a14 trans: Translate a word (language is detected automatically).$ trans "${word_or_sentence_to_translate}"try on your machineexplain this command
-
trans:tldr:7f1b7 trans: Behave like a dictionary to get the meaning of a word.$ trans -d ${word}try on your machineexplain this command
-
trans:tldr:87978 trans: Translate a word from German to English.$ trans ${de}:${en} ${Schmetterling}try on your machineexplain this command
-
trans:tldr:a818f trans: Get a brief translation.$ trans --brief "${word_or_sentence_to_translate}"try on your machineexplain this command