1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: translate-shell
Maintainer: Andreas Tille <tille@debian.org>
Uploaders: Mo Zhou <lumin@debian.org>
Section: contrib/misc
XS-Autobuild: no
Priority: optional
Build-Depends: debhelper-compat (= 13),
gawk
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian/translate-shell
Vcs-Git: https://salsa.debian.org/debian/translate-shell.git
Homepage: https://github.com/soimort/translate-shell
Rules-Requires-Root: no
Package: translate-shell
Architecture: all
Depends: ${misc:Depends},
gawk,
libfribidi-bin,
bsdextrautils
Recommends: curl,
rlwrap,
aspell | hunspell,
less | most,
Suggests: mplayer | mpv | mpg123 | espeak,
Conflicts: google-translate-cli
Provides: google-translate-cli
Replaces: google-translate-cli
Description: Command-line translator using Google Translate, etc.
Translate Shell (formerly Google Translate CLI) is a command-line translator
powered by Google Translate (default), Bing Translator, Yandex.Translate and
Apertium. It gives you easy access to one of these translation engines in your
terminal.
|