pax_global_header00006660000000000000000000000064152271661730014524gustar00rootroot0000000000000052 comment=00b2d23ab76728524b168e16135746eb1120105d isoquery/000077500000000000000000000000001522716617300127505ustar00rootroot00000000000000isoquery/.builds/000077500000000000000000000000001522716617300143105ustar00rootroot00000000000000isoquery/.builds/test.yaml000066400000000000000000000010451522716617300161530ustar00rootroot00000000000000# SPDX-FileCopyrightText: 2026 Dr. Tobias Quathamer # # SPDX-License-Identifier: GPL-3.0-or-later image: debian/sid packages: - gcc - meson - libglib2.0-dev - libjson-glib-dev - asciidoctor - po4a - iso-codes sources: - https://git.sr.ht/~toddy/isoquery tasks: - create-locale: | sudo localedef -f UTF-8 -i en_GB en_GB.UTF-8 - setup: | cd isoquery meson setup builddir - build: | cd isoquery meson compile -C builddir - test: | cd isoquery meson test -C builddir isoquery/.gitignore000066400000000000000000000002031522716617300147330ustar00rootroot00000000000000# SPDX-FileCopyrightText: 2026 Dr. Tobias Quathamer # # SPDX-License-Identifier: GPL-3.0-or-later # Backups *~ isoquery/.woodpecker/000077500000000000000000000000001522716617300151705ustar00rootroot00000000000000isoquery/.woodpecker/test.yaml000066400000000000000000000007601522716617300170360ustar00rootroot00000000000000# SPDX-FileCopyrightText: 2026 Dr. Tobias Quathamer # # SPDX-License-Identifier: GPL-3.0-or-later when: - event: push branch: main steps: - name: Test image: debian:sid commands: - apt-get update -y - apt-get install -y gcc meson locales libglib2.0-dev libjson-glib-dev asciidoctor po4a iso-codes - localedef -f UTF-8 -i en_GB en_GB.UTF-8 - meson setup builddir - meson compile -C builddir - meson test -C builddir isoquery/ABOUT-NLS000066400000000000000000002671331522716617300142130ustar00rootroot000000000000001 Notes on the Free Translation Project *************************************** Free software is going international! The Free Translation Project is a way to get maintainers of free software, translators, and users all together, so that free software will gradually become able to speak many languages. A few packages already provide translations for their messages. If you found this `ABOUT-NLS' file inside a distribution, you may assume that the distributed package does use GNU `gettext' internally, itself available at your nearest GNU archive site. But you do _not_ need to install GNU `gettext' prior to configuring, installing or using this package with messages translated. Installers will find here some useful hints. These notes also explain how users should proceed for getting the programs to use the available translations. They tell how people wanting to contribute and work on translations can contact the appropriate team. 1.1 INSTALL Matters =================== Some packages are "localizable" when properly installed; the programs they contain can be made to speak your own native language. Most such packages use GNU `gettext'. Other packages have their own ways to internationalization, predating GNU `gettext'. By default, this package will be installed to allow translation of messages. It will automatically detect whether the system already provides the GNU `gettext' functions. Installers may use special options at configuration time for changing the default behaviour. The command: ./configure --disable-nls will _totally_ disable translation of messages. When you already have GNU `gettext' installed on your system and run configure without an option for your new package, `configure' will probably detect the previously built and installed `libintl' library and will decide to use it. If not, you may have to to use the `--with-libintl-prefix' option to tell `configure' where to look for it. Internationalized packages usually have many `po/LL.po' files, where LL gives an ISO 639 two-letter code identifying the language. Unless translations have been forbidden at `configure' time by using the `--disable-nls' switch, all available translations are installed together with the package. However, the environment variable `LINGUAS' may be set, prior to configuration, to limit the installed set. `LINGUAS' should then contain a space separated list of two-letter codes, stating which languages are allowed. 1.2 Using This Package ====================== As a user, if your language has been installed for this package, you only have to set the `LANG' environment variable to the appropriate `LL_CC' combination. If you happen to have the `LC_ALL' or some other `LC_xxx' environment variables set, you should unset them before setting `LANG', otherwise the setting of `LANG' will not have the desired effect. Here `LL' is an ISO 639 two-letter language code, and `CC' is an ISO 3166 two-letter country code. For example, let's suppose that you speak German and live in Germany. At the shell prompt, merely execute `setenv LANG de_DE' (in `csh'), `export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash'). This can be done from your `.login' or `.profile' file, once and for all. You might think that the country code specification is redundant. But in fact, some languages have dialects in different countries. For example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The country code serves to distinguish the dialects. The locale naming convention of `LL_CC', with `LL' denoting the language and `CC' denoting the country, is the one use on systems based on GNU libc. On other systems, some variations of this scheme are used, such as `LL' or `LL_CC.ENCODING'. You can get the list of locales supported by your system for your language by running the command `locale -a | grep '^LL''. Not all programs have translations for all languages. By default, an English message is shown in place of a nonexistent translation. If you understand other languages, you can set up a priority list of languages. This is done through a different environment variable, called `LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG' for the purpose of message handling, but you still need to have `LANG' set to the primary language; this is required by other parts of the system libraries. For example, some Swedish users who would rather read translations in German than English for when Swedish is not available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. Special advice for Norwegian users: The language code for Norwegian bokma*l changed from `no' to `nb' recently (in 2003). During the transition period, while some message catalogs for this language are installed under `nb' and some older ones under `no', it's recommended for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and older translations are used. In the `LANGUAGE' environment variable, but not in the `LANG' environment variable, `LL_CC' combinations can be abbreviated as `LL' to denote the language's main dialect. For example, `de' is equivalent to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' (Portuguese as spoken in Portugal) in this context. 1.3 Translating Teams ===================== For the Free Translation Project to be a success, we need interested people who like their own language and write it well, and who are also able to synergize with other translators speaking the same language. Each translation team has its own mailing list. The up-to-date list of teams can be found at the Free Translation Project's homepage, `http://translationproject.org/', in the "Teams" area. If you'd like to volunteer to _work_ at translating messages, you should become a member of the translating team for your own language. The subscribing address is _not_ the same as the list itself, it has `-request' appended. For example, speakers of Swedish can send a message to `sv-request@li.org', having this message body: subscribe Keep in mind that team members are expected to participate _actively_ in translations, or at solving translational difficulties, rather than merely lurking around. If your team does not exist yet and you want to start one, or if you are unsure about what to do or how to get started, please write to `coordinator@translationproject.org' to reach the coordinator for all translator teams. The English team is special. It works at improving and uniformizing the terminology in use. Proven linguistic skills are praised more than programming skills, here. 1.4 Available Packages ====================== Languages are not equally supported in all packages. The following matrix shows the current state of internationalization, as of June 2010. The matrix shows, in regard of each package, for which languages PO files have been submitted to translation coordination, with a translation percentage of at least 50%. Ready PO files af am an ar as ast az be be@latin bg bn_IN bs ca +--------------------------------------------------+ a2ps | [] [] | aegis | | ant-phone | | anubis | | aspell | [] [] | bash | | bfd | | bibshelf | [] | binutils | | bison | | bison-runtime | [] | bluez-pin | [] [] | bombono-dvd | | buzztard | | cflow | | clisp | | coreutils | [] [] | cpio | | cppi | | cpplib | [] | cryptsetup | | dfarc | | dialog | [] [] | dico | | diffutils | [] | dink | | doodle | | e2fsprogs | [] | enscript | [] | exif | | fetchmail | [] | findutils | [] | flex | [] | freedink | | gas | | gawk | [] [] | gcal | [] | gcc | | gettext-examples | [] [] [] [] | gettext-runtime | [] [] | gettext-tools | [] [] | gip | [] | gjay | | gliv | [] | glunarclock | [] [] | gnubiff | | gnucash | [] | gnuedu | | gnulib | | gnunet | | gnunet-gtk | | gnutls | | gold | | gpe-aerial | | gpe-beam | | gpe-bluetooth | | gpe-calendar | | gpe-clock | [] | gpe-conf | | gpe-contacts | | gpe-edit | | gpe-filemanager | | gpe-go | | gpe-login | | gpe-ownerinfo | [] | gpe-package | | gpe-sketchbook | | gpe-su | [] | gpe-taskmanager | [] | gpe-timesheet | [] | gpe-today | [] | gpe-todo | | gphoto2 | | gprof | [] | gpsdrive | | gramadoir | | grep | | grub | [] [] | gsasl | | gss | | gst-plugins-bad | [] | gst-plugins-base | [] | gst-plugins-good | [] | gst-plugins-ugly | [] | gstreamer | [] [] [] | gtick | | gtkam | [] | gtkorphan | [] | gtkspell | [] [] [] | gutenprint | | hello | [] | help2man | | hylafax | | idutils | | indent | [] [] | iso_15924 | | iso_3166 | [] [] [] [] [] [] [] | iso_3166_2 | | iso_4217 | | iso_639 | [] [] [] [] | iso_639_3 | | jwhois | | kbd | | keytouch | [] | keytouch-editor | | keytouch-keyboa... | [] | klavaro | [] | latrine | | ld | [] | leafpad | [] [] | libc | [] [] | libexif | () | libextractor | | libgnutls | | libgpewidget | | libgpg-error | | libgphoto2 | | libgphoto2_port | | libgsasl | | libiconv | [] | libidn | | lifelines | | liferea | [] [] | lilypond | | linkdr | [] | lordsawar | | lprng | | lynx | [] | m4 | | mailfromd | | mailutils | | make | | man-db | | man-db-manpages | | minicom | | mkisofs | | myserver | | nano | [] [] | opcodes | | parted | | pies | | popt | | psmisc | | pspp | [] | pwdutils | | radius | [] | recode | [] [] | rosegarden | | rpm | | rush | | sarg | | screem | | scrollkeeper | [] [] [] | sed | [] [] | sharutils | [] [] | shishi | | skencil | | solfege | | solfege-manual | | soundtracker | | sp | | sysstat | | tar | [] | texinfo | | tin | | unicode-han-tra... | | unicode-transla... | | util-linux-ng | [] | vice | | vmm | | vorbis-tools | | wastesedge | | wdiff | | wget | [] [] | wyslij-po | | xchat | [] [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] | +--------------------------------------------------+ af am an ar as ast az be be@latin bg bn_IN bs ca 6 0 1 2 3 19 1 10 3 28 3 1 38 crh cs da de el en en_GB en_ZA eo es et eu fa +-------------------------------------------------+ a2ps | [] [] [] [] [] [] [] | aegis | [] [] [] | ant-phone | [] () | anubis | [] [] | aspell | [] [] [] [] [] | bash | [] [] [] | bfd | [] | bibshelf | [] [] [] | binutils | [] | bison | [] [] | bison-runtime | [] [] [] [] | bluez-pin | [] [] [] [] [] [] | bombono-dvd | [] | buzztard | [] [] [] | cflow | [] [] | clisp | [] [] [] [] | coreutils | [] [] [] [] | cpio | | cppi | | cpplib | [] [] [] | cryptsetup | [] | dfarc | [] [] [] | dialog | [] [] [] [] [] | dico | | diffutils | [] [] [] [] [] [] | dink | [] [] [] | doodle | [] | e2fsprogs | [] [] [] | enscript | [] [] [] | exif | () [] [] | fetchmail | [] [] () [] [] [] | findutils | [] [] [] | flex | [] [] | freedink | [] [] [] | gas | [] | gawk | [] [] [] | gcal | [] | gcc | [] [] | gettext-examples | [] [] [] [] | gettext-runtime | [] [] [] [] | gettext-tools | [] [] [] | gip | [] [] [] [] | gjay | [] | gliv | [] [] [] | glunarclock | [] [] | gnubiff | () | gnucash | [] () () () () | gnuedu | [] [] | gnulib | [] [] | gnunet | | gnunet-gtk | [] | gnutls | [] [] | gold | [] | gpe-aerial | [] [] [] [] | gpe-beam | [] [] [] [] | gpe-bluetooth | [] [] | gpe-calendar | [] | gpe-clock | [] [] [] [] | gpe-conf | [] [] [] | gpe-contacts | [] [] [] | gpe-edit | [] [] | gpe-filemanager | [] [] [] | gpe-go | [] [] [] [] | gpe-login | [] [] | gpe-ownerinfo | [] [] [] [] | gpe-package | [] [] [] | gpe-sketchbook | [] [] [] [] | gpe-su | [] [] [] [] | gpe-taskmanager | [] [] [] [] | gpe-timesheet | [] [] [] [] | gpe-today | [] [] [] [] | gpe-todo | [] [] [] | gphoto2 | [] [] () [] [] [] | gprof | [] [] [] | gpsdrive | [] [] [] | gramadoir | [] [] [] | grep | [] | grub | [] [] | gsasl | [] | gss | | gst-plugins-bad | [] [] [] [] [] | gst-plugins-base | [] [] [] [] [] | gst-plugins-good | [] [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] [] [] | gstreamer | [] [] [] [] [] | gtick | [] () [] | gtkam | [] [] () [] [] | gtkorphan | [] [] [] [] | gtkspell | [] [] [] [] [] [] [] | gutenprint | [] [] [] | hello | [] [] [] [] | help2man | [] | hylafax | [] [] | idutils | [] [] | indent | [] [] [] [] [] [] [] | iso_15924 | [] () [] [] | iso_3166 | [] [] [] [] () [] [] [] () | iso_3166_2 | () | iso_4217 | [] [] [] () [] [] | iso_639 | [] [] [] [] () [] [] | iso_639_3 | [] | jwhois | [] | kbd | [] [] [] [] [] | keytouch | [] [] | keytouch-editor | [] [] | keytouch-keyboa... | [] | klavaro | [] [] [] [] | latrine | [] () | ld | [] [] | leafpad | [] [] [] [] [] [] | libc | [] [] [] [] | libexif | [] [] () | libextractor | | libgnutls | [] | libgpewidget | [] [] | libgpg-error | [] [] | libgphoto2 | [] () | libgphoto2_port | [] () [] | libgsasl | | libiconv | [] [] [] [] [] | libidn | [] [] [] | lifelines | [] () | liferea | [] [] [] [] [] | lilypond | [] [] [] | linkdr | [] [] [] | lordsawar | [] | lprng | | lynx | [] [] [] [] | m4 | [] [] [] [] | mailfromd | | mailutils | [] | make | [] [] [] | man-db | | man-db-manpages | | minicom | [] [] [] [] | mkisofs | | myserver | | nano | [] [] [] | opcodes | [] [] | parted | [] [] | pies | | popt | [] [] [] [] [] | psmisc | [] [] [] | pspp | [] | pwdutils | [] | radius | [] | recode | [] [] [] [] [] [] | rosegarden | () () () | rpm | [] [] [] | rush | | sarg | | screem | | scrollkeeper | [] [] [] [] [] | sed | [] [] [] [] [] [] | sharutils | [] [] [] [] | shishi | | skencil | [] () [] | solfege | [] [] [] | solfege-manual | [] [] | soundtracker | [] [] [] | sp | [] | sysstat | [] [] [] | tar | [] [] [] [] | texinfo | [] [] [] | tin | [] [] | unicode-han-tra... | | unicode-transla... | | util-linux-ng | [] [] [] [] | vice | () () | vmm | [] | vorbis-tools | [] [] | wastesedge | [] | wdiff | [] [] | wget | [] [] [] | wyslij-po | | xchat | [] [] [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] [] [] [] | +-------------------------------------------------+ crh cs da de el en en_GB en_ZA eo es et eu fa 5 64 105 117 18 1 8 0 28 89 18 19 0 fi fr ga gl gu he hi hr hu hy id is it ja ka kn +----------------------------------------------------+ a2ps | [] [] [] [] | aegis | [] [] | ant-phone | [] [] | anubis | [] [] [] [] | aspell | [] [] [] [] | bash | [] [] [] [] | bfd | [] [] [] | bibshelf | [] [] [] [] [] | binutils | [] [] [] | bison | [] [] [] [] | bison-runtime | [] [] [] [] [] [] | bluez-pin | [] [] [] [] [] [] [] [] | bombono-dvd | [] | buzztard | [] | cflow | [] [] [] | clisp | [] | coreutils | [] [] [] [] [] | cpio | [] [] [] [] | cppi | [] [] | cpplib | [] [] [] | cryptsetup | [] [] [] | dfarc | [] [] [] | dialog | [] [] [] [] [] [] [] | dico | | diffutils | [] [] [] [] [] [] [] [] [] | dink | [] | doodle | [] [] | e2fsprogs | [] [] | enscript | [] [] [] [] | exif | [] [] [] [] [] [] | fetchmail | [] [] [] [] | findutils | [] [] [] [] [] [] | flex | [] [] [] | freedink | [] [] [] | gas | [] [] | gawk | [] [] [] [] () [] | gcal | [] | gcc | [] | gettext-examples | [] [] [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] | gettext-tools | [] [] [] [] | gip | [] [] [] [] [] [] | gjay | [] | gliv | [] () | glunarclock | [] [] [] [] | gnubiff | () [] () | gnucash | () () () () () [] | gnuedu | [] [] | gnulib | [] [] [] [] [] [] | gnunet | | gnunet-gtk | [] | gnutls | [] [] | gold | [] [] | gpe-aerial | [] [] [] | gpe-beam | [] [] [] [] | gpe-bluetooth | [] [] [] [] | gpe-calendar | [] [] | gpe-clock | [] [] [] [] [] | gpe-conf | [] [] [] [] | gpe-contacts | [] [] [] [] | gpe-edit | [] [] [] | gpe-filemanager | [] [] [] [] | gpe-go | [] [] [] [] [] | gpe-login | [] [] [] | gpe-ownerinfo | [] [] [] [] [] | gpe-package | [] [] [] | gpe-sketchbook | [] [] [] [] | gpe-su | [] [] [] [] [] [] | gpe-taskmanager | [] [] [] [] [] | gpe-timesheet | [] [] [] [] [] | gpe-today | [] [] [] [] [] [] [] | gpe-todo | [] [] [] | gphoto2 | [] [] [] [] [] [] | gprof | [] [] [] [] | gpsdrive | [] [] [] | gramadoir | [] [] [] | grep | [] [] | grub | [] [] [] [] | gsasl | [] [] [] [] [] | gss | [] [] [] [] [] | gst-plugins-bad | [] [] [] [] [] [] | gst-plugins-base | [] [] [] [] [] [] | gst-plugins-good | [] [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] [] [] | gstreamer | [] [] [] [] [] | gtick | [] [] [] [] [] | gtkam | [] [] [] [] [] | gtkorphan | [] [] [] | gtkspell | [] [] [] [] [] [] [] [] [] | gutenprint | [] [] [] [] | hello | [] [] [] | help2man | [] [] | hylafax | [] | idutils | [] [] [] [] [] [] | indent | [] [] [] [] [] [] [] [] | iso_15924 | [] () [] [] | iso_3166 | [] () [] [] [] [] [] [] [] [] [] [] | iso_3166_2 | () [] [] [] | iso_4217 | [] () [] [] [] [] | iso_639 | [] () [] [] [] [] [] [] [] | iso_639_3 | () [] [] | jwhois | [] [] [] [] [] | kbd | [] [] | keytouch | [] [] [] [] [] [] | keytouch-editor | [] [] [] [] [] | keytouch-keyboa... | [] [] [] [] [] | klavaro | [] [] | latrine | [] [] [] | ld | [] [] [] [] | leafpad | [] [] [] [] [] [] [] () | libc | [] [] [] [] [] | libexif | [] | libextractor | | libgnutls | [] [] | libgpewidget | [] [] [] [] | libgpg-error | [] [] | libgphoto2 | [] [] [] | libgphoto2_port | [] [] [] | libgsasl | [] [] [] [] [] | libiconv | [] [] [] [] [] [] | libidn | [] [] [] [] | lifelines | () | liferea | [] [] [] [] | lilypond | [] [] | linkdr | [] [] [] [] [] | lordsawar | | lprng | [] | lynx | [] [] [] [] [] | m4 | [] [] [] [] [] [] | mailfromd | | mailutils | [] [] | make | [] [] [] [] [] [] [] [] [] | man-db | [] [] | man-db-manpages | [] | minicom | [] [] [] [] [] | mkisofs | [] [] [] [] | myserver | | nano | [] [] [] [] [] [] | opcodes | [] [] [] [] | parted | [] [] [] [] | pies | | popt | [] [] [] [] [] [] [] [] [] | psmisc | [] [] [] | pspp | | pwdutils | [] [] | radius | [] [] | recode | [] [] [] [] [] [] [] [] | rosegarden | () () () () () | rpm | [] [] | rush | | sarg | [] | screem | [] [] | scrollkeeper | [] [] [] [] | sed | [] [] [] [] [] [] [] [] | sharutils | [] [] [] [] [] [] [] | shishi | [] | skencil | [] | solfege | [] [] [] [] | solfege-manual | [] [] | soundtracker | [] [] | sp | [] () | sysstat | [] [] [] [] [] | tar | [] [] [] [] [] [] [] | texinfo | [] [] [] [] | tin | [] | unicode-han-tra... | | unicode-transla... | [] [] | util-linux-ng | [] [] [] [] [] [] | vice | () () () | vmm | [] | vorbis-tools | [] | wastesedge | () () | wdiff | [] | wget | [] [] [] [] [] [] [] [] | wyslij-po | [] [] [] | xchat | [] [] [] [] [] [] [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] [] [] | +----------------------------------------------------+ fi fr ga gl gu he hi hr hu hy id is it ja ka kn 105 121 53 20 4 8 3 5 53 2 120 5 84 67 0 4 ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne +-----------------------------------------------+ a2ps | [] | aegis | | ant-phone | | anubis | [] [] | aspell | [] | bash | | bfd | | bibshelf | [] [] | binutils | | bison | [] | bison-runtime | [] [] [] [] [] | bluez-pin | [] [] [] [] [] | bombono-dvd | | buzztard | | cflow | | clisp | | coreutils | [] | cpio | | cppi | | cpplib | | cryptsetup | | dfarc | [] | dialog | [] [] [] [] [] | dico | | diffutils | [] [] | dink | | doodle | | e2fsprogs | | enscript | | exif | [] | fetchmail | | findutils | | flex | | freedink | [] | gas | | gawk | | gcal | | gcc | | gettext-examples | [] [] [] [] | gettext-runtime | [] | gettext-tools | [] | gip | [] [] | gjay | | gliv | | glunarclock | [] | gnubiff | | gnucash | () () () () | gnuedu | | gnulib | | gnunet | | gnunet-gtk | | gnutls | [] | gold | | gpe-aerial | [] | gpe-beam | [] | gpe-bluetooth | [] [] | gpe-calendar | [] | gpe-clock | [] [] [] [] [] | gpe-conf | [] [] | gpe-contacts | [] [] | gpe-edit | [] | gpe-filemanager | [] [] | gpe-go | [] [] [] | gpe-login | [] | gpe-ownerinfo | [] [] | gpe-package | [] [] | gpe-sketchbook | [] [] | gpe-su | [] [] [] [] [] [] | gpe-taskmanager | [] [] [] [] [] [] | gpe-timesheet | [] [] | gpe-today | [] [] [] [] | gpe-todo | [] [] | gphoto2 | | gprof | [] | gpsdrive | | gramadoir | | grep | | grub | | gsasl | | gss | | gst-plugins-bad | [] [] [] [] | gst-plugins-base | [] [] | gst-plugins-good | [] [] | gst-plugins-ugly | [] [] [] [] [] | gstreamer | | gtick | | gtkam | [] | gtkorphan | [] [] | gtkspell | [] [] [] [] [] [] [] | gutenprint | | hello | [] [] [] | help2man | | hylafax | | idutils | | indent | | iso_15924 | [] [] | iso_3166 | [] [] () [] [] [] [] [] | iso_3166_2 | | iso_4217 | [] [] | iso_639 | [] [] | iso_639_3 | [] | jwhois | [] | kbd | | keytouch | [] | keytouch-editor | [] | keytouch-keyboa... | [] | klavaro | [] | latrine | [] | ld | | leafpad | [] [] [] | libc | [] | libexif | | libextractor | | libgnutls | [] | libgpewidget | [] [] | libgpg-error | | libgphoto2 | | libgphoto2_port | | libgsasl | | libiconv | | libidn | | lifelines | | liferea | | lilypond | | linkdr | | lordsawar | | lprng | | lynx | | m4 | | mailfromd | | mailutils | | make | [] | man-db | | man-db-manpages | | minicom | [] | mkisofs | | myserver | | nano | [] [] | opcodes | | parted | | pies | | popt | [] [] [] | psmisc | | pspp | | pwdutils | | radius | | recode | | rosegarden | | rpm | | rush | | sarg | | screem | | scrollkeeper | [] [] | sed | | sharutils | | shishi | | skencil | | solfege | [] | solfege-manual | | soundtracker | | sp | | sysstat | [] | tar | [] | texinfo | [] | tin | | unicode-han-tra... | | unicode-transla... | | util-linux-ng | | vice | | vmm | | vorbis-tools | | wastesedge | | wdiff | | wget | [] | wyslij-po | | xchat | [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] | +-----------------------------------------------+ ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne 20 5 10 1 13 48 4 2 2 4 24 10 20 3 1 nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr +---------------------------------------------------+ a2ps | [] [] [] [] [] [] [] [] | aegis | [] [] [] | ant-phone | [] [] | anubis | [] [] [] | aspell | [] [] [] [] [] | bash | [] [] | bfd | [] | bibshelf | [] [] | binutils | [] [] | bison | [] [] [] | bison-runtime | [] [] [] [] [] [] [] | bluez-pin | [] [] [] [] [] [] [] [] | bombono-dvd | [] () | buzztard | [] [] | cflow | [] | clisp | [] [] | coreutils | [] [] [] [] [] [] | cpio | [] [] [] | cppi | [] | cpplib | [] | cryptsetup | [] | dfarc | [] | dialog | [] [] [] [] | dico | [] | diffutils | [] [] [] [] [] [] | dink | () | doodle | [] [] | e2fsprogs | [] [] | enscript | [] [] [] [] [] | exif | [] [] [] () [] | fetchmail | [] [] [] [] | findutils | [] [] [] [] [] | flex | [] [] [] [] [] | freedink | [] [] | gas | | gawk | [] [] [] [] | gcal | | gcc | [] | gettext-examples | [] [] [] [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] [] [] [] | gettext-tools | [] [] [] [] [] [] | gip | [] [] [] [] [] | gjay | | gliv | [] [] [] [] [] [] | glunarclock | [] [] [] [] [] | gnubiff | [] () | gnucash | [] () () () | gnuedu | [] | gnulib | [] [] [] [] | gnunet | | gnunet-gtk | | gnutls | [] [] | gold | | gpe-aerial | [] [] [] [] [] [] [] | gpe-beam | [] [] [] [] [] [] [] | gpe-bluetooth | [] [] | gpe-calendar | [] [] [] [] | gpe-clock | [] [] [] [] [] [] [] [] | gpe-conf | [] [] [] [] [] [] [] | gpe-contacts | [] [] [] [] [] | gpe-edit | [] [] [] | gpe-filemanager | [] [] [] | gpe-go | [] [] [] [] [] [] [] [] | gpe-login | [] [] | gpe-ownerinfo | [] [] [] [] [] [] [] [] | gpe-package | [] [] | gpe-sketchbook | [] [] [] [] [] [] [] | gpe-su | [] [] [] [] [] [] [] [] | gpe-taskmanager | [] [] [] [] [] [] [] [] | gpe-timesheet | [] [] [] [] [] [] [] [] | gpe-today | [] [] [] [] [] [] [] [] | gpe-todo | [] [] [] [] [] | gphoto2 | [] [] [] [] [] [] [] [] | gprof | [] [] [] | gpsdrive | [] [] | gramadoir | [] [] | grep | [] [] [] [] | grub | [] [] [] | gsasl | [] [] [] [] | gss | [] [] [] | gst-plugins-bad | [] [] [] [] [] [] | gst-plugins-base | [] [] [] [] [] | gst-plugins-good | [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] [] [] | gstreamer | [] [] [] [] [] | gtick | [] [] [] | gtkam | [] [] [] [] [] [] | gtkorphan | [] | gtkspell | [] [] [] [] [] [] [] [] [] [] | gutenprint | [] [] | hello | [] [] [] [] | help2man | [] [] | hylafax | [] | idutils | [] [] [] [] [] | indent | [] [] [] [] [] [] [] | iso_15924 | [] [] [] [] | iso_3166 | [] [] [] [] [] () [] [] [] [] [] [] [] [] | iso_3166_2 | [] [] [] | iso_4217 | [] [] [] [] [] [] [] [] | iso_639 | [] [] [] [] [] [] [] [] [] | iso_639_3 | [] [] | jwhois | [] [] [] [] | kbd | [] [] [] | keytouch | [] [] [] | keytouch-editor | [] [] [] | keytouch-keyboa... | [] [] [] | klavaro | [] [] | latrine | [] [] | ld | | leafpad | [] [] [] [] [] [] [] [] [] | libc | [] [] [] [] | libexif | [] [] () [] | libextractor | | libgnutls | [] [] | libgpewidget | [] [] [] | libgpg-error | [] [] | libgphoto2 | [] [] | libgphoto2_port | [] [] [] [] [] | libgsasl | [] [] [] [] [] | libiconv | [] [] [] [] [] | libidn | [] [] | lifelines | [] [] | liferea | [] [] [] [] [] () () [] | lilypond | [] | linkdr | [] [] [] | lordsawar | | lprng | [] | lynx | [] [] [] | m4 | [] [] [] [] [] | mailfromd | [] | mailutils | [] | make | [] [] [] [] | man-db | [] [] [] | man-db-manpages | [] [] [] | minicom | [] [] [] [] | mkisofs | [] [] [] | myserver | | nano | [] [] [] [] | opcodes | [] [] | parted | [] [] [] [] | pies | [] | popt | [] [] [] [] | psmisc | [] [] [] | pspp | [] [] | pwdutils | [] | radius | [] [] [] | recode | [] [] [] [] [] [] [] [] | rosegarden | () () | rpm | [] [] [] | rush | [] [] | sarg | | screem | | scrollkeeper | [] [] [] [] [] [] [] [] | sed | [] [] [] [] [] [] [] [] [] | sharutils | [] [] [] [] | shishi | [] | skencil | [] [] | solfege | [] [] [] [] | solfege-manual | [] [] [] | soundtracker | [] | sp | | sysstat | [] [] [] [] | tar | [] [] [] [] | texinfo | [] [] [] [] | tin | [] | unicode-han-tra... | | unicode-transla... | | util-linux-ng | [] [] [] [] [] | vice | [] | vmm | [] | vorbis-tools | [] [] | wastesedge | [] | wdiff | [] [] | wget | [] [] [] [] [] [] [] | wyslij-po | [] [] [] | xchat | [] [] [] [] [] [] [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] | +---------------------------------------------------+ nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr 135 10 4 7 105 1 29 62 47 91 3 54 46 9 37 sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW +---------------------------------------------------+ a2ps | [] [] [] [] [] | 27 aegis | [] | 9 ant-phone | [] [] [] [] | 9 anubis | [] [] [] [] | 15 aspell | [] [] [] | 20 bash | [] [] [] | 12 bfd | [] | 6 bibshelf | [] [] [] | 16 binutils | [] [] | 8 bison | [] [] | 12 bison-runtime | [] [] [] [] [] [] | 29 bluez-pin | [] [] [] [] [] [] [] [] | 37 bombono-dvd | [] | 4 buzztard | [] | 7 cflow | [] [] [] | 9 clisp | | 10 coreutils | [] [] [] [] | 22 cpio | [] [] [] [] [] [] | 13 cppi | [] [] | 5 cpplib | [] [] [] [] [] [] | 14 cryptsetup | [] [] | 7 dfarc | [] | 9 dialog | [] [] [] [] [] [] [] | 30 dico | [] | 2 diffutils | [] [] [] [] [] [] | 30 dink | | 4 doodle | [] [] | 7 e2fsprogs | [] [] [] | 11 enscript | [] [] [] [] | 17 exif | [] [] [] | 16 fetchmail | [] [] [] | 17 findutils | [] [] [] [] [] | 20 flex | [] [] [] [] | 15 freedink | [] | 10 gas | [] | 4 gawk | [] [] [] [] | 18 gcal | [] [] | 5 gcc | [] [] [] | 7 gettext-examples | [] [] [] [] [] [] [] | 34 gettext-runtime | [] [] [] [] [] [] [] | 29 gettext-tools | [] [] [] [] [] [] | 22 gip | [] [] [] [] | 22 gjay | [] | 3 gliv | [] [] [] | 14 glunarclock | [] [] [] [] [] | 19 gnubiff | [] [] | 4 gnucash | () [] () [] () | 10 gnuedu | [] [] | 7 gnulib | [] [] [] [] | 16 gnunet | [] | 1 gnunet-gtk | [] [] [] | 5 gnutls | [] [] [] | 10 gold | [] | 4 gpe-aerial | [] [] [] | 18 gpe-beam | [] [] [] | 19 gpe-bluetooth | [] [] [] | 13 gpe-calendar | [] [] [] [] | 12 gpe-clock | [] [] [] [] [] | 28 gpe-conf | [] [] [] [] | 20 gpe-contacts | [] [] [] | 17 gpe-edit | [] [] [] | 12 gpe-filemanager | [] [] [] [] | 16 gpe-go | [] [] [] [] [] | 25 gpe-login | [] [] [] | 11 gpe-ownerinfo | [] [] [] [] [] | 25 gpe-package | [] [] [] | 13 gpe-sketchbook | [] [] [] | 20 gpe-su | [] [] [] [] [] | 30 gpe-taskmanager | [] [] [] [] [] | 29 gpe-timesheet | [] [] [] [] [] | 25 gpe-today | [] [] [] [] [] [] | 30 gpe-todo | [] [] [] [] | 17 gphoto2 | [] [] [] [] [] | 24 gprof | [] [] [] | 15 gpsdrive | [] [] [] | 11 gramadoir | [] [] [] | 11 grep | [] [] [] | 10 grub | [] [] [] | 14 gsasl | [] [] [] [] | 14 gss | [] [] [] | 11 gst-plugins-bad | [] [] [] [] | 26 gst-plugins-base | [] [] [] [] [] | 24 gst-plugins-good | [] [] [] [] | 24 gst-plugins-ugly | [] [] [] [] [] | 29 gstreamer | [] [] [] [] | 22 gtick | [] [] [] | 13 gtkam | [] [] [] | 20 gtkorphan | [] [] [] | 14 gtkspell | [] [] [] [] [] [] [] [] [] | 45 gutenprint | [] | 10 hello | [] [] [] [] [] [] | 21 help2man | [] [] | 7 hylafax | [] | 5 idutils | [] [] [] [] | 17 indent | [] [] [] [] [] [] | 30 iso_15924 | () [] () [] [] | 16 iso_3166 | [] [] () [] [] () [] [] [] () | 53 iso_3166_2 | () [] () [] | 9 iso_4217 | [] () [] [] () [] [] | 26 iso_639 | [] [] [] () [] () [] [] [] [] | 38 iso_639_3 | [] () | 8 jwhois | [] [] [] [] [] | 16 kbd | [] [] [] [] [] | 15 keytouch | [] [] [] | 16 keytouch-editor | [] [] [] | 14 keytouch-keyboa... | [] [] [] | 14 klavaro | [] | 11 latrine | [] [] [] | 10 ld | [] [] [] [] | 11 leafpad | [] [] [] [] [] [] | 33 libc | [] [] [] [] [] | 21 libexif | [] () | 7 libextractor | [] | 1 libgnutls | [] [] [] | 9 libgpewidget | [] [] [] | 14 libgpg-error | [] [] [] | 9 libgphoto2 | [] [] | 8 libgphoto2_port | [] [] [] [] | 14 libgsasl | [] [] [] | 13 libiconv | [] [] [] [] | 21 libidn | () [] [] | 11 lifelines | [] | 4 liferea | [] [] [] | 21 lilypond | [] | 7 linkdr | [] [] [] [] [] | 17 lordsawar | | 1 lprng | [] | 3 lynx | [] [] [] [] | 17 m4 | [] [] [] [] | 19 mailfromd | [] [] | 3 mailutils | [] | 5 make | [] [] [] [] | 21 man-db | [] [] [] | 8 man-db-manpages | | 4 minicom | [] [] | 16 mkisofs | [] [] | 9 myserver | | 0 nano | [] [] [] [] | 21 opcodes | [] [] [] | 11 parted | [] [] [] [] [] | 15 pies | [] [] | 3 popt | [] [] [] [] [] [] | 27 psmisc | [] [] | 11 pspp | | 4 pwdutils | [] [] | 6 radius | [] [] | 9 recode | [] [] [] [] | 28 rosegarden | () | 0 rpm | [] [] [] | 11 rush | [] [] | 4 sarg | | 1 screem | [] | 3 scrollkeeper | [] [] [] [] [] | 27 sed | [] [] [] [] [] | 30 sharutils | [] [] [] [] [] | 22 shishi | [] | 3 skencil | [] [] | 7 solfege | [] [] [] [] | 16 solfege-manual | [] | 8 soundtracker | [] [] [] | 9 sp | [] | 3 sysstat | [] [] | 15 tar | [] [] [] [] [] [] | 23 texinfo | [] [] [] [] [] | 17 tin | | 4 unicode-han-tra... | | 0 unicode-transla... | | 2 util-linux-ng | [] [] [] [] | 20 vice | () () | 1 vmm | [] | 4 vorbis-tools | [] | 6 wastesedge | | 2 wdiff | [] [] | 7 wget | [] [] [] [] [] | 26 wyslij-po | [] [] | 8 xchat | [] [] [] [] [] [] | 36 xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] | 63 xkeyboard-config | [] [] [] | 22 +---------------------------------------------------+ 85 teams sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW 178 domains 119 1 3 3 0 10 65 51 155 17 98 7 41 2618 Some counters in the preceding matrix are higher than the number of visible blocks let us expect. This is because a few extra PO files are used for implementing regional variants of languages, or language dialects. For a PO file in the matrix above to be effective, the package to which it applies should also have been internationalized and distributed as such by its maintainer. There might be an observable lag between the mere existence a PO file and its wide availability in a distribution. If June 2010 seems to be old, you may fetch a more recent copy of this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date matrix with full percentage details can be found at `http://translationproject.org/extra/matrix.html'. 1.5 Using `gettext' in new packages =================================== If you are writing a freely available program and want to internationalize it you are welcome to use GNU `gettext' in your package. Of course you have to respect the GNU Library General Public License which covers the use of the GNU `gettext' library. This means in particular that even non-free programs can use `libintl' as a shared library, whereas only free software can use `libintl' as a static library or use modified versions of `libintl'. Once the sources are changed appropriately and the setup can handle the use of `gettext' the only thing missing are the translations. The Free Translation Project is also available for packages which are not developed inside the GNU project. Therefore the information given above applies also for every other Free Software Project. Contact `coordinator@translationproject.org' to make the `.pot' files available to the translation teams. isoquery/AUTHORS.md000066400000000000000000000023731522716617300144240ustar00rootroot00000000000000# Authors of Isoquery - Dr. Tobias Quathamer # Program translators - Dr. Tobias Quathamer (German) - Christian Perrier (French) - Yuri Kozlov (Russian) - Martin Bagge / brother (Swedish) - Michal Simunek (Czech) - Joe Hansen (Danish) - Danishka Navin (Sinhala) - Omar Campagne (Spanish) - Américo Monteiro (Portuguese) - Clytie Siddall (Vietnamese) - Sebastiano Pistore (Italian) - phlostically (Esperanto) - Remus-Gabriel Chelu (Romanian) - தமிழ்நேரம் (Tamil) # Manpage translators - Dr. Tobias Quathamer (German) - Américo Monteiro (Portuguese) - David Prévot (French) - Baptiste Jammet (French) - Sebastiano Pistore (Italian) - Remus-Gabriel Chelu (Romanian) - தமிழ்நேரம் (Tamil) isoquery/CHANGELOG.md000066400000000000000000000277661522716617300146030ustar00rootroot00000000000000# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [3.4.0] – 2026-07-19 ### Added - Ensure compliance with version 3.3 of the REUSE Specification. - Support new variable BUILDDIR to test the built binary - Romanian translation of manpage. - Romanian translation of program. - Esperanto translation of program. - Tamil translation of manpage. - Tamil translation of program. - Estonian translation of manpage. - Estonian translation of program. - Georgian translation of program. ### Changed - Use meson as build system, drop autotools. - Use markdown for AUTHORS.md and TODO.md - Portuguese translation of manpage. - Portuguese translation of program. ### Fixed - Implement more checks to ensure the JSON files contain valid iso-codes data - Fix a minor memory leak ## [3.3.4] – 2024-04-27 ### Added - English translation of manpage with proper quotes. ### Changed - Portuguese translation of manpage. ### Fixed - Use en_GB.UTF-8 locale for testing, not C.UTF-8. Otherwise, the output will not get translated. - Fix expected test output after iso-codes update ## [3.3.3] – 2023-02-28 ### Added - Turkish translation of manpage. - Turkish translation of program. - Spanish translation of manpage. - Spanish translation of program. ## [3.3.2] – 2022-10-27 ### Changed - Remove unnecessary country component from Norwegian Bokmal ## [3.3.1] – 2022-10-27 ### Added - Use Weblate as translation source for program and manpage. - Norwegian Bokmål translation of manpage. - Norwegian Bokmål translation of program. - Swedish translation of manpage. - Swedish translation of program. ### Changed - Use positional format specifiers in gettext strings to allow for reordering by translators. - Switch from rst to asciidoctor for manpage generation - Translation updates for Italian, German, French, Sinhala, Czech, Portuguese - Move project to codeberg.org ## [3.3.0] – 2022-06-13 ### Added - Support country flags using Unicode "REGIONAL INDICATOR SYMBOL LETTER". Fixes #5 ### Changed - Update German translation of program. - Update German translation of manpage. ### Fixed - Reorder object files, to support building on non-Linux systems that do not support dynamic library runtime loader reference fixups. Fixes #7 - Fix expected test output after iso-codes update ## [3.2.7] – 2022-02-19 ### Changed - Update autotools files. ### Fixed - Use only one equal sign in test command for POSIX conformance. Fixes #6 ## [3.2.6] – 2021-11-15 ### Changed - Update autotools files. ### Fixed - Update test data to current iso-codes 4.8.0, so that tests no longer fail. Closes: #998587 ## [3.2.5] – 2021-08-26 ### Changed - Update autotools files. ### Fixed - Update test to match French translation change in iso-codes Closes: #991653 ## [3.2.4] – 2020-12-27 ### Added - Add Italian translation of program and manpage. Thanks to Sebastiano Pistore ! ### Fixed - Update test to match French translation change in iso-codes Closes: #963371 ## [3.2.3] – 2018-08-18 ### Fixed - Fix FTBFS due to changed po4a string extraction in rst manpage Closes: #906475 ## [3.2.2] – 2017-09-26 ### Fixed - Fix FTBFS due to missing newline character in German translation. Closes: #876855 ## [3.2.1] – 2016-08-30 ### Fixed - Use Feature Test Macro for execvpe() ## [3.2.0] – 2016-08-30 ### Changed - Set up a defined environment to enable reproducible testing - Update expected test result to match latest changes in iso-codes ## [3.1.0] – 2016-07-13 ### Changed - Updated translations: - Swedish, thanks to Martin Bagge / brother - Portuguese, thanks to Américo Monteiro - Vietnamese, thanks to Trần Ngọc Quân - Russian, thanks to Yuri Kozlov - Danish, thanks to Joe Hansen - French, thanks to Jean-Baka Domelevo Entfellner - Updated manpage translations: - Portuguese, thanks to Américo Monteiro - French, thanks to Baptiste Jammet ## [3.0.1] – 2016-06-10 ### Fixed - Fix uninitialized variable ## [3.0.0] – 2016-06-09 ### Added - Supports the newly added ISO 3166-3 codes ### Changed - Complete rewrite in C, using GLib - Updated translations: - German, thanks to Dr. Tobias Quathamer - Updated manpage translations: - German, thanks to Dr. Tobias Quathamer ## [2.0] – 2014-05-30 - Complete rewrite in Vala, significantly faster than previous Python implementation - Uses libisocodes to access iso-codes XML data - Supports the newly added ISO 639-5 codes - Updated translations: - Danish, thanks to Joe Hansen - Russian, thanks to Yuri Kozlov - French, thanks to Christian Perrier - Portuguese, thanks to Américo Monteiro - German, thanks to Tobias Quathamer - Swedish, thanks to Martin Bagge - Updated manpage translations: - German, thanks to Tobias Quathamer - French, thanks to David Prévot - Portuguese, thanks to Américo Monteiro ## [1.7] – 2012-01-23 - Correct installation path for translated manpages. ## [1.6] – 2012-01-08 - Fix a UnicodeEncodeError in version output, thanks to David Prévot. Closes: #650746 - Use standard distutils setup.py file for building and installing the package, remove waf build system completely - Updated translations: - Sinhala, thanks to Danishka Navin . ## [1.5] – 2011-06-14 - If the locale does not exist for the given ISO standard, print a warning message and use the untranslated (thus English) strings. Closes: #624147 - Review isoquery manpage, thanks to David Prévot. Closes: #627577 - New manpage translation: - French, thanks to David Prévot. Closes: #628841 - Update test suite to pass with current iso-codes (3.26) - Updated translations: - German, thanks to Tobias Quathamer. - Portuguese, thanks to Américo Monteiro. - Swedish, thanks to Martin Bagge. Closes: #628863 - Russian, thanks to Yuri Kozlov. Closes: #628966 - Czech, thanks to Michal Simunek. Closes: #629112 - French, thanks to Christian Perrier. Closes: #629164 - Danish, thanks to Joe Hansen. Closes: #630246 ## [1.4] – 2010-10-02 - New translation: - Vietnamese, thanks to Clytie Siddall. Closes: #598618 ## [1.3] – 2010-08-15 - New translation: - Portuguese, thanks to Américo Monteiro. Closes: #592431 - New manpage translation: - Portuguese, thanks to Américo Monteiro. Closes: #592433 ## [1.2] – 2010-07-31 - Fix invalid syntax for Python 2.4. Thanks to Cristian Ionescu-Idbohrn for the bug report and patch. Closes: #591035 ## [1.1] – 2010-07-28 - Fix errors in manpages with overlong lines - Rewrite generation of manpages with waf build system - French translation update, thanks to Christian Perrier. Closes: #589554 - New translations: - Russian, thanks to Yuri Kozlov. Closes: #589521 - Swedish, thanks to Martin Bagge / brother - Czech, thanks to Michal Šimůnek. Closes: #589719 - Danish, thanks to Joe Hansen. Closes: #589861 - Sinhala, thanks to Danishka Navin. - Spanish, thanks to Omar Campagne. Closes: #590564 ## [1.0] – 2010-06-30 - Complete rewrite of program in Python - Support of ISO 639-3166-and ISO-3-2 ## [0.18] – 2009-06-01 - Use gettext.h instead of libintl.h, as recommended by GNU gettext - Update test suite to pass with current iso-codes (3.10) ## [0.17] – 2008-11-26 - Change my last name to Quathamer - Update test suite to pass with current iso-codes (3.4) ## [0.16] – 2008-07-01 - Update test suite to pass with current iso-codes (3.1) ## [0.15] – 2008-06-02 - Update man page with ISO 15924 - Fix bug that results in a crash if the environment variable LANGUAGE is not set - Update test suite to pass with current iso-codes (3.0) ## [0.14] – 2008-04-24 - Fix bug which could cause isoquery to throw an Glib::ConvertError. Thanks to George Danchev for the bug report. Closes: #474534 ## [0.13] – 2008-03-12 - Use C++ vectors for the list of possible xpaths - New command line options "-0" and "--null" to separate the output with NULL characters instead of newline - Translation updates: - French, thanks to Christian Perrier - German, thanks to Tobias Quathamer ## [0.12] – 2008-01-24 - Add #include statements required by GCC 4.3. Thanks to Martin Michlmayr for the bug report and patch. Closes: #462206 - Better error message if the XML input file cannot be opened - Translation updates: - French, thanks to Christian Perrier - German, thanks to Tobias Quathamer ## [0.11] – 2008-01-09 - Require po4a in configure script for manpage translations - Require pkg-config and libxml++ (>2.6.0) in configure script - Add support for ISO 15924 - Update tests to pass with iso-codes 1.8 - Update French translation, thanks to Christian Perrier ## [0.10] – 2008-01-02 - Bug fix: The codes in ISO 639 were shown twice if 2B and 2T code are identical. Examples are vie, swa. - Setup testing framework to catch regression bugs - Remove call to bindtextdomain(), enabling translations of the program output itself ## [0.9] – 2007-11-13 - Add man page - Use po4a to translate man page into German ## 0.8 – UNRELEASED - Initial setup, using basic classes and C++ code - Perform gettextize on source code [Unreleased]: https://codeberg.org/toddy/isoquery/compare/v3.4.0...HEAD [3.4.0]: https://codeberg.org/toddy/isoquery/compare/v3.3.4...v3.4.0 [3.3.4]: https://codeberg.org/toddy/isoquery/compare/v3.3.3...v3.3.4 [3.3.3]: https://codeberg.org/toddy/isoquery/compare/v3.3.2...v3.3.3 [3.3.2]: https://codeberg.org/toddy/isoquery/compare/v3.3.1...v3.3.2 [3.3.1]: https://codeberg.org/toddy/isoquery/compare/v3.3.0...v3.3.1 [3.3.0]: https://codeberg.org/toddy/isoquery/compare/v3.2.7...v3.3.0 [3.2.7]: https://codeberg.org/toddy/isoquery/compare/v3.2.6...v3.2.7 [3.2.6]: https://codeberg.org/toddy/isoquery/compare/v3.2.5...v3.2.6 [3.2.5]: https://codeberg.org/toddy/isoquery/compare/v3.2.4...v3.2.5 [3.2.4]: https://codeberg.org/toddy/isoquery/compare/v3.2.3...v3.2.4 [3.2.3]: https://codeberg.org/toddy/isoquery/compare/v3.2.2...v3.2.3 [3.2.2]: https://codeberg.org/toddy/isoquery/compare/v3.2.1...v3.2.2 [3.2.1]: https://codeberg.org/toddy/isoquery/compare/isoquery-3.2.0...v3.2.1 [3.2.0]: https://codeberg.org/toddy/isoquery/compare/isoquery-3.1.0...isoquery-3.2.0 [3.1.0]: https://codeberg.org/toddy/isoquery/compare/isoquery-3.0.1...isoquery-3.1.0 [3.0.1]: https://codeberg.org/toddy/isoquery/compare/isoquery-3.0.0...isoquery-3.0.1 [3.0.0]: https://codeberg.org/toddy/isoquery/compare/isoquery-2.0...isoquery-3.0.0 [2.0]: https://codeberg.org/toddy/isoquery/compare/isoquery-1.7...isoquery-2.0 [1.7]: https://codeberg.org/toddy/isoquery/compare/isoquery-1.6...isoquery-1.7 [1.6]: https://codeberg.org/toddy/isoquery/compare/isoquery-1.5...isoquery-1.6 [1.5]: https://codeberg.org/toddy/isoquery/compare/isoquery-1.4...isoquery-1.5 [1.4]: https://codeberg.org/toddy/isoquery/compare/isoquery-1.3...isoquery-1.4 [1.3]: https://codeberg.org/toddy/isoquery/compare/isoquery-1.2...isoquery-1.3 [1.2]: https://codeberg.org/toddy/isoquery/compare/isoquery-1.1...isoquery-1.2 [1.1]: https://codeberg.org/toddy/isoquery/compare/isoquery-1.0...isoquery-1.1 [1.0]: https://codeberg.org/toddy/isoquery/compare/isoquery-0.18...isoquery-1.0 [0.18]: https://codeberg.org/toddy/isoquery/compare/isoquery-0.17...isoquery-0.18 [0.17]: https://codeberg.org/toddy/isoquery/compare/isoquery-0.16...isoquery-0.17 [0.16]: https://codeberg.org/toddy/isoquery/compare/isoquery-0.15...isoquery-0.16 [0.15]: https://codeberg.org/toddy/isoquery/compare/isoquery-0.14...isoquery-0.15 [0.14]: https://codeberg.org/toddy/isoquery/compare/isoquery-0.13...isoquery-0.14 [0.13]: https://codeberg.org/toddy/isoquery/compare/isoquery-0.12...isoquery-0.13 [0.12]: https://codeberg.org/toddy/isoquery/compare/isoquery-0.11...isoquery-0.12 [0.11]: https://codeberg.org/toddy/isoquery/compare/isoquery-0.10...isoquery-0.11 [0.10]: https://codeberg.org/toddy/isoquery/compare/isoquery-0.9...isoquery-0.10 [0.9]: https://codeberg.org/toddy/isoquery/releases/tag/isoquery-0.9 isoquery/LICENSES/000077500000000000000000000000001522716617300141555ustar00rootroot00000000000000isoquery/LICENSES/GPL-3.0-or-later.txt000066400000000000000000001045131522716617300173650ustar00rootroot00000000000000 GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . isoquery/README.md000066400000000000000000000033171522716617300142330ustar00rootroot00000000000000# Isoquery [![Build Status](https://ci.codeberg.org/api/badges/toddy/isoquery/status.svg)](https://ci.codeberg.org/toddy/isoquery) [![builds.sr.ht status](https://builds.sr.ht/~toddy/isoquery.svg)](https://builds.sr.ht/~toddy/isoquery?) [![Translation status](https://hosted.weblate.org/widgets/isoquery/-/manpage/svg-badge.svg)](https://hosted.weblate.org/engage/isoquery/) [![REUSE status](https://api.reuse.software/badge/codeberg.org/toddy/isoquery)](https://api.reuse.software/info/codeberg.org/toddy/isoquery) Search and display ISO codes for countries, languages, currencies, and scripts. Isoquery can be used to generate a tabular output of the ISO standard codes provided by the package iso-codes. It parses the JSON files and shows all included ISO codes or just matching entries, if specified on the command line. Moreover, it's possible to get all available translations for the ISO standard. ## Dependencies In order to build the program from source, you need meson, asciidoctor, po4a, and gettext. It's also very useful to have iso-codes installed, although this is not strictly necessary. ## Installation The build system in use is called meson. You can build and install the program with these commands: ```sh $ meson setup builddir && cd builddir $ meson compile $ meson test $ meson install ``` ## Translation The program and the manpage can be translated using Weblate, see https://hosted.weblate.org/projects/isoquery/ for details. ## Author and Copyright Copyright © Dr. Tobias Quathamer ## License This program is released under the GNU General Public License version 3, see LICENSES/GPL-3.0-or-later.txt for details. Isoquery is compliant with version 3.3 of the REUSE Specification. isoquery/REUSE.toml000066400000000000000000000043651522716617300145400ustar00rootroot00000000000000version = 1 [[annotations]] path = [ "AUTHORS.md", "CHANGELOG.md", "man/isoquery-man.pot", "man/isoquery.adoc", "po/isoquery.pot", "README.md", "TODO.md", ] SPDX-FileCopyrightText = "2016 Dr. Tobias Quathamer " SPDX-License-Identifier = "GPL-3.0-or-later" [[annotations]] path = "tests/data/*" SPDX-FileCopyrightText = "2016 Dr. Tobias Quathamer " SPDX-License-Identifier = "GPL-3.0-or-later" [[annotations]] path = "man/de.add" SPDX-FileCopyrightText = "2007-2022 Dr. Tobias Quathamer " SPDX-License-Identifier = "GPL-3.0-or-later" [[annotations]] path = "man/es.add" SPDX-FileCopyrightText = "2023 gallegonovato " SPDX-License-Identifier = "GPL-3.0-or-later" [[annotations]] path = "man/fr.add" SPDX-FileCopyrightText = [ "2011 Debian French l10n team ", "2011, 2014 David Prévot ", "2016 Baptiste Jammet ", "2022 J. Lavoie ", ] SPDX-License-Identifier = "GPL-3.0-or-later" [[annotations]] path = "man/it.add" SPDX-FileCopyrightText = "2020 Sebastiano Pistore " SPDX-License-Identifier = "GPL-3.0-or-later" [[annotations]] path = "man/nb.add" SPDX-FileCopyrightText = "2022 Allan Nordhøy " SPDX-License-Identifier = "GPL-3.0-or-later" [[annotations]] path = "man/pt.add" SPDX-FileCopyrightText = "Américo Monteiro " SPDX-License-Identifier = "GPL-3.0-or-later" [[annotations]] path = "man/sv.add" SPDX-FileCopyrightText = "2022 Luna Jernberg " SPDX-License-Identifier = "GPL-3.0-or-later" [[annotations]] path = "man/tr.add" SPDX-FileCopyrightText = "2022 Oğuz Ersen " SPDX-License-Identifier = "GPL-3.0-or-later" [[annotations]] path = "tests/data/*" SPDX-FileCopyrightText = "2016 Dr. Tobias Quathamer " SPDX-License-Identifier = "GPL-3.0-or-later" [[annotations]] path = "tests/expected/**" SPDX-FileCopyrightText = "2016 Dr. Tobias Quathamer " SPDX-License-Identifier = "GPL-3.0-or-later" [[annotations]] path = [ "ABOUT-NLS", ] SPDX-FileCopyrightText = "The authors of GNU gettext" SPDX-License-Identifier = "GPL-3.0-or-later" isoquery/TODO.md000066400000000000000000000001141522716617300140330ustar00rootroot00000000000000# TODO for isoquery - [ ] Allow to search for a name instead of just codes isoquery/bin/000077500000000000000000000000001522716617300135205ustar00rootroot00000000000000isoquery/bin/format.sh000077500000000000000000000003061522716617300153460ustar00rootroot00000000000000#!/bin/sh # SPDX-FileCopyrightText: 2026 Dr. Tobias Quathamer # # SPDX-License-Identifier: GPL-3.0-or-later set -eu find src tests -name "*\.[ch]" | xargs indent -kr -nut -l120 isoquery/bin/update-po.sh000077500000000000000000000017621522716617300157630ustar00rootroot00000000000000#!/bin/sh # SPDX-FileCopyrightText: 2026 Dr. Tobias Quathamer # # SPDX-License-Identifier: GPL-3.0-or-later set -eu # Generate pot file for program messages xgettext \ --files-from=po/POTFILES.in \ --output=po/isoquery.pot \ --package-name=isoquery \ --from-code=UTF-8 \ --language=C \ --keyword=_ \ --keyword=N_ \ --copyright-holder="Dr. Tobias Quathamer" \ --msgid-bugs-address=toddy@debian.org \ --add-comments # Generate pot file for manpage cat man/po4a.cfg.in | \ sed -e \ "s/@sourcedir@/man/g; s/@builddir@/man/g; s/@lang@/\$lang/g" \ > man/po4a.cfg po4a --no-translations man/po4a.cfg rm -f man/po4a.cfg sed -i -e "/^#: /d" man/isoquery-man.pot # Update .po files for program messages for i in po/*.po; do msgmerge --previous "$i" po/isoquery.pot > tmp.po && mv tmp.po "$i" done # Update .po files for manpage for i in man/*.po; do msgmerge --previous --no-location "$i" man/isoquery-man.pot > tmp.po && mv tmp.po "$i" done isoquery/man/000077500000000000000000000000001522716617300135235ustar00rootroot00000000000000isoquery/man/cs.po000066400000000000000000000312151522716617300144720ustar00rootroot00000000000000# Translation of isoquery manpage to Czech # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2022 Dr. Tobias Quathamer msgid "" msgstr "" "Project-Id-Version: isoquery\n" "POT-Creation-Date: 2026-07-19 15:39+0200\n" "PO-Revision-Date: 2022-06-15 12:37+0200\n" "Last-Translator: Dr. Tobias Quathamer \n" "Language-Team: German \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 21.12.3\n" #. type: Title = #, no-wrap msgid "isoquery(1)" msgstr "isoquery(1)" #. type: Plain text msgid "Dr. Tobias Quathamer " msgstr "Dr. Tobias Quathamer " #. type: Title == #, no-wrap msgid "Name" msgstr "" #. type: Plain text msgid "isoquery - search and display various ISO codes (country, language, …)" msgstr "" #. type: Title == #, no-wrap msgid "Synopsis" msgstr "" #. type: Plain text msgid "*isoquery* [_OPTION …_] [_ISO codes_]" msgstr "" #. type: Title == #, no-wrap msgid "Description" msgstr "" #. type: Plain text msgid "" "This manual page documents briefly the *isoquery* command. It can be used " "to generate a tabular output of the ISO standard codes provided by the " "package *iso-codes*. It parses the JSON files and shows all included ISO " "codes or just matching entries, if specified on the command line. Moreover, " "it's possible to get all available translations for the ISO standard." msgstr "" #. type: Title == #, no-wrap msgid "Options" msgstr "" #. type: Plain text msgid "" "This program follows the usual GNU command line syntax, with long options " "starting with two dashes ('*-*'). *isoquery* supports the following options:" msgstr "" #. type: Labeled list #, no-wrap msgid "*-i, --iso*=_STANDARD_" msgstr "" #. type: Plain text msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-p, --pathname*=_PATHNAME_" msgstr "" #. type: Plain text msgid "" "Use _PATHNAME_ as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-l, --locale*=_LOCALE_" msgstr "" #. type: Plain text msgid "Use this _LOCALE_ for output" msgstr "" #. type: Labeled list #, no-wrap msgid "*-n, --name*" msgstr "*-n, --name*" #. type: Plain text msgid "Name for the supplied codes (default)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-o, --official_name*" msgstr "*-o, --official_name*" #. type: Plain text msgid "" "Official name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-c, --common_name*" msgstr "*-c, --common_name*" #. type: Plain text msgid "" "Common name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-0, --null*" msgstr "*-0, --null*" #. type: Plain text msgid "Separate entries with a NULL character instead of newline" msgstr "" #. type: Labeled list #, no-wrap msgid "*-f, --flag*" msgstr "*-f, --flag*" #. type: Plain text msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-h, --help*" msgstr "*-h, --help*" #. type: Plain text msgid "Show summary of options" msgstr "" #. type: Labeled list #, no-wrap msgid "*-v, --version*" msgstr "*-v, --version*" #. type: Plain text msgid "Show program version and copyright" msgstr "" #. type: Title == #, no-wrap msgid "Examples" msgstr "" #. type: Plain text msgid "" "If called without any command line options, *isoquery* will print a table of " "all ISO 3166-1 codes. The first three columns contain the alpha-2 code, the " "alpha-3 code, and the numerical code assigned to the country listed in the " "fourth column." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" msgstr "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" #. type: Plain text msgid "" "If you need only some countries, you can specify any of the codes in the " "first three columns to cut down the output." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" msgstr "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" #. type: Plain text msgid "" "Should you need the translations of the countries' names, just specify in " "which _LOCALE_ you'd like to see the output. Please note that the original " "English name will be shown if there is no translation available for the " "specified _LOCALE_." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" msgstr "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" #. type: Plain text msgid "" "If your terminal supports the unicode regional indicator symbol letters, you " "can use the *--flag* command line option. Those letters can be displayed as " "a country flag." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" msgstr "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" #. type: Plain text msgid "" "All of the above works for different ISO standards as well, so you can " "switch to the more extensive standard ISO 3166-2 by using the *--iso* " "command line option. The columns are ISO 3166-2 code, subset type (e.g. " "State, Province, etc.), parent, and name. The third column (parent) may be " "empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" msgstr "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" #. type: Plain text msgid "" "Codes which have been deleted from ISO 3166-1 are available in ISO 3166-3. " "The columns are alpha-3 code, alpha-4 code, numeric code, comment, " "withdrawal date, and name. The columns for numeric code, comment, and " "withdrawal date may be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" msgstr "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" #. type: Plain text msgid "" "For ISO 639-2, the first three columns are the alpha-3 code, the " "bibliographic code, and the alpha-2 code. The second and third columns may " "be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" msgstr "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" #. type: Plain text msgid "" "You can trim down the results by specifying only some codes. Moreover, the " "option to get translated names is also available." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" msgstr "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" #. type: Plain text msgid "" "If you want to use ISO 639-3, the displayed columns are alpha-3, scope, " "type, alpha-2, bibliographic, and the language name. Both alpha-2 and " "bibliographic may be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" msgstr "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" #. type: Plain text msgid "" "ISO 639-5 is also available. The displayed columns are alpha-3 and name." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" msgstr "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" #. type: Plain text msgid "" "You can get selected translations of currency names from the ISO 4217 " "standard by using the following command. The first of the columns is the " "alpha-3 code, and the second one is the numerical code assigned to the " "currency. The name of the currency is shown in the third column." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" msgstr "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" #. type: Plain text msgid "" "If you need to get script names, you can use the ISO 15924 table. The first " "of the columns is the alpha-4 code, and the second one is the numerical code " "assigned to the script. The name of the script is shown in the third column." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" msgstr "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" #. type: Title == #, no-wrap msgid "Files" msgstr "" #. type: Plain text msgid "" "By default, the JSON files provided by the *iso-codes* package will be used." msgstr "" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-2.json_" msgstr "_/usr/share/iso-codes/json/iso_639-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-3.json_" msgstr "_/usr/share/iso-codes/json/iso_639-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-5.json_" msgstr "_/usr/share/iso-codes/json/iso_639-5.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-1.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-1.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-2.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-3.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_4217.json_" msgstr "_/usr/share/iso-codes/json/iso_4217.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_15924.json_" msgstr "_/usr/share/iso-codes/json/iso_15924.json_" #. type: Title == #, no-wrap msgid "Author" msgstr "" isoquery/man/da.po000066400000000000000000000312161522716617300144520ustar00rootroot00000000000000# Translation of isoquery manpage to Danish # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2022 Dr. Tobias Quathamer msgid "" msgstr "" "Project-Id-Version: isoquery\n" "POT-Creation-Date: 2026-07-19 15:39+0200\n" "PO-Revision-Date: 2022-06-15 12:38+0200\n" "Last-Translator: Dr. Tobias Quathamer \n" "Language-Team: German \n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 21.12.3\n" #. type: Title = #, no-wrap msgid "isoquery(1)" msgstr "isoquery(1)" #. type: Plain text msgid "Dr. Tobias Quathamer " msgstr "Dr. Tobias Quathamer " #. type: Title == #, no-wrap msgid "Name" msgstr "" #. type: Plain text msgid "isoquery - search and display various ISO codes (country, language, …)" msgstr "" #. type: Title == #, no-wrap msgid "Synopsis" msgstr "" #. type: Plain text msgid "*isoquery* [_OPTION …_] [_ISO codes_]" msgstr "" #. type: Title == #, no-wrap msgid "Description" msgstr "" #. type: Plain text msgid "" "This manual page documents briefly the *isoquery* command. It can be used " "to generate a tabular output of the ISO standard codes provided by the " "package *iso-codes*. It parses the JSON files and shows all included ISO " "codes or just matching entries, if specified on the command line. Moreover, " "it's possible to get all available translations for the ISO standard." msgstr "" #. type: Title == #, no-wrap msgid "Options" msgstr "" #. type: Plain text msgid "" "This program follows the usual GNU command line syntax, with long options " "starting with two dashes ('*-*'). *isoquery* supports the following options:" msgstr "" #. type: Labeled list #, no-wrap msgid "*-i, --iso*=_STANDARD_" msgstr "" #. type: Plain text msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-p, --pathname*=_PATHNAME_" msgstr "" #. type: Plain text msgid "" "Use _PATHNAME_ as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-l, --locale*=_LOCALE_" msgstr "" #. type: Plain text msgid "Use this _LOCALE_ for output" msgstr "" #. type: Labeled list #, no-wrap msgid "*-n, --name*" msgstr "*-n, --name*" #. type: Plain text msgid "Name for the supplied codes (default)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-o, --official_name*" msgstr "*-o, --official_name*" #. type: Plain text msgid "" "Official name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-c, --common_name*" msgstr "*-c, --common_name*" #. type: Plain text msgid "" "Common name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-0, --null*" msgstr "*-0, --null*" #. type: Plain text msgid "Separate entries with a NULL character instead of newline" msgstr "" #. type: Labeled list #, no-wrap msgid "*-f, --flag*" msgstr "*-f, --flag*" #. type: Plain text msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-h, --help*" msgstr "*-h, --help*" #. type: Plain text msgid "Show summary of options" msgstr "" #. type: Labeled list #, no-wrap msgid "*-v, --version*" msgstr "*-v, --version*" #. type: Plain text msgid "Show program version and copyright" msgstr "" #. type: Title == #, no-wrap msgid "Examples" msgstr "" #. type: Plain text msgid "" "If called without any command line options, *isoquery* will print a table of " "all ISO 3166-1 codes. The first three columns contain the alpha-2 code, the " "alpha-3 code, and the numerical code assigned to the country listed in the " "fourth column." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" msgstr "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" #. type: Plain text msgid "" "If you need only some countries, you can specify any of the codes in the " "first three columns to cut down the output." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" msgstr "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" #. type: Plain text msgid "" "Should you need the translations of the countries' names, just specify in " "which _LOCALE_ you'd like to see the output. Please note that the original " "English name will be shown if there is no translation available for the " "specified _LOCALE_." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" msgstr "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" #. type: Plain text msgid "" "If your terminal supports the unicode regional indicator symbol letters, you " "can use the *--flag* command line option. Those letters can be displayed as " "a country flag." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" msgstr "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" #. type: Plain text msgid "" "All of the above works for different ISO standards as well, so you can " "switch to the more extensive standard ISO 3166-2 by using the *--iso* " "command line option. The columns are ISO 3166-2 code, subset type (e.g. " "State, Province, etc.), parent, and name. The third column (parent) may be " "empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" msgstr "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" #. type: Plain text msgid "" "Codes which have been deleted from ISO 3166-1 are available in ISO 3166-3. " "The columns are alpha-3 code, alpha-4 code, numeric code, comment, " "withdrawal date, and name. The columns for numeric code, comment, and " "withdrawal date may be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" msgstr "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" #. type: Plain text msgid "" "For ISO 639-2, the first three columns are the alpha-3 code, the " "bibliographic code, and the alpha-2 code. The second and third columns may " "be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" msgstr "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" #. type: Plain text msgid "" "You can trim down the results by specifying only some codes. Moreover, the " "option to get translated names is also available." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" msgstr "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" #. type: Plain text msgid "" "If you want to use ISO 639-3, the displayed columns are alpha-3, scope, " "type, alpha-2, bibliographic, and the language name. Both alpha-2 and " "bibliographic may be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" msgstr "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" #. type: Plain text msgid "" "ISO 639-5 is also available. The displayed columns are alpha-3 and name." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" msgstr "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" #. type: Plain text msgid "" "You can get selected translations of currency names from the ISO 4217 " "standard by using the following command. The first of the columns is the " "alpha-3 code, and the second one is the numerical code assigned to the " "currency. The name of the currency is shown in the third column." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" msgstr "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" #. type: Plain text msgid "" "If you need to get script names, you can use the ISO 15924 table. The first " "of the columns is the alpha-4 code, and the second one is the numerical code " "assigned to the script. The name of the script is shown in the third column." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" msgstr "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" #. type: Title == #, no-wrap msgid "Files" msgstr "" #. type: Plain text msgid "" "By default, the JSON files provided by the *iso-codes* package will be used." msgstr "" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-2.json_" msgstr "_/usr/share/iso-codes/json/iso_639-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-3.json_" msgstr "_/usr/share/iso-codes/json/iso_639-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-5.json_" msgstr "_/usr/share/iso-codes/json/iso_639-5.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-1.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-1.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-2.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-3.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_4217.json_" msgstr "_/usr/share/iso-codes/json/iso_4217.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_15924.json_" msgstr "_/usr/share/iso-codes/json/iso_15924.json_" #. type: Title == #, no-wrap msgid "Author" msgstr "" isoquery/man/de.add000066400000000000000000000002001522716617300145550ustar00rootroot00000000000000PO4A-HEADER:mode=after;position=Autor;beginboundary=FakePo4aBoundary == Übersetzung Dr. Tobias Quathamer isoquery/man/de.po000066400000000000000000000425161522716617300144630ustar00rootroot00000000000000# Translation of isoquery manpage to German # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2007-2022 Dr. Tobias Quathamer msgid "" msgstr "" "Project-Id-Version: isoquery\n" "POT-Creation-Date: 2026-07-19 15:39+0200\n" "PO-Revision-Date: 2022-06-15 10:29+0000\n" "Last-Translator: Dr. Tobias Quathamer \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.13-dev\n" #. type: Title = #, no-wrap msgid "isoquery(1)" msgstr "isoquery(1)" #. type: Plain text msgid "Dr. Tobias Quathamer " msgstr "Dr. Tobias Quathamer " #. type: Title == #, no-wrap msgid "Name" msgstr "Name" #. type: Plain text msgid "isoquery - search and display various ISO codes (country, language, …)" msgstr "" "isoquery - Suche und Anzeige verschiedener ISO-Codes (Land, Sprache, …)" #. type: Title == #, no-wrap msgid "Synopsis" msgstr "Übersicht" #. type: Plain text msgid "*isoquery* [_OPTION …_] [_ISO codes_]" msgstr "*isoquery* [_Optionen …_] [_ISO-Codes_]" #. type: Title == #, no-wrap msgid "Description" msgstr "Beschreibung" #. type: Plain text msgid "" "This manual page documents briefly the *isoquery* command. It can be used " "to generate a tabular output of the ISO standard codes provided by the " "package *iso-codes*. It parses the JSON files and shows all included ISO " "codes or just matching entries, if specified on the command line. Moreover, " "it's possible to get all available translations for the ISO standard." msgstr "" "Diese Handbuchseite erläutert kurz das Programm *isoquery*. Es kann dazu " "verwendet werden, die vom Paket *iso-codes* zur Verfügung gestellten ISO-" "Standard-Codes tabellarisch auszugeben. Es wertet die JSON-Dateien aus und " "zeigt entweder alle enthaltenen ISO-Codes oder lediglich passende Einträge, " "wenn diese auf der Kommandozeile angegeben werden. Außerdem ist es möglich, " "alle verfügbaren Übersetzungen für den ISO-Standard zu erhalten." #. type: Title == #, no-wrap msgid "Options" msgstr "Optionen" #. type: Plain text msgid "" "This program follows the usual GNU command line syntax, with long options " "starting with two dashes ('*-*'). *isoquery* supports the following options:" msgstr "" "Dieses Programm folgt dem üblichen Format der GNU Kommandozeilenoptionen, in " "dem lange Optionen mit zwei Minuszeichen beginnen (»\\ *-*\\ «). *isoquery* " "unterstützt die folgenden Optionen:" #. type: Labeled list #, no-wrap msgid "*-i, --iso*=_STANDARD_" msgstr "*-i, --iso*=_STANDARD_" #. type: Plain text msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "Der gewünschte ISO-Standard. Mögliche Werte: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (Voreinstellung: 3166-1)" #. type: Labeled list #, no-wrap msgid "*-p, --pathname*=_PATHNAME_" msgstr "*-p, --pathname*=_PFADNAME_" #. type: Plain text msgid "" "Use _PATHNAME_ as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "_PFADNAME_ als Präfix für die Datendateien verwenden (Voreinstellung: /usr/" "share/iso-codes/json)" #. type: Labeled list #, no-wrap msgid "*-l, --locale*=_LOCALE_" msgstr "*-l, --locale*=_LOCALE_" #. type: Plain text msgid "Use this _LOCALE_ for output" msgstr "Diese _LOCALE_ für die Ausgabe verwenden" #. type: Labeled list #, no-wrap msgid "*-n, --name*" msgstr "*-n, --name*" #. type: Plain text msgid "Name for the supplied codes (default)" msgstr "Name der übergebenen Codes (Voreinstellung)" #. type: Labeled list #, no-wrap msgid "*-o, --official_name*" msgstr "*-o, --official_name*" #. type: Plain text msgid "" "Official name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 3166-1)" msgstr "" "Offizieller Name der übergebenen Codes. Dies kann das Gleiche sein wie *--" "name* (gilt nur für ISO 3166-1)" #. type: Labeled list #, no-wrap msgid "*-c, --common_name*" msgstr "*-c, --common_name*" #. type: Plain text msgid "" "Common name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Üblicher Name der übergebenen Codes. Dies kann das Gleiche sein wie *--name* " "(gilt nur für ISO 639-2, 639-3 und 3166-1)" #. type: Labeled list #, no-wrap msgid "*-0, --null*" msgstr "*-0, --null*" #. type: Plain text msgid "Separate entries with a NULL character instead of newline" msgstr "" "Einträge durch ein NULL-Zeichen anstatt des Zeilenumbruches voneinander " "trennen" #. type: Labeled list #, no-wrap msgid "*-f, --flag*" msgstr "*-f, --flag*" #. type: Plain text msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" "Anzeige der Länderflaggen mittels »regional indicator symbols« (gilt nur für " "ISO 3166-1)" #. type: Labeled list #, no-wrap msgid "*-h, --help*" msgstr "*-h, --help*" #. type: Plain text msgid "Show summary of options" msgstr "Zusammenfassung der Optionen anzeigen" #. type: Labeled list #, no-wrap msgid "*-v, --version*" msgstr "*-v, --version*" #. type: Plain text msgid "Show program version and copyright" msgstr "Anzeige der Programmversion und des Copyrights" #. type: Title == #, no-wrap msgid "Examples" msgstr "Beispiele" #. type: Plain text msgid "" "If called without any command line options, *isoquery* will print a table of " "all ISO 3166-1 codes. The first three columns contain the alpha-2 code, the " "alpha-3 code, and the numerical code assigned to the country listed in the " "fourth column." msgstr "" "Wenn *isoquery* ohne Kommandozeilenoptionen aufgerufen wird, gibt das " "Programm eine Tabelle mit allen ISO 3166-1 Codes aus. Die ersten drei " "Spalten enthalten den Alpha-2-Code, den Alpha-3-Code und den nummerischen " "Code, die dem Land zugewiesen sind, das in der vierten Spalte aufgelistet " "wird." #. type: delimited block . #, no-wrap msgid "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" msgstr "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" #. type: Plain text msgid "" "If you need only some countries, you can specify any of the codes in the " "first three columns to cut down the output." msgstr "" "Wenn Sie nur einige Länder benötigen, können Sie Codes angeben, die in den " "ersten drei Spalten angezeigt werden. Dadurch wird die Ausgabe auf die " "passenden Einträge beschränkt." #. type: delimited block . #, no-wrap msgid "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" msgstr "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" #. type: Plain text msgid "" "Should you need the translations of the countries' names, just specify in " "which _LOCALE_ you'd like to see the output. Please note that the original " "English name will be shown if there is no translation available for the " "specified _LOCALE_." msgstr "" "Wenn Sie die Übersetzung der Ländernamen brauchen, geben Sie einfach die " "_LOCALE_ an, in der Sie die Ausgabe benötigen. Bitte beachten Sie, dass der " "ursprüngliche englische Name angezeigt wird, wenn es für die angegebene " "_LOCALE_ keine Übersetzung gibt." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" msgstr "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" #. type: Plain text msgid "" "If your terminal supports the unicode regional indicator symbol letters, you " "can use the *--flag* command line option. Those letters can be displayed as " "a country flag." msgstr "" "Wenn Ihr Terminal die Unicode »Regional Indicator Symbol Letters« " "unterstützt, können Sie die Kommandozeilenoption *--flag* verwenden. Diese " "Buchstaben können als Länderflaggen angezeigt werden." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" msgstr "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" #. type: Plain text msgid "" "All of the above works for different ISO standards as well, so you can " "switch to the more extensive standard ISO 3166-2 by using the *--iso* " "command line option. The columns are ISO 3166-2 code, subset type (e.g. " "State, Province, etc.), parent, and name. The third column (parent) may be " "empty." msgstr "" "All das oben gesagte funktioniert ebenso für andere ISO-Standards, so können " "Sie beispielsweise mit der Kommandozeilenoption *--iso* auf den " "ausführlicheren Standard ISO 3166-2 umstellen. Die Spalten sind ISO 3166-2 " "Code, Art des Unterbereichs (z. B. Bundesstaat, Provinz usw.), der " "übergeordnete Bereich sowie der Name. Die dritte Spalte (übergeordneter " "Bereich) kann leer sein." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" msgstr "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" #. type: Plain text msgid "" "Codes which have been deleted from ISO 3166-1 are available in ISO 3166-3. " "The columns are alpha-3 code, alpha-4 code, numeric code, comment, " "withdrawal date, and name. The columns for numeric code, comment, and " "withdrawal date may be empty." msgstr "" "Codes, die aus ISO 3166-1 gelöscht wurden, sind in ISO 3166-3 enthalten. Die " "Spalten sind Alpha-3 Code, Alpha-4 Code, nummerischer Code, Kommentar, Datum " "der Löschung und der Name. Die Spalten für den nummerischen Code, Kommentar " "und Datum der Löschung können leer sein." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" msgstr "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" #. type: Plain text msgid "" "For ISO 639-2, the first three columns are the alpha-3 code, the " "bibliographic code, and the alpha-2 code. The second and third columns may " "be empty." msgstr "" "Bei ISO 639-2 enthalten die ersten drei Spalten den Alpha-3 Code, den " "bibliografischen Code und den Alpha-2 Code. Die zweite und dritte Spalte " "können leer sein." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" msgstr "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" #. type: Plain text msgid "" "You can trim down the results by specifying only some codes. Moreover, the " "option to get translated names is also available." msgstr "" "Sie können die Ergebnisse einschränken, indem Sie nur einzelne Codes " "angeben. Weiterhin ist auch hier die Möglichkeit vorhanden, übersetzte Namen " "zu erhalten." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" msgstr "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" #. type: Plain text msgid "" "If you want to use ISO 639-3, the displayed columns are alpha-3, scope, " "type, alpha-2, bibliographic, and the language name. Both alpha-2 and " "bibliographic may be empty." msgstr "" "Wenn Sie ISO 639-3 verwenden wollen, sind die angezeigten Spalten Alpha-3, " "Umfang, Typ, Alpha-2 Code, bibliografischer Code sowie der Sprachenname. " "Sowohl Alpha-2 als auch bibliografischer Code können leer sein." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" msgstr "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" #. type: Plain text msgid "" "ISO 639-5 is also available. The displayed columns are alpha-3 and name." msgstr "" "ISO 639-5 ist ebenfalls verfügbar. Die angezeigten Spalten sind Alpha-3 und " "Name." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" msgstr "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" #. type: Plain text msgid "" "You can get selected translations of currency names from the ISO 4217 " "standard by using the following command. The first of the columns is the " "alpha-3 code, and the second one is the numerical code assigned to the " "currency. The name of the currency is shown in the third column." msgstr "" "Sie können Übersetzungen für ausgewählte Währungsnamen aus dem ISO 4217 " "Standard erhalten, wenn Sie den folgenden Befehl eingeben. Die erste Spalte " "ist der Alpha-3-Code, die zweite Spalte ist der nummerische Code, welcher " "der Währung zugewiesen ist. Der Name der Währung wird in der dritten Spalte " "angezeigt." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" msgstr "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" #. type: Plain text msgid "" "If you need to get script names, you can use the ISO 15924 table. The first " "of the columns is the alpha-4 code, and the second one is the numerical code " "assigned to the script. The name of the script is shown in the third column." msgstr "" "Wenn Sie Skriptnamen benötigen, können Sie die Tabelle für ISO 15924 " "verwenden. Die erste Spalte ist der Alpha-4-Code, die zweite Spalte ist der " "nummerische Code, der dem Skript zugewiesen ist. Der Skriptname wird in der " "dritten Spalte angezeigt." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" msgstr "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" #. type: Title == #, no-wrap msgid "Files" msgstr "Dateien" #. type: Plain text msgid "" "By default, the JSON files provided by the *iso-codes* package will be used." msgstr "" "In der Voreinstellung werden die JSON-Dateien verwendet, die durch das Paket " "*iso-codes* zur Verfügung gestellt werden." #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-2.json_" msgstr "_/usr/share/iso-codes/json/iso_639-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-3.json_" msgstr "_/usr/share/iso-codes/json/iso_639-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-5.json_" msgstr "_/usr/share/iso-codes/json/iso_639-5.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-1.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-1.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-2.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-3.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_4217.json_" msgstr "_/usr/share/iso-codes/json/iso_4217.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_15924.json_" msgstr "_/usr/share/iso-codes/json/iso_15924.json_" #. type: Title == #, no-wrap msgid "Author" msgstr "Autor" isoquery/man/es.add000066400000000000000000000001751522716617300146070ustar00rootroot00000000000000PO4A-HEADER:mode=after;position=Autor;beginboundary=FakePo4aBoundary == Traducción gallegonovato isoquery/man/es.po000066400000000000000000000421521522716617300144760ustar00rootroot00000000000000# Translation of isoquery manpage to Spanish # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2022 Dr. Tobias Quathamer # SPDX-FileCopyrightText: 2023 gallegonovato msgid "" msgstr "" "Project-Id-Version: isoquery\n" "POT-Creation-Date: 2026-07-19 15:39+0200\n" "PO-Revision-Date: 2023-01-14 17:48+0000\n" "Last-Translator: gallegonovato \n" "Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.15.1-dev\n" #. type: Title = #, no-wrap msgid "isoquery(1)" msgstr "isoquery(1)" #. type: Plain text msgid "Dr. Tobias Quathamer " msgstr "Dr. Tobias Quathamer " #. type: Title == #, no-wrap msgid "Name" msgstr "Nombre" #. type: Plain text msgid "isoquery - search and display various ISO codes (country, language, …)" msgstr "isoquery - buscar y mostrar varios códigos ISO (país, idioma, ...)" #. type: Title == #, no-wrap msgid "Synopsis" msgstr "Sinopsis" #. type: Plain text msgid "*isoquery* [_OPTION …_] [_ISO codes_]" msgstr "*isoquery* [_OPCIÓN…_] [_Códigos ISO_]" #. type: Title == #, no-wrap msgid "Description" msgstr "Descripción" #. type: Plain text msgid "" "This manual page documents briefly the *isoquery* command. It can be used " "to generate a tabular output of the ISO standard codes provided by the " "package *iso-codes*. It parses the JSON files and shows all included ISO " "codes or just matching entries, if specified on the command line. Moreover, " "it's possible to get all available translations for the ISO standard." msgstr "" "Esta página del manual documenta brevemente el comando *isoquery*. Puede " "usarse para generar una salida tabular de los códigos estándar ISO " "proporcionados por el paquete *iso-codes*. Analiza los archivos JSON y " "muestra todos los códigos ISO incluidos o sólo las entradas coincidentes, si " "se especifica en la línea de órdenes. Además, es posible obtener todas las " "traducciones disponibles para la norma ISO." #. type: Title == #, no-wrap msgid "Options" msgstr "Opciones" #. type: Plain text msgid "" "This program follows the usual GNU command line syntax, with long options " "starting with two dashes ('*-*'). *isoquery* supports the following options:" msgstr "" "Este programa sigue la sintaxis habitual de la línea de comandos GNU, con " "opciones largas que empiezan por dos guiones ('*-*'). *isoquery* admite las " "siguientes opciones:" #. type: Labeled list #, no-wrap msgid "*-i, --iso*=_STANDARD_" msgstr "*-i, --iso*=_Estándar_" #. type: Plain text msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "La norma ISO a utilizar. Valores posibles: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (por defecto: 3166-1)" #. type: Labeled list #, no-wrap msgid "*-p, --pathname*=_PATHNAME_" msgstr "*-p, --ruta*=_RUTA_" #. type: Plain text msgid "" "Use _PATHNAME_ as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Utilice _PATHNAME_ como prefijo para los archivos de datos (por defecto: /" "usr/share/iso-codes/json)" #. type: Labeled list #, no-wrap msgid "*-l, --locale*=_LOCALE_" msgstr "*-l, --locale*=_LUGAR_" #. type: Plain text msgid "Use this _LOCALE_ for output" msgstr "Use este _LOCALE_ para la salida" #. type: Labeled list #, no-wrap msgid "*-n, --name*" msgstr "*-n, --name*" #. type: Plain text msgid "Name for the supplied codes (default)" msgstr "Nombre de los códigos suministrados (predeterminado)" #. type: Labeled list #, no-wrap msgid "*-o, --official_name*" msgstr "*-o, --official_name*" #. type: Plain text msgid "" "Official name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 3166-1)" msgstr "" "Nombre oficial de los códigos suministrados. Puede ser el mismo que *--name* " "(sólo se aplica a ISO 3166-1)" #. type: Labeled list #, no-wrap msgid "*-c, --common_name*" msgstr "*-c, --common_name*" #. type: Plain text msgid "" "Common name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Nombre común de los códigos suministrados. Puede ser el mismo que *--name* " "(sólo se aplica a ISO 639-2, 639-3 y 3166-1)" #. type: Labeled list #, no-wrap msgid "*-0, --null*" msgstr "*-0, --null*" #. type: Plain text msgid "Separate entries with a NULL character instead of newline" msgstr "Separe las entradas con un carácter NULL en lugar de una nueva línea" #. type: Labeled list #, no-wrap msgid "*-f, --flag*" msgstr "*-f, --flag*" #. type: Plain text msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" "Mostrar las banderas de los países con letras de símbolos e indicadores " "regionales (sólo se aplica a ISO 3166-1)" #. type: Labeled list #, no-wrap msgid "*-h, --help*" msgstr "*-h, --help*" #. type: Plain text msgid "Show summary of options" msgstr "Mostrar un resumen de las opciones" #. type: Labeled list #, no-wrap msgid "*-v, --version*" msgstr "*-v, --version*" #. type: Plain text msgid "Show program version and copyright" msgstr "Mostrar la versión del programa y los derechos de autor" #. type: Title == #, no-wrap msgid "Examples" msgstr "Ejemplos" #. type: Plain text msgid "" "If called without any command line options, *isoquery* will print a table of " "all ISO 3166-1 codes. The first three columns contain the alpha-2 code, the " "alpha-3 code, and the numerical code assigned to the country listed in the " "fourth column." msgstr "" "Si se llama sin ninguna opción en la línea de comandos, *isoquery* imprimirá " "una tabla con todos los códigos ISO 3166-1. Las tres primeras columnas " "contienen el código alfa-2, el código alfa-3 y el código numérico asignado " "al país que aparece en la cuarta columna." #. type: delimited block . #, no-wrap msgid "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" msgstr "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" #. type: Plain text msgid "" "If you need only some countries, you can specify any of the codes in the " "first three columns to cut down the output." msgstr "" "Si sólo necesita algunos países, puede especificar cualquiera de los códigos " "de las tres primeras columnas para reducir la salida." #. type: delimited block . #, no-wrap msgid "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" msgstr "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" #. type: Plain text msgid "" "Should you need the translations of the countries' names, just specify in " "which _LOCALE_ you'd like to see the output. Please note that the original " "English name will be shown if there is no translation available for the " "specified _LOCALE_." msgstr "" "Si necesita las traducciones de los nombres de los países, sólo tiene que " "especificar en qué _LOCALE_ desea ver la salida. Tenga en cuenta que se " "mostrará el nombre original en inglés si no hay traducción disponible para " "el _LOCALE_ especificado." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" msgstr "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" #. type: Plain text msgid "" "If your terminal supports the unicode regional indicator symbol letters, you " "can use the *--flag* command line option. Those letters can be displayed as " "a country flag." msgstr "" "Si su terminal admite las letras del símbolo indicador regional unicode, " "puede utilizar la opción de línea de comandos *--flag*. Esas letras pueden " "mostrarse como una bandera de país." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" msgstr "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" #. type: Plain text msgid "" "All of the above works for different ISO standards as well, so you can " "switch to the more extensive standard ISO 3166-2 by using the *--iso* " "command line option. The columns are ISO 3166-2 code, subset type (e.g. " "State, Province, etc.), parent, and name. The third column (parent) may be " "empty." msgstr "" "Todo lo anterior funciona también para diferentes normas ISO, por lo que " "puede cambiar a la norma más extensa ISO 3166-2 utilizando la opción de " "línea de comandos *--iso*. Las columnas son código ISO 3166-2, tipo de " "subconjunto (por ejemplo, Estado, Provincia, etc.), padre y nombre. La " "tercera columna (padre) puede estar vacía." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" msgstr "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" #. type: Plain text msgid "" "Codes which have been deleted from ISO 3166-1 are available in ISO 3166-3. " "The columns are alpha-3 code, alpha-4 code, numeric code, comment, " "withdrawal date, and name. The columns for numeric code, comment, and " "withdrawal date may be empty." msgstr "" "Los códigos que se han suprimido de la norma ISO 3166-1 están disponibles en " "la norma ISO 3166-3. Las columnas son código alfa-3, código alfa-4, código " "numérico, comentario, fecha de retirada y nombre. Las columnas de código " "numérico, comentario y fecha de retirada pueden estar vacías." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" msgstr "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" #. type: Plain text msgid "" "For ISO 639-2, the first three columns are the alpha-3 code, the " "bibliographic code, and the alpha-2 code. The second and third columns may " "be empty." msgstr "" "Para ISO 639-2, las tres primeras columnas son el código alfa-3, el código " "bibliográfico y el código alfa-2. La segunda y tercera columnas pueden estar " "vacías." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" msgstr "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" #. type: Plain text msgid "" "You can trim down the results by specifying only some codes. Moreover, the " "option to get translated names is also available." msgstr "" "Puede recortar los resultados especificando sólo algunos códigos. Además, " "también está disponible la opción de obtener nombres traducidos." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" msgstr "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" #. type: Plain text msgid "" "If you want to use ISO 639-3, the displayed columns are alpha-3, scope, " "type, alpha-2, bibliographic, and the language name. Both alpha-2 and " "bibliographic may be empty." msgstr "" "Si desea utilizar ISO 639-3, las columnas mostradas son alfa-3, ámbito, " "tipo, alfa-2, bibliográfico y el nombre de la lengua. Tanto alfa-2 como " "bibliográfica pueden estar vacías." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" msgstr "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" #. type: Plain text msgid "" "ISO 639-5 is also available. The displayed columns are alpha-3 and name." msgstr "" "También está disponible la norma ISO 639-5. Las columnas mostradas son " "alfa-3 y nombre." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" msgstr "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" #. type: Plain text msgid "" "You can get selected translations of currency names from the ISO 4217 " "standard by using the following command. The first of the columns is the " "alpha-3 code, and the second one is the numerical code assigned to the " "currency. The name of the currency is shown in the third column." msgstr "" "Puede obtener traducciones seleccionadas de nombres de divisas de la norma " "ISO 4217 utilizando el siguiente comando. La primera de las columnas es el " "código alfa-3, y la segunda es el código numérico asignado a la moneda. El " "nombre de la moneda se muestra en la tercera columna." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" msgstr "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" #. type: Plain text msgid "" "If you need to get script names, you can use the ISO 15924 table. The first " "of the columns is the alpha-4 code, and the second one is the numerical code " "assigned to the script. The name of the script is shown in the third column." msgstr "" "Si necesita obtener los nombres de las escrituras, puede utilizar la tabla " "ISO 15924. La primera de las columnas es el código alfa-4, y la segunda es " "el código numérico asignado al script. El nombre del script aparece en la " "tercera columna." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" msgstr "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" #. type: Title == #, no-wrap msgid "Files" msgstr "Archivos" #. type: Plain text msgid "" "By default, the JSON files provided by the *iso-codes* package will be used." msgstr "" "Por defecto, se utilizarán los archivos JSON proporcionados por el paquete " "*iso-codes*." #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-2.json_" msgstr "_/usr/share/iso-codes/json/iso_639-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-3.json_" msgstr "_/usr/share/iso-codes/json/iso_639-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-5.json_" msgstr "_/usr/share/iso-codes/json/iso_639-5.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-1.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-1.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-2.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-3.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_4217.json_" msgstr "_/usr/share/iso-codes/json/iso_4217.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_15924.json_" msgstr "_/usr/share/iso-codes/json/iso_15924.json_" #. type: Title == #, no-wrap msgid "Author" msgstr "Autor" isoquery/man/et.po000066400000000000000000000414041522716617300144760ustar00rootroot00000000000000# Translation of isoquery manpage to Estonian # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2024 Priit Jõerüüt # SPDX-FileCopyrightText: 2026 Priit Jõerüüt msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2026-07-19 15:39+0200\n" "PO-Revision-Date: 2026-01-19 19:45+0000\n" "Last-Translator: Priit Jõerüüt \n" "Language-Team: Estonian \n" "Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.16-dev\n" #. type: Title = #, no-wrap msgid "isoquery(1)" msgstr "isoquery(1)" #. type: Plain text msgid "Dr. Tobias Quathamer " msgstr "Dr. Tobias Quathamer " #. type: Title == #, no-wrap msgid "Name" msgstr "Nimi" #. type: Plain text msgid "isoquery - search and display various ISO codes (country, language, …)" msgstr "" "isoquery - erinevate ISO koodide otsingu- ja kuvamistarvik (riigikoodid, " "keelekoodid, jne…)" #. type: Title == #, no-wrap msgid "Synopsis" msgstr "Kokkuvõte" #. type: Plain text msgid "*isoquery* [_OPTION …_] [_ISO codes_]" msgstr "*isoquery* [_ARGUMENT …_] [_ISO koodid_]" #. type: Title == #, no-wrap msgid "Description" msgstr "Kirjeldus" #. type: Plain text msgid "" "This manual page documents briefly the *isoquery* command. It can be used " "to generate a tabular output of the ISO standard codes provided by the " "package *iso-codes*. It parses the JSON files and shows all included ISO " "codes or just matching entries, if specified on the command line. Moreover, " "it's possible to get all available translations for the ISO standard." msgstr "" "See juhend kirjeldab lühidalt *isoquery* käsu toimimist. Seda saad kasutada " "*iso-codes* paketis leiduvate ISO standardite järgsete koodide otsimiseks ta " "väljundtabelina kuvamiseks. Antud tarvik otsib andmeid JSON-failidest ja " "näitab vastusena kõiki ISO koode või vaid seda osa, mida sa päringu " "argumentidena määratlesid. Lisaks saad väljundit kuvada kõikides antud " "andmekogus leiduvates keeltes." #. type: Title == #, no-wrap msgid "Options" msgstr "Valikud" #. type: Plain text msgid "" "This program follows the usual GNU command line syntax, with long options " "starting with two dashes ('*-*'). *isoquery* supports the following options:" msgstr "" "See programm järgib tavapärast GNU käsurea süntaksit, kus pikad argumendid " "algavad kahe kriipsuga ('*-*'). *isoquery* toetab järgmisi argumente/" "valikuid:" #. type: Labeled list #, no-wrap msgid "*-i, --iso*=_STANDARD_" msgstr "*-i, --iso*=_STANDARD_" #. type: Plain text msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "Kasutatav ISO standard. Võimalikud väärtused: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (vaikimisi: 3166-1)" #. type: Labeled list #, no-wrap msgid "*-p, --pathname*=_PATHNAME_" msgstr "*-p, --pathname*=_ASUKOHT_" #. type: Plain text msgid "" "Use _PATHNAME_ as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Kasuta _ASUKOHTA_ kõikide andmefailide prefiksi jaoks (vaikimisi: /usr/share/" "iso-codes/json)" #. type: Labeled list #, no-wrap msgid "*-l, --locale*=_LOCALE_" msgstr "*-l, --locale*=_LOKAAT_" #. type: Plain text msgid "Use this _LOCALE_ for output" msgstr "Kasuta väljundi kuvamiseks seda _LOKAATI_" #. type: Labeled list #, no-wrap msgid "*-n, --name*" msgstr "*-n, --name*" #. type: Plain text msgid "Name for the supplied codes (default)" msgstr "Näidatud koodide nimi (vaikimisi)" #. type: Labeled list #, no-wrap msgid "*-o, --official_name*" msgstr "*-o, --official_name*" #. type: Plain text msgid "" "Official name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 3166-1)" msgstr "" "Sisestatud koodide ametlik nimi. Võib olla sama, kui *--name* argument " "(kehtib vaid ISO 3166-1 puhul)" #. type: Labeled list #, no-wrap msgid "*-c, --common_name*" msgstr "*-c, --common_name*" #. type: Plain text msgid "" "Common name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Sisestatud koodide tavanimi. Võib olla sama, kui *--name* argument (kehtib " "vaid ISO 639-2, 639-3 ja 3166-1 puhul)" #. type: Labeled list #, no-wrap msgid "*-0, --null*" msgstr "*-0, --null*" #. type: Plain text msgid "Separate entries with a NULL character instead of newline" msgstr "Eralda kirjeid reavahetuse asemel „NULL“ tähemärgiga" #. type: Labeled list #, no-wrap msgid "*-f, --flag*" msgstr "*-f, --flag*" #. type: Plain text msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" "Näita riikide lippe koos piirkondliku tunnusega (kehtib vaid 3166-1 puhul)" #. type: Labeled list #, no-wrap msgid "*-h, --help*" msgstr "*-h, --help*" #. type: Plain text msgid "Show summary of options" msgstr "Näita argumentide/valikute kokkuvõtet" #. type: Labeled list #, no-wrap msgid "*-v, --version*" msgstr "*-v, --version*" #. type: Plain text msgid "Show program version and copyright" msgstr "Näita programmi versiooni ja autoriõiguste märget" #. type: Title == #, no-wrap msgid "Examples" msgstr "Näited" #. type: Plain text msgid "" "If called without any command line options, *isoquery* will print a table of " "all ISO 3166-1 codes. The first three columns contain the alpha-2 code, the " "alpha-3 code, and the numerical code assigned to the country listed in the " "fourth column." msgstr "" "Ilma täiendavate käsurea argumentideta kuvab *isoquery* tabeli kõikide ISO " "3166-1 koodidega. Esimeses kolmes veerus on neljandas veerus näidatud riigi " "kahetäheline, kolmetäheline ja numbrikood." #. type: delimited block . #, no-wrap msgid "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" msgstr "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" #. type: Plain text msgid "" "If you need only some countries, you can specify any of the codes in the " "first three columns to cut down the output." msgstr "" "Kui sa vajad vaid mõne riigi andmeid, siis napima väljundi nimel võid " "märkida ükspuha missuguse esimeses kolmes veerus leiduva koodi." #. type: delimited block . #, no-wrap msgid "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" msgstr "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" #. type: Plain text msgid "" "Should you need the translations of the countries' names, just specify in " "which _LOCALE_ you'd like to see the output. Please note that the original " "English name will be shown if there is no translation available for the " "specified _LOCALE_." msgstr "" "Kui soovid näha maanimede tõlget, siis määratle lokaat (_LOCALE_), milles " "tahad näha väljundit. Palun arvesta, et kui soovitud keeles nimi puudub, " "siis kuvatakse selle asemel algne ingliskeelne nimi." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" msgstr "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" #. type: Plain text msgid "" "If your terminal supports the unicode regional indicator symbol letters, you " "can use the *--flag* command line option. Those letters can be displayed as " "a country flag." msgstr "" "Kui sinu terminal toetab Unicode'ist võetud riigi- ja maalippude " "tunnustähti, siis kasuta *--flag* argumenti. Sel puhul need tunnused " "kuvatakse lippudena." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" msgstr "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" #. type: Plain text msgid "" "All of the above works for different ISO standards as well, so you can " "switch to the more extensive standard ISO 3166-2 by using the *--iso* " "command line option. The columns are ISO 3166-2 code, subset type (e.g. " "State, Province, etc.), parent, and name. The third column (parent) may be " "empty." msgstr "" "Kõik ülaltoodu kehtib ka erinevate ISO-standardite puhul. Selleks saad *--" "iso* käsureavõtme abil paluda väljundit mahukamas ISO 3166-2 standardis. Sel " "puhul on veerud ISO 3166-2 kood, alamtüüp (osariik, provints, jne), " "ülemobjekt ja nimi. Kolmas veerg (ülemobjekt) võib olla ka tühi." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" msgstr "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" #. type: Plain text msgid "" "Codes which have been deleted from ISO 3166-1 are available in ISO 3166-3. " "The columns are alpha-3 code, alpha-4 code, numeric code, comment, " "withdrawal date, and name. The columns for numeric code, comment, and " "withdrawal date may be empty." msgstr "" "ISO 3166-1 standardist eemaldatud koodid leiduvad ISO 3166-3 standardis. Sel " "puhul on veerud: kolmetäheline kood, neljatäheline kood, numbrikood, " "kommentaar, eemaldamise kuupäev ja nimi. Numbrikoodi, kommentaari ja " "eemaldamise kuupäeva veerud võivad jääda ka tühjaks." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" msgstr "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" #. type: Plain text msgid "" "For ISO 639-2, the first three columns are the alpha-3 code, the " "bibliographic code, and the alpha-2 code. The second and third columns may " "be empty." msgstr "" "ISO 639-2 puhul kolm esimest veergu on kolmetäheline kood, bibliograafiline " "kood ja kahetäheline kood. Neist kaks viimast võivad olla tühjad." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" msgstr "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" #. type: Plain text msgid "" "You can trim down the results by specifying only some codes. Moreover, the " "option to get translated names is also available." msgstr "" "Kui sa vajad napimat väljundit, siis võid päringus määratleda vaid mõned " "koodid. Lisaks võib väljund olla tõlgitud sinu soovitud keelde." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" msgstr "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" #. type: Plain text msgid "" "If you want to use ISO 639-3, the displayed columns are alpha-3, scope, " "type, alpha-2, bibliographic, and the language name. Both alpha-2 and " "bibliographic may be empty." msgstr "" "Kui soovid otsida andmeid ISO 639-3 andmekogust, siis väljundis on " "kolmetäheline kood, toimeala, tüüp, kahetäheline kood bibliograafia märge ja " "keele nimi. Nii kahetäheline kood, kui bibliograafia märge võivad olla ka " "tühjad." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" msgstr "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" #. type: Plain text msgid "" "ISO 639-5 is also available. The displayed columns are alpha-3 and name." msgstr "" "Saadaval on ka ISO 639-5 standardi andmed. Päringu vastusena kuvatud veerud " "näitavad kolmetähelist koodi ja nime." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" msgstr "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" #. type: Plain text msgid "" "You can get selected translations of currency names from the ISO 4217 " "standard by using the following command. The first of the columns is the " "alpha-3 code, and the second one is the numerical code assigned to the " "currency. The name of the currency is shown in the third column." msgstr "" "Tõlgitud vääringute/valuutade nimesid saad ISO 4217 standardi andekogust " "küsida järgmisel viisil. Vastuse veerud on valuuta kolmetäheline kood, " "numbrikood ja valuuta nimi soovitud keeles." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" msgstr "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" #. type: Plain text msgid "" "If you need to get script names, you can use the ISO 15924 table. The first " "of the columns is the alpha-4 code, and the second one is the numerical code " "assigned to the script. The name of the script is shown in the third column." msgstr "" "Kui soovid otsida tähestikke, siis selleks on olemas ISO 15924 andmekogu. " "Väljundis on neljatäheline kood, tähestiku numbrikood ja tähestiku nimi." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" msgstr "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" #. type: Title == #, no-wrap msgid "Files" msgstr "Failid" #. type: Plain text msgid "" "By default, the JSON files provided by the *iso-codes* package will be used." msgstr "" "Vaikimisi kasutatakse päringutele vastamiseks JSON-faile, mis leiduvad " "paketis *iso-codes*." #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-2.json_" msgstr "_/usr/share/iso-codes/json/iso_639-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-3.json_" msgstr "_/usr/share/iso-codes/json/iso_639-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-5.json_" msgstr "_/usr/share/iso-codes/json/iso_639-5.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-1.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-1.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-2.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-3.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_4217.json_" msgstr "_/usr/share/iso-codes/json/iso_4217.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_15924.json_" msgstr "_/usr/share/iso-codes/json/iso_15924.json_" #. type: Title == #, no-wrap msgid "Author" msgstr "Autor" isoquery/man/fr.add000066400000000000000000000012071522716617300146040ustar00rootroot00000000000000PO4A-HEADER:mode=after;position=Auteur;beginboundary=FakePo4aBoundary == Traduction Cette traduction est maintenue à l'aide de l'outil po4a par l'équipe francophone de traduction de Debian. Elle est maintenue par David Prévot et les membres de la liste depuis mai 2011. Veuillez signaler toute erreur de traduction en écrivant à ou par un rapport de bogue sur le paquet **isoquery**. Vous pouvez toujours avoir accès à la version anglaise de ce document en utilisant la commande « **man -L C 1 isoquery** ». isoquery/man/fr.po000066400000000000000000000425461522716617300145050ustar00rootroot00000000000000# Translation of isoquery manpage to French # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2011 Debian French l10n team # SPDX-FileCopyrightText: 2011, 2014 David Prévot # SPDX-FileCopyrightText: 2016 Baptiste Jammet # SPDX-FileCopyrightText: 2022 J. Lavoie msgid "" msgstr "" "Project-Id-Version: isoquery\n" "POT-Creation-Date: 2026-07-19 15:39+0200\n" "PO-Revision-Date: 2022-06-15 10:29+0000\n" "Last-Translator: J. Lavoie \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.13-dev\n" #. type: Title = #, no-wrap msgid "isoquery(1)" msgstr "isoquery(1)" #. type: Plain text msgid "Dr. Tobias Quathamer " msgstr "Dr. Tobias Quathamer " #. type: Title == #, no-wrap msgid "Name" msgstr "Name" #. type: Plain text msgid "isoquery - search and display various ISO codes (country, language, …)" msgstr "" "isoquery - Rechercher et afficher divers codes ISO (pays, langues, etc.)" #. type: Title == #, no-wrap msgid "Synopsis" msgstr "Synopsis" #. type: Plain text msgid "*isoquery* [_OPTION …_] [_ISO codes_]" msgstr "*isoquery* [_OPTION …_] [_codes ISO_]" #. type: Title == #, no-wrap msgid "Description" msgstr "Description" #. type: Plain text msgid "" "This manual page documents briefly the *isoquery* command. It can be used " "to generate a tabular output of the ISO standard codes provided by the " "package *iso-codes*. It parses the JSON files and shows all included ISO " "codes or just matching entries, if specified on the command line. Moreover, " "it's possible to get all available translations for the ISO standard." msgstr "" "Ce manuel décrit brièvement la commande *isoquery*. Elle permet de créer un " "tableau à partir des codes de la norme ISO fournis dans le paquet *iso-" "codes*. Elle parcourt les fichiers JSON et montre tous les codes ISO ou " "simplement les entrées correspondantes, si elles sont précisées sur la ligne " "de commande. De plus, toutes les traductions disponibles des normes ISO sont " "accessibles." #. type: Title == #, no-wrap msgid "Options" msgstr "Options" #. type: Plain text msgid "" "This program follows the usual GNU command line syntax, with long options " "starting with two dashes ('*-*'). *isoquery* supports the following options:" msgstr "" "Ce programme suit la syntaxe usuelle des commandes GNU, avec les options " "longues commençant par deux tirets (« *-* »). *isoquery* prend en charge les " "options suivantes :" #. type: Labeled list #, no-wrap msgid "*-i, --iso*=_STANDARD_" msgstr "*-i, --iso*=_NORME_" #. type: Plain text msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "La norme ISO à utiliser. Valeurs disponibles : 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (3166-1 par défaut)" #. type: Labeled list #, no-wrap msgid "*-p, --pathname*=_PATHNAME_" msgstr "*-p, --pathname*=_CHEMIN_" #. type: Plain text msgid "" "Use _PATHNAME_ as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Utiliser un autre _CHEMIN_ comme préfixe pour les fichiers de données (/usr/" "share/iso-codes/json par défaut)" #. type: Labeled list #, no-wrap msgid "*-l, --locale*=_LOCALE_" msgstr "*-l, --locale*=_LOCALE_" #. type: Plain text msgid "Use this _LOCALE_ for output" msgstr "Utiliser cette _LOCALE_ pour l'affichage" #. type: Labeled list #, no-wrap msgid "*-n, --name*" msgstr "*-n, --name*" #. type: Plain text msgid "Name for the supplied codes (default)" msgstr "Nom des codes fournis (par défaut)" #. type: Labeled list #, no-wrap msgid "*-o, --official_name*" msgstr "*-o, --official_name*" #. type: Plain text msgid "" "Official name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 3166-1)" msgstr "" "Nom officiel correspondant aux codes demandés. Il peut être identique à --" "name. Cette option n'est utile que pour ISO 3166-1" #. type: Labeled list #, no-wrap msgid "*-c, --common_name*" msgstr "*-c, --common_name*" #. type: Plain text msgid "" "Common name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Nom courant correspondant aux codes demandés. Il peut être identique à *--" "name*. Cette option n'est utile que pour ISO 639-2, 639-3 et 3166-1" #. type: Labeled list #, no-wrap msgid "*-0, --null*" msgstr "*-0, --null*" #. type: Plain text msgid "Separate entries with a NULL character instead of newline" msgstr "" "Séparer les entrées avec un caractère NULL au lieu d'un retour à la ligne" #. type: Labeled list #, no-wrap msgid "*-f, --flag*" msgstr "*-f, --flag*" #. type: Plain text msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" "Afficher les drapeaux de pays avec les lettres symboles des indicateurs " "régionaux (s'applique uniquement à l'ISO 3166-1)" #. type: Labeled list #, no-wrap msgid "*-h, --help*" msgstr "*-h, --help*" #. type: Plain text msgid "Show summary of options" msgstr "Afficher un résumé des options" #. type: Labeled list #, no-wrap msgid "*-v, --version*" msgstr "*-v, --version*" #. type: Plain text msgid "Show program version and copyright" msgstr "Afficher la version du programme et les renseignements de copyright" #. type: Title == #, no-wrap msgid "Examples" msgstr "Exemples" #. type: Plain text msgid "" "If called without any command line options, *isoquery* will print a table of " "all ISO 3166-1 codes. The first three columns contain the alpha-2 code, the " "alpha-3 code, and the numerical code assigned to the country listed in the " "fourth column." msgstr "" "Si appelée sans option de ligne de commande, *isoquery* affichera toute la " "table de codes ISO 3166-1. Les trois premières colonnes contiennent les " "codes alpha-2, alpha-3 et numérique associés au pays de la quatrième colonne." #. type: delimited block . #, no-wrap msgid "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" msgstr "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" #. type: Plain text msgid "" "If you need only some countries, you can specify any of the codes in the " "first three columns to cut down the output." msgstr "" "Si vous ne voulez que quelques pays, indiquez n'importe quel code des trois " "premières colonnes afin de restreindre l'affichage." #. type: delimited block . #, no-wrap msgid "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" msgstr "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" #. type: Plain text msgid "" "Should you need the translations of the countries' names, just specify in " "which _LOCALE_ you'd like to see the output. Please note that the original " "English name will be shown if there is no translation available for the " "specified _LOCALE_." msgstr "" "Si vous voulez la traduction des noms de pays, indiquez simplement la " "_LOCALE_ dans laquelle vous désirez obtenir la sortie. Veuillez remarquer " "que le nom anglais d'origine sera affiché si aucune traduction n'est " "disponible pour la _LOCALE_ indiquée." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" msgstr "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" #. type: Plain text msgid "" "If your terminal supports the unicode regional indicator symbol letters, you " "can use the *--flag* command line option. Those letters can be displayed as " "a country flag." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" msgstr "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" #. type: Plain text msgid "" "All of the above works for different ISO standards as well, so you can " "switch to the more extensive standard ISO 3166-2 by using the *--iso* " "command line option. The columns are ISO 3166-2 code, subset type (e.g. " "State, Province, etc.), parent, and name. The third column (parent) may be " "empty." msgstr "" "Tout ce qui précède fonctionne aussi pour les différentes normes ISO, ce qui " "vous permet de basculer vers la norme ISO 3166-2 plus complète en utilisant " "l'option de ligne de commande *--iso*. Les colonnes contiennent le code " "ISO 3166-2, le type de sous-ensemble (par exemple State ou Province), le " "parent et le nom. La troisième colonne (parent) peut être vide." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" msgstr "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" #. type: Plain text msgid "" "Codes which have been deleted from ISO 3166-1 are available in ISO 3166-3. " "The columns are alpha-3 code, alpha-4 code, numeric code, comment, " "withdrawal date, and name. The columns for numeric code, comment, and " "withdrawal date may be empty." msgstr "" "Les codes supprimés de ISO 31661 sont disponibles dans ISO 3166-3. Les " "colonnes contiennent le code alpha-3, alpha-4, numérique, un commentaire, la " "date de retrait et le nom. Les colonnes du code numérique, du commentaire et " "de la date de retrait peuvent être vides." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" msgstr "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" #. type: Plain text msgid "" "For ISO 639-2, the first three columns are the alpha-3 code, the " "bibliographic code, and the alpha-2 code. The second and third columns may " "be empty." msgstr "" "Pour ISO 639-2, les trois premières colonnes contiennent le code alpha-3, le " "code bibliographique et le code apha-2. Les deuxième et troisième colonnes " "peuvent être vides." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" msgstr "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" #. type: Plain text msgid "" "You can trim down the results by specifying only some codes. Moreover, the " "option to get translated names is also available." msgstr "" "Vous pouvez restreindre l'affichage en indiquant seulement quelques codes. " "De plus, l'option pour obtenir les noms traduits est disponible." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" msgstr "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" #. type: Plain text msgid "" "If you want to use ISO 639-3, the displayed columns are alpha-3, scope, " "type, alpha-2, bibliographic, and the language name. Both alpha-2 and " "bibliographic may be empty." msgstr "" "Pour ISO 639-3, les colonnes affichées sont le code alpha-3, le champ " "d'application, le type, le code alpha-2, le code bibliographique et le nom " "de la langue. Les codes alpha-2 et bibliographiques peuvent être vides." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" msgstr "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" #. type: Plain text msgid "" "ISO 639-5 is also available. The displayed columns are alpha-3 and name." msgstr "" "ISO 639-5 est aussi disponible. Les colonnes affichées sont le code alpha-3 " "et le nom." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" msgstr "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" #. type: Plain text #, fuzzy #| msgid "" #| "You can get selected translations of currency names from the ISO 4217 " #| "standard by using the following command. The first two columns are the " #| "alpha-3 code and the numerical code assigned to the currency." msgid "" "You can get selected translations of currency names from the ISO 4217 " "standard by using the following command. The first of the columns is the " "alpha-3 code, and the second one is the numerical code assigned to the " "currency. The name of the currency is shown in the third column." msgstr "" "Vous pouvez obtenir les traductions de noms de monnaie de la norme ISO 4217 " "en utilisant la commande suivante. Les deux premières colonnes sont les " "codes alpha-3 et numérique associés à la monnaie." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" msgstr "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" #. type: Plain text #, fuzzy #| msgid "" #| "If you need to get script names, you can use the ISO 15924 table. The " #| "first two columns are the alpha-4 code and the numerical code assigned to " #| "the script." msgid "" "If you need to get script names, you can use the ISO 15924 table. The first " "of the columns is the alpha-4 code, and the second one is the numerical code " "assigned to the script. The name of the script is shown in the third column." msgstr "" "Le tableau de l'ISO 15924 contient les noms d'écriture. Les deux premières " "colonnes sont les codes alpha-4 et numérique associés à l'écriture." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" msgstr "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" #. type: Title == #, no-wrap msgid "Files" msgstr "Fichiers" #. type: Plain text msgid "" "By default, the JSON files provided by the *iso-codes* package will be used." msgstr "" "Par défaut, les fichiers JSON fournis dans le paquet *iso-codes* seront " "utilisés." #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-2.json_" msgstr "_/usr/share/iso-codes/json/iso_639-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-3.json_" msgstr "_/usr/share/iso-codes/json/iso_639-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-5.json_" msgstr "_/usr/share/iso-codes/json/iso_639-5.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-1.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-1.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-2.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-3.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_4217.json_" msgstr "_/usr/share/iso-codes/json/iso_4217.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_15924.json_" msgstr "_/usr/share/iso-codes/json/iso_15924.json_" #. type: Title == #, no-wrap msgid "Author" msgstr "Auteur" isoquery/man/isoquery-man.pot000066400000000000000000000237661522716617300167160ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2026-07-19 15:39+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: Title = #, no-wrap msgid "isoquery(1)" msgstr "" #. type: Plain text msgid "Dr. Tobias Quathamer " msgstr "" #. type: Title == #, no-wrap msgid "Name" msgstr "" #. type: Plain text msgid "isoquery - search and display various ISO codes (country, language, …)" msgstr "" #. type: Title == #, no-wrap msgid "Synopsis" msgstr "" #. type: Plain text msgid "*isoquery* [_OPTION …_] [_ISO codes_]" msgstr "" #. type: Title == #, no-wrap msgid "Description" msgstr "" #. type: Plain text msgid "" "This manual page documents briefly the *isoquery* command. It can be used " "to generate a tabular output of the ISO standard codes provided by the " "package *iso-codes*. It parses the JSON files and shows all included ISO " "codes or just matching entries, if specified on the command line. Moreover, " "it's possible to get all available translations for the ISO standard." msgstr "" #. type: Title == #, no-wrap msgid "Options" msgstr "" #. type: Plain text msgid "" "This program follows the usual GNU command line syntax, with long options " "starting with two dashes ('*-*'). *isoquery* supports the following options:" msgstr "" #. type: Labeled list #, no-wrap msgid "*-i, --iso*=_STANDARD_" msgstr "" #. type: Plain text msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-p, --pathname*=_PATHNAME_" msgstr "" #. type: Plain text msgid "" "Use _PATHNAME_ as prefix for the data files (default: " "/usr/share/iso-codes/json)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-l, --locale*=_LOCALE_" msgstr "" #. type: Plain text msgid "Use this _LOCALE_ for output" msgstr "" #. type: Labeled list #, no-wrap msgid "*-n, --name*" msgstr "" #. type: Plain text msgid "Name for the supplied codes (default)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-o, --official_name*" msgstr "" #. type: Plain text msgid "" "Official name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-c, --common_name*" msgstr "" #. type: Plain text msgid "" "Common name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-0, --null*" msgstr "" #. type: Plain text msgid "Separate entries with a NULL character instead of newline" msgstr "" #. type: Labeled list #, no-wrap msgid "*-f, --flag*" msgstr "" #. type: Plain text msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-h, --help*" msgstr "" #. type: Plain text msgid "Show summary of options" msgstr "" #. type: Labeled list #, no-wrap msgid "*-v, --version*" msgstr "" #. type: Plain text msgid "Show program version and copyright" msgstr "" #. type: Title == #, no-wrap msgid "Examples" msgstr "" #. type: Plain text msgid "" "If called without any command line options, *isoquery* will print a table of " "all ISO 3166-1 codes. The first three columns contain the alpha-2 code, the " "alpha-3 code, and the numerical code assigned to the country listed in the " "fourth column." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" msgstr "" #. type: Plain text msgid "" "If you need only some countries, you can specify any of the codes in the " "first three columns to cut down the output." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" msgstr "" #. type: Plain text msgid "" "Should you need the translations of the countries' names, just specify in " "which _LOCALE_ you'd like to see the output. Please note that the original " "English name will be shown if there is no translation available for the " "specified _LOCALE_." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" msgstr "" #. type: Plain text msgid "" "If your terminal supports the unicode regional indicator symbol letters, you " "can use the *--flag* command line option. Those letters can be displayed as " "a country flag." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" msgstr "" #. type: Plain text msgid "" "All of the above works for different ISO standards as well, so you can " "switch to the more extensive standard ISO 3166-2 by using the *--iso* " "command line option. The columns are ISO 3166-2 code, subset type " "(e.g. State, Province, etc.), parent, and name. The third column (parent) " "may be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" msgstr "" #. type: Plain text msgid "" "Codes which have been deleted from ISO 3166-1 are available in ISO 3166-3. " "The columns are alpha-3 code, alpha-4 code, numeric code, comment, " "withdrawal date, and name. The columns for numeric code, comment, and " "withdrawal date may be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist " "Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" msgstr "" #. type: Plain text msgid "" "For ISO 639-2, the first three columns are the alpha-3 code, the " "bibliographic code, and the alpha-2 code. The second and third columns may " "be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" msgstr "" #. type: Plain text msgid "" "You can trim down the results by specifying only some codes. Moreover, the " "option to get translated names is also available." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" msgstr "" #. type: Plain text msgid "" "If you want to use ISO 639-3, the displayed columns are alpha-3, scope, " "type, alpha-2, bibliographic, and the language name. Both alpha-2 and " "bibliographic may be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" msgstr "" #. type: Plain text msgid "ISO 639-5 is also available. The displayed columns are alpha-3 and name." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" msgstr "" #. type: Plain text msgid "" "You can get selected translations of currency names from the ISO 4217 " "standard by using the following command. The first of the columns is the " "alpha-3 code, and the second one is the numerical code assigned to the " "currency. The name of the currency is shown in the third column." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" msgstr "" #. type: Plain text msgid "" "If you need to get script names, you can use the ISO 15924 table. The first " "of the columns is the alpha-4 code, and the second one is the numerical code " "assigned to the script. The name of the script is shown in the third column." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" msgstr "" #. type: Title == #, no-wrap msgid "Files" msgstr "" #. type: Plain text msgid "By default, the JSON files provided by the *iso-codes* package will be used." msgstr "" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-2.json_" msgstr "" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-3.json_" msgstr "" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-5.json_" msgstr "" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-1.json_" msgstr "" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-2.json_" msgstr "" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-3.json_" msgstr "" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_4217.json_" msgstr "" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_15924.json_" msgstr "" #. type: Title == #, no-wrap msgid "Author" msgstr "" isoquery/man/isoquery.adoc000066400000000000000000000147771522716617300162530ustar00rootroot00000000000000= isoquery(1) Dr. Tobias Quathamer :doctype: manpage :docdate: 2026-07-19 :man source: 3.4.0 :!author: == Name isoquery - search and display various ISO codes (country, language, …) == Synopsis *isoquery* [_OPTION …_] [_ISO codes_] == Description This manual page documents briefly the *isoquery* command. It can be used to generate a tabular output of the ISO standard codes provided by the package *iso-codes*. It parses the JSON files and shows all included ISO codes or just matching entries, if specified on the command line. Moreover, it's possible to get all available translations for the ISO standard. == Options This program follows the usual GNU command line syntax, with long options starting with two dashes ('*-*'). *isoquery* supports the following options: *-i, --iso*=_STANDARD_:: The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, 3166-2, 3166-3, 4217, 15924 (default: 3166-1) *-p, --pathname*=_PATHNAME_:: Use _PATHNAME_ as prefix for the data files (default: /usr/share/iso-codes/json) *-l, --locale*=_LOCALE_:: Use this _LOCALE_ for output *-n, --name*:: Name for the supplied codes (default) *-o, --official_name*:: Official name for the supplied codes. This may be the same as *--name* (only applies to ISO 3166-1) *-c, --common_name*:: Common name for the supplied codes. This may be the same as *--name* (only applies to ISO 639-2, 639-3, and 3166-1) *-0, --null*:: Separate entries with a NULL character instead of newline *-f, --flag*:: Show country flags with regional indicator symbol letters (only applies to ISO 3166-1) *-h, --help*:: Show summary of options *-v, --version*:: Show program version and copyright == Examples If called without any command line options, *isoquery* will print a table of all ISO 3166-1 codes. The first three columns contain the alpha-2 code, the alpha-3 code, and the numerical code assigned to the country listed in the fourth column. .... $ isoquery AW ABW 533 Aruba […] ZW ZWE 716 Zimbabwe .... If you need only some countries, you can specify any of the codes in the first three columns to cut down the output. .... $ isoquery so nor 484 SO SOM 706 Somalia NO NOR 578 Norway MX MEX 484 Mexico .... Should you need the translations of the countries' names, just specify in which _LOCALE_ you'd like to see the output. Please note that the original English name will be shown if there is no translation available for the specified _LOCALE_. .... $ isoquery --locale=nl fr de es FR FRA 250 Frankrijk DE DEU 276 Duitsland ES ESP 724 Spanje .... If your terminal supports the unicode regional indicator symbol letters, you can use the *--flag* command line option. Those letters can be displayed as a country flag. .... $ isoquery --flag --locale=nl fr de es FR FRA 250 🇫🇷 Frankrijk DE DEU 276 🇩🇪 Duitsland ES ESP 724 🇪🇸 Spanje .... All of the above works for different ISO standards as well, so you can switch to the more extensive standard ISO 3166-2 by using the *--iso* command line option. The columns are ISO 3166-2 code, subset type (e.g. State, Province, etc.), parent, and name. The third column (parent) may be empty. .... $ isoquery --iso=3166-2 AD-02 Parish Canillo […] ZW-MW Province Mashonaland West .... Codes which have been deleted from ISO 3166-1 are available in ISO 3166-3. The columns are alpha-3 code, alpha-4 code, numeric code, comment, withdrawal date, and name. The columns for numeric code, comment, and withdrawal date may be empty. .... $ isoquery --iso=3166-3 AFI AIDJ 262 1977 French Afars and Issas ANT ANHH 532 1993-07-12 Netherlands Antilles […] YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of ZAR ZRCD 180 1997-07-14 Zaire, Republic of .... For ISO 639-2, the first three columns are the alpha-3 code, the bibliographic code, and the alpha-2 code. The second and third columns may be empty. .... $ isoquery --iso=639-2 aar aa Afar abk ab Abkhazian ace Achinese […] zun Zuni zxx No linguistic content; Not applicable zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki .... You can trim down the results by specifying only some codes. Moreover, the option to get translated names is also available. .... $ isoquery --iso=639-2 --locale=pt vi bo kl vie vi Vietnamita bod tib bo tibetano kal kl Kalaallisut; Greenlandic .... If you want to use ISO 639-3, the displayed columns are alpha-3, scope, type, alpha-2, bibliographic, and the language name. Both alpha-2 and bibliographic may be empty. .... $ isoquery -i 639-3 aal new spa guc aal I L Afade new I L Newari spa I L es Spanish guc I L Wayuu .... ISO 639-5 is also available. The displayed columns are alpha-3 and name. .... $ isoquery -i 639-5 aus tut aus Australian languages tut Altaic languages .... You can get selected translations of currency names from the ISO 4217 standard by using the following command. The first of the columns is the alpha-3 code, and the second one is the numerical code assigned to the currency. The name of the currency is shown in the third column. .... $ isoquery --iso=4217 --locale=da cad 392 CAD 124 Canadisk dollar JPY 392 Yen .... If you need to get script names, you can use the ISO 15924 table. The first of the columns is the alpha-4 code, and the second one is the numerical code assigned to the script. The name of the script is shown in the third column. .... $ isoquery --iso=15924 jpan latn 280 Jpan 413 Japanese (alias for Han + Hiragana + Katakana) Latn 215 Latin Visp 280 Visible Speech .... == Files By default, the JSON files provided by the *iso-codes* package will be used. * _/usr/share/iso-codes/json/iso_639-2.json_ * _/usr/share/iso-codes/json/iso_639-3.json_ * _/usr/share/iso-codes/json/iso_639-5.json_ * _/usr/share/iso-codes/json/iso_3166-1.json_ * _/usr/share/iso-codes/json/iso_3166-2.json_ * _/usr/share/iso-codes/json/iso_3166-3.json_ * _/usr/share/iso-codes/json/iso_4217.json_ * _/usr/share/iso-codes/json/iso_15924.json_ == Author Dr. Tobias Quathamer isoquery/man/it.add000066400000000000000000000002211522716617300146040ustar00rootroot00000000000000PO4A-HEADER:mode=after;position=Autore;beginboundary=FakePo4aBoundary == Traduzione Sebastiano Pistore isoquery/man/it.po000066400000000000000000000422461522716617300145070ustar00rootroot00000000000000# Translation of isoquery manpage to Italian # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2020 Sebastiano Pistore # SPDX-FileCopyrightText: 2022 Dr. Tobias Quathamer msgid "" msgstr "" "Project-Id-Version: isoquery\n" "POT-Creation-Date: 2026-07-19 15:39+0200\n" "PO-Revision-Date: 2022-06-15 10:29+0000\n" "Last-Translator: Dr. Tobias Quathamer \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.13-dev\n" #. type: Title = #, no-wrap msgid "isoquery(1)" msgstr "isoquery(1)" #. type: Plain text msgid "Dr. Tobias Quathamer " msgstr "Dr. Tobias Quathamer " #. type: Title == #, no-wrap msgid "Name" msgstr "" #. type: Plain text msgid "isoquery - search and display various ISO codes (country, language, …)" msgstr "" "isoquery - Cerca e visualizza codici in alcuni standard ISO (paesi, lingue, " "etc…)" #. type: Title == #, no-wrap msgid "Synopsis" msgstr "Sintassi" #. type: Plain text msgid "*isoquery* [_OPTION …_] [_ISO codes_]" msgstr "*isoquery* [_OPZIONI …_] [_Codici ISO_]" #. type: Title == #, no-wrap msgid "Description" msgstr "Descrizione" #. type: Plain text msgid "" "This manual page documents briefly the *isoquery* command. It can be used " "to generate a tabular output of the ISO standard codes provided by the " "package *iso-codes*. It parses the JSON files and shows all included ISO " "codes or just matching entries, if specified on the command line. Moreover, " "it's possible to get all available translations for the ISO standard." msgstr "" "Questa pagina documenta brevemente il comando *isoquery*. Può essere " "utilizzato per generare un output tabulare dei codici standard ISO forniti " "dal pacchetto *iso-codes*. Analizza i file JSON e mostra tutti i codici ISO " "che contengono oppure solo alcuni, se specificato da riga di comando. " "Inoltre permette di ottenere tutte le traduzioni disponibili dei codici ISO." #. type: Title == #, no-wrap msgid "Options" msgstr "Opzioni" #. type: Plain text msgid "" "This program follows the usual GNU command line syntax, with long options " "starting with two dashes ('*-*'). *isoquery* supports the following options:" msgstr "" "Questo programma segue la sintassi della linea di comando GNU, le opzioni " "sono precedute da due trattini ('*-*'). *isoquery* accetta le seguenti " "opzioni:" #. type: Labeled list #, no-wrap msgid "*-i, --iso*=_STANDARD_" msgstr "*-i, --iso*=_STANDARD_" #. type: Plain text msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "Standard ISO da utilizzare. Valori possibili: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" #. type: Labeled list #, no-wrap msgid "*-p, --pathname*=_PATHNAME_" msgstr "*-p, --pathname*=_NOMEPERCORSO_" #. type: Plain text msgid "" "Use _PATHNAME_ as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Utilizza i dati ISO presenti nei file json presenti in _NOMEPERCORSO_ " "(default: /usr/share/iso-codes/json)" #. type: Labeled list #, no-wrap msgid "*-l, --locale*=_LOCALE_" msgstr "*-l, --locale*=_LOCALE_" #. type: Plain text msgid "Use this _LOCALE_ for output" msgstr "Utilizzare questo valore di _LOCALE_ per l'output" #. type: Labeled list #, no-wrap msgid "*-n, --name*" msgstr "*-n, --name*" #. type: Plain text msgid "Name for the supplied codes (default)" msgstr "Nome dei codici (predefinito)" #. type: Labeled list #, no-wrap msgid "*-o, --official_name*" msgstr "*-o, --official_name*" #. type: Plain text msgid "" "Official name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 3166-1)" msgstr "" "Nome ufficiale dei codici. Il valore restituito può essere uguale a *--name* " "(si applica solo a ISO 3166-1)" #. type: Labeled list #, no-wrap msgid "*-c, --common_name*" msgstr "*-c, --common_name*" #. type: Plain text msgid "" "Common name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Nome comune dei codici. Il valore restituito può essere uguale a *--name* " "(si applica solo a ISO 639-2, 639-3 e 3166-1)" #. type: Labeled list #, no-wrap msgid "*-0, --null*" msgstr "*-0, --null*" #. type: Plain text msgid "Separate entries with a NULL character instead of newline" msgstr "Separare le voci con un carattere NULL anziché con il ritorno a capo" #. type: Labeled list #, no-wrap msgid "*-f, --flag*" msgstr "*-f, --flag*" #. type: Plain text #, fuzzy #| msgid "" #| "-o, --official_name Official name for the supplied codes. This " #| "may be\n" #| " the same as --name (only applies to ISO " #| "3166-1)\n" msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "(si applica solo a ISO 3166-1)" #. type: Labeled list #, no-wrap msgid "*-h, --help*" msgstr "*-h, --help*" #. type: Plain text msgid "Show summary of options" msgstr "Mostra un riepilogo delle opzioni" #. type: Labeled list #, no-wrap msgid "*-v, --version*" msgstr "*-v, --version*" #. type: Plain text msgid "Show program version and copyright" msgstr "Mostra la versione del programma ed il copyright" #. type: Title == #, no-wrap msgid "Examples" msgstr "Esempi" #. type: Plain text msgid "" "If called without any command line options, *isoquery* will print a table of " "all ISO 3166-1 codes. The first three columns contain the alpha-2 code, the " "alpha-3 code, and the numerical code assigned to the country listed in the " "fourth column." msgstr "" "Quando viene lanciato senza alcuna opzione *isoquery* restituisce una " "tabella di tutti i codici ISO 3166-1. Le prime tre colonne contengono il " "codice alfa-2, il codice alfa3 ed il codice numerico assegnato al paese " "indicato nella quarta colonna." #. type: delimited block . #, no-wrap msgid "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" msgstr "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" #. type: Plain text msgid "" "If you need only some countries, you can specify any of the codes in the " "first three columns to cut down the output." msgstr "" "Se sono necessari solo alcuni paesi è possibile indicarli con uno qualsiasi " "dei codici delle prime tre colonne per ridurre l'output." #. type: delimited block . #, no-wrap msgid "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" msgstr "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" #. type: Plain text msgid "" "Should you need the translations of the countries' names, just specify in " "which _LOCALE_ you'd like to see the output. Please note that the original " "English name will be shown if there is no translation available for the " "specified _LOCALE_." msgstr "" "Se hai bisogno della traduzioni dei nomi dei paesi, specifica in quale " "_LOCALE_ desideri l'output. Si prega di notare che verrà visualizzato il " "nome in Inglese se non è disponibile la traduzione per un determinato " "_LOCALE_." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" msgstr "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" #. type: Plain text msgid "" "If your terminal supports the unicode regional indicator symbol letters, you " "can use the *--flag* command line option. Those letters can be displayed as " "a country flag." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" msgstr "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" #. type: Plain text msgid "" "All of the above works for different ISO standards as well, so you can " "switch to the more extensive standard ISO 3166-2 by using the *--iso* " "command line option. The columns are ISO 3166-2 code, subset type (e.g. " "State, Province, etc.), parent, and name. The third column (parent) may be " "empty." msgstr "" "Tutto quanto detto sopra funziona per diversi standard ISO, in questo modo è " "possibile utilizzare lo standard ISO 3166-2, che è più ampio, semplicemente " "utilizzando l'opzione *--iso*. Le colonne sono: codice ISO 3166-2, tipo (ad " "esempio Stato, Provincia e così via), oggetto padre e nome. La terza colonna " "(oggetto padre) può essere vuota." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" msgstr "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" #. type: Plain text msgid "" "Codes which have been deleted from ISO 3166-1 are available in ISO 3166-3. " "The columns are alpha-3 code, alpha-4 code, numeric code, comment, " "withdrawal date, and name. The columns for numeric code, comment, and " "withdrawal date may be empty." msgstr "" "I codici cancellati da ISO 3166-1 sono disponibili in ISO 3166-3. Le " "colonne sono alfa-3, alfa-4, il codice numerico, commento, fine periodo " "validità e nome. Le colonne: codice numerico, commento e fine periodo " "validità possono essere vuote." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" msgstr "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" #. type: Plain text msgid "" "For ISO 639-2, the first three columns are the alpha-3 code, the " "bibliographic code, and the alpha-2 code. The second and third columns may " "be empty." msgstr "" "Se viene utilizzato lo standard ISO 639-2 le colonne visualizzate sono " "alfa-3, codice bibliografico e alfa-2. La seconda e la terza colonna possono " "essere vuote." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" msgstr "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" #. type: Plain text msgid "" "You can trim down the results by specifying only some codes. Moreover, the " "option to get translated names is also available." msgstr "" "È possibile semplificare i risultati indicando solamente alcuni codici. " "Ovviamente è possibile indicare di tradurre questi risultati." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" msgstr "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" #. type: Plain text msgid "" "If you want to use ISO 639-3, the displayed columns are alpha-3, scope, " "type, alpha-2, bibliographic, and the language name. Both alpha-2 and " "bibliographic may be empty." msgstr "" "Se viene utilizzato lo standard ISO 639-3 le colonne visualizzate sono " "alfa-3, ambito, tipo, alfa-2, codice bibliografico e nome della lingua. Sia " "alpha-2 che codice bibliografico possono essere vuoti." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" msgstr "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" #. type: Plain text msgid "" "ISO 639-5 is also available. The displayed columns are alpha-3 and name." msgstr "" "È disponibile anche ISO 639-5. Le colonne contengono alfa-3 ed il nome." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" msgstr "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" #. type: Plain text #, fuzzy #| msgid "" #| "You can get selected translations of currency names from the ISO 4217 " #| "standard by using the following command. The first two columns are the " #| "alpha-3 code and the numerical code assigned to the currency." msgid "" "You can get selected translations of currency names from the ISO 4217 " "standard by using the following command. The first of the columns is the " "alpha-3 code, and the second one is the numerical code assigned to the " "currency. The name of the currency is shown in the third column." msgstr "" "È possibile ottenere le traduzioni selezionate dei nomi di valuta dallo " "standard ISO 4217 utilizzando il comando seguente. Le prime due colonne " "contengono il codice alfa-3 ed il codice numerico assegnato alla valuta." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" msgstr "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" #. type: Plain text #, fuzzy #| msgid "" #| "If you need to get script names, you can use the ISO 15924 table. The " #| "first two columns are the alpha-4 code and the numerical code assigned to " #| "the script." msgid "" "If you need to get script names, you can use the ISO 15924 table. The first " "of the columns is the alpha-4 code, and the second one is the numerical code " "assigned to the script. The name of the script is shown in the third column." msgstr "" "Per ottenere i nomi dei sistemi di scrittura è possibile utilizzare la " "tabella ISO 15924. Le prime due colonne contengono il codice alfa-4 ed il " "codice numerico assegnato alla scrittura." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" msgstr "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" #. type: Title == #, no-wrap msgid "Files" msgstr "File" #. type: Plain text msgid "" "By default, the JSON files provided by the *iso-codes* package will be used." msgstr "" "Di default verranno utilizzati i file JSON forniti dal pacchetto *iso-codes*." #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-2.json_" msgstr "_/usr/share/iso-codes/json/iso_639-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-3.json_" msgstr "_/usr/share/iso-codes/json/iso_639-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-5.json_" msgstr "_/usr/share/iso-codes/json/iso_639-5.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-1.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-1.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-2.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-3.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_4217.json_" msgstr "_/usr/share/iso-codes/json/iso_4217.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_15924.json_" msgstr "_/usr/share/iso-codes/json/iso_15924.json_" #. type: Title == #, no-wrap msgid "Author" msgstr "Autore" isoquery/man/ka.po000066400000000000000000000304151522716617300144610ustar00rootroot00000000000000# Translation of isoquery manpage to Georgian # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2026 Temuri Doghonadze msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2026-07-19 15:39+0200\n" "PO-Revision-Date: 2026-06-25 19:45+0000\n" "Last-Translator: Temuri Doghonadze \n" "Language-Team: Georgian \n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2026.7.dev0\n" #. type: Title = #, no-wrap msgid "isoquery(1)" msgstr "isoquery(1)" #. type: Plain text msgid "Dr. Tobias Quathamer " msgstr "Dr. Tobias Quathamer " #. type: Title == #, no-wrap msgid "Name" msgstr "სახელი" #. type: Plain text msgid "isoquery - search and display various ISO codes (country, language, …)" msgstr "" "isoquery - სხვადასხვა ISO კოდების (ქვეყნის, ენის, ....) ძებნა და გამოტანა" #. type: Title == #, no-wrap msgid "Synopsis" msgstr "მოკლე შინაარსი" #. type: Plain text msgid "*isoquery* [_OPTION …_] [_ISO codes_]" msgstr "*isoquery* [_პარამეტრი …_] [_ISOკოდები_]" #. type: Title == #, no-wrap msgid "Description" msgstr "აღწერა" #. type: Plain text msgid "" "This manual page documents briefly the *isoquery* command. It can be used " "to generate a tabular output of the ISO standard codes provided by the " "package *iso-codes*. It parses the JSON files and shows all included ISO " "codes or just matching entries, if specified on the command line. Moreover, " "it's possible to get all available translations for the ISO standard." msgstr "" #. type: Title == #, no-wrap msgid "Options" msgstr "მორგება" #. type: Plain text msgid "" "This program follows the usual GNU command line syntax, with long options " "starting with two dashes ('*-*'). *isoquery* supports the following options:" msgstr "" #. type: Labeled list #, no-wrap msgid "*-i, --iso*=_STANDARD_" msgstr "*-i, --iso*=_STANDARD_" #. type: Plain text msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-p, --pathname*=_PATHNAME_" msgstr "*-p, --pathname*=_PATHNAME_" #. type: Plain text msgid "" "Use _PATHNAME_ as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "_PATHAME_-ის გამოყენება პრეფიქსად მონაცემთა ფაილებისთვის (ნაგულისხმევი:/usr/" "share/iso-codes/json)" #. type: Labeled list #, no-wrap msgid "*-l, --locale*=_LOCALE_" msgstr "*-l, --locale*=_LOCALE_" #. type: Plain text msgid "Use this _LOCALE_ for output" msgstr "ამ _LOCALE_-ის გამოყენება გამოტანისას" #. type: Labeled list #, no-wrap msgid "*-n, --name*" msgstr "*-n, --name*" #. type: Plain text msgid "Name for the supplied codes (default)" msgstr "სახელი მიწოდებული კოდებისთვის (ნაგულისხმევი)" #. type: Labeled list #, no-wrap msgid "*-o, --official_name*" msgstr "*-o, --official_name*" #. type: Plain text msgid "" "Official name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-c, --common_name*" msgstr "*-c, --common_name*" #. type: Plain text msgid "" "Common name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-0, --null*" msgstr "*-0, --null*" #. type: Plain text msgid "Separate entries with a NULL character instead of newline" msgstr "ჩანაწერების განცალკევება სიმბოლოთი NULL ახალი ხაზის მაგიერ" #. type: Labeled list #, no-wrap msgid "*-f, --flag*" msgstr "*-f, --flag*" #. type: Plain text msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-h, --help*" msgstr "*-h, --help*" #. type: Plain text msgid "Show summary of options" msgstr "პარამეტრების შეჯამების ჩვენება" #. type: Labeled list #, no-wrap msgid "*-v, --version*" msgstr "*-v, --version*" #. type: Plain text msgid "Show program version and copyright" msgstr "პროგრამის ვერსიისა და საავტორო უფლებების ჩვენება" #. type: Title == #, no-wrap msgid "Examples" msgstr "მაგალითები" #. type: Plain text msgid "" "If called without any command line options, *isoquery* will print a table of " "all ISO 3166-1 codes. The first three columns contain the alpha-2 code, the " "alpha-3 code, and the numerical code assigned to the country listed in the " "fourth column." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" msgstr "" "$ isoquery\n" "AW ABW 533 არუბა\n" "[…]\n" "ZW ZWE 716 ზიმბაბვე\n" #. type: Plain text msgid "" "If you need only some countries, you can specify any of the codes in the " "first three columns to cut down the output." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" msgstr "" #. type: Plain text msgid "" "Should you need the translations of the countries' names, just specify in " "which _LOCALE_ you'd like to see the output. Please note that the original " "English name will be shown if there is no translation available for the " "specified _LOCALE_." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" msgstr "" #. type: Plain text msgid "" "If your terminal supports the unicode regional indicator symbol letters, you " "can use the *--flag* command line option. Those letters can be displayed as " "a country flag." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" msgstr "" #. type: Plain text msgid "" "All of the above works for different ISO standards as well, so you can " "switch to the more extensive standard ISO 3166-2 by using the *--iso* " "command line option. The columns are ISO 3166-2 code, subset type (e.g. " "State, Province, etc.), parent, and name. The third column (parent) may be " "empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" msgstr "" #. type: Plain text msgid "" "Codes which have been deleted from ISO 3166-1 are available in ISO 3166-3. " "The columns are alpha-3 code, alpha-4 code, numeric code, comment, " "withdrawal date, and name. The columns for numeric code, comment, and " "withdrawal date may be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" msgstr "" #. type: Plain text msgid "" "For ISO 639-2, the first three columns are the alpha-3 code, the " "bibliographic code, and the alpha-2 code. The second and third columns may " "be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" msgstr "" #. type: Plain text msgid "" "You can trim down the results by specifying only some codes. Moreover, the " "option to get translated names is also available." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" msgstr "" #. type: Plain text msgid "" "If you want to use ISO 639-3, the displayed columns are alpha-3, scope, " "type, alpha-2, bibliographic, and the language name. Both alpha-2 and " "bibliographic may be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" msgstr "" #. type: Plain text msgid "" "ISO 639-5 is also available. The displayed columns are alpha-3 and name." msgstr "ასევე ხელმისაწვდომია ISO 639-5. გამოტანილი სვეტებია alpha-3 და სახელი." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" msgstr "" "$ isoquery -i 639-5 aus tut\n" "aus ავსტრალიური ენები\n" "tut ატლანტიკური ენები\n" #. type: Plain text msgid "" "You can get selected translations of currency names from the ISO 4217 " "standard by using the following command. The first of the columns is the " "alpha-3 code, and the second one is the numerical code assigned to the " "currency. The name of the currency is shown in the third column." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" msgstr "" #. type: Plain text msgid "" "If you need to get script names, you can use the ISO 15924 table. The first " "of the columns is the alpha-4 code, and the second one is the numerical code " "assigned to the script. The name of the script is shown in the third column." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" msgstr "" #. type: Title == #, no-wrap msgid "Files" msgstr "ფაილები" #. type: Plain text msgid "" "By default, the JSON files provided by the *iso-codes* package will be used." msgstr "" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-2.json_" msgstr "_/usr/share/iso-codes/json/iso_639-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-3.json_" msgstr "_/usr/share/iso-codes/json/iso_639-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-5.json_" msgstr "_/usr/share/iso-codes/json/iso_639-5.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-1.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-1.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-2.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-3.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_4217.json_" msgstr "_/usr/share/iso-codes/json/iso_4217.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_15924.json_" msgstr "_/usr/share/iso-codes/json/iso_15924.json_" #. type: Title == #, no-wrap msgid "Author" msgstr "ავტორი" isoquery/man/meson.build000066400000000000000000000035121522716617300156660ustar00rootroot00000000000000# SPDX-FileCopyrightText: 2026 Dr. Tobias Quathamer # # SPDX-License-Identifier: GPL-3.0-or-later fs = import('fs') # Create English manpage custom_target( 'build-manpage', input: 'isoquery.adoc', output: 'isoquery.1', command: [asciidoctor, '-b', 'manpage', '@INPUT@', '-o', '@OUTPUT@'], install: true, install_dir: get_option('mandir') / 'man1', ) # Create asciidoc files for all translations. # Note that translations below the threshold of 80 % # do not get an output, so those need to be disabled # here. Otherwise, the build fails. langs = [ 'de', 'es', 'et', 'fr', 'it', 'nb', 'pt', 'ro', 'sv', 'ta', 'tr', ] # Get the relative path to the source directory. # This is needed for po4a, because it does not # accept an absolute path. rel_path_to_source = fs.relative_to( meson.current_source_dir(), fs.parent(meson.current_build_dir()), ) foreach lang : langs conf_data = configuration_data() conf_data.set('sourcedir', rel_path_to_source) conf_data.set('builddir', meson.current_build_dir()) conf_data.set('lang', lang) cfg = configure_file( input: 'po4a.cfg.in', output: 'po4a-@0@.cfg'.format(lang), configuration: conf_data, ) translated_adoc = custom_target( 'build-asciidoc-@0@'.format(lang), input: ['isoquery.adoc', cfg, lang + '.po'], output: 'isoquery.@0@.adoc'.format(lang), command: [po4a, '--no-update', cfg], ) custom_target( 'build-manpage-@0@'.format(lang), input: translated_adoc, output: 'isoquery.1', build_subdir: 'man-@0@'.format(lang), command: [asciidoctor, '-b', 'manpage', '@INPUT@', '-o', '@OUTPUT@'], install: true, install_dir: get_option('mandir') / lang / 'man1', ) endforeach isoquery/man/nb.add000066400000000000000000000002031522716617300145670ustar00rootroot00000000000000PO4A-HEADER:mode=after;position=Utvikler;beginboundary=FakePo4aBoundary == Oversettelse Allan Nordhøy isoquery/man/nb.po000066400000000000000000000405741522716617300144740ustar00rootroot00000000000000# Translation of isoquery manpage to Norwegian Bokmål # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2022 Allan Nordhøy msgid "" msgstr "" "Project-Id-Version: isoquery\n" "POT-Creation-Date: 2026-07-19 15:39+0200\n" "PO-Revision-Date: 2022-06-15 10:29+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Norwegian Bokmål \n" "Language: nb_NO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.13-dev\n" #. type: Title = #, no-wrap msgid "isoquery(1)" msgstr "isoquery(1)" #. type: Plain text msgid "Dr. Tobias Quathamer " msgstr "Dr. Tobias Quathamer " #. type: Title == #, no-wrap msgid "Name" msgstr "Navn" #. type: Plain text msgid "isoquery - search and display various ISO codes (country, language, …)" msgstr "isoquery - Søk etter forskjellige ISO-koder (land, språk, …)" #. type: Title == #, no-wrap msgid "Synopsis" msgstr "Oversikt" #. type: Plain text msgid "*isoquery* [_OPTION …_] [_ISO codes_]" msgstr "*isoquery* [_ALTERNATIVER …_] [_ISO-koder_]" #. type: Title == #, no-wrap msgid "Description" msgstr "Beskrivelse" #. type: Plain text msgid "" "This manual page documents briefly the *isoquery* command. It can be used " "to generate a tabular output of the ISO standard codes provided by the " "package *iso-codes*. It parses the JSON files and shows all included ISO " "codes or just matching entries, if specified on the command line. Moreover, " "it's possible to get all available translations for the ISO standard." msgstr "" "Denne manualen tar for seg *isoquery*-kommandoen. Den kan brukes til å " "generere tabulert utdata av koder fra ISO-standarden, tilbudt av *iso-codes*-" "pakken. Den tolker JSON-filer og viser alle inkluderte ISO-koder, eller kun " "jamførte oppføringer (hvis det er angitt i kommandolinjen). Det er også " "mulig å få alle tilgjengelige oversettelser av ISO-standarden." #. type: Title == #, no-wrap msgid "Options" msgstr "Alternativer" #. type: Plain text msgid "" "This program follows the usual GNU command line syntax, with long options " "starting with two dashes ('*-*'). *isoquery* supports the following options:" msgstr "" "Dette programmet følger GNU-kommandolinjesyntaksen, med lange alternativer " "innledet av to bindestreker ('*-*'). *isoquery* støtter følgende " "alternativer:" #. type: Labeled list #, no-wrap msgid "*-i, --iso*=_STANDARD_" msgstr "*-i, --iso*=_STANDARD_" #. type: Plain text msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "ISO-standarden å bruke. Mulige verdier: 639-2, 639-3, 639-5, 3166-1, 3166-2, " "3166-3, 4217, 15924 (forvalg: 3166-1)" #. type: Labeled list #, no-wrap msgid "*-p, --pathname*=_PATHNAME_" msgstr "*-p, --pathname*=_PATHNAME_" #. type: Plain text msgid "" "Use _PATHNAME_ as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Bruk _PATHNAME_ som prefiks for datafilene (forvalg: /usr/share/iso-codes/" "json)" #. type: Labeled list #, no-wrap msgid "*-l, --locale*=_LOCALE_" msgstr "*-l, --locale*=_LOKALET_" #. type: Plain text msgid "Use this _LOCALE_ for output" msgstr "Bruk dette _LOKALET_ for utdata" #. type: Labeled list #, no-wrap msgid "*-n, --name*" msgstr "*-n, --name*" #. type: Plain text msgid "Name for the supplied codes (default)" msgstr "Navn på de angitte kodene (forvalg)" #. type: Labeled list #, no-wrap msgid "*-o, --official_name*" msgstr "*-o, --official_name*" #. type: Plain text msgid "" "Official name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 3166-1)" msgstr "" "Offisielt navn på angitte koder. Dette kan være det samme som *--name* (har " "kun innvirkning for ISO 3166-1)" #. type: Labeled list #, no-wrap msgid "*-c, --common_name*" msgstr "*-c, --common_name*" #. type: Plain text msgid "" "Common name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Gjengs navn for de angitte kodene. Dette kan være det samme som *--name* " "(har kunn innvirkning for ISO 639-2, 639-3, og 3166-1)" #. type: Labeled list #, no-wrap msgid "*-0, --null*" msgstr "*-0, --null*" #. type: Plain text msgid "Separate entries with a NULL character instead of newline" msgstr "Del inn oppføringer med et NULL-tegn istedenfor nylinje" #. type: Labeled list #, no-wrap msgid "*-f, --flag*" msgstr "*-f, --flag*" #. type: Plain text msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" "Vis landsflagg med stedsegne indikatorsymbols bokstaver (har kun innfirkning " "for ISO 3166-1)" #. type: Labeled list #, no-wrap msgid "*-h, --help*" msgstr "*-h, --help*" #. type: Plain text msgid "Show summary of options" msgstr "Vis et sammendrag over alternativer" #. type: Labeled list #, no-wrap msgid "*-v, --version*" msgstr "*-v, --version*" #. type: Plain text msgid "Show program version and copyright" msgstr "Vis programversjon og opphavsrett" #. type: Title == #, no-wrap msgid "Examples" msgstr "Eksempler" #. type: Plain text msgid "" "If called without any command line options, *isoquery* will print a table of " "all ISO 3166-1 codes. The first three columns contain the alpha-2 code, the " "alpha-3 code, and the numerical code assigned to the country listed in the " "fourth column." msgstr "" "Hvis det kalles uten noen kommandolinjealternativer vil *isoquery* skrive ut " "en tabell over alle ISO 3166-1-koder. De første tre kolonnene inneholder " "alfa-2-koden, alfa-3-koden, og tallkoden tildelt landet som er å finne i den " "fjerde kolonnen." #. type: delimited block . #, no-wrap msgid "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" msgstr "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" #. type: Plain text msgid "" "If you need only some countries, you can specify any of the codes in the " "first three columns to cut down the output." msgstr "" "Hvis du kun trenger noen land, kan du angi koder i de første tre kolonnene " "for å begrense utdata-omfanget." #. type: delimited block . #, no-wrap msgid "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" msgstr "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" #. type: Plain text msgid "" "Should you need the translations of the countries' names, just specify in " "which _LOCALE_ you'd like to see the output. Please note that the original " "English name will be shown if there is no translation available for the " "specified _LOCALE_." msgstr "" "Hvis du trenger oversettelser av landsnavnene kan du angi dette i det " "_LOCALET_ du ønsker utdata i. Merk at det opprinnelige Engelske navnet vil " "vises hvis det ikke finnes noen tilgjengelig oversettelse for angitt " "_LOCALET_." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" msgstr "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" #. type: Plain text msgid "" "If your terminal supports the unicode regional indicator symbol letters, you " "can use the *--flag* command line option. Those letters can be displayed as " "a country flag." msgstr "" "Hvis terminalen din støtter lokale symbolindikatorbokstaver fra Unicode kan " "du bruke *--flag*-kommandolinjevalget. De bokstavene kan vises som " "landsflagg." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" msgstr "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" #. type: Plain text msgid "" "All of the above works for different ISO standards as well, so you can " "switch to the more extensive standard ISO 3166-2 by using the *--iso* " "command line option. The columns are ISO 3166-2 code, subset type (e.g. " "State, Province, etc.), parent, and name. The third column (parent) may be " "empty." msgstr "" "Alt ovenfor fungerer også for forskjellige ISO-standarder, så du kan bytte " "til den mer rikholdige ISO 3166-2 ved å bruke *--iso*-kommandolinjevalget. " "Kolonnene er i ISO 3166-2-kode, regionsinndeling (f.eks. stat, provins, " "osv.), høyere inndeling, og navn. Den tredje kolonnen (høyere inndeling) kan " "være tom." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" msgstr "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" #. type: Plain text msgid "" "Codes which have been deleted from ISO 3166-1 are available in ISO 3166-3. " "The columns are alpha-3 code, alpha-4 code, numeric code, comment, " "withdrawal date, and name. The columns for numeric code, comment, and " "withdrawal date may be empty." msgstr "" "Koder som har blitt slettet fra ISO 3166-1 er tilgjengelige i ISO 3166-3. " "Kolonnene er alfa-3-kode, alfa-4-kode, tallkode, kommentar, innhentingsdato, " "og navn. Kolonnene for tallkode, kommentar, og innhentingsdato kan være " "tomme." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" msgstr "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" #. type: Plain text msgid "" "For ISO 639-2, the first three columns are the alpha-3 code, the " "bibliographic code, and the alpha-2 code. The second and third columns may " "be empty." msgstr "" "For ISO 639-2 er de første tre kolonnene alfa-3-kode, bibliografikode, og " "alfa-2-koden. Den andre og tredje kolonnen kan være tom." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" msgstr "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" #. type: Plain text msgid "" "You can trim down the results by specifying only some codes. Moreover, the " "option to get translated names is also available." msgstr "" "Du kan korte ned resultatet ved å kun angi noen koder. Alternativt kan du " "også få dem i oversatt versjon." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" msgstr "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" #. type: Plain text msgid "" "If you want to use ISO 639-3, the displayed columns are alpha-3, scope, " "type, alpha-2, bibliographic, and the language name. Both alpha-2 and " "bibliographic may be empty." msgstr "" "Hvis du vil bruke ISO 639-3 er de viste kolonnene alfa-3, omfang, type, " "alfa-2, bibliografisk, og språknavnet. Både alfa-2 og bibliografisk navn kan " "være tomme." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" msgstr "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" #. type: Plain text #, fuzzy msgid "" "ISO 639-5 is also available. The displayed columns are alpha-3 and name." msgstr "ISO 639-5 er også tilgjengelig. Viste kolonner er alfa-3 og navn." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" msgstr "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" #. type: Plain text #, fuzzy msgid "" "You can get selected translations of currency names from the ISO 4217 " "standard by using the following command. The first of the columns is the " "alpha-3 code, and the second one is the numerical code assigned to the " "currency. The name of the currency is shown in the third column." msgstr "" "Du kan få valgte oversettelser av valutanavn fra ISO 4217-standarden ved å " "bruke følgende kommando. De første to kolonnene er alfa-2-kode og tallkode " "tildelt valutaen." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" msgstr "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" #. type: Plain text #, fuzzy msgid "" "If you need to get script names, you can use the ISO 15924 table. The first " "of the columns is the alpha-4 code, and the second one is the numerical code " "assigned to the script. The name of the script is shown in the third column." msgstr "" "Hvis du trenger skriptnavn kan du bruke ISO 15924-tabellen. De første to " "kolonnene er alfa-4-kode, og tallmessig kode tildelt skriptet." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" msgstr "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" #. type: Title == #, no-wrap msgid "Files" msgstr "Filer" #. type: Plain text msgid "" "By default, the JSON files provided by the *iso-codes* package will be used." msgstr "Som forvalg vil JSON-filer som tilbys av *iso-codes* bli brukt." #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-2.json_" msgstr "_/usr/share/iso-codes/json/iso_639-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-3.json_" msgstr "_/usr/share/iso-codes/json/iso_639-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-5.json_" msgstr "_/usr/share/iso-codes/json/iso_639-5.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-1.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-1.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-2.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-3.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_4217.json_" msgstr "_/usr/share/iso-codes/json/iso_4217.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_15924.json_" msgstr "_/usr/share/iso-codes/json/iso_15924.json_" #. type: Title == #, no-wrap msgid "Author" msgstr "Utvikler" isoquery/man/po4a.cfg.in000066400000000000000000000005201522716617300154510ustar00rootroot00000000000000# SPDX-FileCopyrightText: 2026 Dr. Tobias Quathamer # # SPDX-License-Identifier: GPL-3.0-or-later [po_directory] @sourcedir@/ [options] --master-charset UTF-8 --localized-charset UTF-8 [type: asciidoc] @sourcedir@/isoquery.adoc \ @lang@:@builddir@/isoquery.@lang@.adoc \ add_@lang@:?@sourcedir@/@lang@.add isoquery/man/pt.add000066400000000000000000000001751522716617300146230ustar00rootroot00000000000000PO4A-HEADER:mode=after;position=Autor;beginboundary=FakePo4aBoundary == Tradução Américo Monteiro isoquery/man/pt.po000066400000000000000000000417231522716617300145150ustar00rootroot00000000000000# Translation of isoquery manpage to Portuguese # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2010 - 2016, 2026 Américo Monteiro # SPDX-FileCopyrightText: 2022, 2023 ssantos msgid "" msgstr "" "Project-Id-Version: isoquery\n" "POT-Creation-Date: 2026-07-19 15:39+0200\n" "PO-Revision-Date: 2026-02-22 19:45+0000\n" "Last-Translator: Américo Monteiro \n" "Language-Team: Portuguese \n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.16.1-dev\n" #. type: Title = #, no-wrap msgid "isoquery(1)" msgstr "isoquery(1)" #. type: Plain text msgid "Dr. Tobias Quathamer " msgstr "Dr. Tobias Quathamer " #. type: Title == #, no-wrap msgid "Name" msgstr "Nome" #. type: Plain text msgid "isoquery - search and display various ISO codes (country, language, …)" msgstr "isoquery - Procura e mostra vários códigos ISO (país, linguagem, …)" #. type: Title == #, no-wrap msgid "Synopsis" msgstr "Sinopse" #. type: Plain text msgid "*isoquery* [_OPTION …_] [_ISO codes_]" msgstr "*isoquery* [_OPÇÃO …_] [_códigos ISO_]" #. type: Title == #, no-wrap msgid "Description" msgstr "Descrição" #. type: Plain text msgid "" "This manual page documents briefly the *isoquery* command. It can be used " "to generate a tabular output of the ISO standard codes provided by the " "package *iso-codes*. It parses the JSON files and shows all included ISO " "codes or just matching entries, if specified on the command line. Moreover, " "it's possible to get all available translations for the ISO standard." msgstr "" "Este manual documenta brevemente o comando *isoquery*. Pode ser usado para " "gerar uma saída tabular dos códigos standard ISO disponibilizados pelo " "pacote *iso-codes*. Analisa os ficheiros JSON e mostra todos os códigos ISO " "incluídos ou apenas as entradas correspondentes, se tal for especificado na " "linha de comandos. Mais ainda, é possível obter todas as traduções " "disponíveis para o ISO standard." #. type: Title == #, no-wrap msgid "Options" msgstr "Opções" #. type: Plain text msgid "" "This program follows the usual GNU command line syntax, with long options " "starting with two dashes ('*-*'). *isoquery* supports the following options:" msgstr "" "Este programa segue a sintaxe de linha de comandos normal do GNU, com as " "opções longas a começarem com dois traços ('*-*'). O *isoquery* suporta as " "seguintes opções:" #. type: Labeled list #, no-wrap msgid "*-i, --iso*=_STANDARD_" msgstr "*-i, --iso*=_STANDARD_" #. type: Plain text msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "O standard ISO a usar. Valores possíveis: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (predefinição: 3166-1)" #. type: Labeled list #, no-wrap msgid "*-p, --pathname*=_PATHNAME_" msgstr "*-p, --pathname*=_NOME-DE-CAMINHO_" #. type: Plain text msgid "" "Use _PATHNAME_ as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Usa _NOME-DE-CAMINHO_ como prefixo para os ficheiros de dados " "(predefinição: /usr/share/iso-codes/json)" #. type: Labeled list #, no-wrap msgid "*-l, --locale*=_LOCALE_" msgstr "*-l, --locale*=_LOCALE_" #. type: Plain text msgid "Use this _LOCALE_ for output" msgstr "Use este _LOCALE_ para os resultados" #. type: Labeled list #, no-wrap msgid "*-n, --name*" msgstr "*-n, --name*" #. type: Plain text msgid "Name for the supplied codes (default)" msgstr "Nome para os códigos fornecidos (predefinição)" #. type: Labeled list #, no-wrap msgid "*-o, --official_name*" msgstr "*-o, --official_name*" #. type: Plain text msgid "" "Official name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 3166-1)" msgstr "" "Nome oficial dos códigos fornecidos. Isto pode ser o mesmo que *--name* " "(apenas se aplica ao ISO 3166-1)" #. type: Labeled list #, no-wrap msgid "*-c, --common_name*" msgstr "*-c, --common_name*" #. type: Plain text msgid "" "Common name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Nome comum dos códigos fornecidos. Isto pode ser o mesmo que *--name* " "(apenas se aplica a ISO 639-2, 639-3, e 3166-1)" #. type: Labeled list #, no-wrap msgid "*-0, --null*" msgstr "*-0, --null*" #. type: Plain text msgid "Separate entries with a NULL character instead of newline" msgstr "Separa as entradas com um caractere NULO em vez de nova linha" #. type: Labeled list #, no-wrap msgid "*-f, --flag*" msgstr "*-f, --flag*" #. type: Plain text msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" "Mostra bandeiras de países com letras de símbolos de indicadores regionais " "(aplica-se apenas a ISO 3166-1)" #. type: Labeled list #, no-wrap msgid "*-h, --help*" msgstr "*-h, --help*" #. type: Plain text msgid "Show summary of options" msgstr "Mostra o sumário de opções" #. type: Labeled list #, no-wrap msgid "*-v, --version*" msgstr "*-v, --version*" #. type: Plain text msgid "Show program version and copyright" msgstr "Mostra a versão do programa e direitos de autor" #. type: Title == #, no-wrap msgid "Examples" msgstr "Exemplos" #. type: Plain text msgid "" "If called without any command line options, *isoquery* will print a table of " "all ISO 3166-1 codes. The first three columns contain the alpha-2 code, the " "alpha-3 code, and the numerical code assigned to the country listed in the " "fourth column." msgstr "" "Se chamado sem nenhumas opções de linha de comandos, o *isoquery* irá " "escrever uma tabela de todos os códigos ISO 3166-1. As três primeiras " "colunas contêm o código alpha-2, o código alpha-3 e o código numérico " "atribuído ao país listado na quarta coluna." #. type: delimited block . #, no-wrap msgid "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" msgstr "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" #. type: Plain text msgid "" "If you need only some countries, you can specify any of the codes in the " "first three columns to cut down the output." msgstr "" "Se você apenas precisa de alguns países, pode especificar quaisquer dos " "códigos nas primeiras três colunas e cortar nos resultados." #. type: delimited block . #, no-wrap msgid "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" msgstr "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" #. type: Plain text msgid "" "Should you need the translations of the countries' names, just specify in " "which _LOCALE_ you'd like to see the output. Please note that the original " "English name will be shown if there is no translation available for the " "specified _LOCALE_." msgstr "" "Se precisar das traduções dos nomes dos países, especifique em que _LOCALE_ " "deseja ver os resultados. Por favor note que será mostrado o nome original " "em Inglês se não existir uma tradução disponível para o _LOCALE_ " "especificado." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" msgstr "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" #. type: Plain text msgid "" "If your terminal supports the unicode regional indicator symbol letters, you " "can use the *--flag* command line option. Those letters can be displayed as " "a country flag." msgstr "" "Se o seu terminal suportar letras do símbolo do indicador regional unicode, " "pode usar a opção de linha de comando *--flag*. Essas letras podem ser " "exibidas como bandeira do país." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" msgstr "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" #. type: Plain text msgid "" "All of the above works for different ISO standards as well, so you can " "switch to the more extensive standard ISO 3166-2 by using the *--iso* " "command line option. The columns are ISO 3166-2 code, subset type (e.g. " "State, Province, etc.), parent, and name. The third column (parent) may be " "empty." msgstr "" "Tudo em cima funciona também para diferentes ISO standards, portanto você " "pode mudar para o standard ISO 3166-2 mais extensivo usando a opção *--iso* " "na linha de comandos. A colunas são código ISO 3166-2, tipo de subconjunto " "(ex. Estado, Província, etc), parente e nome. A terceira coluna (parente) " "pode estar vazia." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" msgstr "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" #. type: Plain text msgid "" "Codes which have been deleted from ISO 3166-1 are available in ISO 3166-3. " "The columns are alpha-3 code, alpha-4 code, numeric code, comment, " "withdrawal date, and name. The columns for numeric code, comment, and " "withdrawal date may be empty." msgstr "" "Os códigos que foram apagados de ISO 3166-1 estão disponíveis em ISO 3166-3. " "As colunas são código alpha-3, código alpha-4, código numérico, comentários, " "data de retirada, e nome. As colunas para código numérico, comentários, e " "data de retirada podem estar vazias." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" msgstr "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" #. type: Plain text msgid "" "For ISO 639-2, the first three columns are the alpha-3 code, the " "bibliographic code, and the alpha-2 code. The second and third columns may " "be empty." msgstr "" "Para ISO 639-2, as primeiras três colunas são o código alpha-3, o código " "bibliográfico, e o código alpha-2. As segunda e terceira colunas podem estar " "vazias." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" msgstr "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" #. type: Plain text msgid "" "You can trim down the results by specifying only some codes. Moreover, the " "option to get translated names is also available." msgstr "" "Você pode estreitar os resultados ao especificar apenas alguns códigos. Mais " "ainda, a opção para obter nomes traduzidos está também disponível." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" msgstr "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" #. type: Plain text msgid "" "If you want to use ISO 639-3, the displayed columns are alpha-3, scope, " "type, alpha-2, bibliographic, and the language name. Both alpha-2 and " "bibliographic may be empty." msgstr "" "Se deseja usar ISO 639-3, as colunas mostradas são alpha-3, scope, tipo, " "alpha-2, bibliográfica, e o nome da linguagem. Ambas alpha-2 e bibliográfica " "podem estar vazias." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" msgstr "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" #. type: Plain text msgid "" "ISO 639-5 is also available. The displayed columns are alpha-3 and name." msgstr "" "Também está disponível ISO 639-5. As colunas mostradas são alpha-3 e nome." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" msgstr "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" #. type: Plain text msgid "" "You can get selected translations of currency names from the ISO 4217 " "standard by using the following command. The first of the columns is the " "alpha-3 code, and the second one is the numerical code assigned to the " "currency. The name of the currency is shown in the third column." msgstr "" "Pode obter traduções selecionadas de nomes de moeda do padrão ISO 4217 " "através do comando seguinte. O primeiro das colunas é o código alfa-3 e o " "segundo é o código numérico atribuído à moeda. O nome da moeda encontra-se " "na terceira coluna." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" msgstr "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" #. type: Plain text msgid "" "If you need to get script names, you can use the ISO 15924 table. The first " "of the columns is the alpha-4 code, and the second one is the numerical code " "assigned to the script. The name of the script is shown in the third column." msgstr "" "Se precisar obter nomes de script, pode usar a tabela ISO 15924. A primeira " "coluna é o código alfa-4 e a segundo é o código numérico atribuído ao " "script. O nome do script encontra-se na terceira coluna." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" msgstr "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" #. type: Title == #, no-wrap msgid "Files" msgstr "Ficheiros" #. type: Plain text msgid "" "By default, the JSON files provided by the *iso-codes* package will be used." msgstr "" "Por predefinição, serão usados os ficheiros JSON disponibilizados pelo " "pacote *iso-codes*." #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-2.json_" msgstr "_/usr/share/iso-codes/json/iso_639-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-3.json_" msgstr "_/usr/share/iso-codes/json/iso_639-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-5.json_" msgstr "_/usr/share/iso-codes/json/iso_639-5.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-1.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-1.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-2.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-3.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_4217.json_" msgstr "_/usr/share/iso-codes/json/iso_4217.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_15924.json_" msgstr "_/usr/share/iso-codes/json/iso_15924.json_" #. type: Title == #, no-wrap msgid "Author" msgstr "Autor" isoquery/man/ro.po000066400000000000000000000422011522716617300145020ustar00rootroot00000000000000# Translation of isoquery manpage to Romanian # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2024, 2025 Remus-Gabriel Chelu msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2026-07-19 15:39+0200\n" "PO-Revision-Date: 2025-02-08 19:45+0000\n" "Last-Translator: Remus-Gabriel Chelu \n" "Language-Team: Romanian \n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" "X-Generator: Weblate 5.10-dev\n" #. type: Title = #, no-wrap msgid "isoquery(1)" msgstr "isoquery(1)" #. type: Plain text msgid "Dr. Tobias Quathamer " msgstr "Dr. Tobias Quathamer " #. type: Title == #, no-wrap msgid "Name" msgstr "NUME" #. type: Plain text msgid "isoquery - search and display various ISO codes (country, language, …)" msgstr "isoquery - caută și afișează diverse coduri ISO (țară, limbă, ...)" #. type: Title == #, no-wrap msgid "Synopsis" msgstr "SINOPSIS" #. type: Plain text msgid "*isoquery* [_OPTION …_] [_ISO codes_]" msgstr "*isoquery* [_OPȚIUNE …_] [_coduri ISO_]" #. type: Title == #, no-wrap msgid "Description" msgstr "DESCRIERE" #. type: Plain text msgid "" "This manual page documents briefly the *isoquery* command. It can be used " "to generate a tabular output of the ISO standard codes provided by the " "package *iso-codes*. It parses the JSON files and shows all included ISO " "codes or just matching entries, if specified on the command line. Moreover, " "it's possible to get all available translations for the ISO standard." msgstr "" "Această pagină de manual documentează pe scurt comanda *isoquery*. Aceasta " "poate fi utilizată pentru a genera o ieșire separată prin tabulatoare a " "codurilor standard ISO furnizate de pachetul *iso-codes*. Aceasta analizează " "fișierele JSON și afișează toate codurile ISO incluse sau doar intrările " "corespunzătoare, dacă se specifică în linia de comandă. În plus, este " "posibil să se obțină toate traducerile disponibile pentru standardul ISO." #. type: Title == #, no-wrap msgid "Options" msgstr "OPȚIUNI" #. type: Plain text msgid "" "This program follows the usual GNU command line syntax, with long options " "starting with two dashes ('*-*'). *isoquery* supports the following options:" msgstr "" "Acest program urmează sintaxa obișnuită a liniei de comandă GNU, cu opțiuni " "lungi care încep cu două liniuțe („*-*”). *isoquery* acceptă următoarele " "opțiuni:" #. type: Labeled list #, no-wrap msgid "*-i, --iso*=_STANDARD_" msgstr "*-i, --iso*=_STANDARD_" #. type: Plain text msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "Standardul ISO de utilizat. Valorile posibile sunt: 639-2, 639-3, 639-5, " "3166-1, 3166-2, 3166-3, 4217, 15924 (implicit: 3166-1)" #. type: Labeled list #, no-wrap msgid "*-p, --pathname*=_PATHNAME_" msgstr "*-p, --pathname*=_NUMELE RUTEI_" #. type: Plain text msgid "" "Use _PATHNAME_ as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Utilizează _NUMELE RUTEI_ ca prefix pentru fișierele de date (implicit: „/" "usr/share/iso-codes/json)”" #. type: Labeled list #, no-wrap msgid "*-l, --locale*=_LOCALE_" msgstr "*-l, --locale*=_LOCALE_" #. type: Plain text msgid "Use this _LOCALE_ for output" msgstr "Utilizează această configurație regională (_LOCALE_) pentru ieșire" #. type: Labeled list #, no-wrap msgid "*-n, --name*" msgstr "*-n, --name*" #. type: Plain text msgid "Name for the supplied codes (default)" msgstr "Nume pentru codurile furnizate (implicit)" #. type: Labeled list #, no-wrap msgid "*-o, --official_name*" msgstr "*-o, --official_name*" #. type: Plain text msgid "" "Official name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 3166-1)" msgstr "" "Numele oficial pentru codurile furnizate. Acesta poate fi același cu *--" "name* (se aplică numai la ISO 3166-1)" #. type: Labeled list #, no-wrap msgid "*-c, --common_name*" msgstr "*-c, --common_name*" #. type: Plain text msgid "" "Common name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Nume comun pentru codurile furnizate. Acesta poate fi același cu *--name* " "(se aplică numai la ISO 639-2, 639-3 și 3166-1)" #. type: Labeled list #, no-wrap msgid "*-0, --null*" msgstr "*-0, --null*" #. type: Plain text msgid "Separate entries with a NULL character instead of newline" msgstr "Separă intrările cu un caracter NULL în loc de linie nouă" #. type: Labeled list #, no-wrap msgid "*-f, --flag*" msgstr "*-f, --flag*" #. type: Plain text msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" "Afișează steagurile țărilor cu literele simbolurilor indicatoare regionale " "(se aplică numai la ISO 3166-1)" #. type: Labeled list #, no-wrap msgid "*-h, --help*" msgstr "*-h, --help*" #. type: Plain text msgid "Show summary of options" msgstr "Afișează un rezumat al opțiunilor" #. type: Labeled list #, no-wrap msgid "*-v, --version*" msgstr "*-v, --version*" #. type: Plain text msgid "Show program version and copyright" msgstr "Afișează versiunea programului și drepturile de autor" #. type: Title == #, no-wrap msgid "Examples" msgstr "EXEMPLE" #. type: Plain text msgid "" "If called without any command line options, *isoquery* will print a table of " "all ISO 3166-1 codes. The first three columns contain the alpha-2 code, the " "alpha-3 code, and the numerical code assigned to the country listed in the " "fourth column." msgstr "" "Dacă este apelat fără nicio opțiune în linia de comandă, *isoquery* va afișa " "un tabel cu toate codurile ISO 3166-1. Primele trei coloane conțin codul " "alfa-2, codul alfa-3 și codul numeric atribuit țării listate în coloana a " "patra." #. type: delimited block . #, no-wrap msgid "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" msgstr "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" #. type: Plain text msgid "" "If you need only some countries, you can specify any of the codes in the " "first three columns to cut down the output." msgstr "" "Dacă aveți nevoie doar de câteva țări, puteți specifica oricare dintre " "codurile din primele trei coloane pentru a reduce volumul datelor de ieșire." #. type: delimited block . #, no-wrap msgid "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" msgstr "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" #. type: Plain text msgid "" "Should you need the translations of the countries' names, just specify in " "which _LOCALE_ you'd like to see the output. Please note that the original " "English name will be shown if there is no translation available for the " "specified _LOCALE_." msgstr "" "Dacă aveți nevoie de traducerea numelor țărilor, trebuie doar să specificați " "în ce limbă _LOCALE_ doriți să vedeți rezultatul. Vă rugăm să rețineți că " "numele original în limba engleză va fi afișat dacă nu există nicio traducere " "disponibilă pentru limba _LOCALE_ specificată." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" msgstr "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" #. type: Plain text msgid "" "If your terminal supports the unicode regional indicator symbol letters, you " "can use the *--flag* command line option. Those letters can be displayed as " "a country flag." msgstr "" "Dacă terminalul dvs. acceptă literele Unicode ale simbolului indicatorului " "regional, puteți utiliza opțiunea de linie de comandă *--flag*. Aceste " "litere pot fi afișate ca un steag al țării." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" msgstr "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" #. type: Plain text msgid "" "All of the above works for different ISO standards as well, so you can " "switch to the more extensive standard ISO 3166-2 by using the *--iso* " "command line option. The columns are ISO 3166-2 code, subset type (e.g. " "State, Province, etc.), parent, and name. The third column (parent) may be " "empty." msgstr "" "Toate cele de mai sus funcționează și pentru diferite standarde ISO, astfel " "încât puteți trece la standardul mai extins ISO 3166-2 utilizând opțiunea de " "linie de comandă *--iso*. Coloanele sunt codul ISO 3166-2, tipul de subset " "(de exemplu, stat, provincie etc.), părintele și numele. A treia coloană " "(părintele) poate fi goală." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" msgstr "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" #. type: Plain text msgid "" "Codes which have been deleted from ISO 3166-1 are available in ISO 3166-3. " "The columns are alpha-3 code, alpha-4 code, numeric code, comment, " "withdrawal date, and name. The columns for numeric code, comment, and " "withdrawal date may be empty." msgstr "" "Codurile care au fost eliminate din ISO 3166-1 sunt disponibile în ISO " "3166-3. Coloanele sunt codul alfa-3, codul alfa-4, codul numeric, " "comentariul, data retragerii și numele. Coloanele pentru codul numeric, " "comentariu și data retragerii pot fi goale." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" msgstr "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" #. type: Plain text msgid "" "For ISO 639-2, the first three columns are the alpha-3 code, the " "bibliographic code, and the alpha-2 code. The second and third columns may " "be empty." msgstr "" "Pentru ISO 639-2, primele trei coloane sunt codul alfa-3, codul bibliografic " "și codul alfa-2. A doua și a treia coloană pot fi goale." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" msgstr "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" #. type: Plain text msgid "" "You can trim down the results by specifying only some codes. Moreover, the " "option to get translated names is also available." msgstr "" "Puteți reduce rezultatele specificând doar unele coduri. În plus, este " "disponibilă și opțiunea de a obține denumiri traduse." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" msgstr "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" #. type: Plain text msgid "" "If you want to use ISO 639-3, the displayed columns are alpha-3, scope, " "type, alpha-2, bibliographic, and the language name. Both alpha-2 and " "bibliographic may be empty." msgstr "" "Dacă doriți să utilizați ISO 639-3, coloanele afișate sunt alfa-3, domeniul " "de aplicare, tipul, alfa-2, bibliografic și numele limbii. Atât alfa-2, cât " "și bibliografic pot fi goale." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" msgstr "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" #. type: Plain text msgid "" "ISO 639-5 is also available. The displayed columns are alpha-3 and name." msgstr "" "ISO 639-5 este de asemenea disponibil. Coloanele afișate sunt alfa-3 și " "numele." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" msgstr "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" #. type: Plain text msgid "" "You can get selected translations of currency names from the ISO 4217 " "standard by using the following command. The first of the columns is the " "alpha-3 code, and the second one is the numerical code assigned to the " "currency. The name of the currency is shown in the third column." msgstr "" "Puteți obține traduceri selectate ale numelor de monede din standardul ISO " "4217 utilizând următoarea comandă. Prima dintre coloane este codul alfa-3, " "iar a doua este codul numeric atribuit monedei. Numele monedei este afișat " "în a treia coloană." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" msgstr "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" #. type: Plain text msgid "" "If you need to get script names, you can use the ISO 15924 table. The first " "of the columns is the alpha-4 code, and the second one is the numerical code " "assigned to the script. The name of the script is shown in the third column." msgstr "" "Dacă trebuie să obțineți numele scrierilor, puteți utiliza tabelul ISO " "15924. Prima dintre coloane este codul alfa-4, iar a doua este codul numeric " "atribuit scrierii. Numele scrierii este indicat în a treia coloană." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" msgstr "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" #. type: Title == #, no-wrap msgid "Files" msgstr "FIȘIERE" #. type: Plain text msgid "" "By default, the JSON files provided by the *iso-codes* package will be used." msgstr "" "În mod implicit, vor fi utilizate fișierele JSON furnizate de pachetul *iso-" "codes*." #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-2.json_" msgstr "_/usr/share/iso-codes/json/iso_639-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-3.json_" msgstr "_/usr/share/iso-codes/json/iso_639-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-5.json_" msgstr "_/usr/share/iso-codes/json/iso_639-5.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-1.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-1.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-2.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-3.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_4217.json_" msgstr "_/usr/share/iso-codes/json/iso_4217.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_15924.json_" msgstr "_/usr/share/iso-codes/json/iso_15924.json_" #. type: Title == #, no-wrap msgid "Author" msgstr "AUTOR" isoquery/man/ru.po000066400000000000000000000312171522716617300145150ustar00rootroot00000000000000# Translation of isoquery manpage to Russian # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2022 Dr. Tobias Quathamer msgid "" msgstr "" "Project-Id-Version: isoquery\n" "POT-Creation-Date: 2026-07-19 15:39+0200\n" "PO-Revision-Date: 2022-06-15 12:40+0200\n" "Last-Translator: Dr. Tobias Quathamer \n" "Language-Team: German \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 21.12.3\n" #. type: Title = #, no-wrap msgid "isoquery(1)" msgstr "isoquery(1)" #. type: Plain text msgid "Dr. Tobias Quathamer " msgstr "Dr. Tobias Quathamer " #. type: Title == #, no-wrap msgid "Name" msgstr "" #. type: Plain text msgid "isoquery - search and display various ISO codes (country, language, …)" msgstr "" #. type: Title == #, no-wrap msgid "Synopsis" msgstr "" #. type: Plain text msgid "*isoquery* [_OPTION …_] [_ISO codes_]" msgstr "" #. type: Title == #, no-wrap msgid "Description" msgstr "" #. type: Plain text msgid "" "This manual page documents briefly the *isoquery* command. It can be used " "to generate a tabular output of the ISO standard codes provided by the " "package *iso-codes*. It parses the JSON files and shows all included ISO " "codes or just matching entries, if specified on the command line. Moreover, " "it's possible to get all available translations for the ISO standard." msgstr "" #. type: Title == #, no-wrap msgid "Options" msgstr "" #. type: Plain text msgid "" "This program follows the usual GNU command line syntax, with long options " "starting with two dashes ('*-*'). *isoquery* supports the following options:" msgstr "" #. type: Labeled list #, no-wrap msgid "*-i, --iso*=_STANDARD_" msgstr "" #. type: Plain text msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-p, --pathname*=_PATHNAME_" msgstr "" #. type: Plain text msgid "" "Use _PATHNAME_ as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-l, --locale*=_LOCALE_" msgstr "" #. type: Plain text msgid "Use this _LOCALE_ for output" msgstr "" #. type: Labeled list #, no-wrap msgid "*-n, --name*" msgstr "*-n, --name*" #. type: Plain text msgid "Name for the supplied codes (default)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-o, --official_name*" msgstr "*-o, --official_name*" #. type: Plain text msgid "" "Official name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-c, --common_name*" msgstr "*-c, --common_name*" #. type: Plain text msgid "" "Common name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-0, --null*" msgstr "*-0, --null*" #. type: Plain text msgid "Separate entries with a NULL character instead of newline" msgstr "" #. type: Labeled list #, no-wrap msgid "*-f, --flag*" msgstr "*-f, --flag*" #. type: Plain text msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-h, --help*" msgstr "*-h, --help*" #. type: Plain text msgid "Show summary of options" msgstr "" #. type: Labeled list #, no-wrap msgid "*-v, --version*" msgstr "*-v, --version*" #. type: Plain text msgid "Show program version and copyright" msgstr "" #. type: Title == #, no-wrap msgid "Examples" msgstr "" #. type: Plain text msgid "" "If called without any command line options, *isoquery* will print a table of " "all ISO 3166-1 codes. The first three columns contain the alpha-2 code, the " "alpha-3 code, and the numerical code assigned to the country listed in the " "fourth column." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" msgstr "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" #. type: Plain text msgid "" "If you need only some countries, you can specify any of the codes in the " "first three columns to cut down the output." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" msgstr "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" #. type: Plain text msgid "" "Should you need the translations of the countries' names, just specify in " "which _LOCALE_ you'd like to see the output. Please note that the original " "English name will be shown if there is no translation available for the " "specified _LOCALE_." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" msgstr "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" #. type: Plain text msgid "" "If your terminal supports the unicode regional indicator symbol letters, you " "can use the *--flag* command line option. Those letters can be displayed as " "a country flag." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" msgstr "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" #. type: Plain text msgid "" "All of the above works for different ISO standards as well, so you can " "switch to the more extensive standard ISO 3166-2 by using the *--iso* " "command line option. The columns are ISO 3166-2 code, subset type (e.g. " "State, Province, etc.), parent, and name. The third column (parent) may be " "empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" msgstr "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" #. type: Plain text msgid "" "Codes which have been deleted from ISO 3166-1 are available in ISO 3166-3. " "The columns are alpha-3 code, alpha-4 code, numeric code, comment, " "withdrawal date, and name. The columns for numeric code, comment, and " "withdrawal date may be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" msgstr "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" #. type: Plain text msgid "" "For ISO 639-2, the first three columns are the alpha-3 code, the " "bibliographic code, and the alpha-2 code. The second and third columns may " "be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" msgstr "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" #. type: Plain text msgid "" "You can trim down the results by specifying only some codes. Moreover, the " "option to get translated names is also available." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" msgstr "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" #. type: Plain text msgid "" "If you want to use ISO 639-3, the displayed columns are alpha-3, scope, " "type, alpha-2, bibliographic, and the language name. Both alpha-2 and " "bibliographic may be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" msgstr "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" #. type: Plain text msgid "" "ISO 639-5 is also available. The displayed columns are alpha-3 and name." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" msgstr "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" #. type: Plain text msgid "" "You can get selected translations of currency names from the ISO 4217 " "standard by using the following command. The first of the columns is the " "alpha-3 code, and the second one is the numerical code assigned to the " "currency. The name of the currency is shown in the third column." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" msgstr "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" #. type: Plain text msgid "" "If you need to get script names, you can use the ISO 15924 table. The first " "of the columns is the alpha-4 code, and the second one is the numerical code " "assigned to the script. The name of the script is shown in the third column." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" msgstr "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" #. type: Title == #, no-wrap msgid "Files" msgstr "" #. type: Plain text msgid "" "By default, the JSON files provided by the *iso-codes* package will be used." msgstr "" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-2.json_" msgstr "_/usr/share/iso-codes/json/iso_639-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-3.json_" msgstr "_/usr/share/iso-codes/json/iso_639-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-5.json_" msgstr "_/usr/share/iso-codes/json/iso_639-5.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-1.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-1.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-2.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-3.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_4217.json_" msgstr "_/usr/share/iso-codes/json/iso_4217.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_15924.json_" msgstr "_/usr/share/iso-codes/json/iso_15924.json_" #. type: Title == #, no-wrap msgid "Author" msgstr "" isoquery/man/si.po000066400000000000000000000312171522716617300145020ustar00rootroot00000000000000# Translation of isoquery manpage to Sinhala # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2022 Dr. Tobias Quathamer msgid "" msgstr "" "Project-Id-Version: isoquery\n" "POT-Creation-Date: 2026-07-19 15:39+0200\n" "PO-Revision-Date: 2022-06-15 12:40+0200\n" "Last-Translator: Dr. Tobias Quathamer \n" "Language-Team: German \n" "Language: si\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 21.12.3\n" #. type: Title = #, no-wrap msgid "isoquery(1)" msgstr "isoquery(1)" #. type: Plain text msgid "Dr. Tobias Quathamer " msgstr "Dr. Tobias Quathamer " #. type: Title == #, no-wrap msgid "Name" msgstr "" #. type: Plain text msgid "isoquery - search and display various ISO codes (country, language, …)" msgstr "" #. type: Title == #, no-wrap msgid "Synopsis" msgstr "" #. type: Plain text msgid "*isoquery* [_OPTION …_] [_ISO codes_]" msgstr "" #. type: Title == #, no-wrap msgid "Description" msgstr "" #. type: Plain text msgid "" "This manual page documents briefly the *isoquery* command. It can be used " "to generate a tabular output of the ISO standard codes provided by the " "package *iso-codes*. It parses the JSON files and shows all included ISO " "codes or just matching entries, if specified on the command line. Moreover, " "it's possible to get all available translations for the ISO standard." msgstr "" #. type: Title == #, no-wrap msgid "Options" msgstr "" #. type: Plain text msgid "" "This program follows the usual GNU command line syntax, with long options " "starting with two dashes ('*-*'). *isoquery* supports the following options:" msgstr "" #. type: Labeled list #, no-wrap msgid "*-i, --iso*=_STANDARD_" msgstr "" #. type: Plain text msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-p, --pathname*=_PATHNAME_" msgstr "" #. type: Plain text msgid "" "Use _PATHNAME_ as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-l, --locale*=_LOCALE_" msgstr "" #. type: Plain text msgid "Use this _LOCALE_ for output" msgstr "" #. type: Labeled list #, no-wrap msgid "*-n, --name*" msgstr "*-n, --name*" #. type: Plain text msgid "Name for the supplied codes (default)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-o, --official_name*" msgstr "*-o, --official_name*" #. type: Plain text msgid "" "Official name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-c, --common_name*" msgstr "*-c, --common_name*" #. type: Plain text msgid "" "Common name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-0, --null*" msgstr "*-0, --null*" #. type: Plain text msgid "Separate entries with a NULL character instead of newline" msgstr "" #. type: Labeled list #, no-wrap msgid "*-f, --flag*" msgstr "*-f, --flag*" #. type: Plain text msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-h, --help*" msgstr "*-h, --help*" #. type: Plain text msgid "Show summary of options" msgstr "" #. type: Labeled list #, no-wrap msgid "*-v, --version*" msgstr "*-v, --version*" #. type: Plain text msgid "Show program version and copyright" msgstr "" #. type: Title == #, no-wrap msgid "Examples" msgstr "" #. type: Plain text msgid "" "If called without any command line options, *isoquery* will print a table of " "all ISO 3166-1 codes. The first three columns contain the alpha-2 code, the " "alpha-3 code, and the numerical code assigned to the country listed in the " "fourth column." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" msgstr "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" #. type: Plain text msgid "" "If you need only some countries, you can specify any of the codes in the " "first three columns to cut down the output." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" msgstr "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" #. type: Plain text msgid "" "Should you need the translations of the countries' names, just specify in " "which _LOCALE_ you'd like to see the output. Please note that the original " "English name will be shown if there is no translation available for the " "specified _LOCALE_." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" msgstr "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" #. type: Plain text msgid "" "If your terminal supports the unicode regional indicator symbol letters, you " "can use the *--flag* command line option. Those letters can be displayed as " "a country flag." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" msgstr "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" #. type: Plain text msgid "" "All of the above works for different ISO standards as well, so you can " "switch to the more extensive standard ISO 3166-2 by using the *--iso* " "command line option. The columns are ISO 3166-2 code, subset type (e.g. " "State, Province, etc.), parent, and name. The third column (parent) may be " "empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" msgstr "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" #. type: Plain text msgid "" "Codes which have been deleted from ISO 3166-1 are available in ISO 3166-3. " "The columns are alpha-3 code, alpha-4 code, numeric code, comment, " "withdrawal date, and name. The columns for numeric code, comment, and " "withdrawal date may be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" msgstr "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" #. type: Plain text msgid "" "For ISO 639-2, the first three columns are the alpha-3 code, the " "bibliographic code, and the alpha-2 code. The second and third columns may " "be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" msgstr "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" #. type: Plain text msgid "" "You can trim down the results by specifying only some codes. Moreover, the " "option to get translated names is also available." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" msgstr "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" #. type: Plain text msgid "" "If you want to use ISO 639-3, the displayed columns are alpha-3, scope, " "type, alpha-2, bibliographic, and the language name. Both alpha-2 and " "bibliographic may be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" msgstr "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" #. type: Plain text msgid "" "ISO 639-5 is also available. The displayed columns are alpha-3 and name." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" msgstr "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" #. type: Plain text msgid "" "You can get selected translations of currency names from the ISO 4217 " "standard by using the following command. The first of the columns is the " "alpha-3 code, and the second one is the numerical code assigned to the " "currency. The name of the currency is shown in the third column." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" msgstr "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" #. type: Plain text msgid "" "If you need to get script names, you can use the ISO 15924 table. The first " "of the columns is the alpha-4 code, and the second one is the numerical code " "assigned to the script. The name of the script is shown in the third column." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" msgstr "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" #. type: Title == #, no-wrap msgid "Files" msgstr "" #. type: Plain text msgid "" "By default, the JSON files provided by the *iso-codes* package will be used." msgstr "" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-2.json_" msgstr "_/usr/share/iso-codes/json/iso_639-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-3.json_" msgstr "_/usr/share/iso-codes/json/iso_639-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-5.json_" msgstr "_/usr/share/iso-codes/json/iso_639-5.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-1.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-1.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-2.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-3.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_4217.json_" msgstr "_/usr/share/iso-codes/json/iso_4217.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_15924.json_" msgstr "_/usr/share/iso-codes/json/iso_15924.json_" #. type: Title == #, no-wrap msgid "Author" msgstr "" isoquery/man/sv.add000066400000000000000000000002061522716617300146230ustar00rootroot00000000000000PO4A-HEADER:mode=after;position=Författare;beginboundary=FakePo4aBoundary == Översättning Luna Jernberg isoquery/man/sv.po000066400000000000000000000414651522716617300145250ustar00rootroot00000000000000# Translation of isoquery manpage to Swedish # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2022 Dr. Tobias Quathamer # SPDX-FileCopyrightText: 2022 Luna Jernberg msgid "" msgstr "" "Project-Id-Version: isoquery\n" "POT-Creation-Date: 2026-07-19 15:39+0200\n" "PO-Revision-Date: 2022-10-27 12:31+0200\n" "Last-Translator: Luna Jernberg \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 21.12.3\n" #. type: Title = #, no-wrap msgid "isoquery(1)" msgstr "isoquery(1)" #. type: Plain text msgid "Dr. Tobias Quathamer " msgstr "Dr. Tobias Quathamer " #. type: Title == #, no-wrap msgid "Name" msgstr "Namn" #. type: Plain text msgid "isoquery - search and display various ISO codes (country, language, …)" msgstr "isoquery - sök och visa olika ISO-koder (land, språk, ...)" #. type: Title == #, no-wrap msgid "Synopsis" msgstr "Sammandrag" #. type: Plain text msgid "*isoquery* [_OPTION …_] [_ISO codes_]" msgstr "*isoquery* [_ALTERNATIV …_] [_ISO koder_]" #. type: Title == #, no-wrap msgid "Description" msgstr "Beskrivning" #. type: Plain text msgid "" "This manual page documents briefly the *isoquery* command. It can be used " "to generate a tabular output of the ISO standard codes provided by the " "package *iso-codes*. It parses the JSON files and shows all included ISO " "codes or just matching entries, if specified on the command line. Moreover, " "it's possible to get all available translations for the ISO standard." msgstr "" "Den här manualsidan dokumenterar kortfattat kommandot *isoquery*. Det kan " "användas för att generera en utdata i tabellform av ISO-standardkoderna som " "tillhandahålls av paketet *iso-codes*. Det analyserar JSON-filerna och visar " "alla inkluderade ISO-koder eller bara matchande poster, om det anges på " "kommandoraden. Dessutom är det möjligt att få alla tillgängliga " "översättningar för ISO-standarden." #. type: Title == #, no-wrap msgid "Options" msgstr "Alternativ" #. type: Plain text msgid "" "This program follows the usual GNU command line syntax, with long options " "starting with two dashes ('*-*'). *isoquery* supports the following options:" msgstr "" "Detta program följer den vanliga GNU kommandoradssyntaxen, med långa " "alternativ som börjar med två bindestreck ('*-*'). *isoquery* stöder " "följande alternativ:" #. type: Labeled list #, no-wrap msgid "*-i, --iso*=_STANDARD_" msgstr "*-i, --iso*=_STANDARD_" #. type: Plain text msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "ISO-standarden att använda. Möjliga värden: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (standard: 3166-1)" #. type: Labeled list #, no-wrap msgid "*-p, --pathname*=_PATHNAME_" msgstr "*-p, --pathname*=_SÖKVÄGSNAMN_" #. type: Plain text msgid "" "Use _PATHNAME_ as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Använd _SÖKVÄGSNAMN_ som prefix för datafilerna (standard: /usr/share/iso-" "codes/json)" #. type: Labeled list #, no-wrap msgid "*-l, --locale*=_LOCALE_" msgstr "*-l, --locale*=_LOKAL_" #. type: Plain text msgid "Use this _LOCALE_ for output" msgstr "Använd denna _LOKAL_ för utdata" #. type: Labeled list #, no-wrap msgid "*-n, --name*" msgstr "*-n, --name*" #. type: Plain text msgid "Name for the supplied codes (default)" msgstr "Namn på de medföljande koderna (standard)" #. type: Labeled list #, no-wrap msgid "*-o, --official_name*" msgstr "*-o, --official_name*" #. type: Plain text msgid "" "Official name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 3166-1)" msgstr "" "Officiellt namn för de medföljande koderna. Dessa kan vara detsamma som *--" "name* (gäller endast ISO 3166-1)" #. type: Labeled list #, no-wrap msgid "*-c, --common_name*" msgstr "*-c, --common_name*" #. type: Plain text msgid "" "Common name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Gemensamt namn för de medföljande koderna. Dessa kan vara detsamma som *--" "name* (gäller endast ISO 639-2, 639-3 och 3166-1)" #. type: Labeled list #, no-wrap msgid "*-0, --null*" msgstr "*-0, --null*" #. type: Plain text msgid "Separate entries with a NULL character instead of newline" msgstr "Separera poster med ett NULL-tecken istället för nyrad" #. type: Labeled list #, no-wrap msgid "*-f, --flag*" msgstr "*-f, --flag*" #. type: Plain text msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" "Visa landsflaggor med regionala indikatorsymbolbokstäver (gäller endast ISO " "3166-1)" #. type: Labeled list #, no-wrap msgid "*-h, --help*" msgstr "*-h, --help*" #. type: Plain text msgid "Show summary of options" msgstr "Visa en sammanfattning av alternativen" #. type: Labeled list #, no-wrap msgid "*-v, --version*" msgstr "*-v, --version*" #. type: Plain text msgid "Show program version and copyright" msgstr "Visa program version och copyright" #. type: Title == #, no-wrap msgid "Examples" msgstr "Exempel" #. type: Plain text msgid "" "If called without any command line options, *isoquery* will print a table of " "all ISO 3166-1 codes. The first three columns contain the alpha-2 code, the " "alpha-3 code, and the numerical code assigned to the country listed in the " "fourth column." msgstr "" "Om det anropas utan några kommandoradsalternativ, kommer *isoquery* att " "skriva ut en tabell över alla ISO 3166-1-koder. De tre första kolumnerna " "innehåller alfa-2-koden, alfa-3-koden och den numeriska koden som tilldelats " "det land som anges i den fjärde kolumnen." #. type: delimited block . #, no-wrap msgid "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" msgstr "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" #. type: Plain text msgid "" "If you need only some countries, you can specify any of the codes in the " "first three columns to cut down the output." msgstr "" "Om du bara behöver några länder kan du ange vilka som helst av koderna i de " "tre första kolumnerna för att minska resultatet." #. type: delimited block . #, no-wrap msgid "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" msgstr "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" #. type: Plain text msgid "" "Should you need the translations of the countries' names, just specify in " "which _LOCALE_ you'd like to see the output. Please note that the original " "English name will be shown if there is no translation available for the " "specified _LOCALE_." msgstr "" "Om du behöver översättningarna av ländernas namn, ange bara i vilken _LOKAL " "du vill se resultatet. Observera att det ursprungliga engelska namnet kommer " "att visas om det inte finns någon tillgänglig översättning för den angivna " "_LOKAL_." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" msgstr "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" #. type: Plain text msgid "" "If your terminal supports the unicode regional indicator symbol letters, you " "can use the *--flag* command line option. Those letters can be displayed as " "a country flag." msgstr "" "Om din terminal stöder unicodes regionala indikatorsymbolbokstäver kan du " "använda kommandoradsalternativet *--flag*. Dessa bokstäver kan visas som en " "landsflagga." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" msgstr "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" #. type: Plain text msgid "" "All of the above works for different ISO standards as well, so you can " "switch to the more extensive standard ISO 3166-2 by using the *--iso* " "command line option. The columns are ISO 3166-2 code, subset type (e.g. " "State, Province, etc.), parent, and name. The third column (parent) may be " "empty." msgstr "" "Allt ovanstående fungerar också för olika ISO-standarder, så du kan byta " "till den mer omfattande standarden ISO 3166-2 genom att använda " "kommandoradsalternativet *--iso*. Kolumnerna är ISO 3166-2-kod, delmängdstyp " "(t.ex. stat, provins, etc.), förälder och namn. Den tredje kolumnen " "(förälder) kan vara tom." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" msgstr "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" #. type: Plain text msgid "" "Codes which have been deleted from ISO 3166-1 are available in ISO 3166-3. " "The columns are alpha-3 code, alpha-4 code, numeric code, comment, " "withdrawal date, and name. The columns for numeric code, comment, and " "withdrawal date may be empty." msgstr "" "Koder som har raderats från ISO 3166-1 är tillgängliga i ISO 3166-3. " "Kolumnerna är alfa-3-kod, alfa-4-kod, numerisk kod, kommentar, " "återkallelsedatum och namn. Kolumnerna för numerisk kod, kommentar och " "återkallelsedatum kan vara tomma." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" msgstr "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" #. type: Plain text msgid "" "For ISO 639-2, the first three columns are the alpha-3 code, the " "bibliographic code, and the alpha-2 code. The second and third columns may " "be empty." msgstr "" "För ISO 639-2 är de tre första kolumnerna alfa-3-koden, den bibliografiska " "koden och alfa-2-koden. Den andra och tredje kolumnen kan vara tomma." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" msgstr "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" #. type: Plain text msgid "" "You can trim down the results by specifying only some codes. Moreover, the " "option to get translated names is also available." msgstr "" "Du kan trimma ner resultaten genom att endast ange några koder. Dessutom är " "alternativet att få översatta namn också tillgängligt." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" msgstr "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" #. type: Plain text msgid "" "If you want to use ISO 639-3, the displayed columns are alpha-3, scope, " "type, alpha-2, bibliographic, and the language name. Both alpha-2 and " "bibliographic may be empty." msgstr "" "Om du vill använda ISO 639-3 är de visade kolumnerna alfa-3, omfattning, " "typ, alfa-2, bibliografisk och språknamnet. Både alfa-2 och bibliografiska " "kan vara tomma." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" msgstr "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" #. type: Plain text msgid "" "ISO 639-5 is also available. The displayed columns are alpha-3 and name." msgstr "ISO 639-5 finns också. De visade kolumnerna är alfa-3 och namn." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" msgstr "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" #. type: Plain text msgid "" "You can get selected translations of currency names from the ISO 4217 " "standard by using the following command. The first of the columns is the " "alpha-3 code, and the second one is the numerical code assigned to the " "currency. The name of the currency is shown in the third column." msgstr "" "Du kan få utvalda översättningar av valutanamn från ISO 4217-standarden " "genom att använda följande kommando. Den första av kolumnerna är alfa-3-" "koden och den andra är den numeriska koden som tilldelats valutan. Valutans " "namn visas i den tredje kolumnen." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" msgstr "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" #. type: Plain text msgid "" "If you need to get script names, you can use the ISO 15924 table. The first " "of the columns is the alpha-4 code, and the second one is the numerical code " "assigned to the script. The name of the script is shown in the third column." msgstr "" "Om du behöver få skriptnamn kan du använda ISO 15924-tabellen. Den första av " "kolumnerna är alfa-4-koden och den andra är den numeriska koden som " "tilldelats skriptet. Namnet på skriptet visas i den tredje kolumnen." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" msgstr "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" #. type: Title == #, no-wrap msgid "Files" msgstr "Filer" #. type: Plain text msgid "" "By default, the JSON files provided by the *iso-codes* package will be used." msgstr "" "Som standard kommer JSON-filerna som tillhandahålls av *iso-codes*-paketet " "att användas." #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-2.json_" msgstr "_/usr/share/iso-codes/json/iso_639-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-3.json_" msgstr "_/usr/share/iso-codes/json/iso_639-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-5.json_" msgstr "_/usr/share/iso-codes/json/iso_639-5.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-1.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-1.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-2.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-3.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_4217.json_" msgstr "_/usr/share/iso-codes/json/iso_4217.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_15924.json_" msgstr "_/usr/share/iso-codes/json/iso_15924.json_" #. type: Title == #, no-wrap msgid "Author" msgstr "Författare" isoquery/man/ta.po000066400000000000000000000614751522716617300145040ustar00rootroot00000000000000# Translation of isoquery manpage to Tamil # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2025 தமிழ்நேரம் msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2026-07-19 15:39+0200\n" "PO-Revision-Date: 2025-01-03 19:45+0000\n" "Last-Translator: தமிழ்நேரம் \n" "Language-Team: Tamil \n" "Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.10-dev\n" #. type: Title = #, no-wrap msgid "isoquery(1)" msgstr "ஐசோக்வரி (1)" #. type: Plain text msgid "Dr. Tobias Quathamer " msgstr "டாக்டர் டோபியாச் குயாதமர் " #. type: Title == #, no-wrap msgid "Name" msgstr "பெயர்" #. type: Plain text msgid "isoquery - search and display various ISO codes (country, language, …)" msgstr "ஐசோக்வரி - பல்வேறு ஐஎச்ஓ குறியீடுகளைத் தேடவும் காண்பிக்கவும் (நாடு, மொழி,…)" #. type: Title == #, no-wrap msgid "Synopsis" msgstr "சுருக்கம்" #. type: Plain text msgid "*isoquery* [_OPTION …_] [_ISO codes_]" msgstr "* isoquery* [_Option… _] [_iso குறியீடுகள்_]" #. type: Title == #, no-wrap msgid "Description" msgstr "விவரம்" #. type: Plain text msgid "" "This manual page documents briefly the *isoquery* command. It can be used " "to generate a tabular output of the ISO standard codes provided by the " "package *iso-codes*. It parses the JSON files and shows all included ISO " "codes or just matching entries, if specified on the command line. Moreover, " "it's possible to get all available translations for the ISO standard." msgstr "" "இந்த கையேடு பக்கம் சுருக்கமாக * ஐசோக்வரி * கட்டளையை ஆவணப்படுத்துகிறது. *ஐஎச்ஓ-" "குறியீடுகள் *தொகுப்பு வழங்கிய ஐஎச்ஓ தரநிலை குறியீடுகளின் அட்டவணை வெளியீட்டை உருவாக்க " "இதைப் பயன்படுத்தலாம். இது சாதொபொகு கோப்புகளை பாகுபடுத்துகிறது மற்றும் கட்டளை வரியில் " "குறிப்பிடப்பட்டால், சேர்க்கப்பட்ட அனைத்து ஐஎச்ஓ குறியீடுகளையும் அல்லது பொருந்தக்கூடிய " "உள்ளீடுகளையும் காட்டுகிறது. மேலும், ஐஎச்ஓ தரநிலைக்கு கிடைக்கக்கூடிய அனைத்து " "மொழிபெயர்ப்புகளையும் பெற முடியும்." #. type: Title == #, no-wrap msgid "Options" msgstr "விருப்பங்கள்" #. type: Plain text msgid "" "This program follows the usual GNU command line syntax, with long options " "starting with two dashes ('*-*'). *isoquery* supports the following options:" msgstr "" "இந்த நிரல் வழக்கமான குனு கட்டளை வரி தொடரியல், இரண்டு கோடுகளுடன் ('*-*') தொடங்கும் நீண்ட " "விருப்பங்களுடன். * ஐசோக்வரி* பின்வரும் விருப்பங்களை ஆதரிக்கிறது:" #. type: Labeled list #, no-wrap msgid "*-i, --iso*=_STANDARD_" msgstr "*-i, --iso*= _ STANDAND_" #. type: Plain text msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "பயன்படுத்த ஐஎச்ஓ தரநிலை. சாத்தியமான மதிப்புகள்: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (இயல்புநிலை: 3166-1)" #. type: Labeled list #, no-wrap msgid "*-p, --pathname*=_PATHNAME_" msgstr "*-P, -_ _ _ _ _ _ _ _ _" #. type: Plain text msgid "" "Use _PATHNAME_ as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "தரவுக் கோப்புகளுக்கான முன்னொட்டாக _pathname_ ஐப் பயன்படுத்தவும் (இயல்புநிலை:/usr/share/" "iso-codes/json)" #. type: Labeled list #, no-wrap msgid "*-l, --locale*=_LOCALE_" msgstr "*-L,-அறை*= _ உள்ளூர்_" #. type: Plain text msgid "Use this _LOCALE_ for output" msgstr "வெளியீட்டிற்கு இந்த _locale_ ஐப் பயன்படுத்தவும்" #. type: Labeled list #, no-wrap msgid "*-n, --name*" msgstr "*-n,-பெயர்*" #. type: Plain text msgid "Name for the supplied codes (default)" msgstr "வழங்கப்பட்ட குறியீடுகளுக்கான பெயர் (இயல்புநிலை)" #. type: Labeled list #, no-wrap msgid "*-o, --official_name*" msgstr "*-o, --official_name*" #. type: Plain text msgid "" "Official name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 3166-1)" msgstr "" "வழங்கப்பட்ட குறியீடுகளுக்கான அதிகாரப்பூர்வ பெயர். இது *-பெயர் * போன்றதாக இருக்கலாம் " "(ஐஎச்ஓ 3166-1 க்கு மட்டுமே பொருந்தும்)" #. type: Labeled list #, no-wrap msgid "*-c, --common_name*" msgstr "*-c, --common_name*" #. type: Plain text msgid "" "Common name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "வழங்கப்பட்ட குறியீடுகளுக்கான பொதுவான பெயர். இது *-பெயர் * க்கு சமமாக இருக்கலாம் (ஐஎச்ஓ " "639-2, 639-3 மற்றும் 3166-1 க்கு மட்டுமே பொருந்தும்)" #. type: Labeled list #, no-wrap msgid "*-0, --null*" msgstr "*-0, --null*" #. type: Plain text msgid "Separate entries with a NULL character instead of newline" msgstr "நியூ்லைனுக்கு பதிலாக சுழிய எழுத்துடன் உள்ளீடுகளை பிரிக்கவும்" #. type: Labeled list #, no-wrap msgid "*-f, --flag*" msgstr "*-f,--FLAG*" #. type: Plain text msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" "பிராந்திய காட்டி குறியீட்டு எழுத்துக்களுடன் நாட்டின் கொடிகளைக் காட்டு (ஐஎச்ஓ 3166-1 க்கு " "மட்டுமே பொருந்தும்)" #. type: Labeled list #, no-wrap msgid "*-h, --help*" msgstr "*-h,-உதவி*" #. type: Plain text msgid "Show summary of options" msgstr "விருப்பங்களின் சுருக்கத்தைக் காட்டு" #. type: Labeled list #, no-wrap msgid "*-v, --version*" msgstr "*-v, --version*" #. type: Plain text msgid "Show program version and copyright" msgstr "நிரல் பதிப்பு மற்றும் பதிப்புரிமை ஆகியவற்றைக் காட்டு" #. type: Title == #, no-wrap msgid "Examples" msgstr "எடுத்துக்காட்டுகள்" #. type: Plain text msgid "" "If called without any command line options, *isoquery* will print a table of " "all ISO 3166-1 codes. The first three columns contain the alpha-2 code, the " "alpha-3 code, and the numerical code assigned to the country listed in the " "fourth column." msgstr "" "எந்த கட்டளை வரி விருப்பங்களும் இல்லாமல் அழைக்கப்பட்டால், * ஐசோக்வரி * அனைத்து ஐஎச்ஓ 3166-1 " "குறியீடுகளின் அட்டவணையை அச்சிடும். முதல் மூன்று நெடுவரிசைகளில் ஆல்பா -2 குறியீடு, ஆல்பா " "-3 குறியீடு மற்றும் நான்காவது நெடுவரிசையில் பட்டியலிடப்பட்ட நாட்டிற்கு ஒதுக்கப்பட்ட எண் " "குறியீடு உள்ளன." #. type: delimited block . #, no-wrap msgid "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" msgstr "" "$ Soqiery\n" " AW ABW 533 அருபா\n" " [...]\n" " சிம்பாப்வே 716 சிம்பாப்வே\n" #. type: Plain text msgid "" "If you need only some countries, you can specify any of the codes in the " "first three columns to cut down the output." msgstr "" "உங்களுக்கு சில நாடுகள் மட்டுமே தேவைப்பட்டால், வெளியீட்டைக் குறைக்க முதல் மூன்று " "நெடுவரிசைகளில் ஏதேனும் குறியீடுகளை நீங்கள் குறிப்பிடலாம்." #. type: delimited block . #, no-wrap msgid "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" msgstr "" "$ ஐசோக்வரி எனவே 484\n" " எனவே சோம் 706 சோமாலியா\n" " இல்லை அல்லது 578 நோர்வே\n" " MX மெக்ச் 484 மெக்சிகோ\n" #. type: Plain text msgid "" "Should you need the translations of the countries' names, just specify in " "which _LOCALE_ you'd like to see the output. Please note that the original " "English name will be shown if there is no translation available for the " "specified _LOCALE_." msgstr "" "நாடுகளின் பெயர்களின் மொழிபெயர்ப்புகள் உங்களுக்குத் தேவைப்பட்டால், _locale_ நீங்கள் " "வெளியீட்டைக் காண விரும்புகிறீர்கள் என்பதைக் குறிப்பிடவும். குறிப்பிட்ட _locale_ க்கு " "மொழிபெயர்ப்பு எதுவும் கிடைக்கவில்லை என்றால் அசல் ஆங்கில பெயர் காண்பிக்கப்படும் என்பதை " "நினைவில் கொள்க." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" msgstr "" "$ isowely --- locally = nl fre the as\n" " Fr Fra 250 பிரான்ச்\n" " DEU 276 செர்மனி\n" " எச்பி 724 ச்பெயின் என்றால்\n" #. type: Plain text msgid "" "If your terminal supports the unicode regional indicator symbol letters, you " "can use the *--flag* command line option. Those letters can be displayed as " "a country flag." msgstr "" "உங்கள் முனையம் யூனிகோட் பிராந்திய காட்டி குறியீட்டு எழுத்துக்களை ஆதரித்தால், நீங்கள் *-கொடி " "* கட்டளை வரி விருப்பத்தைப் பயன்படுத்தலாம். அந்த கடிதங்களை நாட்டின் கொடியாக காட்டலாம்." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" msgstr "" "$ isoquery - -flag - -locale = nl fr\n" " Fr fra 250 🇫🇫🇫 பிரான்ச்\n" " DEU 276 🇩🇪 செர்மனி\n" " எச்பி 724 என்றால்\n" #. type: Plain text msgid "" "All of the above works for different ISO standards as well, so you can " "switch to the more extensive standard ISO 3166-2 by using the *--iso* " "command line option. The columns are ISO 3166-2 code, subset type (e.g. " "State, Province, etc.), parent, and name. The third column (parent) may be " "empty." msgstr "" "மேலே உள்ள அனைத்தும் வெவ்வேறு ஐஎச்ஓ தரங்களுக்கும் வேலை செய்கின்றன, எனவே *-ஐஎச்ஓ * கட்டளை " "வரி விருப்பத்தைப் பயன்படுத்தி நீங்கள் மிகவும் விரிவான தரமான ஐஎச்ஓ 3166-2 க்கு மாறலாம். " "நெடுவரிசைகள் ஐஎச்ஓ 3166-2 குறியீடு, துணைக்குழு வகை (எ.கா. மாநில, மாகாணம் போன்றவை), " "பெற்றோர் மற்றும் பெயர். மூன்றாவது நெடுவரிசை (பெற்றோர்) காலியாக இருக்கலாம்." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" msgstr "" "$ Isoquery --iso = 3166-2\n" " AD-02 PARISH CANILLO\n" " [...]\n" " ZW-MW மாகாணம் மசோனாலேண்ட் வெச்ட்\n" #. type: Plain text msgid "" "Codes which have been deleted from ISO 3166-1 are available in ISO 3166-3. " "The columns are alpha-3 code, alpha-4 code, numeric code, comment, " "withdrawal date, and name. The columns for numeric code, comment, and " "withdrawal date may be empty." msgstr "" "ஐஎச்ஓ 3166-1 இலிருந்து நீக்கப்பட்ட குறியீடுகள் ஐஎச்ஓ 3166-3 இல் கிடைக்கின்றன. " "நெடுவரிசைகள் ஆல்பா -3 குறியீடு, ஆல்பா -4 குறியீடு, எண் குறியீடு, கருத்து, திரும்பப் " "பெறுதல் தேதி மற்றும் பெயர். எண் குறியீடு, கருத்து மற்றும் திரும்பப் பெறும் தேதிக்கான " "நெடுவரிசைகள் காலியாக இருக்கலாம்." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" msgstr "" "$ isoquery --iso = 3166-3\n" " AFI AIDJ 262 1977 பிரெஞ்சு அஃபர்ச் மற்றும் இசாச்\n" " ஆண்ட் அன்அ் 532 1993-07-12 நெதர்லாந்து அண்டில்லச்\n" " […]\n" " யக் யூக்ச் 891 1993-07-28 யூகோச்லாவியா, சோசலிச பெடரல் குடியரசு\n" " ZAR ZRCD 180 1997-07-14 சைர், குடியரசு\n" #. type: Plain text msgid "" "For ISO 639-2, the first three columns are the alpha-3 code, the " "bibliographic code, and the alpha-2 code. The second and third columns may " "be empty." msgstr "" "ஐஎச்ஓ 639-2 க்கு, முதல் மூன்று நெடுவரிசைகள் ஆல்பா -3 குறியீடு, நூலியல் குறியீடு மற்றும் " "ஆல்பா -2 குறியீடு. இரண்டாவது மற்றும் மூன்றாவது நெடுவரிசைகள் காலியாக இருக்கலாம்." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" msgstr "" "$ issockery-ISO = 639-2\n" " அபாரா\n" " ABKHHAZIANB ஆண்டு\n" " சானெச் ஏச்\n" " []\n" " வெசுன் சூனி\n" " சிக்ச் மொழியியல் உள்ளடக்கம் இல்லை; பொருந்தாது\n" " ZZA ZAZA; டெமிலி மங்கலான; கைட்கி; கிர்மன்னாக்; சாகிக்\n" #. type: Plain text msgid "" "You can trim down the results by specifying only some codes. Moreover, the " "option to get translated names is also available." msgstr "" "சில குறியீடுகளை மட்டுமே குறிப்பிடுவதன் மூலம் முடிவுகளை நீங்கள் ஒழுங்கமைக்க முடியும். " "மேலும், மொழிபெயர்க்கப்பட்ட பெயர்களைப் பெறுவதற்கான விருப்பமும் கிடைக்கிறது." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" msgstr "" "$ Isoquery --iso = 639-2--lole = pt vi bo kl\n" " VIE வியட்நாமிடமைட்டுகள்\n" " போட் திப் போ திபெத்தியன்\n" " Kl kl kalaallisut; கிரீன்லாந்திக்\n" #. type: Plain text msgid "" "If you want to use ISO 639-3, the displayed columns are alpha-3, scope, " "type, alpha-2, bibliographic, and the language name. Both alpha-2 and " "bibliographic may be empty." msgstr "" "நீங்கள் ஐஎச்ஓ 639-3 ஐப் பயன்படுத்த விரும்பினால், காட்டப்படும் நெடுவரிசைகள் ஆல்பா -3, " "நோக்கம், வகை, ஆல்பா -2, நூலியல் மற்றும் மொழி பெயர். ஆல்பா -2 மற்றும் நூலியல் இரண்டும் " "காலியாக இருக்கலாம்." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" msgstr "" "$ isoquery -i 639-3 AAL நியூ ச்பா கக்\n" " aal i l afade\n" " புதிய i l newari\n" " ச்பா ஐ எல் ச்பானிச்\n" " guc i l வெய்ய்\n" #. type: Plain text msgid "" "ISO 639-5 is also available. The displayed columns are alpha-3 and name." msgstr "ஐஎச்ஓ 639-5 கூட கிடைக்கிறது. காட்டப்படும் நெடுவரிசைகள் ஆல்பா -3 மற்றும் பெயர்." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" msgstr "" "$ isoquery -i 639-5 aus tut\n" " ஆச் ஆச்திரேலிய மொழிகள்\n" " tut altaic மொழிகள்\n" #. type: Plain text msgid "" "You can get selected translations of currency names from the ISO 4217 " "standard by using the following command. The first of the columns is the " "alpha-3 code, and the second one is the numerical code assigned to the " "currency. The name of the currency is shown in the third column." msgstr "" "பின்வரும் கட்டளையைப் பயன்படுத்தி ஐஎச்ஓ 4217 தரத்திலிருந்து நாணய பெயர்களின் " "தேர்ந்தெடுக்கப்பட்ட மொழிபெயர்ப்புகளைப் பெறலாம். நெடுவரிசைகளில் முதலாவது ஆல்பா -3 " "குறியீடு, மற்றும் இரண்டாவது நாணயத்திற்கு ஒதுக்கப்பட்ட எண் குறியீடு. நாணயத்தின் பெயர் " "மூன்றாவது நெடுவரிசையில் காட்டப்பட்டுள்ளது." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" msgstr "" "$ $ $ US --SO = 4217 -உள்ளூர் = 4212\n" " 124 டாலர் கனடிச்\n" " Jpy 392 நாங்கள்\n" #. type: Plain text msgid "" "If you need to get script names, you can use the ISO 15924 table. The first " "of the columns is the alpha-4 code, and the second one is the numerical code " "assigned to the script. The name of the script is shown in the third column." msgstr "" "நீங்கள் ச்கிரிப்ட் பெயர்களைப் பெற வேண்டும் என்றால், நீங்கள் ஐஎச்ஓ 15924 அட்டவணையைப் " "பயன்படுத்தலாம். நெடுவரிசைகளில் முதலாவது ஆல்பா -4 குறியீடு, மற்றும் இரண்டாவது " "ச்கிரிப்டுக்கு ஒதுக்கப்பட்ட எண் குறியீடு. ச்கிரிப்டின் பெயர் மூன்றாவது நெடுவரிசையில் " "காட்டப்பட்டுள்ளது." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" msgstr "" "$ Isquary --iso = 15924 jpan latn\n" " Jpan 413 சப்பானிய (ஆன் + இரகனா + கட்டகனா ஆகியவற்றிற்கான மாற்றுப்பெயர்)\n" " லாட்ன் 215 லத்தீன்\n" " விச்ப் 280 விசிப்ரியன் பேச்சு\n" #. type: Title == #, no-wrap msgid "Files" msgstr "கோப்புகள்" #. type: Plain text msgid "" "By default, the JSON files provided by the *iso-codes* package will be used." msgstr "" "இயல்பாக, * ஐஎச்ஓ-குறியீடுகள் * தொகுப்பு வழங்கிய சாதொபொகு கோப்புகள் பயன்படுத்தப்படும்." #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-2.json_" msgstr "_/usr/share/iso-codes/json/iso_639-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-3.json_" msgstr "_/usr/share/iso-codes/json/iso_639-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-5.json_" msgstr "_/usr/share/iso-codes/json/iso_639-5.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-1.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-1.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-2.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-3.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_4217.json_" msgstr "_/usr/share/iso-codes/json/iso_4217.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_15924.json_" msgstr "_/usr/share/iso-codes/json/iso_15924.json_" #. type: Title == #, no-wrap msgid "Author" msgstr "நூலாசிரியர்" isoquery/man/tr.add000066400000000000000000000001601522716617300146170ustar00rootroot00000000000000PO4A-HEADER:mode=after;position=Yazar;beginboundary=FakePo4aBoundary == Çeviri Oğuz Ersen isoquery/man/tr.po000066400000000000000000000412461522716617300145170ustar00rootroot00000000000000# Translation of isoquery manpage to Turkish # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2022 Oğuz Ersen msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2026-07-19 15:39+0200\n" "PO-Revision-Date: 2022-11-27 11:46+0000\n" "Last-Translator: Oğuz Ersen \n" "Language-Team: Turkish \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.15-dev\n" #. type: Title = #, no-wrap msgid "isoquery(1)" msgstr "isoquery(1)" #. type: Plain text msgid "Dr. Tobias Quathamer " msgstr "Dr. Tobias Quathamer " #. type: Title == #, no-wrap msgid "Name" msgstr "Ad" #. type: Plain text msgid "isoquery - search and display various ISO codes (country, language, …)" msgstr "isoquery - çeşitli ISO kodlarını (ülke, dil, ...) ara ve görüntüle" #. type: Title == #, no-wrap msgid "Synopsis" msgstr "Özet" #. type: Plain text msgid "*isoquery* [_OPTION …_] [_ISO codes_]" msgstr "*isoquery* [_SEÇENEK …_] [_ISO kodları_]" #. type: Title == #, no-wrap msgid "Description" msgstr "Açıklama" #. type: Plain text msgid "" "This manual page documents briefly the *isoquery* command. It can be used " "to generate a tabular output of the ISO standard codes provided by the " "package *iso-codes*. It parses the JSON files and shows all included ISO " "codes or just matching entries, if specified on the command line. Moreover, " "it's possible to get all available translations for the ISO standard." msgstr "" "Bu kılavuz sayfası *isoquery* komutunu kısaca belgelemektedir. *iso-codes* " "paketi tarafından sağlanan ISO standart kodlarının bir tablosal çıktısını " "oluşturmak için kullanılabilir. JSON dosyalarını işler ve dahil edilen tüm " "ISO kodlarını veya komut satırında belirtilmişse yalnızca eşleşen girdileri " "gösterir. Ayrıca, ISO standardı için kullanılabilir tüm çeviriler de " "alınabilir." #. type: Title == #, no-wrap msgid "Options" msgstr "Seçenekler" #. type: Plain text msgid "" "This program follows the usual GNU command line syntax, with long options " "starting with two dashes ('*-*'). *isoquery* supports the following options:" msgstr "" "Bu program, iki tire ('*-*') ile başlayan uzun seçeneklerle normal GNU komut " "satırı söz dizimini kullanır. *isoquery* aşağıdaki seçenekleri destekler:" #. type: Labeled list #, no-wrap msgid "*-i, --iso*=_STANDARD_" msgstr "*-i, --iso*=_STANDART_" #. type: Plain text msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "Kullanılacak ISO standardı. Olası değerler: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (öntanımlı: 3166-1)" #. type: Labeled list #, no-wrap msgid "*-p, --pathname*=_PATHNAME_" msgstr "*-p, --pathname*=_YOL-ADI_" #. type: Plain text msgid "" "Use _PATHNAME_ as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Veri dosyaları için ön ek olarak _YOL-ADI_ kullan (öntanımlı: /usr/share/iso-" "codes/json)" #. type: Labeled list #, no-wrap msgid "*-l, --locale*=_LOCALE_" msgstr "*-l, --locale*=_YEREL-AYAR_" #. type: Plain text msgid "Use this _LOCALE_ for output" msgstr "Çıktı için bu _YEREL-AYAR_ değerini kullan" #. type: Labeled list #, no-wrap msgid "*-n, --name*" msgstr "*-n, --name*" #. type: Plain text msgid "Name for the supplied codes (default)" msgstr "Sağlanan kodların adı (öntanımlı)" #. type: Labeled list #, no-wrap msgid "*-o, --official_name*" msgstr "*-o, --official_name*" #. type: Plain text msgid "" "Official name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 3166-1)" msgstr "" "Sağlanan kodların resmi adı. Bu, *--name* ile aynı olabilir (yalnızca ISO " "3166-1 için geçerlidir)" #. type: Labeled list #, no-wrap msgid "*-c, --common_name*" msgstr "*-c, --common_name*" #. type: Plain text msgid "" "Common name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Sağlanan kodların yaygın adı. Bu, *--name* ile aynı olabilir (yalnızca ISO " "639-2, 639-3 ve 3166-1 için geçerlidir)" #. type: Labeled list #, no-wrap msgid "*-0, --null*" msgstr "*-0, --null*" #. type: Plain text msgid "Separate entries with a NULL character instead of newline" msgstr "Girdileri yeni satır yerine NULL karakteriyle ayır" #. type: Labeled list #, no-wrap msgid "*-f, --flag*" msgstr "*-f, --flag*" #. type: Plain text msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" "Ülke bayraklarını bölgesel gösterge simge harfleriyle göster (yalnızca ISO " "3166-1 için geçerlidir)" #. type: Labeled list #, no-wrap msgid "*-h, --help*" msgstr "*-h, --help*" #. type: Plain text msgid "Show summary of options" msgstr "Seçeneklerin özetini göster" #. type: Labeled list #, no-wrap msgid "*-v, --version*" msgstr "*-v, --version*" #. type: Plain text msgid "Show program version and copyright" msgstr "Program sürümünü ve telif hakkını göster" #. type: Title == #, no-wrap msgid "Examples" msgstr "Örnekler" #. type: Plain text msgid "" "If called without any command line options, *isoquery* will print a table of " "all ISO 3166-1 codes. The first three columns contain the alpha-2 code, the " "alpha-3 code, and the numerical code assigned to the country listed in the " "fourth column." msgstr "" "Herhangi bir komut satırı seçeneği olmadan çağrılırsa, *isoquery* tüm ISO " "3166-1 kodlarının bir tablosunu yazdıracaktır. İlk üç sütun harf-2 kodunu, " "harf-3 kodunu ve dördüncü sütunda listelenen ülkeye atanan sayısal kodu " "içerir." #. type: delimited block . #, no-wrap msgid "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" msgstr "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" #. type: Plain text msgid "" "If you need only some countries, you can specify any of the codes in the " "first three columns to cut down the output." msgstr "" "Yalnızca bazı ülkelere ihtiyacınız varsa, çıktıyı azaltmak için ilk üç " "sütundaki kodlardan herhangi birini belirtebilirsiniz." #. type: delimited block . #, no-wrap msgid "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" msgstr "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" #. type: Plain text msgid "" "Should you need the translations of the countries' names, just specify in " "which _LOCALE_ you'd like to see the output. Please note that the original " "English name will be shown if there is no translation available for the " "specified _LOCALE_." msgstr "" "Ülke adlarının çevirilerine ihtiyaç duyarsanız, çıktıyı hangi _YEREL-AYAR_' " "ile görmek istediğinizi belirtmeniz yeterlidir. Belirtilen _YEREL-AYAR_ " "için çeviri yoksa asıl İngilizce adın gösterileceğini lütfen unutmayın." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" msgstr "" "$ isoquery --locale=tr fr de es\n" "FR FRA 250 Fransa\n" "DE DEU 276 Almanya\n" "ES ESP 724 İspanya\n" #. type: Plain text msgid "" "If your terminal supports the unicode regional indicator symbol letters, you " "can use the *--flag* command line option. Those letters can be displayed as " "a country flag." msgstr "" "Terminaliniz unicode bölgesel gösterge simge harflerini destekliyorsa, *--" "flag* komut satırı seçeneğini kullanabilirsiniz. Bu harfler ülke bayrağı " "olarak görüntülenebilir." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" msgstr "" "$ isoquery --flag --locale=tr fr de es\n" "FR FRA 250 🇫🇷 Fransa\n" "DE DEU 276 🇩🇪 Almanya\n" "ES ESP 724 🇪🇸 İspanya\n" #. type: Plain text msgid "" "All of the above works for different ISO standards as well, so you can " "switch to the more extensive standard ISO 3166-2 by using the *--iso* " "command line option. The columns are ISO 3166-2 code, subset type (e.g. " "State, Province, etc.), parent, and name. The third column (parent) may be " "empty." msgstr "" "Yukarıdakilerin tümü farklı ISO standartları için de çalışır, bu nedenle *--" "iso* komut satırı seçeneğini kullanarak daha kapsamlı ISO 3166-2 standardına " "geçebilirsiniz. Sütunlar ISO 3166-2 kodu, alt küme türü (örn. Eyalet, İl, " "vb.), üst ve addır. Üçüncü sütun (üst) boş olabilir." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" msgstr "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" #. type: Plain text msgid "" "Codes which have been deleted from ISO 3166-1 are available in ISO 3166-3. " "The columns are alpha-3 code, alpha-4 code, numeric code, comment, " "withdrawal date, and name. The columns for numeric code, comment, and " "withdrawal date may be empty." msgstr "" "ISO 3166-1'den silinen kodlar ISO 3166-3'te bulunabilir. Sütunlar harf-3 " "kodu, harf-4 kodu, sayısal kod, yorum, silinme tarihi ve addır. Sayısal kod, " "yorum ve silinme tarihi sütunları boş olabilir." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" msgstr "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" #. type: Plain text msgid "" "For ISO 639-2, the first three columns are the alpha-3 code, the " "bibliographic code, and the alpha-2 code. The second and third columns may " "be empty." msgstr "" "ISO 639-2 için ilk üç sütun harf-3 kodu, kaynakça kodu ve harf-2 kodudur. " "İkinci ve üçüncü sütunlar boş olabilir." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" msgstr "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" #. type: Plain text msgid "" "You can trim down the results by specifying only some codes. Moreover, the " "option to get translated names is also available." msgstr "" "Yalnızca bazı kodları belirterek sonuçları kısaltabilirsiniz. Ayrıca, " "çevrilen adları gösterme seçeneği de bulunmaktadır." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" msgstr "" "$ isoquery --iso=639-2 --locale=tr vi bo kl\n" "vie vi Vietnamca\n" "bod tib bo Tibetçe\n" "kal kl Kalaallisut; Grönlandca\n" #. type: Plain text msgid "" "If you want to use ISO 639-3, the displayed columns are alpha-3, scope, " "type, alpha-2, bibliographic, and the language name. Both alpha-2 and " "bibliographic may be empty." msgstr "" "ISO 639-3 kullanmak istiyorsanız, görüntülenen sütunlar harf-3, kapsam, tür, " "harf-2, kaynakça ve dil adıdır. Hem harf-2 hem de kaynakça boş olabilir." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" msgstr "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" #. type: Plain text msgid "" "ISO 639-5 is also available. The displayed columns are alpha-3 and name." msgstr "ISO 639-5 de kullanılabilir. Görüntülenen sütunlar harf-3 ve addır." #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" msgstr "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" #. type: Plain text msgid "" "You can get selected translations of currency names from the ISO 4217 " "standard by using the following command. The first of the columns is the " "alpha-3 code, and the second one is the numerical code assigned to the " "currency. The name of the currency is shown in the third column." msgstr "" "Aşağıdaki komutu kullanarak ISO 4217 standardından para birimi adlarının " "seçilen çevirilerini alabilirsiniz. Sütunlardan ilki harf-3 kodu, ikincisi " "ise para birimine atanan sayısal koddur. Para biriminin adı üçüncü sütunda " "gösterilir." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" msgstr "" "$ isoquery --iso=4217 --locale=tr cad 392\n" "CAD 124 Kanada doları\n" "JPY 392 Yen\n" #. type: Plain text msgid "" "If you need to get script names, you can use the ISO 15924 table. The first " "of the columns is the alpha-4 code, and the second one is the numerical code " "assigned to the script. The name of the script is shown in the third column." msgstr "" "Alfabe adlarını almanız gerekiyorsa, ISO 15924 tablosunu kullanabilirsiniz. " "Sütunlardan ilki harf-4 kodu, ikincisi ise alfabeye atanan sayısal koddur. " "Alfabenin adı üçüncü sütunda gösterilir." #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" msgstr "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" #. type: Title == #, no-wrap msgid "Files" msgstr "Dosyalar" #. type: Plain text msgid "" "By default, the JSON files provided by the *iso-codes* package will be used." msgstr "" "Öntanımlı olarak, *iso-codes* paketi tarafından sağlanan JSON dosyaları " "kullanılacaktır." #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-2.json_" msgstr "_/usr/share/iso-codes/json/iso_639-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-3.json_" msgstr "_/usr/share/iso-codes/json/iso_639-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-5.json_" msgstr "_/usr/share/iso-codes/json/iso_639-5.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-1.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-1.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-2.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-3.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_4217.json_" msgstr "_/usr/share/iso-codes/json/iso_4217.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_15924.json_" msgstr "_/usr/share/iso-codes/json/iso_15924.json_" #. type: Title == #, no-wrap msgid "Author" msgstr "Yazar" isoquery/man/vi.po000066400000000000000000000312221522716617300145010ustar00rootroot00000000000000# Translation of isoquery manpage to Vietnamese # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2022 Dr. Tobias Quathamer msgid "" msgstr "" "Project-Id-Version: isoquery\n" "POT-Creation-Date: 2026-07-19 15:39+0200\n" "PO-Revision-Date: 2022-06-15 12:41+0200\n" "Last-Translator: Dr. Tobias Quathamer \n" "Language-Team: German \n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 21.12.3\n" #. type: Title = #, no-wrap msgid "isoquery(1)" msgstr "isoquery(1)" #. type: Plain text msgid "Dr. Tobias Quathamer " msgstr "Dr. Tobias Quathamer " #. type: Title == #, no-wrap msgid "Name" msgstr "" #. type: Plain text msgid "isoquery - search and display various ISO codes (country, language, …)" msgstr "" #. type: Title == #, no-wrap msgid "Synopsis" msgstr "" #. type: Plain text msgid "*isoquery* [_OPTION …_] [_ISO codes_]" msgstr "" #. type: Title == #, no-wrap msgid "Description" msgstr "" #. type: Plain text msgid "" "This manual page documents briefly the *isoquery* command. It can be used " "to generate a tabular output of the ISO standard codes provided by the " "package *iso-codes*. It parses the JSON files and shows all included ISO " "codes or just matching entries, if specified on the command line. Moreover, " "it's possible to get all available translations for the ISO standard." msgstr "" #. type: Title == #, no-wrap msgid "Options" msgstr "" #. type: Plain text msgid "" "This program follows the usual GNU command line syntax, with long options " "starting with two dashes ('*-*'). *isoquery* supports the following options:" msgstr "" #. type: Labeled list #, no-wrap msgid "*-i, --iso*=_STANDARD_" msgstr "" #. type: Plain text msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-p, --pathname*=_PATHNAME_" msgstr "" #. type: Plain text msgid "" "Use _PATHNAME_ as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-l, --locale*=_LOCALE_" msgstr "" #. type: Plain text msgid "Use this _LOCALE_ for output" msgstr "" #. type: Labeled list #, no-wrap msgid "*-n, --name*" msgstr "*-n, --name*" #. type: Plain text msgid "Name for the supplied codes (default)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-o, --official_name*" msgstr "*-o, --official_name*" #. type: Plain text msgid "" "Official name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-c, --common_name*" msgstr "*-c, --common_name*" #. type: Plain text msgid "" "Common name for the supplied codes. This may be the same as *--name* (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-0, --null*" msgstr "*-0, --null*" #. type: Plain text msgid "Separate entries with a NULL character instead of newline" msgstr "" #. type: Labeled list #, no-wrap msgid "*-f, --flag*" msgstr "*-f, --flag*" #. type: Plain text msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" #. type: Labeled list #, no-wrap msgid "*-h, --help*" msgstr "*-h, --help*" #. type: Plain text msgid "Show summary of options" msgstr "" #. type: Labeled list #, no-wrap msgid "*-v, --version*" msgstr "*-v, --version*" #. type: Plain text msgid "Show program version and copyright" msgstr "" #. type: Title == #, no-wrap msgid "Examples" msgstr "" #. type: Plain text msgid "" "If called without any command line options, *isoquery* will print a table of " "all ISO 3166-1 codes. The first three columns contain the alpha-2 code, the " "alpha-3 code, and the numerical code assigned to the country listed in the " "fourth column." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" msgstr "" "$ isoquery\n" "AW ABW 533 Aruba\n" "[…]\n" "ZW ZWE 716 Zimbabwe\n" #. type: Plain text msgid "" "If you need only some countries, you can specify any of the codes in the " "first three columns to cut down the output." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" msgstr "" "$ isoquery so nor 484\n" "SO SOM 706 Somalia\n" "NO NOR 578 Norway\n" "MX MEX 484 Mexico\n" #. type: Plain text msgid "" "Should you need the translations of the countries' names, just specify in " "which _LOCALE_ you'd like to see the output. Please note that the original " "English name will be shown if there is no translation available for the " "specified _LOCALE_." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" msgstr "" "$ isoquery --locale=nl fr de es\n" "FR FRA 250 Frankrijk\n" "DE DEU 276 Duitsland\n" "ES ESP 724 Spanje\n" #. type: Plain text msgid "" "If your terminal supports the unicode regional indicator symbol letters, you " "can use the *--flag* command line option. Those letters can be displayed as " "a country flag." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" msgstr "" "$ isoquery --flag --locale=nl fr de es\n" "FR FRA 250 🇫🇷 Frankrijk\n" "DE DEU 276 🇩🇪 Duitsland\n" "ES ESP 724 🇪🇸 Spanje\n" #. type: Plain text msgid "" "All of the above works for different ISO standards as well, so you can " "switch to the more extensive standard ISO 3166-2 by using the *--iso* " "command line option. The columns are ISO 3166-2 code, subset type (e.g. " "State, Province, etc.), parent, and name. The third column (parent) may be " "empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" msgstr "" "$ isoquery --iso=3166-2\n" "AD-02 Parish Canillo\n" "[…]\n" "ZW-MW Province Mashonaland West\n" #. type: Plain text msgid "" "Codes which have been deleted from ISO 3166-1 are available in ISO 3166-3. " "The columns are alpha-3 code, alpha-4 code, numeric code, comment, " "withdrawal date, and name. The columns for numeric code, comment, and " "withdrawal date may be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" msgstr "" "$ isoquery --iso=3166-3\n" "AFI AIDJ 262 1977 French Afars and Issas\n" "ANT ANHH 532 1993-07-12 Netherlands Antilles\n" "[…]\n" "YUG YUCS 891 1993-07-28 Yugoslavia, Socialist Federal Republic of\n" "ZAR ZRCD 180 1997-07-14 Zaire, Republic of\n" #. type: Plain text msgid "" "For ISO 639-2, the first three columns are the alpha-3 code, the " "bibliographic code, and the alpha-2 code. The second and third columns may " "be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" msgstr "" "$ isoquery --iso=639-2\n" "aar aa Afar\n" "abk ab Abkhazian\n" "ace Achinese\n" "[…]\n" "zun Zuni\n" "zxx No linguistic content; Not applicable\n" "zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki\n" #. type: Plain text msgid "" "You can trim down the results by specifying only some codes. Moreover, the " "option to get translated names is also available." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" msgstr "" "$ isoquery --iso=639-2 --locale=pt vi bo kl\n" "vie vi Vietnamita\n" "bod tib bo tibetano\n" "kal kl Kalaallisut; Greenlandic\n" #. type: Plain text msgid "" "If you want to use ISO 639-3, the displayed columns are alpha-3, scope, " "type, alpha-2, bibliographic, and the language name. Both alpha-2 and " "bibliographic may be empty." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" msgstr "" "$ isoquery -i 639-3 aal new spa guc\n" "aal I L Afade\n" "new I L Newari\n" "spa I L es Spanish\n" "guc I L Wayuu\n" #. type: Plain text msgid "" "ISO 639-5 is also available. The displayed columns are alpha-3 and name." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" msgstr "" "$ isoquery -i 639-5 aus tut\n" "aus Australian languages\n" "tut Altaic languages\n" #. type: Plain text msgid "" "You can get selected translations of currency names from the ISO 4217 " "standard by using the following command. The first of the columns is the " "alpha-3 code, and the second one is the numerical code assigned to the " "currency. The name of the currency is shown in the third column." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" msgstr "" "$ isoquery --iso=4217 --locale=da cad 392\n" "CAD 124 Canadisk dollar\n" "JPY 392 Yen\n" #. type: Plain text msgid "" "If you need to get script names, you can use the ISO 15924 table. The first " "of the columns is the alpha-4 code, and the second one is the numerical code " "assigned to the script. The name of the script is shown in the third column." msgstr "" #. type: delimited block . #, no-wrap msgid "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" msgstr "" "$ isoquery --iso=15924 jpan latn 280\n" "Jpan 413 Japanese (alias for Han + Hiragana + Katakana)\n" "Latn 215 Latin\n" "Visp 280 Visible Speech\n" #. type: Title == #, no-wrap msgid "Files" msgstr "" #. type: Plain text msgid "" "By default, the JSON files provided by the *iso-codes* package will be used." msgstr "" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-2.json_" msgstr "_/usr/share/iso-codes/json/iso_639-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-3.json_" msgstr "_/usr/share/iso-codes/json/iso_639-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_639-5.json_" msgstr "_/usr/share/iso-codes/json/iso_639-5.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-1.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-1.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-2.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-2.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_3166-3.json_" msgstr "_/usr/share/iso-codes/json/iso_3166-3.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_4217.json_" msgstr "_/usr/share/iso-codes/json/iso_4217.json_" #. type: Plain text msgid "_/usr/share/iso-codes/json/iso_15924.json_" msgstr "_/usr/share/iso-codes/json/iso_15924.json_" #. type: Title == #, no-wrap msgid "Author" msgstr "" isoquery/meson.build000066400000000000000000000023141522716617300151120ustar00rootroot00000000000000# SPDX-FileCopyrightText: 2026 Dr. Tobias Quathamer # # SPDX-License-Identifier: GPL-3.0-or-later project( 'isoquery', 'c', version: '3.4.0', license: 'GPL-3.0-or-later', license_files: 'LICENSES/GPL-3.0-or-later.txt', meson_version: '>= 1.10.0', default_options: ['warning_level=2', 'c_std=gnu17'], ) # Dependencies glib_dep = dependency('glib-2.0') json_dep = dependency('json-glib-1.0') # Required programs asciidoctor = find_program('asciidoctor', required: true) po4a = find_program('po4a', required: true) # Definition of required constants add_project_arguments( '-DGETTEXT_PACKAGE="' + meson.project_name() + '"', '-DVERSION="' + meson.project_version() + '"', '-DTESTDIR="' + meson.current_source_dir() + '/tests"', '-DBUILDDIR="' + meson.current_build_dir() + '"', '-D_GNU_SOURCE', language: 'c', ) # Main source subdir('src') # Tests subdir('tests') # Translations subdir('po') # Manpages subdir('man') # Install documentation docdir = get_option('datadir') / 'doc' / meson.project_name() install_data( 'AUTHORS.md', 'CHANGELOG.md', 'LICENSES/GPL-3.0-or-later.txt', 'README.md', 'TODO.md', install_dir: docdir, ) isoquery/po/000077500000000000000000000000001522716617300133665ustar00rootroot00000000000000isoquery/po/LINGUAS000066400000000000000000000002531522716617300144130ustar00rootroot00000000000000# SPDX-FileCopyrightText: 2026 Dr. Tobias Quathamer # # SPDX-License-Identifier: GPL-3.0-or-later cs da de eo es et fr it ka nb pt ro ru si sv ta tr vi isoquery/po/POTFILES.in000066400000000000000000000003221522716617300151400ustar00rootroot00000000000000# SPDX-FileCopyrightText: 2026 Dr. Tobias Quathamer # # SPDX-License-Identifier: GPL-3.0-or-later src/isocodes.c src/isoquery.c src/options.c src/search.c tests/integration.c tests/options.c isoquery/po/cs.po000066400000000000000000000102671522716617300143410ustar00rootroot00000000000000# Translation of isoquery to Czech # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2010, 2011 Michal Simunek # SPDX-FileCopyrightText: 2022 Allan Nordhøy msgid "" msgstr "" "Project-Id-Version: isoquery\n" "Report-Msgid-Bugs-To: toddy@debian.org\n" "POT-Creation-Date: 2026-07-19 17:21+0200\n" "PO-Revision-Date: 2022-06-15 10:29+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 4.13-dev\n" #. TRANSLATORS: #. The first placeholder is a filename, including the directory path. #. The second placeholder is an ISO standard, e.g. 3166-1 or 639-3. #: src/isocodes.c:64 #, c-format msgid "The file \"%1$s\" does not contain valid ISO %2$s data." msgstr "Soubor '%1$s' neobsahuje platná ISO %2$s data." #. TRANSLATORS: This is an error message. #: src/isocodes.c:89 src/isoquery.c:37 src/isoquery.c:54 src/isoquery.c:64 #, c-format msgid "isoquery: %s\n" msgstr "isoquery: %s\n" #: src/isoquery.c:39 msgid "" "Run \"isoquery --help\" to see a full list of available command line " "options.\n" msgstr "" #: src/options.c:35 msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "ISO standard, který se má použít. Možné hodnoty: 639-2, 639-3, 639-5, " "3166-1, 3166-2, 3166-3, 4217, 15924 (výchozí: 3166-1)" #: src/options.c:36 msgid "STANDARD" msgstr "" #: src/options.c:38 msgid "" "Use pathname as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" #: src/options.c:39 msgid "PATHNAME" msgstr "" #: src/options.c:41 msgid "Use this locale for output" msgstr "Pro výstup použije toto národní prostředí" #: src/options.c:42 msgid "LOCALE" msgstr "" #: src/options.c:44 msgid "Name for the supplied codes (default)" msgstr "Název dodávaných kódů (výchozí)" #: src/options.c:46 msgid "" "Official name for the supplied codes. This may be the same as --name (only " "applies to ISO 3166-1)" msgstr "" "Oficiální název dodávaných kódů. Může být stejný jako --name (použije se " "pouze u ISO 3166-1)" #: src/options.c:50 #, fuzzy #| msgid "" #| "Common name for the supplied codes. This may be the same as --name (only " #| "applies to ISO 3166-1)" msgid "" "Common name for the supplied codes. This may be the same as --name (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Obecný název dodávaných kódů. Může být stejný jako --name (použije se pouze " "u ISO 3166-1)" #: src/options.c:53 msgid "Separate entries with a NULL character instead of newline" msgstr "Oddělí položky mezerou namísto nového řádku" #: src/options.c:55 msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" #: src/options.c:57 msgid "Show program version and copyright" msgstr "Zobrazí verzi programu a copyright" #: src/options.c:74 msgid "[ISO codes]" msgstr "" #. TRANSLATORS: The placeholder is a string like "1234-5". #: src/options.c:139 #, c-format msgid "ISO standard \"%s\" is not supported." msgstr "ISO standard '%s' není podporován." #. TRANSLATORS: The placeholder is the version identifier. #: src/options.c:173 #, c-format msgid "isoquery %s\n" msgstr "isoquery %s\n" #: src/options.c:174 msgid "Copyright © 2007-2026 Dr. Tobias Quathamer\n" msgstr "Copyright © 2007-2026 Dr. Tobias Quathamer\n" #. TRANSLATORS: Please change the uppercase words as #. appropriate for your language. #: src/options.c:177 msgid "Translation to LANGUAGE Copyright © YEAR YOUR-NAME\n" msgstr "Translation to Czech Copyright © 2010-2011 Michal Šimůnek\n" #. TRANSLATORS: The first placeholder is a code like "urgl" or #. "does-not-exist", the second placeholder is the current #. ISO standard like "3166-1" or "15924". #: src/search.c:51 #, c-format msgid "The code \"%1$s\" is not defined in ISO %2$s." msgstr "Kód '%1$s' není v ISO %2$s definován." isoquery/po/da.po000066400000000000000000000103601522716617300143120ustar00rootroot00000000000000# Translation of isoquery to Danish # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2010, 2011, 2014, 2016 Joe Hansen # # Hi Tobias, what is the meaning for locale in this file. # Is it regional settings, language or place. # It's the language, e.g. "fr" or "en_UK". msgid "" msgstr "" "Project-Id-Version: isoquery\n" "Report-Msgid-Bugs-To: toddy@debian.org\n" "POT-Creation-Date: 2026-07-19 17:21+0200\n" "PO-Revision-Date: 2016-06-19 14:44+0200\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. TRANSLATORS: #. The first placeholder is a filename, including the directory path. #. The second placeholder is an ISO standard, e.g. 3166-1 or 639-3. #: src/isocodes.c:64 #, c-format msgid "The file \"%1$s\" does not contain valid ISO %2$s data." msgstr "Filen »%1$s« indeholder ikke gyldige ISO %2$s-data." #. TRANSLATORS: This is an error message. #: src/isocodes.c:89 src/isoquery.c:37 src/isoquery.c:54 src/isoquery.c:64 #, c-format msgid "isoquery: %s\n" msgstr "isoquery: %s\n" #: src/isoquery.c:39 msgid "" "Run \"isoquery --help\" to see a full list of available command line " "options.\n" msgstr "" "Kør »isoquery --help« for at se en fuld liste over tilgængelige " "indstillinger for kommandolinjen.\n" #: src/options.c:35 msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "Den ISO-standard der skal bruges. Mulige værdier er: 639-2, 639-3, 639-5, " "3166-1, 3166-2, 3166-3, 4217, 15924 (standard: 3166-1)" #: src/options.c:36 msgid "STANDARD" msgstr "STANDARD" #: src/options.c:38 msgid "" "Use pathname as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Brug stinavn som præfiks for datafilerne (standard: /usr/share/iso-codes/" "json)" #: src/options.c:39 msgid "PATHNAME" msgstr "STINAVN" #: src/options.c:41 msgid "Use this locale for output" msgstr "Brug dette sprog for uddata" #: src/options.c:42 msgid "LOCALE" msgstr "SPROG" #: src/options.c:44 msgid "Name for the supplied codes (default)" msgstr "Navn for de angivne koder (standard)" #: src/options.c:46 msgid "" "Official name for the supplied codes. This may be the same as --name (only " "applies to ISO 3166-1)" msgstr "" "Officielle navne for de angivne koder. Dette kan være det samme som --name " "(gælder kun for ISO 3166-1)" #: src/options.c:50 msgid "" "Common name for the supplied codes. This may be the same as --name (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Almindeligt navn for de angivne koder. Dette kan være det samme som --name " "(gælder kun for ISO 639-2, 639-3 og 3166-1)" #: src/options.c:53 msgid "Separate entries with a NULL character instead of newline" msgstr "Adskilte poster med et NULL-tegn i steden for newline (ny linje)" #: src/options.c:55 msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" #: src/options.c:57 msgid "Show program version and copyright" msgstr "Vis programversion og ophavsret" #: src/options.c:74 msgid "[ISO codes]" msgstr "[ISO-koder]" #. TRANSLATORS: The placeholder is a string like "1234-5". #: src/options.c:139 #, c-format msgid "ISO standard \"%s\" is not supported." msgstr "ISO-standard »%s« er ikke understøttet." #. TRANSLATORS: The placeholder is the version identifier. #: src/options.c:173 #, c-format msgid "isoquery %s\n" msgstr "isoquery %s\n" #: src/options.c:174 msgid "Copyright © 2007-2026 Dr. Tobias Quathamer\n" msgstr "Ophavsret © 2007-2026 Dr. Tobias Quathamer\n" #. TRANSLATORS: Please change the uppercase words as #. appropriate for your language. #: src/options.c:177 msgid "Translation to LANGUAGE Copyright © YEAR YOUR-NAME\n" msgstr "Oversættelse til dansk ophavsret 2010-2014 Joe Hansen\n" #. TRANSLATORS: The first placeholder is a code like "urgl" or #. "does-not-exist", the second placeholder is the current #. ISO standard like "3166-1" or "15924". #: src/search.c:51 #, c-format msgid "The code \"%1$s\" is not defined in ISO %2$s." msgstr "Koden »%1$s« er ikke defineret i ISO %2$s." isoquery/po/de.po000066400000000000000000000105661522716617300143260ustar00rootroot00000000000000# Translation of isoquery to German # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2007-2026 Dr. Tobias Quathamer msgid "" msgstr "" "Project-Id-Version: isoquery\n" "Report-Msgid-Bugs-To: toddy@debian.org\n" "POT-Creation-Date: 2026-07-19 17:21+0200\n" "PO-Revision-Date: 2022-06-13 15:40+0200\n" "Last-Translator: Dr. Tobias Quathamer \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 21.12.3\n" #. TRANSLATORS: #. The first placeholder is a filename, including the directory path. #. The second placeholder is an ISO standard, e.g. 3166-1 or 639-3. #: src/isocodes.c:64 #, c-format msgid "The file \"%1$s\" does not contain valid ISO %2$s data." msgstr "Die Datei »%1$s« enthält keine gültigen ISO %2$s Daten." #. TRANSLATORS: This is an error message. #: src/isocodes.c:89 src/isoquery.c:37 src/isoquery.c:54 src/isoquery.c:64 #, c-format msgid "isoquery: %s\n" msgstr "isoquery: %s\n" #: src/isoquery.c:39 msgid "" "Run \"isoquery --help\" to see a full list of available command line " "options.\n" msgstr "" "Rufen Sie »isoquery --help« auf, um eine Liste aller Befehlszeilenoptionen " "angezeigt zu bekommen.\n" #: src/options.c:35 msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "Der gewünschte ISO-Standard. Mögliche Werte: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (Voreinstellung: 3166-1)" #: src/options.c:36 msgid "STANDARD" msgstr "STANDARD" #: src/options.c:38 msgid "" "Use pathname as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Pfadname als Präfix für die Datendateien verwenden (Voreinstellung: /usr/" "share/iso-codes/json)" #: src/options.c:39 msgid "PATHNAME" msgstr "PFADNAME" #: src/options.c:41 msgid "Use this locale for output" msgstr "Diese Locale für die Ausgabe verwenden" #: src/options.c:42 msgid "LOCALE" msgstr "LOCALE" #: src/options.c:44 msgid "Name for the supplied codes (default)" msgstr "Name der übergebenen Codes (Voreinstellung)" #: src/options.c:46 msgid "" "Official name for the supplied codes. This may be the same as --name (only " "applies to ISO 3166-1)" msgstr "" "Offizieller Name der übergebenen Codes. Dies kann das Gleiche sein wie --" "name (gilt nur für ISO 3166-1)" #: src/options.c:50 msgid "" "Common name for the supplied codes. This may be the same as --name (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Üblicher Name der übergebenen Codes. Dies kann das Gleiche sein wie --name " "(gilt nur für ISO 639-2, 639-3 und 3166-1)" #: src/options.c:53 msgid "Separate entries with a NULL character instead of newline" msgstr "" "Einträge durch ein NULL-Zeichen anstatt des Zeilenumbruches voneinander " "trennen" #: src/options.c:55 msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" "Anzeige der Länderflaggen mittels »regional indicator symbols« (gilt nur für " "ISO 3166-1)" #: src/options.c:57 msgid "Show program version and copyright" msgstr "Anzeige der Programmversion und des Copyrights" #: src/options.c:74 msgid "[ISO codes]" msgstr "[ISO-Codes]" #. TRANSLATORS: The placeholder is a string like "1234-5". #: src/options.c:139 #, c-format msgid "ISO standard \"%s\" is not supported." msgstr "Der ISO-Standard »%s« wird nicht unterstützt." #. TRANSLATORS: The placeholder is the version identifier. #: src/options.c:173 #, c-format msgid "isoquery %s\n" msgstr "isoquery %s\n" #: src/options.c:174 msgid "Copyright © 2007-2026 Dr. Tobias Quathamer\n" msgstr "Copyright © 2007-2026 Dr. Tobias Quathamer\n" #. TRANSLATORS: Please change the uppercase words as #. appropriate for your language. #: src/options.c:177 msgid "Translation to LANGUAGE Copyright © YEAR YOUR-NAME\n" msgstr "Deutsche Übersetzung Copyright © 2007-2026 Dr. Tobias Quathamer\n" #. TRANSLATORS: The first placeholder is a code like "urgl" or #. "does-not-exist", the second placeholder is the current #. ISO standard like "3166-1" or "15924". #: src/search.c:51 #, c-format msgid "The code \"%1$s\" is not defined in ISO %2$s." msgstr "Der Code »%1$s« ist in ISO %2$s nicht definiert." isoquery/po/eo.po000066400000000000000000000104151522716617300143320ustar00rootroot00000000000000# Translation of isoquery to Esperanto # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2024 phlostically msgid "" msgstr "" "Project-Id-Version: isoquery 3.3.4\n" "Report-Msgid-Bugs-To: toddy@debian.org\n" "POT-Creation-Date: 2026-07-19 17:21+0200\n" "PO-Revision-Date: 2024-08-14 19:45+0000\n" "Last-Translator: phlostically \n" "Language-Team: Esperanto \n" "Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.7-dev\n" #. TRANSLATORS: #. The first placeholder is a filename, including the directory path. #. The second placeholder is an ISO standard, e.g. 3166-1 or 639-3. #: src/isocodes.c:64 #, c-format msgid "The file \"%1$s\" does not contain valid ISO %2$s data." msgstr "La dosiero «%1$s» ne enhavas validajn datenojn pri ISO %2$s." #. TRANSLATORS: This is an error message. #: src/isocodes.c:89 src/isoquery.c:37 src/isoquery.c:54 src/isoquery.c:64 #, c-format msgid "isoquery: %s\n" msgstr "isoquery: %s\n" #: src/isoquery.c:39 msgid "" "Run \"isoquery --help\" to see a full list of available command line " "options.\n" msgstr "" "Rulu «isoquery --help» por plena listo de haveblaj komandliniaj opcioj.\n" #: src/options.c:35 msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "La ISO-normo uzota. Eblaj valoroj: 639-2, 639-3, 639-5, 3166-1, 3166-2, " "3166-3, 4217, 15924 (implicite: 3166-1)" #: src/options.c:36 msgid "STANDARD" msgstr "NORMO" #: src/options.c:38 msgid "" "Use pathname as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Uzi dosierujan lokon kiel prefikson por la datenaj dosieroj (implicite: /usr/" "share/iso-codes/json)" #: src/options.c:39 msgid "PATHNAME" msgstr "DOSIERUJO" #: src/options.c:41 msgid "Use this locale for output" msgstr "Uzi la jenan lokaĵaron por eligado" #: src/options.c:42 msgid "LOCALE" msgstr "LOKAĴARO" #: src/options.c:44 msgid "Name for the supplied codes (default)" msgstr "La nomo por la donitaj kodoj (implicite)" #: src/options.c:46 msgid "" "Official name for the supplied codes. This may be the same as --name (only " "applies to ISO 3166-1)" msgstr "" "Oficiala nomo por la donitaj kodoj. Tio estas eble la sama kiel --name (nur " "aplikebla al ISO 3166-1)" #: src/options.c:50 msgid "" "Common name for the supplied codes. This may be the same as --name (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Vulgara nomo por la donitaj kodoj. Tio estas eble la sama kiel --name (nur " "aplikebla al ISO 3166-1)" #: src/options.c:53 msgid "Separate entries with a NULL character instead of newline" msgstr "Apartigi erojn per nul-signon anstataŭ linifinon" #: src/options.c:55 msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" "Montri landajn flagojn per la region-indikil-simbolaj literoj (nur aplikebla " "al ISO 3166-1)" #: src/options.c:57 msgid "Show program version and copyright" msgstr "Montri programan version kaj kopirajtojn" #: src/options.c:74 msgid "[ISO codes]" msgstr "[ISO-kodoj]" #. TRANSLATORS: The placeholder is a string like "1234-5". #: src/options.c:139 #, c-format msgid "ISO standard \"%s\" is not supported." msgstr "La ISO normo «%s» ne estas subtenata." #. TRANSLATORS: The placeholder is the version identifier. #: src/options.c:173 #, c-format msgid "isoquery %s\n" msgstr "isoquery %s\n" #: src/options.c:174 msgid "Copyright © 2007-2026 Dr. Tobias Quathamer\n" msgstr "Kopirajtoj © 2007–2026 D-ro Tobias Quathamer\n" #. TRANSLATORS: Please change the uppercase words as #. appropriate for your language. #: src/options.c:177 msgid "Translation to LANGUAGE Copyright © YEAR YOUR-NAME\n" msgstr "Kopirajtoj de Esperanta traduko © 2024 phlostically\n" #. TRANSLATORS: The first placeholder is a code like "urgl" or #. "does-not-exist", the second placeholder is the current #. ISO standard like "3166-1" or "15924". #: src/search.c:51 #, c-format msgid "The code \"%1$s\" is not defined in ISO %2$s." msgstr "La kodo «%1$s» ne estas difinita en ISO %2$s." isoquery/po/es.po000066400000000000000000000123001522716617300143310ustar00rootroot00000000000000# Translation of isoquery to Spanish # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2010 Omar Campagne # SPDX-FileCopyrightText: 2023 gallegonovato # # Traductores, si no conocen el formato PO, merece la pena leer la # documentación de gettext, especialmente las secciones dedicadas a este # formato, por ejemplo ejecutando: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Equipo de traducción al español, por favor lean antes de traducir # los siguientes documentos: # # - El proyecto de traducción de Debian al español # http://www.debian.org/intl/spanish/ # especialmente las notas y normas de traducción en # http://www.debian.org/intl/spanish/notas # # - La guía de traducción de po's de debconf: # /usr/share/doc/po-debconf/README-trans # o http://www.debian.org/intl/l10n/po-debconf/README-trans msgid "" msgstr "" "Project-Id-Version: isoquery\n" "Report-Msgid-Bugs-To: toddy@debian.org\n" "POT-Creation-Date: 2026-07-19 17:21+0200\n" "PO-Revision-Date: 2023-01-14 17:48+0000\n" "Last-Translator: gallegonovato \n" "Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.15.1-dev\n" #. TRANSLATORS: #. The first placeholder is a filename, including the directory path. #. The second placeholder is an ISO standard, e.g. 3166-1 or 639-3. #: src/isocodes.c:64 #, c-format msgid "The file \"%1$s\" does not contain valid ISO %2$s data." msgstr "El fichero «%1$s» no contiene datos ISO %2$s válidos." #. TRANSLATORS: This is an error message. #: src/isocodes.c:89 src/isoquery.c:37 src/isoquery.c:54 src/isoquery.c:64 #, c-format msgid "isoquery: %s\n" msgstr "isoquery: %s\n" #: src/isoquery.c:39 msgid "" "Run \"isoquery --help\" to see a full list of available command line " "options.\n" msgstr "" "Ejecute \"isoquery --help\" para ver una lista completa de las opciones de " "línea de comandos disponibles.\n" #: src/options.c:35 msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "La norma ISO a utilizar. Valores posibles: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (por defecto: 3166-1)" #: src/options.c:36 msgid "STANDARD" msgstr "ESTÁNDAR" #: src/options.c:38 msgid "" "Use pathname as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Utilizar la ruta como prefijo para los archivos de datos (por defecto: /usr/" "share/iso-codes/json)" #: src/options.c:39 msgid "PATHNAME" msgstr "NOMBRE DE LA RUTA" #: src/options.c:41 msgid "Use this locale for output" msgstr "Usa esta configuración regional («locale») para la salida" #: src/options.c:42 msgid "LOCALE" msgstr "LOCALE" #: src/options.c:44 msgid "Name for the supplied codes (default)" msgstr "Nombre de los códigos suministrados (predeterminado)" #: src/options.c:46 msgid "" "Official name for the supplied codes. This may be the same as --name (only " "applies to ISO 3166-1)" msgstr "" "Muestra el nombre oficial de los códigos proporcionados. Esto puede ser lo " "mismo que «--name». (Sólo se aplica a la ISO 3166-1)" #: src/options.c:50 msgid "" "Common name for the supplied codes. This may be the same as --name (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Nombre común de los códigos suministrados. Puede ser el mismo que --name " "(sólo se aplica a ISO 639-2, 639-3 y 3166-1)" #: src/options.c:53 msgid "Separate entries with a NULL character instead of newline" msgstr "Separe las entradas con un carácter NULL en lugar de una nueva línea" #: src/options.c:55 msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" "Mostrar las banderas de los países con letras de símbolos e indicadores " "regionales (sólo se aplica a ISO 3166-1)" #: src/options.c:57 msgid "Show program version and copyright" msgstr "Mostrar la versión del programa y los derechos de autor" #: src/options.c:74 msgid "[ISO codes]" msgstr "[códigos ISO]" #. TRANSLATORS: The placeholder is a string like "1234-5". #: src/options.c:139 #, c-format msgid "ISO standard \"%s\" is not supported." msgstr "No se acepta el estándar ISO «%s»." #. TRANSLATORS: The placeholder is the version identifier. #: src/options.c:173 #, c-format msgid "isoquery %s\n" msgstr "isoquery %s\n" #: src/options.c:174 msgid "Copyright © 2007-2026 Dr. Tobias Quathamer\n" msgstr "Copyright © 2007-2026 Dr. Tobias Quathamer\n" #. TRANSLATORS: Please change the uppercase words as #. appropriate for your language. #: src/options.c:177 msgid "Translation to LANGUAGE Copyright © YEAR YOUR-NAME\n" msgstr "Traducción al español. Derechos de autor © 2010 Omar Campagne\n" #. TRANSLATORS: The first placeholder is a code like "urgl" or #. "does-not-exist", the second placeholder is the current #. ISO standard like "3166-1" or "15924". #: src/search.c:51 #, c-format msgid "The code \"%1$s\" is not defined in ISO %2$s." msgstr "El código «%1$s» no está definido en la ISO %2$s." isoquery/po/et.po000066400000000000000000000106651522716617300143460ustar00rootroot00000000000000# Translation of isoquery to Estonian # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2024 Priit Jõerüüt # SPDX-FileCopyrightText: 2026 Priit Jõerüüt msgid "" msgstr "" "Project-Id-Version: isoquery 3.3.4\n" "Report-Msgid-Bugs-To: toddy@debian.org\n" "POT-Creation-Date: 2026-07-19 17:21+0200\n" "PO-Revision-Date: 2026-01-12 19:45+0000\n" "Last-Translator: Priit Jõerüüt \n" "Language-Team: Estonian \n" "Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.15.2-dev\n" #. TRANSLATORS: #. The first placeholder is a filename, including the directory path. #. The second placeholder is an ISO standard, e.g. 3166-1 or 639-3. #: src/isocodes.c:64 #, c-format msgid "The file \"%1$s\" does not contain valid ISO %2$s data." msgstr "" "Failis „%1$s“ pole korrektsed andmed, mis vastaks ISO %2$s standardile." #. TRANSLATORS: This is an error message. #: src/isocodes.c:89 src/isoquery.c:37 src/isoquery.c:54 src/isoquery.c:64 #, c-format msgid "isoquery: %s\n" msgstr "isoquery: %s\n" #: src/isoquery.c:39 msgid "" "Run \"isoquery --help\" to see a full list of available command line " "options.\n" msgstr "Kõikide käsurea argumentide nägemiseks sisesta „isoquery --help“\n" #: src/options.c:35 msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "Kasutatav ISO standard. Võimalikud väärtused: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (vaikimisi: 3166-1)" #: src/options.c:36 msgid "STANDARD" msgstr "STANDARD" #: src/options.c:38 msgid "" "Use pathname as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Kasuta asukohta kõikide andmefailide prefiksi jaoks (vaikimisi: /usr/share/" "iso-codes/json)" #: src/options.c:39 msgid "PATHNAME" msgstr "ASUKOHT" #: src/options.c:41 msgid "Use this locale for output" msgstr "Kasuta väljundi kuvamiseks seda lokaati" #: src/options.c:42 msgid "LOCALE" msgstr "LOKAAT" #: src/options.c:44 msgid "Name for the supplied codes (default)" msgstr "Näidatud koodide nimi (vaikimisi)" #: src/options.c:46 msgid "" "Official name for the supplied codes. This may be the same as --name (only " "applies to ISO 3166-1)" msgstr "" "Sisestatud koodide ametlik nimi. Võib olla sama, kui „--name“ argument " "(kehtib vaid ISO 3166-1 puhul)" #: src/options.c:50 msgid "" "Common name for the supplied codes. This may be the same as --name (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Sisestatud koodide tavanimi. Võib olla sama, kui „--name“ argument (kehtib " "vaid ISO 639-2, 639-3 ja 3166-1 puhul)" #: src/options.c:53 msgid "Separate entries with a NULL character instead of newline" msgstr "Eralda kirjeid reavahetuse asemel „NULL“ tähemärgiga" #: src/options.c:55 msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" "Näita riikide lippe koos piirkondliku tunnusega (kehtib vaid 3166-1 puhul)" #: src/options.c:57 msgid "Show program version and copyright" msgstr "Näita programmi versiooni ja autoriõiguste märget" #: src/options.c:74 msgid "[ISO codes]" msgstr "[ISO koodid]" #. TRANSLATORS: The placeholder is a string like "1234-5". #: src/options.c:139 #, c-format msgid "ISO standard \"%s\" is not supported." msgstr "ISO standard „%s“ pole toetatud." #. TRANSLATORS: The placeholder is the version identifier. #: src/options.c:173 #, c-format msgid "isoquery %s\n" msgstr "isoquery %s\n" #: src/options.c:174 msgid "Copyright © 2007-2026 Dr. Tobias Quathamer\n" msgstr "Autoriõigused © 2007-2026 Dr. Tobias Quathamer\n" #. TRANSLATORS: Please change the uppercase words as #. appropriate for your language. #: src/options.c:177 msgid "Translation to LANGUAGE Copyright © YEAR YOUR-NAME\n" msgstr "Tõlge eesti keelde, autoriõigused © 2025-2026 Priit Jõerüüt\n" #. TRANSLATORS: The first placeholder is a code like "urgl" or #. "does-not-exist", the second placeholder is the current #. ISO standard like "3166-1" or "15924". #: src/search.c:51 #, c-format msgid "The code \"%1$s\" is not defined in ISO %2$s." msgstr "„%1$s“ kood pole ISO %2$s standardis kirjeldatud." isoquery/po/fr.po000066400000000000000000000111711522716617300143360ustar00rootroot00000000000000# Translation of isoquery to French # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2010, 2011, 2014 Christian Perrier # SPDX-FileCopyrightText: 2022 Dr. Tobias Quathamer # SPDX-FileCopyrightText: 2022 J. Lavoie msgid "" msgstr "" "Project-Id-Version: isoquery\n" "Report-Msgid-Bugs-To: toddy@debian.org\n" "POT-Creation-Date: 2026-07-19 17:21+0200\n" "PO-Revision-Date: 2022-06-15 10:29+0000\n" "Last-Translator: J. Lavoie \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.13-dev\n" #. TRANSLATORS: #. The first placeholder is a filename, including the directory path. #. The second placeholder is an ISO standard, e.g. 3166-1 or 639-3. #: src/isocodes.c:64 #, c-format msgid "The file \"%1$s\" does not contain valid ISO %2$s data." msgstr "Le fichier « %1$s » ne contient pas de données ISO-%2$s valables." #. TRANSLATORS: This is an error message. #: src/isocodes.c:89 src/isoquery.c:37 src/isoquery.c:54 src/isoquery.c:64 #, c-format msgid "isoquery: %s\n" msgstr "isoquery : %s\n" #: src/isoquery.c:39 msgid "" "Run \"isoquery --help\" to see a full list of available command line " "options.\n" msgstr "" "Utilisez « isoquery --help » pour afficher la liste complète des options " "possibles.\n" #: src/options.c:35 msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "La norme ISO à utiliser. Valeurs disponibles : 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (3166-1 par défaut)" #: src/options.c:36 msgid "STANDARD" msgstr "NORME" #: src/options.c:38 msgid "" "Use pathname as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Utiliser le chemin comme préfixe pour les fichiers de données (valeur par " "défaut : /usr/share/iso-codes/json)" #: src/options.c:39 msgid "PATHNAME" msgstr "CHEMIN" #: src/options.c:41 msgid "Use this locale for output" msgstr "Utiliser ces paramètres régionaux (« locale ») pour la réponse" #: src/options.c:42 msgid "LOCALE" msgstr "LOCALE" #: src/options.c:44 msgid "Name for the supplied codes (default)" msgstr "Nom des codes fournis (par défaut)" #: src/options.c:46 msgid "" "Official name for the supplied codes. This may be the same as --name (only " "applies to ISO 3166-1)" msgstr "" "Retourner le nom officiel correspondant au code demandé. Cette valeur peut " "être identique à --name. Cette option n'est utile que pour ISO 3166-1" #: src/options.c:50 msgid "" "Common name for the supplied codes. This may be the same as --name (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Nom commun pour les codes fournis. Cette valeur peut être identique à --name " "(valable uniquement pour ISO 639-2, 639-3 et 3166-1)" #: src/options.c:53 msgid "Separate entries with a NULL character instead of newline" msgstr "" "Séparer les entrées avec un caractère NULL au lieu d'un retour à la ligne" #: src/options.c:55 msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" "Afficher les drapeaux de pays avec les lettres symboles des indicateurs " "régionaux (s'applique uniquement à l'ISO 3166-1)" #: src/options.c:57 msgid "Show program version and copyright" msgstr "Afficher la version du programme et les renseignements de copyright" #: src/options.c:74 msgid "[ISO codes]" msgstr "[codes ISO]" #. TRANSLATORS: The placeholder is a string like "1234-5". #: src/options.c:139 #, c-format msgid "ISO standard \"%s\" is not supported." msgstr "norme ISO « %s » non gérée." #. TRANSLATORS: The placeholder is the version identifier. #: src/options.c:173 #, c-format msgid "isoquery %s\n" msgstr "isoquery %s\n" #: src/options.c:174 msgid "Copyright © 2007-2026 Dr. Tobias Quathamer\n" msgstr "Copyright © 2007-2026 Dr. Tobias Quathamer\n" #. TRANSLATORS: Please change the uppercase words as #. appropriate for your language. #: src/options.c:177 msgid "Translation to LANGUAGE Copyright © YEAR YOUR-NAME\n" msgstr "Traduction française Copyright © 2007-2014 Christian Perrier\n" #. TRANSLATORS: The first placeholder is a code like "urgl" or #. "does-not-exist", the second placeholder is the current #. ISO standard like "3166-1" or "15924". #: src/search.c:51 #, c-format msgid "The code \"%1$s\" is not defined in ISO %2$s." msgstr "Le code « %1$s » n'existe pas dans ISO-%2$s." isoquery/po/isoquery.pot000066400000000000000000000061271522716617300160000ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Dr. Tobias Quathamer # This file is distributed under the same license as the isoquery package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: isoquery\n" "Report-Msgid-Bugs-To: toddy@debian.org\n" "POT-Creation-Date: 2026-07-19 17:21+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. TRANSLATORS: #. The first placeholder is a filename, including the directory path. #. The second placeholder is an ISO standard, e.g. 3166-1 or 639-3. #: src/isocodes.c:64 #, c-format msgid "The file \"%1$s\" does not contain valid ISO %2$s data." msgstr "" #. TRANSLATORS: This is an error message. #: src/isocodes.c:89 src/isoquery.c:37 src/isoquery.c:54 src/isoquery.c:64 #, c-format msgid "isoquery: %s\n" msgstr "" #: src/isoquery.c:39 msgid "" "Run \"isoquery --help\" to see a full list of available command line " "options.\n" msgstr "" #: src/options.c:35 msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" #: src/options.c:36 msgid "STANDARD" msgstr "" #: src/options.c:38 msgid "" "Use pathname as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" #: src/options.c:39 msgid "PATHNAME" msgstr "" #: src/options.c:41 msgid "Use this locale for output" msgstr "" #: src/options.c:42 msgid "LOCALE" msgstr "" #: src/options.c:44 msgid "Name for the supplied codes (default)" msgstr "" #: src/options.c:46 msgid "" "Official name for the supplied codes. This may be the same as --name (only " "applies to ISO 3166-1)" msgstr "" #: src/options.c:50 msgid "" "Common name for the supplied codes. This may be the same as --name (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" #: src/options.c:53 msgid "Separate entries with a NULL character instead of newline" msgstr "" #: src/options.c:55 msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" #: src/options.c:57 msgid "Show program version and copyright" msgstr "" #: src/options.c:74 msgid "[ISO codes]" msgstr "" #. TRANSLATORS: The placeholder is a string like "1234-5". #: src/options.c:139 #, c-format msgid "ISO standard \"%s\" is not supported." msgstr "" #. TRANSLATORS: The placeholder is the version identifier. #: src/options.c:173 #, c-format msgid "isoquery %s\n" msgstr "" #: src/options.c:174 msgid "Copyright © 2007-2026 Dr. Tobias Quathamer\n" msgstr "" #. TRANSLATORS: Please change the uppercase words as #. appropriate for your language. #: src/options.c:177 msgid "Translation to LANGUAGE Copyright © YEAR YOUR-NAME\n" msgstr "" #. TRANSLATORS: The first placeholder is a code like "urgl" or #. "does-not-exist", the second placeholder is the current #. ISO standard like "3166-1" or "15924". #: src/search.c:51 #, c-format msgid "The code \"%1$s\" is not defined in ISO %2$s." msgstr "" isoquery/po/it.po000066400000000000000000000105071522716617300143450ustar00rootroot00000000000000# Translation of isoquery to Italian # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2020 Sebastiano Pistore # SPDX-FileCopyrightText: 2022 Dr. Tobias Quathamer msgid "" msgstr "" "Project-Id-Version: isoquery 3.0.1\n" "Report-Msgid-Bugs-To: toddy@debian.org\n" "POT-Creation-Date: 2026-07-19 17:21+0200\n" "PO-Revision-Date: 2022-06-15 10:29+0000\n" "Last-Translator: Dr. Tobias Quathamer \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.13-dev\n" #. TRANSLATORS: #. The first placeholder is a filename, including the directory path. #. The second placeholder is an ISO standard, e.g. 3166-1 or 639-3. #: src/isocodes.c:64 #, c-format msgid "The file \"%1$s\" does not contain valid ISO %2$s data." msgstr "Il file \"%1$s\" non contiene dati ISO %2$s validi." #. TRANSLATORS: This is an error message. #: src/isocodes.c:89 src/isoquery.c:37 src/isoquery.c:54 src/isoquery.c:64 #, c-format msgid "isoquery: %s\n" msgstr "isoquery: %s\n" #: src/isoquery.c:39 msgid "" "Run \"isoquery --help\" to see a full list of available command line " "options.\n" msgstr "" "Eseguire \"isoquery --help\" per visualizzare un elenco completo delle " "opzioni disponibili.\n" #: src/options.c:35 msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "Standard ISO da utilizzare. Valori possibili: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" #: src/options.c:36 msgid "STANDARD" msgstr "STANDARD" #: src/options.c:38 msgid "" "Use pathname as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Usare il nome del percorso come prefisso per i file di dati (default: /usr/" "share/iso-codes/json)" #: src/options.c:39 msgid "PATHNAME" msgstr "PERCORSO" #: src/options.c:41 msgid "Use this locale for output" msgstr "Usare queste impostazioni locali per l'output" #: src/options.c:42 msgid "LOCALE" msgstr "LOCALE" #: src/options.c:44 msgid "Name for the supplied codes (default)" msgstr "Nome dei codici (predefinito)" #: src/options.c:46 msgid "" "Official name for the supplied codes. This may be the same as --name (only " "applies to ISO 3166-1)" msgstr "" "Denominazione ufficiale associata ai codici. Può essere la stessa di --name " "(si applica solo a ISO 3166-1)" #: src/options.c:50 msgid "" "Common name for the supplied codes. This may be the same as --name (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Nome comune associato ai codici forniti. Può essere lo stesso di --name (si " "applica solo a ISO 639-2, 639-3 e 3166-1)" #: src/options.c:53 msgid "Separate entries with a NULL character instead of newline" msgstr "Separare le voci con un carattere NULL anziché con il ritorno a capo" #: src/options.c:55 msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" #: src/options.c:57 msgid "Show program version and copyright" msgstr "Mostra la versione del programma ed il copyright" #: src/options.c:74 msgid "[ISO codes]" msgstr "[Codici ISO]" #. TRANSLATORS: The placeholder is a string like "1234-5". #: src/options.c:139 #, c-format msgid "ISO standard \"%s\" is not supported." msgstr "Lo standard ISO \"%s\" non è supportato." #. TRANSLATORS: The placeholder is the version identifier. #: src/options.c:173 #, c-format msgid "isoquery %s\n" msgstr "isoquery %s\n" #: src/options.c:174 msgid "Copyright © 2007-2026 Dr. Tobias Quathamer\n" msgstr "Copyright © 2007-2026 Dr. Tobias Quathamer\n" #. TRANSLATORS: Please change the uppercase words as #. appropriate for your language. #: src/options.c:177 msgid "Translation to LANGUAGE Copyright © YEAR YOUR-NAME\n" msgstr "Traduzione in Italiano Copyright © 2020 Sebastiano Pistore\n" #. TRANSLATORS: The first placeholder is a code like "urgl" or #. "does-not-exist", the second placeholder is the current #. ISO standard like "3166-1" or "15924". #: src/search.c:51 #, c-format msgid "The code \"%1$s\" is not defined in ISO %2$s." msgstr "Il codice \"%1$s\" non è presente in ISO %2$s." isoquery/po/ka.po000066400000000000000000000115051522716617300143230ustar00rootroot00000000000000# Translation of isoquery to Georgian # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2026 Temuri Doghonadze msgid "" msgstr "" "Project-Id-Version: isoquery 3.3.4\n" "Report-Msgid-Bugs-To: toddy@debian.org\n" "POT-Creation-Date: 2026-07-19 17:21+0200\n" "PO-Revision-Date: 2026-06-25 19:45+0000\n" "Last-Translator: Temuri Doghonadze \n" "Language-Team: Georgian \n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2026.7.dev0\n" #. TRANSLATORS: #. The first placeholder is a filename, including the directory path. #. The second placeholder is an ISO standard, e.g. 3166-1 or 639-3. #: src/isocodes.c:64 #, c-format msgid "The file \"%1$s\" does not contain valid ISO %2$s data." msgstr "ფაილი \"%1$s\" არ შეიცავს სწორ ISO %2$s-ის მონაცემებს." #. TRANSLATORS: This is an error message. #: src/isocodes.c:89 src/isoquery.c:37 src/isoquery.c:54 src/isoquery.c:64 #, c-format msgid "isoquery: %s\n" msgstr "isoquery: %s\n" #: src/isoquery.c:39 msgid "" "Run \"isoquery --help\" to see a full list of available command line " "options.\n" msgstr "" "ყველა ხელმისაწვდომი ბრძანების სტრიქონის პარამეტრის სანახავად გაუშვით " "\"isoquery --help\".\n" #: src/options.c:35 msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" #: src/options.c:36 msgid "STANDARD" msgstr "სტანდარტი" #: src/options.c:38 msgid "" "Use pathname as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "ბილიკის სახელის გამოყენება მონაცემთა ფაილების პრეფიქსად (ნაგულისხმევი: /usr/" "share/iso-codes/json)" #: src/options.c:39 msgid "PATHNAME" msgstr "ბილიკისსახელი" #: src/options.c:41 msgid "Use this locale for output" msgstr "ამ ლოკალის გამოყენება გამოტანისას" #: src/options.c:42 msgid "LOCALE" msgstr "ლოკალი" #: src/options.c:44 msgid "Name for the supplied codes (default)" msgstr "სახელი მიწოდებული კოდებისთვის (ნაგულისხმევი)" #: src/options.c:46 msgid "" "Official name for the supplied codes. This may be the same as --name (only " "applies to ISO 3166-1)" msgstr "" #: src/options.c:50 msgid "" "Common name for the supplied codes. This may be the same as --name (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" #: src/options.c:53 msgid "Separate entries with a NULL character instead of newline" msgstr "ჩანაწერების განცალკევება სიმბოლოთი NULL ახალი ხაზის მაგიერ" #: src/options.c:55 msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" #: src/options.c:57 msgid "Show program version and copyright" msgstr "პროგრამის ვერსიისა და საავტორო უფლებების ჩვენება" #: src/options.c:74 msgid "[ISO codes]" msgstr "[ISO კოდები]" #. TRANSLATORS: The placeholder is a string like "1234-5". #: src/options.c:139 #, c-format msgid "ISO standard \"%s\" is not supported." msgstr "ISO სტანდარტი \"%s\" მხარდაჭერილი არაა." #. TRANSLATORS: The placeholder is the version identifier. #: src/options.c:173 #, c-format msgid "isoquery %s\n" msgstr "isoquery %s\n" #: src/options.c:174 msgid "Copyright © 2007-2026 Dr. Tobias Quathamer\n" msgstr "საავტორო უფლებები დაცულია © 2007-2026 Dr. Tobias Quathamer\n" #. TRANSLATORS: Please change the uppercase words as #. appropriate for your language. #: src/options.c:177 msgid "Translation to LANGUAGE Copyright © YEAR YOUR-NAME\n" msgstr "თარგმანი ენაზე ქართული. საავტორო უფლებები © 2026 თემური დოღონაძე\n" #. TRANSLATORS: The first placeholder is a code like "urgl" or #. "does-not-exist", the second placeholder is the current #. ISO standard like "3166-1" or "15924". #: src/search.c:51 #, c-format msgid "The code \"%1$s\" is not defined in ISO %2$s." msgstr "კოდი \"%1$s\" აღწერილი არაა ISO-ში %2$s." isoquery/po/meson.build000066400000000000000000000005161522716617300155320ustar00rootroot00000000000000# SPDX-FileCopyrightText: 2026 Dr. Tobias Quathamer # # SPDX-License-Identifier: GPL-3.0-or-later # i18n setup i18n = import('i18n') i18n.gettext( meson.project_name(), args: [ '--copyright-holder=Dr. Tobias Quathamer', '--msgid-bugs-address=toddy@debian.org', ], preset: 'glib', ) isoquery/po/nb.po000066400000000000000000000106051522716617300143270ustar00rootroot00000000000000# Translation of isoquery to Norwegian Bokmål # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2022 Dr. Tobias Quathamer # SPDX-FileCopyrightText: 2022 Allan Nordhøy msgid "" msgstr "" "Project-Id-Version: isoquery 3.3.0\n" "Report-Msgid-Bugs-To: toddy@debian.org\n" "POT-Creation-Date: 2026-07-19 17:21+0200\n" "PO-Revision-Date: 2022-06-15 10:29+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Norwegian Bokmål \n" "Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.13-dev\n" #. TRANSLATORS: #. The first placeholder is a filename, including the directory path. #. The second placeholder is an ISO standard, e.g. 3166-1 or 639-3. #: src/isocodes.c:64 #, c-format msgid "The file \"%1$s\" does not contain valid ISO %2$s data." msgstr "«%1$s»-filen inneholder ikke gyldig ISO %2$s-data." #. TRANSLATORS: This is an error message. #: src/isocodes.c:89 src/isoquery.c:37 src/isoquery.c:54 src/isoquery.c:64 #, c-format msgid "isoquery: %s\n" msgstr "isoquery: %s\n" #: src/isoquery.c:39 msgid "" "Run \"isoquery --help\" to see a full list of available command line " "options.\n" msgstr "" "Kjør \"isoquery --help\" for en full liste over tilgjengelige " "kommandolinjealternativer.\n" #: src/options.c:35 msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "ISO-standarden å bruke. Mulige verdier: 639-2, 639-3, 639-5, 3166-1, 3166-2, " "3166-3, 4217, 15924 (forvalg: 3166-1)" #: src/options.c:36 #, fuzzy msgid "STANDARD" msgstr "STANDARD" #: src/options.c:38 msgid "" "Use pathname as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Bruk stinavn som prefiks for datafiler (forvalg: /usr/share/iso-code/json)" #: src/options.c:39 msgid "PATHNAME" msgstr "STINAVN" #: src/options.c:41 msgid "Use this locale for output" msgstr "Bruk dette lokalet for utdata" #: src/options.c:42 msgid "LOCALE" msgstr "LOKALE" #: src/options.c:44 msgid "Name for the supplied codes (default)" msgstr "Navn på de angitte kodene (forvalg)" #: src/options.c:46 msgid "" "Official name for the supplied codes. This may be the same as --name (only " "applies to ISO 3166-1)" msgstr "" "Offisielt navn for angitte koder. Dette kan være det samme som --name (har " "kun innvirkning for ISO 3166-1)" #: src/options.c:50 msgid "" "Common name for the supplied codes. This may be the same as --name (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Vanlig navn for angitte koder. Dette kan være det samme som --name (har kun " "innvirkning for ISO 639-2, 639-3, og 3166-1)" #: src/options.c:53 msgid "Separate entries with a NULL character instead of newline" msgstr "Del inn oppføringer med et NULL-tegn istedenfor nylinje" #: src/options.c:55 msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" "Vis landsflagg med stedsegne indikatorsymbols bokstaver (har kun innfirkning " "for ISO 3166-1)" #: src/options.c:57 msgid "Show program version and copyright" msgstr "Vis programversjon og opphavsrett" #: src/options.c:74 msgid "[ISO codes]" msgstr "[ISO-koder]" #. TRANSLATORS: The placeholder is a string like "1234-5". #: src/options.c:139 #, c-format msgid "ISO standard \"%s\" is not supported." msgstr "ISO-standarden «%s» støttes ikke." #. TRANSLATORS: The placeholder is the version identifier. #: src/options.c:173 #, c-format msgid "isoquery %s\n" msgstr "isoquery %s\n" #: src/options.c:174 msgid "Copyright © 2007-2026 Dr. Tobias Quathamer\n" msgstr "Opphavsrett © 2007–2026 Dr. Tobias Quathamer\n" #. TRANSLATORS: Please change the uppercase words as #. appropriate for your language. #: src/options.c:177 msgid "Translation to LANGUAGE Copyright © YEAR YOUR-NAME\n" msgstr "" "Oversatt til Norsk bokmål © 2022 Allan Nordhøy\n" "\n" #. TRANSLATORS: The first placeholder is a code like "urgl" or #. "does-not-exist", the second placeholder is the current #. ISO standard like "3166-1" or "15924". #: src/search.c:51 #, c-format msgid "The code \"%1$s\" is not defined in ISO %2$s." msgstr "Koden «%1$s» er ikke definert i ISO %2$s." isoquery/po/pt.po000066400000000000000000000110501522716617300143460ustar00rootroot00000000000000# Translation of isoquery to Portuguese # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2010 - 2016, 2026 Américo Monteiro # SPDX-FileCopyrightText: 2022 Dr. Tobias Quathamer # SPDX-FileCopyrightText: 2022 ssantos msgid "" msgstr "" "Project-Id-Version: isoquery n/a\n" "Report-Msgid-Bugs-To: toddy@debian.org\n" "POT-Creation-Date: 2026-07-19 17:21+0200\n" "PO-Revision-Date: 2026-02-22 19:45+0000\n" "Last-Translator: Américo Monteiro \n" "Language-Team: Portuguese \n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.16.1-dev\n" #. TRANSLATORS: #. The first placeholder is a filename, including the directory path. #. The second placeholder is an ISO standard, e.g. 3166-1 or 639-3. #: src/isocodes.c:64 #, c-format msgid "The file \"%1$s\" does not contain valid ISO %2$s data." msgstr "O ficheiro \"%1$s\" não contém dados de ISO %2$s válidos." #. TRANSLATORS: This is an error message. #: src/isocodes.c:89 src/isoquery.c:37 src/isoquery.c:54 src/isoquery.c:64 #, c-format msgid "isoquery: %s\n" msgstr "isoquery: %s\n" #: src/isoquery.c:39 msgid "" "Run \"isoquery --help\" to see a full list of available command line " "options.\n" msgstr "" "Execute \"isoquery --help\" para ver uma lista completa de opções " "disponíveis de linha de comandos.\n" #: src/options.c:35 msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "O standard ISO a usar. Valores possíveis: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (predefinição: 3166-1)" #: src/options.c:36 msgid "STANDARD" msgstr "STANDARD" #: src/options.c:38 msgid "" "Use pathname as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Usa o nome-de-caminho como prefixo para os ficheiros de dados " "(predefinição: /usr/share/iso-codes/json)" #: src/options.c:39 msgid "PATHNAME" msgstr "NOME-DE-CAMINHO" #: src/options.c:41 msgid "Use this locale for output" msgstr "Usa este locale para os resultados" #: src/options.c:42 msgid "LOCALE" msgstr "LOCALE" #: src/options.c:44 msgid "Name for the supplied codes (default)" msgstr "Nome para os códigos fornecidos (predefinição)" #: src/options.c:46 msgid "" "Official name for the supplied codes. This may be the same as --name (only " "applies to ISO 3166-1)" msgstr "" "Nome oficial para os códigos fornecidos. Isto pode ser o mesmo que --name " "(apenas se aplica ao ISO 3166-1)" #: src/options.c:50 msgid "" "Common name for the supplied codes. This may be the same as --name (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Nome comum para os códigos fornecidos. Isto pode ser o mesmo que --name " "(apenas se aplica a ISO 639-2, 639-3, e 3166-1)" #: src/options.c:53 msgid "Separate entries with a NULL character instead of newline" msgstr "Separa as entradas com um caractere NULO em vez de nova linha" #: src/options.c:55 msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" "Mostra bandeiras de países com letras de símbolos de indicadores regionais " "(aplica-se apenas a ISO 3166-1)" #: src/options.c:57 msgid "Show program version and copyright" msgstr "Mostra a versão do programa e direitos de autor" #: src/options.c:74 msgid "[ISO codes]" msgstr "[códigos ISO]" #. TRANSLATORS: The placeholder is a string like "1234-5". #: src/options.c:139 #, c-format msgid "ISO standard \"%s\" is not supported." msgstr "O ISO standard \"%s\" não é suportado." #. TRANSLATORS: The placeholder is the version identifier. #: src/options.c:173 #, c-format msgid "isoquery %s\n" msgstr "isoquery %s\n" #: src/options.c:174 msgid "Copyright © 2007-2026 Dr. Tobias Quathamer\n" msgstr "Copyright © 2007-2026 Dr. Tobias Quathamer\n" #. TRANSLATORS: Please change the uppercase words as #. appropriate for your language. #: src/options.c:177 msgid "Translation to LANGUAGE Copyright © YEAR YOUR-NAME\n" msgstr "Tradução para Português Copyright © 2010-2016 Américo Monteiro\n" #. TRANSLATORS: The first placeholder is a code like "urgl" or #. "does-not-exist", the second placeholder is the current #. ISO standard like "3166-1" or "15924". #: src/search.c:51 #, c-format msgid "The code \"%1$s\" is not defined in ISO %2$s." msgstr "O código \"%1$s\" não está definido em ISO %2$s." isoquery/po/ro.po000066400000000000000000000111011522716617300143400ustar00rootroot00000000000000# Translation of isoquery to Romanian # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2024, 2025 Remus-Gabriel Chelu msgid "" msgstr "" "Project-Id-Version: isoquery 3.3.4\n" "Report-Msgid-Bugs-To: toddy@debian.org\n" "POT-Creation-Date: 2026-07-19 17:21+0200\n" "PO-Revision-Date: 2025-02-08 19:45+0000\n" "Last-Translator: Remus-Gabriel Chelu \n" "Language-Team: Romanian \n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" "X-Generator: Weblate 5.10-dev\n" #. TRANSLATORS: #. The first placeholder is a filename, including the directory path. #. The second placeholder is an ISO standard, e.g. 3166-1 or 639-3. #: src/isocodes.c:64 #, c-format msgid "The file \"%1$s\" does not contain valid ISO %2$s data." msgstr "Fișierul „%1$s” nu conține date ISO %2$s valide." #. TRANSLATORS: This is an error message. #: src/isocodes.c:89 src/isoquery.c:37 src/isoquery.c:54 src/isoquery.c:64 #, c-format msgid "isoquery: %s\n" msgstr "isoquery: %s\n" #: src/isoquery.c:39 msgid "" "Run \"isoquery --help\" to see a full list of available command line " "options.\n" msgstr "" "Rulați «isoquery --help» pentru a vedea o listă completă a opțiunilor " "disponibile în linia de comandă.\n" #: src/options.c:35 msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "Standardul ISO de utilizat. Valorile posibile sunt: 639-2, 639-3, 639-5, " "3166-1, 3166-2, 3166-3, 4217, 15924 (implicit: 3166-1)" #: src/options.c:36 msgid "STANDARD" msgstr "STANDARD" #: src/options.c:38 msgid "" "Use pathname as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Utilizează numele rutei ca prefix pentru fișierele de date (implicit: „/usr/" "share/iso-codes/json)”" #: src/options.c:39 msgid "PATHNAME" msgstr "NUMELE RUTEI" #: src/options.c:41 msgid "Use this locale for output" msgstr "Utilizează această configurație regională („locale”) pentru ieșire" #: src/options.c:42 msgid "LOCALE" msgstr "LOCALE" #: src/options.c:44 msgid "Name for the supplied codes (default)" msgstr "Nume pentru codurile furnizate (implicit)" #: src/options.c:46 msgid "" "Official name for the supplied codes. This may be the same as --name (only " "applies to ISO 3166-1)" msgstr "" "Numele oficial pentru codurile furnizate. Acesta poate fi același cu --name " "(se aplică numai la ISO 3166-1)" #: src/options.c:50 msgid "" "Common name for the supplied codes. This may be the same as --name (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Nume comun pentru codurile furnizate. Acesta poate fi același cu --name (se " "aplică numai la ISO 639-2, 639-3 și 3166-1)" #: src/options.c:53 msgid "Separate entries with a NULL character instead of newline" msgstr "Separă intrările cu un caracter NULL în loc de linie nouă" #: src/options.c:55 msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" "Afișează steagurile țărilor cu literele simbolurilor indicatoare regionale " "(se aplică numai la ISO 3166-1)" #: src/options.c:57 msgid "Show program version and copyright" msgstr "Afișează versiunea programului și drepturile de autor" #: src/options.c:74 msgid "[ISO codes]" msgstr "[Coduri ISO]" #. TRANSLATORS: The placeholder is a string like "1234-5". #: src/options.c:139 #, c-format msgid "ISO standard \"%s\" is not supported." msgstr "Standardul ISO „%s” nu este acceptat." #. TRANSLATORS: The placeholder is the version identifier. #: src/options.c:173 #, c-format msgid "isoquery %s\n" msgstr "isoquery %s\n" #: src/options.c:174 msgid "Copyright © 2007-2026 Dr. Tobias Quathamer\n" msgstr "Drepturi de autor © 2007-2026 Dr. Tobias Quathamer\n" #. TRANSLATORS: Please change the uppercase words as #. appropriate for your language. #: src/options.c:177 msgid "Translation to LANGUAGE Copyright © YEAR YOUR-NAME\n" msgstr "" "Translation to Romanian Copyright © 2024 Remus-Gabriel Chelu " "\n" #. TRANSLATORS: The first placeholder is a code like "urgl" or #. "does-not-exist", the second placeholder is the current #. ISO standard like "3166-1" or "15924". #: src/search.c:51 #, c-format msgid "The code \"%1$s\" is not defined in ISO %2$s." msgstr "Codul „%1$s” nu este definit în ISO %2$s." isoquery/po/ru.po000066400000000000000000000113341522716617300143560ustar00rootroot00000000000000# Translation of isoquery to Russian # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2010, 2011, 2014, 2016 Yuri Kozlov msgid "" msgstr "" "Project-Id-Version: isoquery\n" "Report-Msgid-Bugs-To: toddy@debian.org\n" "POT-Creation-Date: 2026-07-19 17:21+0200\n" "PO-Revision-Date: 2016-06-11 08:03+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. TRANSLATORS: #. The first placeholder is a filename, including the directory path. #. The second placeholder is an ISO standard, e.g. 3166-1 or 639-3. #: src/isocodes.c:64 #, c-format msgid "The file \"%1$s\" does not contain valid ISO %2$s data." msgstr "Файл «%1$s» не содержит допустимых данных ISO %2$s." #. TRANSLATORS: This is an error message. #: src/isocodes.c:89 src/isoquery.c:37 src/isoquery.c:54 src/isoquery.c:64 #, c-format msgid "isoquery: %s\n" msgstr "isoquery: %s\n" #: src/isoquery.c:39 msgid "" "Run \"isoquery --help\" to see a full list of available command line " "options.\n" msgstr "" "Запустите «isoquery --help», чтобы увидеть полный список доступных " "параметров командной строки.\n" #: src/options.c:35 msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "Стандарт ISO. Возможные значения: 639-2, 639-3, 639-5, 3166-1, 3166-2, " "3166-3, 4217, 15924 (по умолчанию: 3166-1)" #: src/options.c:36 msgid "STANDARD" msgstr "СТАНДАРТ" #: src/options.c:38 msgid "" "Use pathname as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "Префикс к файлам данных (по умолчанию: /usr/share/iso-codes/json)" #: src/options.c:39 msgid "PATHNAME" msgstr "ПУТЬ" #: src/options.c:41 msgid "Use this locale for output" msgstr "Локаль, используемая при выводе" #: src/options.c:42 msgid "LOCALE" msgstr "ЛОКАЛЬ" #: src/options.c:44 msgid "Name for the supplied codes (default)" msgstr "Имена имеющихся кодов (действие по умолчанию)" #: src/options.c:46 msgid "" "Official name for the supplied codes. This may be the same as --name (only " "applies to ISO 3166-1)" msgstr "" "Официальные имена имеющихся кодов. Может быть тоже, что и с --name " "(применимо только к ISO 3166-1)" #: src/options.c:50 msgid "" "Common name for the supplied codes. This may be the same as --name (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Общие имена имеющихся кодов. Может быть тоже, что и с --name (применимо " "только к ISO 639-2, 639-3 и 3166-1)" #: src/options.c:53 msgid "Separate entries with a NULL character instead of newline" msgstr "Разделять элементы символом NULL, а не символом новой строки" #: src/options.c:55 msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" #: src/options.c:57 msgid "Show program version and copyright" msgstr "Показать версию программы и инф. об авторском праве" #: src/options.c:74 msgid "[ISO codes]" msgstr "[коды ISO]" #. TRANSLATORS: The placeholder is a string like "1234-5". #: src/options.c:139 #, c-format msgid "ISO standard \"%s\" is not supported." msgstr "Стандарт ISO «%s» не поддерживается." #. TRANSLATORS: The placeholder is the version identifier. #: src/options.c:173 #, c-format msgid "isoquery %s\n" msgstr "isoquery %s\n" #: src/options.c:174 msgid "Copyright © 2007-2026 Dr. Tobias Quathamer\n" msgstr "Copyright © 2007-2026 Dr. Tobias Quathamer\n" #. TRANSLATORS: Please change the uppercase words as #. appropriate for your language. #: src/options.c:177 msgid "Translation to LANGUAGE Copyright © YEAR YOUR-NAME\n" msgstr "Перевод на русский Copyright © 2010-2016 Юрий Козлов\n" #. TRANSLATORS: The first placeholder is a code like "urgl" or #. "does-not-exist", the second placeholder is the current #. ISO standard like "3166-1" or "15924". #: src/search.c:51 #, c-format msgid "The code \"%1$s\" is not defined in ISO %2$s." msgstr "Код «%1$s» не определён в ISO %2$s." isoquery/po/si.po000066400000000000000000000117561522716617300143530ustar00rootroot00000000000000# Translation of isoquery to Sinhala # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2010, 2011 Danishka Navin # SPDX-FileCopyrightText: 2022 Allan Nordhøy msgid "" msgstr "" "Project-Id-Version: isoquery\n" "Report-Msgid-Bugs-To: toddy@debian.org\n" "POT-Creation-Date: 2026-07-19 17:21+0200\n" "PO-Revision-Date: 2022-06-15 10:29+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Sinhala \n" "Language: si\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.13-dev\n" #. TRANSLATORS: #. The first placeholder is a filename, including the directory path. #. The second placeholder is an ISO standard, e.g. 3166-1 or 639-3. #: src/isocodes.c:64 #, c-format msgid "The file \"%1$s\" does not contain valid ISO %2$s data." msgstr "'%1$s' ගොනුව සතුව වලංගු ISO %2$s දත්ත නොපවතී." #. TRANSLATORS: This is an error message. #: src/isocodes.c:89 src/isoquery.c:37 src/isoquery.c:54 src/isoquery.c:64 #, c-format msgid "isoquery: %s\n" msgstr "isoquery: %s\n" #: src/isoquery.c:39 msgid "" "Run \"isoquery --help\" to see a full list of available command line " "options.\n" msgstr "" #: src/options.c:35 msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "භාවිත කරන ISO සම්මතයන්. විය හැකි අගයන්: 639-2, 639-3, 639-5, 3166-1, 3166-2, " "3166-3, 4217, 15924 (පෙරනිමිය: 3166-1)" #: src/options.c:36 msgid "STANDARD" msgstr "" #: src/options.c:38 #, fuzzy #| msgid "Use another XML file with ISO data (default: %default)." msgid "" "Use pathname as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "ISO ගොනුව සමඟ වෙනත් XML ගොනුවක් භාවිත කරන්න (පෙරනිමිය: %default)." #: src/options.c:39 msgid "PATHNAME" msgstr "" #: src/options.c:41 msgid "Use this locale for output" msgstr "ප්‍රතිදානයට මෙම ප්‍රාදේශිකය භාවිත කරන්න" #: src/options.c:42 msgid "LOCALE" msgstr "" #: src/options.c:44 msgid "Name for the supplied codes (default)" msgstr "දෙනලද කේත සඳහා නම (පෙරනිමි)" #: src/options.c:46 msgid "" "Official name for the supplied codes. This may be the same as --name (only " "applies to ISO 3166-1)" msgstr "" "දෙනලද කේත වල නිල නාමය. මෙය නම --name හා සමාන විය හැක. (ISO 3166-1 වෙත පමණක් " "යෙදේ)" #: src/options.c:50 #, fuzzy #| msgid "" #| "Common name for the supplied codes. This may be the same as --name (only " #| "applies to ISO 3166-1)" msgid "" "Common name for the supplied codes. This may be the same as --name (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "දෙනලද කේත වල පොදු නාමය. මෙය නම --name හා සමාන විය හැක. (ISO 3166-1 වෙත පමණක් " "යෙදේ)" #: src/options.c:53 msgid "Separate entries with a NULL character instead of newline" msgstr "නව පෙළක් වෙනුවට හිස් අක්‍ෂරයක් මගින් ඇතුළත්කිරීම් වෙන් කරන්න" #: src/options.c:55 msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" #: src/options.c:57 msgid "Show program version and copyright" msgstr "වැඩසටහන් වෙළුම හා හිමිකම් පෙන්වන්න" #: src/options.c:74 msgid "[ISO codes]" msgstr "" #. TRANSLATORS: The placeholder is a string like "1234-5". #: src/options.c:139 #, c-format msgid "ISO standard \"%s\" is not supported." msgstr "'%s' ISO සම්මතය සහාය නොදක්වයි." #. TRANSLATORS: The placeholder is the version identifier. #: src/options.c:173 #, c-format msgid "isoquery %s\n" msgstr "isoquery %s\n" #: src/options.c:174 msgid "Copyright © 2007-2026 Dr. Tobias Quathamer\n" msgstr "හිමිකම © 2007-2026 Dr. Tobias Quathamer\n" #. TRANSLATORS: Please change the uppercase words as #. appropriate for your language. #: src/options.c:177 msgid "Translation to LANGUAGE Copyright © YEAR YOUR-NAME\n" msgstr "සිංහල වෙත පරිවර්තනය හිමිකම © 2010-2011 ඩනිෂ්ක නවීන්\n" #. TRANSLATORS: The first placeholder is a code like "urgl" or #. "does-not-exist", the second placeholder is the current #. ISO standard like "3166-1" or "15924". #: src/search.c:51 #, c-format msgid "The code \"%1$s\" is not defined in ISO %2$s." msgstr "ISO %2$s හි '%1$s' කේතය යොදා නොමැත." isoquery/po/sv.po000066400000000000000000000107161522716617300143630ustar00rootroot00000000000000# Translation of isoquery to Swedish # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2010, 2011, 2016 Martin Bagge # SPDX-FileCopyrightText: 2022 Allan Nordhøy # SPDX-FileCopyrightText: 2022 Luna Jernberg msgid "" msgstr "" "Project-Id-Version: isoquery\n" "Report-Msgid-Bugs-To: toddy@debian.org\n" "POT-Creation-Date: 2026-07-19 17:21+0200\n" "PO-Revision-Date: 2022-08-08 14:17+0000\n" "Last-Translator: Luna Jernberg \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.14-dev\n" #. TRANSLATORS: #. The first placeholder is a filename, including the directory path. #. The second placeholder is an ISO standard, e.g. 3166-1 or 639-3. #: src/isocodes.c:64 #, c-format msgid "The file \"%1$s\" does not contain valid ISO %2$s data." msgstr "Filen \"%1$s\" innehåller inte korrekt ISO %2$s-data." #. TRANSLATORS: This is an error message. #: src/isocodes.c:89 src/isoquery.c:37 src/isoquery.c:54 src/isoquery.c:64 #, c-format msgid "isoquery: %s\n" msgstr "isoquery: %s\n" #: src/isoquery.c:39 msgid "" "Run \"isoquery --help\" to see a full list of available command line " "options.\n" msgstr "" "Kör \"isoquery --help\" för att se en komplett lista med tillgängliga " "kommandoradsflaggor.\n" #: src/options.c:35 msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "ISO-standarden att använda. Möjliga värden: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (standard: 3166-1)" #: src/options.c:36 msgid "STANDARD" msgstr "STANDARD" #: src/options.c:38 msgid "" "Use pathname as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Använd sökväg som prefix för datafiler (standard: /usr/share/iso-codes/json)" #: src/options.c:39 msgid "PATHNAME" msgstr "SÖKVÄG" #: src/options.c:41 msgid "Use this locale for output" msgstr "Använd denna lokal för utdata" #: src/options.c:42 msgid "LOCALE" msgstr "LOKAL" #: src/options.c:44 msgid "Name for the supplied codes (default)" msgstr "Namn på de medföljande koderna (standard)" #: src/options.c:46 msgid "" "Official name for the supplied codes. This may be the same as --name (only " "applies to ISO 3166-1)" msgstr "" "Officiellt namn för angivna koder. Detta kan vara samma som --name. (Gäller " "endast ISO 3166-1)" #: src/options.c:50 msgid "" "Common name for the supplied codes. This may be the same as --name (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Generellt namn för angivna koder. Detta kan vara samma som --name (Gäller " "endast ISO 639-2, 639-3 och 3166-1)" #: src/options.c:53 msgid "Separate entries with a NULL character instead of newline" msgstr "Separera poster med ett NULL-tecken istället för nyrad" #: src/options.c:55 msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" "Visa landsflaggor med regionala indikatorsymbolbokstäver (gäller endast ISO " "3166-1)" #: src/options.c:57 msgid "Show program version and copyright" msgstr "Visa program version och copyright" #: src/options.c:74 msgid "[ISO codes]" msgstr "[ISO-koder]" #. TRANSLATORS: The placeholder is a string like "1234-5". #: src/options.c:139 #, c-format msgid "ISO standard \"%s\" is not supported." msgstr "ISO-standard \"%s\" stöds inte." #. TRANSLATORS: The placeholder is the version identifier. #: src/options.c:173 #, c-format msgid "isoquery %s\n" msgstr "isoquery %s\n" #: src/options.c:174 msgid "Copyright © 2007-2026 Dr. Tobias Quathamer\n" msgstr "Copyright © 2007-2026 Dr. Tobias Quathamer\n" #. TRANSLATORS: Please change the uppercase words as #. appropriate for your language. #: src/options.c:177 msgid "Translation to LANGUAGE Copyright © YEAR YOUR-NAME\n" msgstr "" "Översatt till Svenska © 2010–2016 Martin Bagge.\n" "Skicka synpunkter på översättningen till tp-sv@listor.tp-sv.se.\n" #. TRANSLATORS: The first placeholder is a code like "urgl" or #. "does-not-exist", the second placeholder is the current #. ISO standard like "3166-1" or "15924". #: src/search.c:51 #, c-format msgid "The code \"%1$s\" is not defined in ISO %2$s." msgstr "Koden \"%1$s\" är inte definierad i ISO %2$s." isoquery/po/ta.po000066400000000000000000000121401522716617300143300ustar00rootroot00000000000000# Translation of isoquery to Tamil # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2025 தமிழ்நேரம் msgid "" msgstr "" "Project-Id-Version: isoquery 3.3.4\n" "Report-Msgid-Bugs-To: toddy@debian.org\n" "POT-Creation-Date: 2026-07-19 17:21+0200\n" "PO-Revision-Date: 2025-01-03 19:45+0000\n" "Last-Translator: தமிழ்நேரம் \n" "Language-Team: Tamil \n" "Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.10-dev\n" #. TRANSLATORS: #. The first placeholder is a filename, including the directory path. #. The second placeholder is an ISO standard, e.g. 3166-1 or 639-3. #: src/isocodes.c:64 #, c-format msgid "The file \"%1$s\" does not contain valid ISO %2$s data." msgstr "The கோப்பு \"%1$s\" does not contain valid ISO %2$s data." #. TRANSLATORS: This is an error message. #: src/isocodes.c:89 src/isoquery.c:37 src/isoquery.c:54 src/isoquery.c:64 #, c-format msgid "isoquery: %s\n" msgstr "ஐசோக்வரி: %s\n" #: src/isoquery.c:39 msgid "" "Run \"isoquery --help\" to see a full list of available command line " "options.\n" msgstr "" "கிடைக்கக்கூடிய கட்டளை வரி விருப்பங்களின் முழு பட்டியலைக் காண \"ஐசோக்வரி -உதவி\" ஐ " "இயக்கவும்.\n" #: src/options.c:35 msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" #: src/options.c:36 msgid "STANDARD" msgstr "தரநிலை" #: src/options.c:38 msgid "" "Use pathname as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "தரவு கோப்புகளுக்கான முன்னொட்டாக பாதை பெயரைப் பயன்படுத்தவும் (இயல்புநிலை:/usr/share/" "iso-codes/json)" #: src/options.c:39 msgid "PATHNAME" msgstr "பாதை பெயர்" #: src/options.c:41 msgid "Use this locale for output" msgstr "வெளியீட்டிற்கு இந்த இடத்தைப் பயன்படுத்தவும்" #: src/options.c:42 msgid "LOCALE" msgstr "மொழி" #: src/options.c:44 msgid "Name for the supplied codes (default)" msgstr "" #: src/options.c:46 msgid "" "Official name for the supplied codes. This may be the same as --name (only " "applies to ISO 3166-1)" msgstr "" "வழங்கப்பட்ட குறியீடுகளுக்கான அதிகாரப்பூர்வ பெயர். இது-பெயர் போலவே இருக்கலாம் (ஐஎச்ஓ " "3166-1 க்கு மட்டுமே பொருந்தும்)" #: src/options.c:50 msgid "" "Common name for the supplied codes. This may be the same as --name (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "வழங்கப்பட்ட குறியீடுகளுக்கான பொதுவான பெயர். இது-பெயர் (ஐஎச்ஓ 639-2, 639-3 மற்றும் " "3166-1 க்கு மட்டுமே பொருந்தும்)" #: src/options.c:53 msgid "Separate entries with a NULL character instead of newline" msgstr "" #: src/options.c:55 msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" #: src/options.c:57 msgid "Show program version and copyright" msgstr "" #: src/options.c:74 msgid "[ISO codes]" msgstr "[ஐஎச்ஓ குறியீடுகள்]" #. TRANSLATORS: The placeholder is a string like "1234-5". #: src/options.c:139 #, c-format msgid "ISO standard \"%s\" is not supported." msgstr "ஐஎச்ஓ தரநிலை \"%s\" ஆதரிக்கப்படவில்லை." #. TRANSLATORS: The placeholder is the version identifier. #: src/options.c:173 #, c-format msgid "isoquery %s\n" msgstr "ஐசோக்வரி %s\n" #: src/options.c:174 msgid "Copyright © 2007-2026 Dr. Tobias Quathamer\n" msgstr "பதிப்புரிமை © 2007-2026 டாக்டர் டோபியாச் குயாதமர்\n" #. TRANSLATORS: Please change the uppercase words as #. appropriate for your language. #: src/options.c:177 msgid "Translation to LANGUAGE Copyright © YEAR YOUR-NAME\n" msgstr "மொழிக்கு மொழிபெயர்ப்பு பதிப்புரிமை © ஆண்டு உங்கள் பெயர்\n" #. TRANSLATORS: The first placeholder is a code like "urgl" or #. "does-not-exist", the second placeholder is the current #. ISO standard like "3166-1" or "15924". #: src/search.c:51 #, c-format msgid "The code \"%1$s\" is not defined in ISO %2$s." msgstr "\" %1$s\" குறியீடு ISO %2$s இல் வரையறுக்கப்படவில்லை." isoquery/po/tr.po000066400000000000000000000105301522716617300143520ustar00rootroot00000000000000# Translation of isoquery to Turkish # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2022 Oğuz Ersen msgid "" msgstr "" "Project-Id-Version: isoquery 3.3.0\n" "Report-Msgid-Bugs-To: toddy@debian.org\n" "POT-Creation-Date: 2026-07-19 17:21+0200\n" "PO-Revision-Date: 2022-11-27 11:46+0000\n" "Last-Translator: Oğuz Ersen \n" "Language-Team: Turkish \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.15-dev\n" #. TRANSLATORS: #. The first placeholder is a filename, including the directory path. #. The second placeholder is an ISO standard, e.g. 3166-1 or 639-3. #: src/isocodes.c:64 #, c-format msgid "The file \"%1$s\" does not contain valid ISO %2$s data." msgstr "\"%1$s\" dosyası geçerli ISO %2$s verisi içermiyor." #. TRANSLATORS: This is an error message. #: src/isocodes.c:89 src/isoquery.c:37 src/isoquery.c:54 src/isoquery.c:64 #, c-format msgid "isoquery: %s\n" msgstr "isoquery: %s\n" #: src/isoquery.c:39 msgid "" "Run \"isoquery --help\" to see a full list of available command line " "options.\n" msgstr "" "Kullanılabilir komut satırı seçeneklerinin tam listesini görmek için " "\"isoquery --help\" komutunu çalıştırın.\n" #: src/options.c:35 msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "Kullanılacak ISO standardı. Olası değerler: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (öntanımlı: 3166-1)" #: src/options.c:36 msgid "STANDARD" msgstr "STANDART" #: src/options.c:38 msgid "" "Use pathname as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Veri dosyaları için ön ek olarak yol adını kullan (öntanımlı: /usr/share/iso-" "codes/json)" #: src/options.c:39 msgid "PATHNAME" msgstr "YOL-ADI" #: src/options.c:41 msgid "Use this locale for output" msgstr "Çıktı için bu yerel ayarı kullan" #: src/options.c:42 msgid "LOCALE" msgstr "YEREL-AYAR" #: src/options.c:44 msgid "Name for the supplied codes (default)" msgstr "Sağlanan kodların adı (öntanımlı)" #: src/options.c:46 msgid "" "Official name for the supplied codes. This may be the same as --name (only " "applies to ISO 3166-1)" msgstr "" "Sağlanan kodların resmi adı. Bu, --name ile aynı olabilir (yalnızca ISO " "3166-1 için geçerlidir)" #: src/options.c:50 msgid "" "Common name for the supplied codes. This may be the same as --name (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Sağlanan kodların yaygın adı. Bu, --name ile aynı olabilir (yalnızca ISO " "639-2, 639-3 ve 3166-1 için geçerlidir)" #: src/options.c:53 msgid "Separate entries with a NULL character instead of newline" msgstr "Girdileri yeni satır yerine NULL karakteriyle ayır" #: src/options.c:55 msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" "Ülke bayraklarını bölgesel gösterge simge harfleriyle göster (yalnızca ISO " "3166-1 için geçerlidir)" #: src/options.c:57 msgid "Show program version and copyright" msgstr "Program sürümünü ve telif hakkını göster" #: src/options.c:74 msgid "[ISO codes]" msgstr "[ISO kodları]" #. TRANSLATORS: The placeholder is a string like "1234-5". #: src/options.c:139 #, c-format msgid "ISO standard \"%s\" is not supported." msgstr "\"%s\" ISO standardı desteklenmiyor." #. TRANSLATORS: The placeholder is the version identifier. #: src/options.c:173 #, c-format msgid "isoquery %s\n" msgstr "isoquery %s\n" #: src/options.c:174 msgid "Copyright © 2007-2026 Dr. Tobias Quathamer\n" msgstr "Telif Hakkı © 2007-2026 Dr. Tobias Quathamer\n" #. TRANSLATORS: Please change the uppercase words as #. appropriate for your language. #: src/options.c:177 msgid "Translation to LANGUAGE Copyright © YEAR YOUR-NAME\n" msgstr "TÜRKÇE Çeviri Telif Hakkı © 2022 Oğuz Ersen\n" #. TRANSLATORS: The first placeholder is a code like "urgl" or #. "does-not-exist", the second placeholder is the current #. ISO standard like "3166-1" or "15924". #: src/search.c:51 #, c-format msgid "The code \"%1$s\" is not defined in ISO %2$s." msgstr "\"%1$s\" kodu ISO %2$s içinde tanımlı değil." isoquery/po/vi.po000066400000000000000000000114511522716617300143460ustar00rootroot00000000000000# Translation of isoquery to Vietnamese # # SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2010 Clytie Siddall # SPDX-FileCopyrightText: 2016 Trần Ngọc Quân msgid "" msgstr "" "Project-Id-Version: isoquery\n" "Report-Msgid-Bugs-To: toddy@debian.org\n" "POT-Creation-Date: 2026-07-19 17:21+0200\n" "PO-Revision-Date: 2016-06-11 07:26+0700\n" "Last-Translator: Trần Ngọc Quân \n" "Language-Team: Vietnamese \n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Gtranslator 2.91.7\n" #. TRANSLATORS: #. The first placeholder is a filename, including the directory path. #. The second placeholder is an ISO standard, e.g. 3166-1 or 639-3. #: src/isocodes.c:64 #, c-format msgid "The file \"%1$s\" does not contain valid ISO %2$s data." msgstr "Tập tin “%1$s” không chứa dữ liệu ISO %2$s hợp lệ." # Variable: don't translate; Biến: đừng dịch #. TRANSLATORS: This is an error message. #: src/isocodes.c:89 src/isoquery.c:37 src/isoquery.c:54 src/isoquery.c:64 #, c-format msgid "isoquery: %s\n" msgstr "isoquery: %s\n" #: src/isoquery.c:39 msgid "" "Run \"isoquery --help\" to see a full list of available command line " "options.\n" msgstr "Chạy \"isoquery --help\" để xem danh sách tùy chọn dòng lệnh đầy đủ.\n" #: src/options.c:35 msgid "" "The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (default: 3166-1)" msgstr "" "Tiêu chuẩn ISO muốn dùng. Giá trị có thể là: 639-2, 639-3, 639-5, 3166-1, " "3166-2, 3166-3, 4217, 15924 (mặc định: 3166-1)" #: src/options.c:36 msgid "STANDARD" msgstr "TIÊU_CHUẨN" #: src/options.c:38 msgid "" "Use pathname as prefix for the data files (default: /usr/share/iso-codes/" "json)" msgstr "" "Dùng tên đường dẫn như là tiền tố cho các tập tin dữ liệu (mặc định: /usr/" "share/iso-codes/json)" #: src/options.c:39 msgid "PATHNAME" msgstr "TÊN_ĐƯỜNG_DẪN" #: src/options.c:41 msgid "Use this locale for output" msgstr "Dùng miền địa phương này cho kết xuất" #: src/options.c:42 msgid "LOCALE" msgstr "MIỀN_ĐỊA_PHƯƠNG" #: src/options.c:44 msgid "Name for the supplied codes (default)" msgstr "Tên cho mã được cung cấp (mặc định)" #: src/options.c:46 msgid "" "Official name for the supplied codes. This may be the same as --name (only " "applies to ISO 3166-1)" msgstr "" "Tên chính thức cho mã được cung cấp. Giá trị này có thể trùng với “--name”. " "(Chỉ áp dụng cho ISO 3166-1)" #: src/options.c:50 msgid "" "Common name for the supplied codes. This may be the same as --name (only " "applies to ISO 639-2, 639-3, and 3166-1)" msgstr "" "Tên thường gọi cho mã được cung cấp. Giá trị này có thể trùng với “--name”. " "(Chỉ áp dụng cho ISO 639-2, 639-3 và ISO 3166-1)" #: src/options.c:53 msgid "Separate entries with a NULL character instead of newline" msgstr "" "Ngăn cách các mục tin bằng một ký tự mã 0 (NULL) thay cho một ký tự dòng mới" #: src/options.c:55 msgid "" "Show country flags with regional indicator symbol letters (only applies to " "ISO 3166-1)" msgstr "" #: src/options.c:57 msgid "Show program version and copyright" msgstr "Hiển thị phiên bản chương trình và tác quyền" #: src/options.c:74 msgid "[ISO codes]" msgstr "[Các mã ISO]" #. TRANSLATORS: The placeholder is a string like "1234-5". #: src/options.c:139 #, c-format msgid "ISO standard \"%s\" is not supported." msgstr "Tiêu chuẩn ISO “%s” không được hỗ trợ." # Variable: don't translate; Biến: đừng dịch #. TRANSLATORS: The placeholder is the version identifier. #: src/options.c:173 #, c-format msgid "isoquery %s\n" msgstr "isoquery %s\n" #: src/options.c:174 msgid "Copyright © 2007-2026 Dr. Tobias Quathamer\n" msgstr "Tác quyền © năm © 2007-2026 của Dr. Tobias Quathamer\n" #. TRANSLATORS: Please change the uppercase words as #. appropriate for your language. #: src/options.c:177 msgid "Translation to LANGUAGE Copyright © YEAR YOUR-NAME\n" msgstr "" "Bản dịch tiếng Việt của Clytie Siddall (tác quyền © 2010 của Tổ chức Phần " "mềm Tự do)\n" "và nhóm Việt hóa phần mềm tại .\n" #. TRANSLATORS: The first placeholder is a code like "urgl" or #. "does-not-exist", the second placeholder is the current #. ISO standard like "3166-1" or "15924". #: src/search.c:51 #, c-format msgid "The code \"%1$s\" is not defined in ISO %2$s." msgstr "Mã “%1$s” không được định nghĩa trong ISO %2$s." isoquery/src/000077500000000000000000000000001522716617300135375ustar00rootroot00000000000000isoquery/src/isocodes.c000066400000000000000000000201311522716617300155100ustar00rootroot00000000000000/** * SPDX-FileCopyrightText: 2016-2022 Dr. Tobias Quathamer * * SPDX-License-Identifier: GPL-3.0-or-later */ #include #include #include #include #include #include "isocodes.h" #include "options.h" #include "search.h" /** * Validate the given JSON data. */ gboolean isocodes_validate(JsonParser *parser, GError **error) { // Get the root node JsonNode *root = json_parser_get_root(parser); // Ensure that there is a root element if (root == NULL) { isocodes_set_validation_error(error); return FALSE; } // Ensure that the root element is an object if (g_strcmp0(json_node_type_name(root), "JsonObject")) { isocodes_set_validation_error(error); return FALSE; } // Get the root object JsonObject *root_object = json_node_get_object(root); // Ensure that the root object has only one member if (json_object_get_size(root_object) != 1) { isocodes_set_validation_error(error); return FALSE; } // The root object must have the standard as only member if (!json_object_has_member(root_object, option_standard)) { isocodes_set_validation_error(error); return FALSE; } // Get the standard object JsonNode *standard = json_object_get_member(root_object, option_standard); // The standard must be an array of entries if (!JSON_NODE_HOLDS_ARRAY(standard)) { isocodes_set_validation_error(error); return FALSE; } return TRUE; } /** * Helper function to set the GError */ void isocodes_set_validation_error(GError **error) { g_set_error(error, g_quark_from_string(GETTEXT_PACKAGE), 0, // TRANSLATORS: // The first placeholder is a filename, including the directory path. // The second placeholder is an ISO standard, e.g. 3166-1 or 639-3. _("The file \"%1$s\" does not contain valid ISO %2$s data."), options_get_filename(), option_standard); } /** * Show codes from ISO standard */ void isocodes_show_codes(JsonParser *parser, gchar **codes) { // Get the root node, object, and entries array JsonNode *root = json_parser_get_root(parser); JsonObject *root_object = json_node_get_object(root); JsonNode *standard = json_object_get_member(root_object, option_standard); JsonArray *entries_array = json_node_get_array(standard); GList *entries_list = json_array_get_elements(entries_array); GList *list_entry = g_list_first(entries_list); // If there are codes given on the command line, // only display entries matching those. if (codes[0]) { int i = 0; GError *error; while (codes[i]) { error = NULL; if (!search_entry(codes[i], entries_list, &error)) { // TRANSLATORS: This is an error message. g_printerr(_("isoquery: %s\n"), error->message); g_error_free(error); } i++; } } else { // Set up a JSON object for an entry JsonObject *entry; // Show all entries while (list_entry) { // Ensure that the list entry is an object if (JSON_NODE_HOLDS_OBJECT(list_entry->data)) { entry = json_node_get_object(list_entry->data); isocodes_show_entry(entry); } list_entry = g_list_next(list_entry); } } g_list_free(entries_list); } /** * Print the given entry to stdout */ void isocodes_show_entry(JsonObject *entry) { gchar **fields = isocodes_get_fields(); gchar separator = '\n'; // Ensure that we've got fields to display if (!fields) { return; } // Cycle through all fields int i = 0; while (fields[i]) { // Handle optional fields gracefully, // always add the tab as separator g_printf("%s\t", isocodes_get_string_member(entry, fields[i])); i++; } // Special case for the name: // switching which field to display, // translate the name isocodes_show_name(entry); // Separate entries, either with NULL byte or newline if (option_null_separator) { separator = 0; } g_printf("%c", separator); g_strfreev(fields); } /** * Returns a list of the fields in the current ISO standard */ gchar **isocodes_get_fields(void) { gchar **fields = NULL; if (!g_strcmp0(option_standard, "639-2")) { gchar *f[] = { "alpha_3", "bibliographic", "alpha_2", NULL }; fields = g_strdupv(f); } else if (!g_strcmp0(option_standard, "639-3")) { gchar *f[] = { "alpha_3", "scope", "type", "alpha_2", "bibliographic", NULL }; fields = g_strdupv(f); } else if (!g_strcmp0(option_standard, "639-5")) { gchar *f[] = { "alpha_3", NULL }; fields = g_strdupv(f); } else if (!g_strcmp0(option_standard, "3166-1")) { if (option_flag_output) { gchar *f[] = { "alpha_2", "alpha_3", "numeric", "flag", NULL }; fields = g_strdupv(f); } else { gchar *f[] = { "alpha_2", "alpha_3", "numeric", NULL }; fields = g_strdupv(f); } } else if (!g_strcmp0(option_standard, "3166-2")) { gchar *f[] = { "code", "type", "parent", NULL }; fields = g_strdupv(f); } else if (!g_strcmp0(option_standard, "3166-3")) { gchar *f[] = { "alpha_3", "alpha_4", "numeric", "comment", "withdrawal_date", NULL }; fields = g_strdupv(f); } else if (!g_strcmp0(option_standard, "4217")) { gchar *f[] = { "alpha_3", "numeric", NULL }; fields = g_strdupv(f); } else if (!g_strcmp0(option_standard, "15924")) { gchar *f[] = { "alpha_4", "numeric", NULL }; fields = g_strdupv(f); } return fields; } /** * Returns the string member of a JSON node. * Defaults to an empty string. */ const gchar *isocodes_get_string_member(JsonObject *entry, const gchar *member) { if (!json_object_has_member(entry, member)) { return ""; } // Ensure that the given member holds a value, not // an array or another object. JsonNode *node = json_object_get_member(entry, member); if (!JSON_NODE_HOLDS_VALUE(node)) { return ""; } // Get the string, this might be NULL as well. const gchar *value = json_node_get_string(node); return value ? value : ""; } /** * Special handling for the name fields */ void isocodes_show_name(JsonObject *entry) { const gchar *output; // Use the correct name field if (json_object_has_member(entry, option_namefield)) { output = isocodes_get_string_member(entry, option_namefield); } else { // Fallback: use the "name" field, which is mandatory output = isocodes_get_string_member(entry, "name"); } // Try to translate, if there's a locale given if (strlen(option_locale) > 0) { // Save the current locale and environment variable LANGUAGE. gchar *locale_backup = g_strdup(setlocale(LC_ALL, NULL)); gchar *env_backup = g_strdup(getenv("LANGUAGE")); // Use the wanted locale to look for a translation setenv("LANGUAGE", option_locale, TRUE); // Use the default locale, based on the environment variable above setlocale(LC_ALL, ""); // Determine the gettext domain from the standard gchar *domain = g_strdup_printf("iso_%s", option_standard); // Do the actual translation output = dgettext(domain, output); // Restore the environment variable LANGUAGE, either // to the previous value or unset the variable. if (env_backup == NULL) { unsetenv("LANGUAGE"); } else { setenv("LANGUAGE", env_backup, TRUE); } // Restore the locale from backup setlocale(LC_ALL, locale_backup); g_free(locale_backup); g_free(env_backup); g_free(domain); } g_printf("%s", output); } isoquery/src/isocodes.h000066400000000000000000000010571522716617300155230ustar00rootroot00000000000000/** * SPDX-FileCopyrightText: 2016-2022 Dr. Tobias Quathamer * * SPDX-License-Identifier: GPL-3.0-or-later */ #include gboolean isocodes_validate(JsonParser * parser, GError ** error); void isocodes_set_validation_error(GError ** error); void isocodes_show_codes(JsonParser * parser, gchar ** codes); void isocodes_show_entry(JsonObject * entry); gchar **isocodes_get_fields(void); const gchar *isocodes_get_string_member(JsonObject * entry, const gchar * member); void isocodes_show_name(JsonObject * entry); isoquery/src/isoquery.c000066400000000000000000000047721522716617300155750ustar00rootroot00000000000000/** * SPDX-FileCopyrightText: 2016-2022 Dr. Tobias Quathamer * * SPDX-License-Identifier: GPL-3.0-or-later */ #include #include #include #include #include #include "options.h" #include "isocodes.h" int main(int argument_count, gchar **arguments) { // The first parameter is not used, but cannot be omitted. // This cast is to suppress the compiler warning about // unused parameters. (void) argument_count; GError *error = NULL; JsonParser *parser; gchar *filename; gchar **codes; // Set up I18N infrastructure // @TODO: Use LOCALEDIR bindtextdomain(GETTEXT_PACKAGE, "/usr/share/locale"); bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8"); textdomain(GETTEXT_PACKAGE); setlocale(LC_ALL, ""); // Parse command line and report possible errors if (!options_parse_command_line(arguments, &error)) { // TRANSLATORS: This is an error message. g_printerr(_("isoquery: %s\n"), error->message); if (error->domain == g_quark_from_string("g-option-context-error-quark")) { g_printerr(_("Run \"isoquery --help\" to see a full list of available command line options.\n")); } g_error_free(error); return EXIT_FAILURE; } // Show program version and copyright if (option_version) { options_show_version(); return EXIT_SUCCESS; } // Try opening and parsing the given file parser = json_parser_new(); filename = options_get_filename(); if (!json_parser_load_from_file(parser, filename, &error)) { // TRANSLATORS: This is an error message. g_printerr(_("isoquery: %s\n"), error->message); g_error_free(error); g_free(filename); g_object_unref(parser); return EXIT_FAILURE; } // The file could be parsed, now see if there's // valid iso-codes data in it. if (!isocodes_validate(parser, &error)) { // TRANSLATORS: This is an error message. g_printerr(_("isoquery: %s\n"), error->message); g_error_free(error); g_free(filename); g_object_unref(parser); return EXIT_FAILURE; } // Remove the program name from the arguments and collect // remaining arguments as codes to search for. codes = &arguments[1]; // Finally, show the codes isocodes_show_codes(parser, codes); // Cleanup and exit g_free(filename); g_object_unref(parser); return EXIT_SUCCESS; } isoquery/src/meson.build000066400000000000000000000004431522716617300157020ustar00rootroot00000000000000# SPDX-FileCopyrightText: 2026 Dr. Tobias Quathamer # # SPDX-License-Identifier: GPL-3.0-or-later src = files('isocodes.c', 'isoquery.c', 'options.c', 'search.c') executable( 'isoquery', sources: src, dependencies: [glib_dep, json_dep], install: true, ) isoquery/src/options.c000066400000000000000000000152421522716617300154020ustar00rootroot00000000000000/** * SPDX-FileCopyrightText: 2016-2022 Dr. Tobias Quathamer * * SPDX-License-Identifier: GPL-3.0-or-later */ #include #include #include #include #include "options.h" /** * Global variables to hold the program options. */ gchar *option_standard; gchar *option_pathname; gchar *option_namefield; gchar *option_locale; gboolean option_null_separator; gboolean option_flag_output; gboolean option_version; // Helper variables, not to be accessed directly. gboolean option_name; gboolean option_officialname; gboolean option_commonname; /** * Define the program command line options. */ static GOptionEntry entries[] = { { "iso", 'i', G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &option_standard, N_ ("The ISO standard to use. Possible values: 639-2, 639-3, 639-5, 3166-1, 3166-2, 3166-3, 4217, 15924 (default: 3166-1)"), N_("STANDARD") }, { "pathname", 'p', G_OPTION_FLAG_NONE, G_OPTION_ARG_FILENAME, &option_pathname, N_("Use pathname as prefix for the data files (default: /usr/share/iso-codes/json)"), N_("PATHNAME") }, { "locale", 'l', G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &option_locale, N_("Use this locale for output"), N_("LOCALE") }, { "name", 'n', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, &option_name, N_("Name for the supplied codes (default)"), NULL }, { "official_name", 'o', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, &option_officialname, N_("Official name for the supplied codes. This may be the same as --name (only applies to ISO 3166-1)"), NULL }, { "common_name", 'c', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, &option_commonname, N_ ("Common name for the supplied codes. This may be the same as --name (only applies to ISO 639-2, 639-3, and 3166-1)"), NULL }, { "null", '0', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, &option_null_separator, N_("Separate entries with a NULL character instead of newline"), NULL }, { "flag", 'f', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, &option_flag_output, N_("Show country flags with regional indicator symbol letters (only applies to ISO 3166-1)"), NULL }, { "version", 'v', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, &option_version, N_("Show program version and copyright"), NULL }, { NULL } }; /** * Parse the command line arguments. * * @param arguments Array of arguments */ gboolean options_parse_command_line(gchar **arguments, GError **error) { int argc = 0; GOptionContext *context; // Ensure that there are sensible default options. options_set_default_values(); context = g_option_context_new(_("[ISO codes]")); g_option_context_add_main_entries(context, entries, GETTEXT_PACKAGE); // Count the number of arguments supplied. while (arguments[argc] != NULL) { argc++; } // If the parsing fails, return with error. if (!g_option_context_parse(context, &argc, &arguments, error)) { return FALSE; } // Validate options if (!options_validate(error)) { return FALSE; } return TRUE; } /** * Set default values for options. */ void options_set_default_values(void) { option_standard = "3166-1"; option_pathname = "/usr/share/iso-codes/json"; option_namefield = "name"; option_locale = ""; option_null_separator = FALSE; option_flag_output = FALSE; option_version = FALSE; } /** * Validate values of options. */ gboolean options_validate(GError **error) { // Handle deprecated standards gracefully if (!g_strcmp0("3166", option_standard)) { // Prevent memory leaks g_free(option_standard); option_standard = g_strdup("3166-1"); // Print a small warning g_printerr("isoquery: The standard 3166 is deprecated, please use 3166-1 instead.\n"); } if (!g_strcmp0("639", option_standard)) { // Prevent memory leaks g_free(option_standard); option_standard = g_strdup("639-2"); // Print a small warning g_printerr("isoquery: The standard 639 is deprecated, please use 639-2 instead.\n"); } // Check that the given standard is supported int i = 0; gboolean supported = FALSE; gchar *supported_standards[] = { "639-2", "639-3", "639-5", "3166-1", "3166-2", "3166-3", "4217", "15924", NULL }; while (supported_standards[i]) { if (!g_strcmp0(supported_standards[i], option_standard)) { supported = TRUE; break; } i++; } if (!supported) { // TRANSLATORS: The placeholder is a string like "1234-5". g_set_error(error, g_quark_from_string(GETTEXT_PACKAGE), 0, _("ISO standard \"%s\" is not supported."), option_standard); return FALSE; } // Set the value for the name field if (option_officialname) { option_namefield = "official_name"; } if (option_commonname) { option_namefield = "common_name"; } return TRUE; } /** * Construct the filename for JSON data, given the pathname and ISO standard. * * @return gchar * Filename, has to be free'd by the caller. */ gchar *options_get_filename(void) { gchar *filename, *complete_path; filename = g_strdup_printf("iso_%s.json", option_standard); complete_path = g_build_filename(option_pathname, filename, NULL); g_free(filename); return complete_path; } /** * Show program version and copyright */ void options_show_version(void) { // TRANSLATORS: The placeholder is the version identifier. g_printf(_("isoquery %s\n"), VERSION); g_printf(_("Copyright © 2007-2026 Dr. Tobias Quathamer\n")); // TRANSLATORS: Please change the uppercase words as // appropriate for your language. gchar *translation = _("Translation to LANGUAGE Copyright © YEAR YOUR-NAME\n"); if (!g_strrstr(translation, "LANGUAGE")) { g_printf("%s", translation); } g_print("\n"); g_print("This program is free software: you can redistribute it and/or modify\n"); g_print("it under the terms of the GNU General Public License as published by\n"); g_print("the Free Software Foundation, either version 3 of the License, or\n"); g_print("(at your option) any later version.\n"); g_print("\n"); g_print("This program is distributed in the hope that it will be useful,\n"); g_print("but WITHOUT ANY WARRANTY; without even the implied warranty of\n"); g_print("MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"); g_print("GNU General Public License for more details.\n"); g_print("\n"); g_print("You should have received a copy of the GNU General Public License\n"); g_print("along with this program. If not, see .\n"); } isoquery/src/options.h000066400000000000000000000012031522716617300153770ustar00rootroot00000000000000/** * SPDX-FileCopyrightText: 2016-2022 Dr. Tobias Quathamer * * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Global variables to hold program options. */ extern gchar *option_standard; extern gchar *option_pathname; extern gchar *option_namefield; extern gchar *option_locale; extern gboolean option_null_separator; extern gboolean option_flag_output; extern gboolean option_version; gboolean options_parse_command_line(gchar ** arguments, GError ** error); void options_set_default_values(void); gboolean options_validate(GError ** error); gchar *options_get_filename(void); void options_show_version(void); isoquery/src/search.c000066400000000000000000000057351522716617300151620ustar00rootroot00000000000000/** * SPDX-FileCopyrightText: 2016-2022 Dr. Tobias Quathamer * * SPDX-License-Identifier: GPL-3.0-or-later */ #include #include #include "isocodes.h" #include "search.h" #include "options.h" /** * Search for a given code */ gboolean search_entry(gchar *code, GList *entries_list, GError **error) { // Set up a JSON object for an entry JsonObject *entry; // Set up fields in which to search gchar *fields[] = { "alpha_2", "alpha_3", "alpha_4", "numeric", "code", "bibliographic", NULL }; gchar *normalized_code = search_get_normalized_code(code); GList *list_entry = g_list_first(entries_list); gboolean entry_found = FALSE; // Cycle through all entries while (list_entry) { // Ensure that the list entry is an object if (!JSON_NODE_HOLDS_OBJECT(list_entry->data)) { continue; } entry = json_node_get_object(list_entry->data); int i = 0; while (fields[i]) { if (!g_strcmp0(normalized_code, isocodes_get_string_member(entry, fields[i]))) { isocodes_show_entry(entry); entry_found = TRUE; break; } i++; } if (entry_found) { break; } list_entry = g_list_next(list_entry); } g_free(normalized_code); if (!entry_found) { // TRANSLATORS: The first placeholder is a code like "urgl" or // "does-not-exist", the second placeholder is the current // ISO standard like "3166-1" or "15924". g_set_error(error, g_quark_from_string(GETTEXT_PACKAGE), 0, _("The code \"%1$s\" is not defined in ISO %2$s."), code, option_standard); } return entry_found; } /** * Return the normalized code and field to search in, * depending on ISO standard. */ gchar *search_get_normalized_code(gchar *code) { // Convert to upper case for ISO 3166 and 4217 gchar *normalized_code = g_utf8_strup(code, -1); if (g_str_has_prefix(option_standard, "639")) { // Convert to lower case for ISO 639 family g_free(normalized_code); normalized_code = g_utf8_strdown(code, -1); } else if (!g_strcmp0(option_standard, "15924")) { // Convert to title case for ISO 15924 // The first character is already uppercase, see above. // Start at the second character and convert all to lowercase. if (g_utf8_strlen(normalized_code, -1) > 1) { gchar *titlecase; gchar *trail = g_utf8_offset_to_pointer(normalized_code, 1); gchar *lowercase = g_utf8_strdown(trail, -1); // Terminate the string after the first character *trail = 0; // Construct the resulting string titlecase = g_strdup_printf("%s%s", normalized_code, lowercase); g_free(lowercase); g_free(normalized_code); normalized_code = titlecase; } } return normalized_code; } isoquery/src/search.h000066400000000000000000000004031522716617300151520ustar00rootroot00000000000000/** * SPDX-FileCopyrightText: 2016-2022 Dr. Tobias Quathamer * * SPDX-License-Identifier: GPL-3.0-or-later */ gboolean search_entry(gchar * code, GList * entries_list, GError ** error); gchar *search_get_normalized_code(gchar * code); isoquery/tests/000077500000000000000000000000001522716617300141125ustar00rootroot00000000000000isoquery/tests/data/000077500000000000000000000000001522716617300150235ustar00rootroot00000000000000isoquery/tests/data/iso_15924.json000066400000000000000000000005511522716617300172550ustar00rootroot00000000000000{ "15924": [ { "alpha_4": "Beng", "name": "Bengali", "numeric": "325" }, { "alpha_4": "Cyrl", "name": "Cyrillic", "numeric": "220" }, { "alpha_4": "Grek", "name": "Greek", "numeric": "200" }, { "alpha_4": "Latn", "name": "Latin", "numeric": "215" } ] } isoquery/tests/data/iso_3166-1.json000066400000000000000000000022661522716617300173330ustar00rootroot00000000000000{ "3166-1": [ { "alpha_2": "DE", "alpha_3": "DEU", "flag": "🇩🇪", "name": "Germany", "numeric": "276", "official_name": "Federal Republic of Germany" }, { "alpha_2": "ES", "alpha_3": "ESP", "flag": "🇪🇸", "name": "Spain", "numeric": "724", "official_name": "Kingdom of Spain" }, { "alpha_2": "FR", "alpha_3": "FRA", "flag": "🇫🇷", "name": "France", "numeric": "250", "official_name": "French Republic" }, { "alpha_2": "RU", "alpha_3": "RUS", "flag": "🇷🇺", "name": "Russian Federation", "numeric": "643" }, { "alpha_2": "TV", "alpha_3": "TUV", "flag": "🇹🇻", "name": "Tuvalu", "numeric": "798" }, { "alpha_2": "TW", "alpha_3": "TWN", "common_name": "Taiwan", "flag": "🇹🇼", "name": "Taiwan, Province of China", "numeric": "158", "official_name": "Taiwan, Province of China" }, { "alpha_2": "UA", "alpha_3": "UKR", "flag": "🇺🇦", "name": "Ukraine", "numeric": "804" } ] } isoquery/tests/data/iso_3166-2.json000066400000000000000000000621261522716617300173350ustar00rootroot00000000000000{ "3166-2": [ { "code": "DE-BB", "name": "Brandenburg", "type": "Land" }, { "code": "DE-BE", "name": "Berlin", "type": "Land" }, { "code": "DE-BW", "name": "Baden-Württemberg", "type": "Land" }, { "code": "DE-BY", "name": "Bayern", "type": "Land" }, { "code": "DE-HB", "name": "Bremen", "type": "Land" }, { "code": "DE-HE", "name": "Hessen", "type": "Land" }, { "code": "DE-HH", "name": "Hamburg", "type": "Land" }, { "code": "DE-MV", "name": "Mecklenburg-Vorpommern", "type": "Land" }, { "code": "DE-NI", "name": "Niedersachsen", "type": "Land" }, { "code": "DE-NW", "name": "Nordrhein-Westfalen", "type": "Land" }, { "code": "DE-RP", "name": "Rheinland-Pfalz", "type": "Land" }, { "code": "DE-SH", "name": "Schleswig-Holstein", "type": "Land" }, { "code": "DE-SL", "name": "Saarland", "type": "Land" }, { "code": "DE-SN", "name": "Sachsen", "type": "Land" }, { "code": "DE-ST", "name": "Sachsen-Anhalt", "type": "Land" }, { "code": "DE-TH", "name": "Thüringen", "type": "Land" }, { "code": "ES-A", "name": "Alacant*", "parent": "VC", "type": "Province" }, { "code": "ES-AB", "name": "Albacete", "parent": "CM", "type": "Province" }, { "code": "ES-AL", "name": "Almería", "parent": "AN", "type": "Province" }, { "code": "ES-AN", "name": "Andalucía", "type": "Autonomous community" }, { "code": "ES-AR", "name": "Aragón", "type": "Autonomous community" }, { "code": "ES-AS", "name": "Asturias, Principado de", "type": "Autonomous community" }, { "code": "ES-AV", "name": "Ávila", "parent": "CL", "type": "Province" }, { "code": "ES-B", "name": "Barcelona [Barcelona]", "parent": "CT", "type": "Province" }, { "code": "ES-BA", "name": "Badajoz", "parent": "EX", "type": "Province" }, { "code": "ES-BI", "name": "Bizkaia", "parent": "PV", "type": "Province" }, { "code": "ES-BU", "name": "Burgos", "parent": "CL", "type": "Province" }, { "code": "ES-C", "name": "A Coruña [La Coruña]", "parent": "GA", "type": "Province" }, { "code": "ES-CA", "name": "Cádiz", "parent": "AN", "type": "Province" }, { "code": "ES-CB", "name": "Cantabria", "type": "Autonomous community" }, { "code": "ES-CC", "name": "Cáceres", "parent": "EX", "type": "Province" }, { "code": "ES-CE", "name": "Ceuta", "type": "Autonomous city in north africa" }, { "code": "ES-CL", "name": "Castilla y León", "type": "Autonomous community" }, { "code": "ES-CM", "name": "Castilla-La Mancha", "type": "Autonomous community" }, { "code": "ES-CN", "name": "Canarias", "type": "Autonomous community" }, { "code": "ES-CO", "name": "Córdoba", "parent": "AN", "type": "Province" }, { "code": "ES-CR", "name": "Ciudad Real", "parent": "CM", "type": "Province" }, { "code": "ES-CS", "name": "Castelló*", "parent": "VC", "type": "Province" }, { "code": "ES-CT", "name": "Catalunya [Cataluña]", "type": "Autonomous community" }, { "code": "ES-CU", "name": "Cuenca", "parent": "CM", "type": "Province" }, { "code": "ES-EX", "name": "Extremadura", "type": "Autonomous community" }, { "code": "ES-GA", "name": "Galicia [Galicia]", "type": "Autonomous community" }, { "code": "ES-GC", "name": "Las Palmas", "parent": "CN", "type": "Province" }, { "code": "ES-GI", "name": "Girona [Gerona]", "parent": "CT", "type": "Province" }, { "code": "ES-GR", "name": "Granada", "parent": "AN", "type": "Province" }, { "code": "ES-GU", "name": "Guadalajara", "parent": "CM", "type": "Province" }, { "code": "ES-H", "name": "Huelva", "parent": "AN", "type": "Province" }, { "code": "ES-HU", "name": "Huesca", "parent": "AR", "type": "Province" }, { "code": "ES-IB", "name": "Illes Balears [Islas Baleares]", "type": "Autonomous community" }, { "code": "ES-J", "name": "Jaén", "parent": "AN", "type": "Province" }, { "code": "ES-L", "name": "Lleida [Lérida]", "parent": "CT", "type": "Province" }, { "code": "ES-LE", "name": "León", "parent": "CL", "type": "Province" }, { "code": "ES-LO", "name": "La Rioja", "parent": "RI", "type": "Province" }, { "code": "ES-LU", "name": "Lugo [Lugo]", "parent": "GA", "type": "Province" }, { "code": "ES-M", "name": "Madrid", "parent": "MD", "type": "Province" }, { "code": "ES-MA", "name": "Málaga", "parent": "AN", "type": "Province" }, { "code": "ES-MC", "name": "Murcia, Región de", "type": "Autonomous community" }, { "code": "ES-MD", "name": "Madrid, Comunidad de", "type": "Autonomous community" }, { "code": "ES-ML", "name": "Melilla", "type": "Autonomous city in north africa" }, { "code": "ES-MU", "name": "Murcia", "parent": "MC", "type": "Province" }, { "code": "ES-NA", "name": "Nafarroa*", "parent": "NC", "type": "Province" }, { "code": "ES-NC", "name": "Nafarroako Foru Komunitatea*", "type": "Autonomous community" }, { "code": "ES-O", "name": "Asturias", "parent": "AS", "type": "Province" }, { "code": "ES-OR", "name": "Ourense [Orense]", "parent": "GA", "type": "Province" }, { "code": "ES-P", "name": "Palencia", "parent": "CL", "type": "Province" }, { "code": "ES-PM", "name": "Illes Balears [Islas Baleares]", "parent": "IB", "type": "Province" }, { "code": "ES-PO", "name": "Pontevedra [Pontevedra]", "parent": "GA", "type": "Province" }, { "code": "ES-PV", "name": "Euskal Herria", "type": "Autonomous community" }, { "code": "ES-RI", "name": "La Rioja", "type": "Autonomous community" }, { "code": "ES-S", "name": "Cantabria", "parent": "CB", "type": "Province" }, { "code": "ES-SA", "name": "Salamanca", "parent": "CL", "type": "Province" }, { "code": "ES-SE", "name": "Sevilla", "parent": "AN", "type": "Province" }, { "code": "ES-SG", "name": "Segovia", "parent": "CL", "type": "Province" }, { "code": "ES-SO", "name": "Soria", "parent": "CL", "type": "Province" }, { "code": "ES-SS", "name": "Gipuzkoa", "parent": "PV", "type": "Province" }, { "code": "ES-T", "name": "Tarragona [Tarragona]", "parent": "CT", "type": "Province" }, { "code": "ES-TE", "name": "Teruel", "parent": "AR", "type": "Province" }, { "code": "ES-TF", "name": "Santa Cruz de Tenerife", "parent": "CN", "type": "Province" }, { "code": "ES-TO", "name": "Toledo", "parent": "CM", "type": "Province" }, { "code": "ES-V", "name": "Valencia", "parent": "VC", "type": "Province" }, { "code": "ES-VA", "name": "Valladolid", "parent": "CL", "type": "Province" }, { "code": "ES-VC", "name": "Valenciana, Comunidad", "type": "Autonomous community" }, { "code": "ES-VI", "name": "Araba*", "parent": "PV", "type": "Province" }, { "code": "ES-Z", "name": "Zaragoza", "parent": "AR", "type": "Province" }, { "code": "ES-ZA", "name": "Zamora", "parent": "CL", "type": "Province" }, { "code": "FR-01", "name": "Ain", "parent": "ARA", "type": "Metropolitan department" }, { "code": "FR-02", "name": "Aisne", "parent": "HDF", "type": "Metropolitan department" }, { "code": "FR-03", "name": "Allier", "parent": "ARA", "type": "Metropolitan department" }, { "code": "FR-04", "name": "Alpes-de-Haute-Provence", "parent": "PAC", "type": "Metropolitan department" }, { "code": "FR-05", "name": "Hautes-Alpes", "parent": "PAC", "type": "Metropolitan department" }, { "code": "FR-06", "name": "Alpes-Maritimes", "parent": "PAC", "type": "Metropolitan department" }, { "code": "FR-07", "name": "Ardèche", "parent": "ARA", "type": "Metropolitan department" }, { "code": "FR-08", "name": "Ardennes", "parent": "GES", "type": "Metropolitan department" }, { "code": "FR-09", "name": "Ariège", "parent": "OCC", "type": "Metropolitan department" }, { "code": "FR-10", "name": "Aube", "parent": "GES", "type": "Metropolitan department" }, { "code": "FR-11", "name": "Aude", "parent": "OCC", "type": "Metropolitan department" }, { "code": "FR-12", "name": "Aveyron", "parent": "OCC", "type": "Metropolitan department" }, { "code": "FR-13", "name": "Bouches-du-Rhône", "parent": "PAC", "type": "Metropolitan department" }, { "code": "FR-14", "name": "Calvados", "parent": "NOR", "type": "Metropolitan department" }, { "code": "FR-15", "name": "Cantal", "parent": "ARA", "type": "Metropolitan department" }, { "code": "FR-16", "name": "Charente", "parent": "NAQ", "type": "Metropolitan department" }, { "code": "FR-17", "name": "Charente-Maritime", "parent": "NAQ", "type": "Metropolitan department" }, { "code": "FR-18", "name": "Cher", "parent": "CVL", "type": "Metropolitan department" }, { "code": "FR-19", "name": "Corrèze", "parent": "NAQ", "type": "Metropolitan department" }, { "code": "FR-20R", "name": "Corse", "type": "Metropolitan collectivity with special status" }, { "code": "FR-21", "name": "Côte-d'Or", "parent": "BFC", "type": "Metropolitan department" }, { "code": "FR-22", "name": "Côtes-d'Armor", "parent": "BRE", "type": "Metropolitan department" }, { "code": "FR-23", "name": "Creuse", "parent": "NAQ", "type": "Metropolitan department" }, { "code": "FR-24", "name": "Dordogne", "parent": "NAQ", "type": "Metropolitan department" }, { "code": "FR-25", "name": "Doubs", "parent": "BFC", "type": "Metropolitan department" }, { "code": "FR-26", "name": "Drôme", "parent": "ARA", "type": "Metropolitan department" }, { "code": "FR-27", "name": "Eure", "parent": "NOR", "type": "Metropolitan department" }, { "code": "FR-28", "name": "Eure-et-Loir", "parent": "CVL", "type": "Metropolitan department" }, { "code": "FR-29", "name": "Finistère", "parent": "BRE", "type": "Metropolitan department" }, { "code": "FR-2A", "name": "Corse-du-Sud", "parent": "20R", "type": "Metropolitan department" }, { "code": "FR-2B", "name": "Haute-Corse", "parent": "20R", "type": "Metropolitan department" }, { "code": "FR-30", "name": "Gard", "parent": "OCC", "type": "Metropolitan department" }, { "code": "FR-31", "name": "Haute-Garonne", "parent": "OCC", "type": "Metropolitan department" }, { "code": "FR-32", "name": "Gers", "parent": "OCC", "type": "Metropolitan department" }, { "code": "FR-33", "name": "Gironde", "parent": "NAQ", "type": "Metropolitan department" }, { "code": "FR-34", "name": "Hérault", "parent": "OCC", "type": "Metropolitan department" }, { "code": "FR-35", "name": "Ille-et-Vilaine", "parent": "BRE", "type": "Metropolitan department" }, { "code": "FR-36", "name": "Indre", "parent": "CVL", "type": "Metropolitan department" }, { "code": "FR-37", "name": "Indre-et-Loire", "parent": "CVL", "type": "Metropolitan department" }, { "code": "FR-38", "name": "Isère", "parent": "ARA", "type": "Metropolitan department" }, { "code": "FR-39", "name": "Jura", "parent": "BFC", "type": "Metropolitan department" }, { "code": "FR-40", "name": "Landes", "parent": "NAQ", "type": "Metropolitan department" }, { "code": "FR-41", "name": "Loir-et-Cher", "parent": "CVL", "type": "Metropolitan department" }, { "code": "FR-42", "name": "Loire", "parent": "ARA", "type": "Metropolitan department" }, { "code": "FR-43", "name": "Haute-Loire", "parent": "ARA", "type": "Metropolitan department" }, { "code": "FR-44", "name": "Loire-Atlantique", "parent": "PDL", "type": "Metropolitan department" }, { "code": "FR-45", "name": "Loiret", "parent": "CVL", "type": "Metropolitan department" }, { "code": "FR-46", "name": "Lot", "parent": "OCC", "type": "Metropolitan department" }, { "code": "FR-47", "name": "Lot-et-Garonne", "parent": "NAQ", "type": "Metropolitan department" }, { "code": "FR-48", "name": "Lozère", "parent": "OCC", "type": "Metropolitan department" }, { "code": "FR-49", "name": "Maine-et-Loire", "parent": "PDL", "type": "Metropolitan department" }, { "code": "FR-50", "name": "Manche", "parent": "NOR", "type": "Metropolitan department" }, { "code": "FR-51", "name": "Marne", "parent": "GES", "type": "Metropolitan department" }, { "code": "FR-52", "name": "Haute-Marne", "parent": "GES", "type": "Metropolitan department" }, { "code": "FR-53", "name": "Mayenne", "parent": "PDL", "type": "Metropolitan department" }, { "code": "FR-54", "name": "Meurthe-et-Moselle", "parent": "GES", "type": "Metropolitan department" }, { "code": "FR-55", "name": "Meuse", "parent": "GES", "type": "Metropolitan department" }, { "code": "FR-56", "name": "Morbihan", "parent": "BRE", "type": "Metropolitan department" }, { "code": "FR-57", "name": "Moselle", "parent": "GES", "type": "Metropolitan department" }, { "code": "FR-58", "name": "Nièvre", "parent": "BFC", "type": "Metropolitan department" }, { "code": "FR-59", "name": "Nord", "parent": "HDF", "type": "Metropolitan department" }, { "code": "FR-60", "name": "Oise", "parent": "HDF", "type": "Metropolitan department" }, { "code": "FR-61", "name": "Orne", "parent": "NOR", "type": "Metropolitan department" }, { "code": "FR-62", "name": "Pas-de-Calais", "parent": "HDF", "type": "Metropolitan department" }, { "code": "FR-63", "name": "Puy-de-Dôme", "parent": "ARA", "type": "Metropolitan department" }, { "code": "FR-64", "name": "Pyrénées-Atlantiques", "parent": "NAQ", "type": "Metropolitan department" }, { "code": "FR-65", "name": "Hautes-Pyrénées", "parent": "OCC", "type": "Metropolitan department" }, { "code": "FR-66", "name": "Pyrénées-Orientales", "parent": "OCC", "type": "Metropolitan department" }, { "code": "FR-67", "name": "Bas-Rhin", "parent": "GES", "type": "Metropolitan department" }, { "code": "FR-68", "name": "Haut-Rhin", "parent": "GES", "type": "Metropolitan department" }, { "code": "FR-69", "name": "Rhône", "parent": "ARA", "type": "Metropolitan department" }, { "code": "FR-70", "name": "Haute-Saône", "parent": "BFC", "type": "Metropolitan department" }, { "code": "FR-71", "name": "Saône-et-Loire", "parent": "BFC", "type": "Metropolitan department" }, { "code": "FR-72", "name": "Sarthe", "parent": "PDL", "type": "Metropolitan department" }, { "code": "FR-73", "name": "Savoie", "parent": "ARA", "type": "Metropolitan department" }, { "code": "FR-74", "name": "Haute-Savoie", "parent": "ARA", "type": "Metropolitan department" }, { "code": "FR-75", "name": "Paris", "parent": "IDF", "type": "Metropolitan department" }, { "code": "FR-76", "name": "Seine-Maritime", "parent": "NOR", "type": "Metropolitan department" }, { "code": "FR-77", "name": "Seine-et-Marne", "parent": "IDF", "type": "Metropolitan department" }, { "code": "FR-78", "name": "Yvelines", "parent": "IDF", "type": "Metropolitan department" }, { "code": "FR-79", "name": "Deux-Sèvres", "parent": "NAQ", "type": "Metropolitan department" }, { "code": "FR-80", "name": "Somme", "parent": "HDF", "type": "Metropolitan department" }, { "code": "FR-81", "name": "Tarn", "parent": "OCC", "type": "Metropolitan department" }, { "code": "FR-82", "name": "Tarn-et-Garonne", "parent": "OCC", "type": "Metropolitan department" }, { "code": "FR-83", "name": "Var", "parent": "PAC", "type": "Metropolitan department" }, { "code": "FR-84", "name": "Vaucluse", "parent": "PAC", "type": "Metropolitan department" }, { "code": "FR-85", "name": "Vendée", "parent": "PDL", "type": "Metropolitan department" }, { "code": "FR-86", "name": "Vienne", "parent": "NAQ", "type": "Metropolitan department" }, { "code": "FR-87", "name": "Haute-Vienne", "parent": "NAQ", "type": "Metropolitan department" }, { "code": "FR-88", "name": "Vosges", "parent": "GES", "type": "Metropolitan department" }, { "code": "FR-89", "name": "Yonne", "parent": "BFC", "type": "Metropolitan department" }, { "code": "FR-90", "name": "Territoire de Belfort", "parent": "BFC", "type": "Metropolitan department" }, { "code": "FR-91", "name": "Essonne", "parent": "IDF", "type": "Metropolitan department" }, { "code": "FR-92", "name": "Hauts-de-Seine", "parent": "IDF", "type": "Metropolitan department" }, { "code": "FR-93", "name": "Seine-Saint-Denis", "parent": "IDF", "type": "Metropolitan department" }, { "code": "FR-94", "name": "Val-de-Marne", "parent": "IDF", "type": "Metropolitan department" }, { "code": "FR-95", "name": "Val-d'Oise", "parent": "IDF", "type": "Metropolitan department" }, { "code": "FR-971", "name": "Guadeloupe", "parent": "GP", "type": "Overseas department" }, { "code": "FR-972", "name": "Martinique", "parent": "MQ", "type": "Overseas department" }, { "code": "FR-973", "name": "Guyane (française)", "parent": "GF", "type": "Overseas department" }, { "code": "FR-974", "name": "La Réunion", "parent": "RE", "type": "Overseas department" }, { "code": "FR-976", "name": "Mayotte", "parent": "YT", "type": "Overseas department" }, { "code": "FR-ARA", "name": "Auvergne-Rhône-Alpes", "type": "Metropolitan region" }, { "code": "FR-BFC", "name": "Bourgogne-Franche-Comté", "type": "Metropolitan region" }, { "code": "FR-BL", "name": "Saint-Barthélemy", "type": "Overseas collectivity" }, { "code": "FR-BRE", "name": "Bretagne", "type": "Metropolitan region" }, { "code": "FR-CP", "name": "Clipperton", "type": "Dependency" }, { "code": "FR-CVL", "name": "Centre-Val de Loire", "type": "Metropolitan region" }, { "code": "FR-GES", "name": "Grand-Est", "type": "Metropolitan region" }, { "code": "FR-GF", "name": "Guyane (française)", "type": "Overseas region" }, { "code": "FR-GP", "name": "Guadeloupe", "type": "Overseas region" }, { "code": "FR-HDF", "name": "Hauts-de-France", "type": "Metropolitan region" }, { "code": "FR-IDF", "name": "Île-de-France", "type": "Metropolitan region" }, { "code": "FR-MF", "name": "Saint-Martin", "type": "Overseas collectivity" }, { "code": "FR-MQ", "name": "Martinique", "type": "Overseas region" }, { "code": "FR-NAQ", "name": "Nouvelle-Aquitaine", "type": "Metropolitan region" }, { "code": "FR-NC", "name": "Nouvelle-Calédonie", "type": "Overseas collectivity with special status" }, { "code": "FR-NOR", "name": "Normandie", "type": "Metropolitan region" }, { "code": "FR-OCC", "name": "Occitanie", "type": "Metropolitan region" }, { "code": "FR-PAC", "name": "Provence-Alpes-Côte-d’Azur", "type": "Metropolitan region" }, { "code": "FR-PDL", "name": "Pays-de-la-Loire", "type": "Metropolitan region" }, { "code": "FR-PF", "name": "Polynésie française", "type": "Overseas collectivity" }, { "code": "FR-PM", "name": "Saint-Pierre-et-Miquelon", "type": "Overseas collectivity" }, { "code": "FR-RE", "name": "La Réunion", "type": "Overseas region" }, { "code": "FR-TF", "name": "Terres australes françaises", "type": "Overseas territory" }, { "code": "FR-WF", "name": "Wallis-et-Futuna", "type": "Overseas collectivity" }, { "code": "FR-YT", "name": "Mayotte", "type": "Overseas region" }, { "code": "NO-03", "name": "Oslo", "type": "County" }, { "code": "NO-11", "name": "Rogaland", "type": "County" }, { "code": "NO-15", "name": "Møre og Romsdal", "type": "County" }, { "code": "NO-18", "name": "Nordland", "type": "County" }, { "code": "NO-21", "name": "Svalbard (Arctic Region)", "type": "Arctic region" }, { "code": "NO-22", "name": "Jan Mayen (Arctic Region)", "type": "Arctic region" }, { "code": "NO-30", "name": "Viken", "type": "County" }, { "code": "NO-34", "name": "Innlandet", "type": "County" }, { "code": "NO-38", "name": "Vestfold og Telemark", "type": "County" }, { "code": "NO-42", "name": "Agder", "type": "County" }, { "code": "NO-46", "name": "Vestland", "type": "County" }, { "code": "NO-50", "name": "Trööndelage", "type": "County" }, { "code": "NO-54", "name": "Romssa ja Finnmárkku", "type": "County" } ] } isoquery/tests/data/iso_3166-3.json000066400000000000000000000011411522716617300173240ustar00rootroot00000000000000{ "3166-3": [ { "alpha_2": "BQ", "alpha_3": "ATB", "alpha_4": "BQAQ", "name": "British Antarctic Territory", "withdrawal_date": "1979" }, { "alpha_2": "CS", "alpha_3": "SCG", "alpha_4": "CSXX", "name": "Serbia and Montenegro", "numeric": "891", "withdrawal_date": "2006-06-05" }, { "alpha_2": "GE", "alpha_3": "GEL", "alpha_4": "GEHH", "comment": "now split into Kiribati and Tuvalu", "name": "Gilbert and Ellice Islands", "numeric": "296", "withdrawal_date": "1979" } ] } isoquery/tests/data/iso_4217.json000066400000000000000000000004331522716617300171650ustar00rootroot00000000000000{ "4217": [ { "alpha_3": "EUR", "name": "Euro", "numeric": "978" }, { "alpha_3": "GBP", "name": "Pound Sterling", "numeric": "826" }, { "alpha_3": "INR", "name": "Indian Rupee", "numeric": "356" } ] } isoquery/tests/data/iso_639-2.json000066400000000000000000000005641522716617300172550ustar00rootroot00000000000000{ "639-2": [ { "alpha_2": "aa", "alpha_3": "aar", "name": "Afar" }, { "alpha_3": "alg", "name": "Algonquian languages" }, { "alpha_2": "bo", "alpha_3": "bod", "bibliographic": "tib", "name": "Tibetan" }, { "alpha_2": "he", "alpha_3": "heb", "name": "Hebrew" } ] } isoquery/tests/data/iso_639-3.json000066400000000000000000000007001522716617300172460ustar00rootroot00000000000000{ "639-3": [ { "alpha_3": "aae", "inverted_name": "Albanian, Arbëreshë", "name": "Arbëreshë Albanian", "scope": "I", "type": "L" }, { "alpha_2": "de", "alpha_3": "deu", "bibliographic": "ger", "name": "German", "scope": "I", "type": "L" }, { "alpha_3": "nbs", "name": "Namibian Sign Language", "scope": "I", "type": "L" } ] } isoquery/tests/data/iso_639-5.json000066400000000000000000000003711522716617300172540ustar00rootroot00000000000000{ "639-5": [ { "alpha_3": "aus", "name": "Australian languages" }, { "alpha_3": "nai", "name": "North American Indian languages" }, { "alpha_3": "tut", "name": "Altaic languages" } ] } isoquery/tests/expected/000077500000000000000000000000001522716617300157135ustar00rootroot00000000000000isoquery/tests/expected/common/000077500000000000000000000000001522716617300172035ustar00rootroot00000000000000isoquery/tests/expected/common/nonexistant_locale_test_commandline.txt000066400000000000000000000000251522716617300272370ustar00rootroot00000000000000--locale nonexistant isoquery/tests/expected/common/nonexistant_locale_test_stdout.txt000066400000000000000000000002361522716617300262770ustar00rootroot00000000000000DE DEU 276 Germany ES ESP 724 Spain FR FRA 250 France RU RUS 643 Russian Federation TV TUV 798 Tuvalu TW TWN 158 Taiwan, Province of China UA UKR 804 Ukraine isoquery/tests/expected/iso_15924/000077500000000000000000000000001522716617300172515ustar00rootroot00000000000000isoquery/tests/expected/iso_15924/all_localized_test_commandline.txt000066400000000000000000000000171522716617300262130ustar00rootroot00000000000000-i 15924 -l fr isoquery/tests/expected/iso_15924/all_localized_test_stdout.txt000066400000000000000000000001021522716617300252420ustar00rootroot00000000000000Beng 325 Bengali Cyrl 220 Cyrillique Grek 200 Grec Latn 215 Latin isoquery/tests/expected/iso_15924/all_null_separator_test_commandline.txt000066400000000000000000000000201522716617300272710ustar00rootroot00000000000000-i 15924 --null isoquery/tests/expected/iso_15924/all_null_separator_test_stdout.txt000066400000000000000000000001011522716617300263250ustar00rootroot00000000000000Beng 325 BengaliCyrl 220 CyrillicGrek 200 GreekLatn 215 Latinisoquery/tests/expected/iso_15924/all_test_commandline.txt000066400000000000000000000000111522716617300241570ustar00rootroot00000000000000-i 15924 isoquery/tests/expected/iso_15924/all_test_stdout.txt000066400000000000000000000001011522716617300232130ustar00rootroot00000000000000Beng 325 Bengali Cyrl 220 Cyrillic Grek 200 Greek Latn 215 Latin isoquery/tests/expected/iso_15924/multiple_codes_test_commandline.txt000066400000000000000000000000411522716617300264220ustar00rootroot00000000000000-i 15924 cyrl Beng LATN grEK 220 isoquery/tests/expected/iso_15924/multiple_codes_test_stdout.txt000066400000000000000000000001231522716617300254570ustar00rootroot00000000000000Cyrl 220 Cyrillic Beng 325 Bengali Latn 215 Latin Grek 200 Greek Cyrl 220 Cyrillic isoquery/tests/expected/iso_3166-1/000077500000000000000000000000001522716617300173225ustar00rootroot00000000000000isoquery/tests/expected/iso_3166-1/all_flags_test_commandline.txt000066400000000000000000000000211522716617300254050ustar00rootroot00000000000000-i 3166-1 --flag isoquery/tests/expected/iso_3166-1/all_flags_test_stdout.txt000066400000000000000000000003351522716617300244510ustar00rootroot00000000000000DE DEU 276 🇩🇪 Germany ES ESP 724 🇪🇸 Spain FR FRA 250 🇫🇷 France RU RUS 643 🇷🇺 Russian Federation TV TUV 798 🇹🇻 Tuvalu TW TWN 158 🇹🇼 Taiwan, Province of China UA UKR 804 🇺🇦 Ukraine isoquery/tests/expected/iso_3166-1/all_localized_test_commandline.txt000066400000000000000000000000201522716617300262560ustar00rootroot00000000000000-i 3166-1 -l fr isoquery/tests/expected/iso_3166-1/all_localized_test_stdout.txt000066400000000000000000000002501522716617300253170ustar00rootroot00000000000000DE DEU 276 Allemagne ES ESP 724 Espagne FR FRA 250 France RU RUS 643 Russie, Fédération de TV TUV 798 Tuvalu TW TWN 158 Taïwan, province de Chine UA UKR 804 Ukraine isoquery/tests/expected/iso_3166-1/all_null_separator_test_commandline.txt000066400000000000000000000000211522716617300273430ustar00rootroot00000000000000-i 3166-1 --null isoquery/tests/expected/iso_3166-1/all_null_separator_test_stdout.txt000066400000000000000000000002361522716617300264070ustar00rootroot00000000000000DE DEU 276 GermanyES ESP 724 SpainFR FRA 250 FranceRU RUS 643 Russian FederationTV TUV 798 TuvaluTW TWN 158 Taiwan, Province of ChinaUA UKR 804 Ukraineisoquery/tests/expected/iso_3166-1/all_test_commandline.txt000066400000000000000000000000121522716617300242310ustar00rootroot00000000000000-i 3166-1 isoquery/tests/expected/iso_3166-1/all_test_stdout.txt000066400000000000000000000002361522716617300232750ustar00rootroot00000000000000DE DEU 276 Germany ES ESP 724 Spain FR FRA 250 France RU RUS 643 Russian Federation TV TUV 798 Tuvalu TW TWN 158 Taiwan, Province of China UA UKR 804 Ukraine isoquery/tests/expected/iso_3166-1/invalid_codes_localized_test_commandline.txt000066400000000000000000000000751522716617300303230ustar00rootroot00000000000000-i 3166-1 --locale de invalid öllö ua frA 158 1234 007 URG isoquery/tests/expected/iso_3166-1/invalid_codes_localized_test_stderr.txt000066400000000000000000000004331522716617300273360ustar00rootroot00000000000000isoquery: The code "invalid" is not defined in ISO 3166-1. isoquery: The code "öllö" is not defined in ISO 3166-1. isoquery: The code "1234" is not defined in ISO 3166-1. isoquery: The code "007" is not defined in ISO 3166-1. isoquery: The code "URG" is not defined in ISO 3166-1. isoquery/tests/expected/iso_3166-1/invalid_codes_localized_test_stdout.txt000066400000000000000000000001201522716617300273460ustar00rootroot00000000000000UA UKR 804 Ukraine FR FRA 250 Frankreich TW TWN 158 Taiwan, Chinesische Provinz isoquery/tests/expected/iso_3166-1/invalid_codes_test_commandline.txt000066400000000000000000000000651522716617300262740ustar00rootroot00000000000000-i 3166-1 TV invalid öllö Deu 643 1234 007 URG fra isoquery/tests/expected/iso_3166-1/invalid_codes_test_stderr.txt000066400000000000000000000004331522716617300253100ustar00rootroot00000000000000isoquery: The code "invalid" is not defined in ISO 3166-1. isoquery: The code "öllö" is not defined in ISO 3166-1. isoquery: The code "1234" is not defined in ISO 3166-1. isoquery: The code "007" is not defined in ISO 3166-1. isoquery: The code "URG" is not defined in ISO 3166-1. isoquery/tests/expected/iso_3166-1/invalid_codes_test_stdout.txt000066400000000000000000000001251522716617300253250ustar00rootroot00000000000000TV TUV 798 Tuvalu DE DEU 276 Germany RU RUS 643 Russian Federation FR FRA 250 France isoquery/tests/expected/iso_3166-1/multiple_codes_localized_test_commandline.txt000066400000000000000000000000411522716617300305210ustar00rootroot00000000000000-i 3166-1 --locale de ua frA 158 isoquery/tests/expected/iso_3166-1/multiple_codes_localized_test_stdout.txt000066400000000000000000000001201522716617300275530ustar00rootroot00000000000000UA UKR 804 Ukraine FR FRA 250 Frankreich TW TWN 158 Taiwan, Chinesische Provinz isoquery/tests/expected/iso_3166-1/multiple_codes_test_commandline.txt000066400000000000000000000000311522716617300264720ustar00rootroot00000000000000-i 3166-1 TV Deu 643 fra isoquery/tests/expected/iso_3166-1/multiple_codes_test_stdout.txt000066400000000000000000000001251522716617300255320ustar00rootroot00000000000000TV TUV 798 Tuvalu DE DEU 276 Germany RU RUS 643 Russian Federation FR FRA 250 France isoquery/tests/expected/iso_3166-1/simple_call_test_commandline.txt000066400000000000000000000000001522716617300257420ustar00rootroot00000000000000isoquery/tests/expected/iso_3166-1/simple_call_test_stdout.txt000066400000000000000000000002361522716617300250110ustar00rootroot00000000000000DE DEU 276 Germany ES ESP 724 Spain FR FRA 250 France RU RUS 643 Russian Federation TV TUV 798 Tuvalu TW TWN 158 Taiwan, Province of China UA UKR 804 Ukraine isoquery/tests/expected/iso_3166-1/single_code_test_commandline.txt000066400000000000000000000000151522716617300257370ustar00rootroot00000000000000-i 3166-1 TV isoquery/tests/expected/iso_3166-1/single_code_test_stdout.txt000066400000000000000000000000221522716617300247710ustar00rootroot00000000000000TV TUV 798 Tuvalu isoquery/tests/expected/iso_3166-2/000077500000000000000000000000001522716617300173235ustar00rootroot00000000000000isoquery/tests/expected/iso_3166-2/all_localized_test_commandline.txt000066400000000000000000000000201522716617300262570ustar00rootroot00000000000000-i 3166-2 -l fr isoquery/tests/expected/iso_3166-2/all_localized_test_stdout.txt000066400000000000000000000210021522716617300253160ustar00rootroot00000000000000DE-BB Land Brandebourg DE-BE Land Berlin DE-BW Land Bade-Wurtemberg DE-BY Land Bavière DE-HB Land Brème DE-HE Land Hesse DE-HH Land Hambourg DE-MV Land Mecklembourg-Poméranie occidentale DE-NI Land Basse-Saxe DE-NW Land Rhénanie du Nord-Westfalie DE-RP Land Rhénanie-Palatinat DE-SH Land Schleswig-Holstein DE-SL Land Sarre DE-SN Land Saxe DE-ST Land Saxe-Anhalt DE-TH Land Turinge ES-A Province VC Alacant* ES-AB Province CM Albacete ES-AL Province AN Almeria ES-AN Autonomous community Andalousie ES-AR Autonomous community Aragon ES-AS Autonomous community Asturies, principauté des ES-AV Province CL Avila ES-B Province CT Barcelona [Barcelona] ES-BA Province EX Badajoz ES-BI Province PV Biscaye ES-BU Province CL Burgos ES-C Province GA La Corogne ES-CA Province AN Cadix ES-CB Autonomous community Cantabrique ES-CC Province EX Caceres ES-CE Autonomous city in north africa Ceuta ES-CL Autonomous community Castille et Léon ES-CM Autonomous community Castille-La Manche ES-CN Autonomous community Canaries ES-CO Province AN Cordoba ES-CR Province CM Ciudad Real ES-CS Province VC Castelló* ES-CT Autonomous community Catalunya [Cataluña] ES-CU Province CM Cuenca ES-EX Autonomous community Extramadoure ES-GA Autonomous community Galicia [Galicia] ES-GC Province CN Las Palmas ES-GI Province CT Girona [Gerona] ES-GR Province AN Grenade ES-GU Province CM Guadalajara ES-H Province AN Huelva ES-HU Province AR Huesca ES-IB Autonomous community Illes Balears [Islas Baleares] ES-J Province AN Jaen ES-L Province CT Lleida [Lérida] ES-LE Province CL Léon ES-LO Province RI La Rioja ES-LU Province GA Lugo [Lugo] ES-M Province MD Madrid ES-MA Province AN Malaga ES-MC Autonomous community Murcei, région de ES-MD Autonomous community Madrid, Communauté de ES-ML Autonomous city in north africa Melilla ES-MU Province MC Murcie ES-NA Province NC Nafarroa* ES-NC Autonomous community Nafarroako Foru Komunitatea* ES-O Province AS Asturias ES-OR Province GA Ourense [Orense] ES-P Province CL Palencia ES-PM Province IB Illes Balears [Islas Baleares] ES-PO Province GA Pontevedra [Pontevedra] ES-PV Autonomous community Euskal Herria ES-RI Autonomous community La Rioja ES-S Province CB Cantabrique ES-SA Province CL Salamanque ES-SE Province AN Séville ES-SG Province CL Segovie ES-SO Province CL Soria ES-SS Province PV Guipuscoa ES-T Province CT Tarragona [Tarragona] ES-TE Province AR Téruel ES-TF Province CN Santa Cruz de Tenerife ES-TO Province CM Toledo ES-V Province VC Valencia ES-VA Province CL Valladolid ES-VC Autonomous community Valenciana, Comunidad ES-VI Province PV Araba* ES-Z Province AR Saragosse ES-ZA Province CL Zamora FR-01 Metropolitan department ARA Ain FR-02 Metropolitan department HDF Aisne FR-03 Metropolitan department ARA Allier FR-04 Metropolitan department PAC Alpes-de-Haute-Provence FR-05 Metropolitan department PAC Hautes-Alpes FR-06 Metropolitan department PAC Alpes-Maritimes FR-07 Metropolitan department ARA Ardèche FR-08 Metropolitan department GES Ardennes FR-09 Metropolitan department OCC Ariège FR-10 Metropolitan department GES Aube FR-11 Metropolitan department OCC Aude FR-12 Metropolitan department OCC Aveyron FR-13 Metropolitan department PAC Bouches-du-Rhône FR-14 Metropolitan department NOR Calvados FR-15 Metropolitan department ARA Cantal FR-16 Metropolitan department NAQ Charente FR-17 Metropolitan department NAQ Charente-Maritime FR-18 Metropolitan department CVL Cher FR-19 Metropolitan department NAQ Corrèze FR-20R Metropolitan collectivity with special status Corse FR-21 Metropolitan department BFC Côte-d'Or FR-22 Metropolitan department BRE Côtes-d'Armor FR-23 Metropolitan department NAQ Creuse FR-24 Metropolitan department NAQ Dordogne FR-25 Metropolitan department BFC Doubs FR-26 Metropolitan department ARA Drôme FR-27 Metropolitan department NOR Eure FR-28 Metropolitan department CVL Eure-et-Loir FR-29 Metropolitan department BRE Finistère FR-2A Metropolitan department 20R Corse-du-Sud FR-2B Metropolitan department 20R Haute-Corse FR-30 Metropolitan department OCC Gard FR-31 Metropolitan department OCC Haute-Garonne FR-32 Metropolitan department OCC Gers FR-33 Metropolitan department NAQ Gironde FR-34 Metropolitan department OCC Hérault FR-35 Metropolitan department BRE Ille-et-Vilaine FR-36 Metropolitan department CVL Indre FR-37 Metropolitan department CVL Indre-et-Loire FR-38 Metropolitan department ARA Isère FR-39 Metropolitan department BFC Jura FR-40 Metropolitan department NAQ Landes FR-41 Metropolitan department CVL Loir-et-Cher FR-42 Metropolitan department ARA Loire FR-43 Metropolitan department ARA Haute-Loire FR-44 Metropolitan department PDL Loire-Atlantique FR-45 Metropolitan department CVL Loiret FR-46 Metropolitan department OCC Lot FR-47 Metropolitan department NAQ Lot-et-Garonne FR-48 Metropolitan department OCC Lozère FR-49 Metropolitan department PDL Maine-et-Loire FR-50 Metropolitan department NOR Manche FR-51 Metropolitan department GES Marne FR-52 Metropolitan department GES Haute-Marne FR-53 Metropolitan department PDL Mayenne FR-54 Metropolitan department GES Meurthe-et-Moselle FR-55 Metropolitan department GES Meuse FR-56 Metropolitan department BRE Morbihan FR-57 Metropolitan department GES Moselle FR-58 Metropolitan department BFC Nièvre FR-59 Metropolitan department HDF Nord FR-60 Metropolitan department HDF Oise FR-61 Metropolitan department NOR Orne FR-62 Metropolitan department HDF Pas-de-Calais FR-63 Metropolitan department ARA Puy-de-Dôme FR-64 Metropolitan department NAQ Pyrénées-Atlantiques FR-65 Metropolitan department OCC Hautes-Pyrénées FR-66 Metropolitan department OCC Pyrénées-Orientales FR-67 Metropolitan department GES Bas-Rhin FR-68 Metropolitan department GES Haut-Rhin FR-69 Metropolitan department ARA Rhône FR-70 Metropolitan department BFC Haute-Saône FR-71 Metropolitan department BFC Saône-et-Loire FR-72 Metropolitan department PDL Sarthe FR-73 Metropolitan department ARA Savoie FR-74 Metropolitan department ARA Haute-Savoie FR-75 Metropolitan department IDF Paris FR-76 Metropolitan department NOR Seine-Maritime FR-77 Metropolitan department IDF Seine-et-Marne FR-78 Metropolitan department IDF Yvelines FR-79 Metropolitan department NAQ Deux-Sèvres FR-80 Metropolitan department HDF Somme FR-81 Metropolitan department OCC Tarn FR-82 Metropolitan department OCC Tarn-et-Garonne FR-83 Metropolitan department PAC Var FR-84 Metropolitan department PAC Vaucluse FR-85 Metropolitan department PDL Vendée FR-86 Metropolitan department NAQ Vienne FR-87 Metropolitan department NAQ Haute-Vienne FR-88 Metropolitan department GES Vosges FR-89 Metropolitan department BFC Yonne FR-90 Metropolitan department BFC Territoire de Belfort FR-91 Metropolitan department IDF Essonne FR-92 Metropolitan department IDF Hauts-de-Seine FR-93 Metropolitan department IDF Seine-Saint-Denis FR-94 Metropolitan department IDF Val-de-Marne FR-95 Metropolitan department IDF Val-d’Oise FR-971 Overseas department GP Guadeloupe FR-972 Overseas department MQ Martinique FR-973 Overseas department GF Guyane (française) FR-974 Overseas department RE La Réunion FR-976 Overseas department YT Mayotte FR-ARA Metropolitan region Auvergne-Rhône-Alpes FR-BFC Metropolitan region Bourgogne-Franche-Comté FR-BL Overseas collectivity Saint-Barthélemy FR-BRE Metropolitan region Bretagne FR-CP Dependency Clipperton FR-CVL Metropolitan region Centre-Val de Loire FR-GES Metropolitan region Grand Est FR-GF Overseas region Guyane (française) FR-GP Overseas region Guadeloupe FR-HDF Metropolitan region Hauts-de-France FR-IDF Metropolitan region Île-de-France FR-MF Overseas collectivity Saint-Martin FR-MQ Overseas region Martinique FR-NAQ Metropolitan region Nouvelle-Aquitaine FR-NC Overseas collectivity with special status Nouvelle-Calédonie FR-NOR Metropolitan region Normandie FR-OCC Metropolitan region Occitanie FR-PAC Metropolitan region Provence-Alpes-Côte d'Azur FR-PDL Metropolitan region Pays de la Loire FR-PF Overseas collectivity Polynésie française FR-PM Overseas collectivity Saint-Pierre-et-Miquelon FR-RE Overseas region La Réunion FR-TF Overseas territory Terres australes françaises FR-WF Overseas collectivity Wallis-et-Futuna FR-YT Overseas region Mayotte NO-03 County Oslo NO-11 County Rogaland NO-15 County Møre og Romsdal NO-18 County Nordland NO-21 Arctic region Svalbard (région arctique) NO-22 Arctic region Jan Mayen (région arctique) NO-30 County Viken NO-34 County Innlandet NO-38 County Vestfold og Telemark NO-42 County Agder NO-46 County Vestland NO-50 County Trööndelage NO-54 County Romssa ja Finnmárkku isoquery/tests/expected/iso_3166-2/all_null_separator_test_commandline.txt000066400000000000000000000000211522716617300273440ustar00rootroot00000000000000-i 3166-2 --null isoquery/tests/expected/iso_3166-2/all_null_separator_test_stdout.txt000066400000000000000000000207671522716617300264230ustar00rootroot00000000000000DE-BB Land BrandenburgDE-BE Land BerlinDE-BW Land Baden-WürttembergDE-BY Land BayernDE-HB Land BremenDE-HE Land HessenDE-HH Land HamburgDE-MV Land Mecklenburg-VorpommernDE-NI Land NiedersachsenDE-NW Land Nordrhein-WestfalenDE-RP Land Rheinland-PfalzDE-SH Land Schleswig-HolsteinDE-SL Land SaarlandDE-SN Land SachsenDE-ST Land Sachsen-AnhaltDE-TH Land ThüringenES-A Province VC Alacant*ES-AB Province CM AlbaceteES-AL Province AN AlmeríaES-AN Autonomous community AndalucíaES-AR Autonomous community AragónES-AS Autonomous community Asturias, Principado deES-AV Province CL ÁvilaES-B Province CT Barcelona [Barcelona]ES-BA Province EX BadajozES-BI Province PV BizkaiaES-BU Province CL BurgosES-C Province GA A Coruña [La Coruña]ES-CA Province AN CádizES-CB Autonomous community CantabriaES-CC Province EX CáceresES-CE Autonomous city in north africa CeutaES-CL Autonomous community Castilla y LeónES-CM Autonomous community Castilla-La ManchaES-CN Autonomous community CanariasES-CO Province AN CórdobaES-CR Province CM Ciudad RealES-CS Province VC Castelló*ES-CT Autonomous community Catalunya [Cataluña]ES-CU Province CM CuencaES-EX Autonomous community ExtremaduraES-GA Autonomous community Galicia [Galicia]ES-GC Province CN Las PalmasES-GI Province CT Girona [Gerona]ES-GR Province AN GranadaES-GU Province CM GuadalajaraES-H Province AN HuelvaES-HU Province AR HuescaES-IB Autonomous community Illes Balears [Islas Baleares]ES-J Province AN JaénES-L Province CT Lleida [Lérida]ES-LE Province CL LeónES-LO Province RI La RiojaES-LU Province GA Lugo [Lugo]ES-M Province MD MadridES-MA Province AN MálagaES-MC Autonomous community Murcia, Región deES-MD Autonomous community Madrid, Comunidad deES-ML Autonomous city in north africa MelillaES-MU Province MC MurciaES-NA Province NC Nafarroa*ES-NC Autonomous community Nafarroako Foru Komunitatea*ES-O Province AS AsturiasES-OR Province GA Ourense [Orense]ES-P Province CL PalenciaES-PM Province IB Illes Balears [Islas Baleares]ES-PO Province GA Pontevedra [Pontevedra]ES-PV Autonomous community Euskal HerriaES-RI Autonomous community La RiojaES-S Province CB CantabriaES-SA Province CL SalamancaES-SE Province AN SevillaES-SG Province CL SegoviaES-SO Province CL SoriaES-SS Province PV GipuzkoaES-T Province CT Tarragona [Tarragona]ES-TE Province AR TeruelES-TF Province CN Santa Cruz de TenerifeES-TO Province CM ToledoES-V Province VC ValenciaES-VA Province CL ValladolidES-VC Autonomous community Valenciana, ComunidadES-VI Province PV Araba*ES-Z Province AR ZaragozaES-ZA Province CL ZamoraFR-01 Metropolitan department ARA AinFR-02 Metropolitan department HDF AisneFR-03 Metropolitan department ARA AllierFR-04 Metropolitan department PAC Alpes-de-Haute-ProvenceFR-05 Metropolitan department PAC Hautes-AlpesFR-06 Metropolitan department PAC Alpes-MaritimesFR-07 Metropolitan department ARA ArdècheFR-08 Metropolitan department GES ArdennesFR-09 Metropolitan department OCC AriègeFR-10 Metropolitan department GES AubeFR-11 Metropolitan department OCC AudeFR-12 Metropolitan department OCC AveyronFR-13 Metropolitan department PAC Bouches-du-RhôneFR-14 Metropolitan department NOR CalvadosFR-15 Metropolitan department ARA CantalFR-16 Metropolitan department NAQ CharenteFR-17 Metropolitan department NAQ Charente-MaritimeFR-18 Metropolitan department CVL CherFR-19 Metropolitan department NAQ CorrèzeFR-20R Metropolitan collectivity with special status CorseFR-21 Metropolitan department BFC Côte-d'OrFR-22 Metropolitan department BRE Côtes-d'ArmorFR-23 Metropolitan department NAQ CreuseFR-24 Metropolitan department NAQ DordogneFR-25 Metropolitan department BFC DoubsFR-26 Metropolitan department ARA DrômeFR-27 Metropolitan department NOR EureFR-28 Metropolitan department CVL Eure-et-LoirFR-29 Metropolitan department BRE FinistèreFR-2A Metropolitan department 20R Corse-du-SudFR-2B Metropolitan department 20R Haute-CorseFR-30 Metropolitan department OCC GardFR-31 Metropolitan department OCC Haute-GaronneFR-32 Metropolitan department OCC GersFR-33 Metropolitan department NAQ GirondeFR-34 Metropolitan department OCC HéraultFR-35 Metropolitan department BRE Ille-et-VilaineFR-36 Metropolitan department CVL IndreFR-37 Metropolitan department CVL Indre-et-LoireFR-38 Metropolitan department ARA IsèreFR-39 Metropolitan department BFC JuraFR-40 Metropolitan department NAQ LandesFR-41 Metropolitan department CVL Loir-et-CherFR-42 Metropolitan department ARA LoireFR-43 Metropolitan department ARA Haute-LoireFR-44 Metropolitan department PDL Loire-AtlantiqueFR-45 Metropolitan department CVL LoiretFR-46 Metropolitan department OCC LotFR-47 Metropolitan department NAQ Lot-et-GaronneFR-48 Metropolitan department OCC LozèreFR-49 Metropolitan department PDL Maine-et-LoireFR-50 Metropolitan department NOR MancheFR-51 Metropolitan department GES MarneFR-52 Metropolitan department GES Haute-MarneFR-53 Metropolitan department PDL MayenneFR-54 Metropolitan department GES Meurthe-et-MoselleFR-55 Metropolitan department GES MeuseFR-56 Metropolitan department BRE MorbihanFR-57 Metropolitan department GES MoselleFR-58 Metropolitan department BFC NièvreFR-59 Metropolitan department HDF NordFR-60 Metropolitan department HDF OiseFR-61 Metropolitan department NOR OrneFR-62 Metropolitan department HDF Pas-de-CalaisFR-63 Metropolitan department ARA Puy-de-DômeFR-64 Metropolitan department NAQ Pyrénées-AtlantiquesFR-65 Metropolitan department OCC Hautes-PyrénéesFR-66 Metropolitan department OCC Pyrénées-OrientalesFR-67 Metropolitan department GES Bas-RhinFR-68 Metropolitan department GES Haut-RhinFR-69 Metropolitan department ARA RhôneFR-70 Metropolitan department BFC Haute-SaôneFR-71 Metropolitan department BFC Saône-et-LoireFR-72 Metropolitan department PDL SartheFR-73 Metropolitan department ARA SavoieFR-74 Metropolitan department ARA Haute-SavoieFR-75 Metropolitan department IDF ParisFR-76 Metropolitan department NOR Seine-MaritimeFR-77 Metropolitan department IDF Seine-et-MarneFR-78 Metropolitan department IDF YvelinesFR-79 Metropolitan department NAQ Deux-SèvresFR-80 Metropolitan department HDF SommeFR-81 Metropolitan department OCC TarnFR-82 Metropolitan department OCC Tarn-et-GaronneFR-83 Metropolitan department PAC VarFR-84 Metropolitan department PAC VaucluseFR-85 Metropolitan department PDL VendéeFR-86 Metropolitan department NAQ VienneFR-87 Metropolitan department NAQ Haute-VienneFR-88 Metropolitan department GES VosgesFR-89 Metropolitan department BFC YonneFR-90 Metropolitan department BFC Territoire de BelfortFR-91 Metropolitan department IDF EssonneFR-92 Metropolitan department IDF Hauts-de-SeineFR-93 Metropolitan department IDF Seine-Saint-DenisFR-94 Metropolitan department IDF Val-de-MarneFR-95 Metropolitan department IDF Val-d'OiseFR-971 Overseas department GP GuadeloupeFR-972 Overseas department MQ MartiniqueFR-973 Overseas department GF Guyane (française)FR-974 Overseas department RE La RéunionFR-976 Overseas department YT MayotteFR-ARA Metropolitan region Auvergne-Rhône-AlpesFR-BFC Metropolitan region Bourgogne-Franche-ComtéFR-BL Overseas collectivity Saint-BarthélemyFR-BRE Metropolitan region BretagneFR-CP Dependency ClippertonFR-CVL Metropolitan region Centre-Val de LoireFR-GES Metropolitan region Grand-EstFR-GF Overseas region Guyane (française)FR-GP Overseas region GuadeloupeFR-HDF Metropolitan region Hauts-de-FranceFR-IDF Metropolitan region Île-de-FranceFR-MF Overseas collectivity Saint-MartinFR-MQ Overseas region MartiniqueFR-NAQ Metropolitan region Nouvelle-AquitaineFR-NC Overseas collectivity with special status Nouvelle-CalédonieFR-NOR Metropolitan region NormandieFR-OCC Metropolitan region OccitanieFR-PAC Metropolitan region Provence-Alpes-Côte-d’AzurFR-PDL Metropolitan region Pays-de-la-LoireFR-PF Overseas collectivity Polynésie françaiseFR-PM Overseas collectivity Saint-Pierre-et-MiquelonFR-RE Overseas region La RéunionFR-TF Overseas territory Terres australes françaisesFR-WF Overseas collectivity Wallis-et-FutunaFR-YT Overseas region MayotteNO-03 County OsloNO-11 County RogalandNO-15 County Møre og RomsdalNO-18 County NordlandNO-21 Arctic region Svalbard (Arctic Region)NO-22 Arctic region Jan Mayen (Arctic Region)NO-30 County VikenNO-34 County InnlandetNO-38 County Vestfold og TelemarkNO-42 County AgderNO-46 County VestlandNO-50 County TrööndelageNO-54 County Romssa ja Finnmárkkuisoquery/tests/expected/iso_3166-2/all_test_commandline.txt000066400000000000000000000000121522716617300242320ustar00rootroot00000000000000-i 3166-2 isoquery/tests/expected/iso_3166-2/all_test_stdout.txt000066400000000000000000000207671522716617300233110ustar00rootroot00000000000000DE-BB Land Brandenburg DE-BE Land Berlin DE-BW Land Baden-Württemberg DE-BY Land Bayern DE-HB Land Bremen DE-HE Land Hessen DE-HH Land Hamburg DE-MV Land Mecklenburg-Vorpommern DE-NI Land Niedersachsen DE-NW Land Nordrhein-Westfalen DE-RP Land Rheinland-Pfalz DE-SH Land Schleswig-Holstein DE-SL Land Saarland DE-SN Land Sachsen DE-ST Land Sachsen-Anhalt DE-TH Land Thüringen ES-A Province VC Alacant* ES-AB Province CM Albacete ES-AL Province AN Almería ES-AN Autonomous community Andalucía ES-AR Autonomous community Aragón ES-AS Autonomous community Asturias, Principado de ES-AV Province CL Ávila ES-B Province CT Barcelona [Barcelona] ES-BA Province EX Badajoz ES-BI Province PV Bizkaia ES-BU Province CL Burgos ES-C Province GA A Coruña [La Coruña] ES-CA Province AN Cádiz ES-CB Autonomous community Cantabria ES-CC Province EX Cáceres ES-CE Autonomous city in north africa Ceuta ES-CL Autonomous community Castilla y León ES-CM Autonomous community Castilla-La Mancha ES-CN Autonomous community Canarias ES-CO Province AN Córdoba ES-CR Province CM Ciudad Real ES-CS Province VC Castelló* ES-CT Autonomous community Catalunya [Cataluña] ES-CU Province CM Cuenca ES-EX Autonomous community Extremadura ES-GA Autonomous community Galicia [Galicia] ES-GC Province CN Las Palmas ES-GI Province CT Girona [Gerona] ES-GR Province AN Granada ES-GU Province CM Guadalajara ES-H Province AN Huelva ES-HU Province AR Huesca ES-IB Autonomous community Illes Balears [Islas Baleares] ES-J Province AN Jaén ES-L Province CT Lleida [Lérida] ES-LE Province CL León ES-LO Province RI La Rioja ES-LU Province GA Lugo [Lugo] ES-M Province MD Madrid ES-MA Province AN Málaga ES-MC Autonomous community Murcia, Región de ES-MD Autonomous community Madrid, Comunidad de ES-ML Autonomous city in north africa Melilla ES-MU Province MC Murcia ES-NA Province NC Nafarroa* ES-NC Autonomous community Nafarroako Foru Komunitatea* ES-O Province AS Asturias ES-OR Province GA Ourense [Orense] ES-P Province CL Palencia ES-PM Province IB Illes Balears [Islas Baleares] ES-PO Province GA Pontevedra [Pontevedra] ES-PV Autonomous community Euskal Herria ES-RI Autonomous community La Rioja ES-S Province CB Cantabria ES-SA Province CL Salamanca ES-SE Province AN Sevilla ES-SG Province CL Segovia ES-SO Province CL Soria ES-SS Province PV Gipuzkoa ES-T Province CT Tarragona [Tarragona] ES-TE Province AR Teruel ES-TF Province CN Santa Cruz de Tenerife ES-TO Province CM Toledo ES-V Province VC Valencia ES-VA Province CL Valladolid ES-VC Autonomous community Valenciana, Comunidad ES-VI Province PV Araba* ES-Z Province AR Zaragoza ES-ZA Province CL Zamora FR-01 Metropolitan department ARA Ain FR-02 Metropolitan department HDF Aisne FR-03 Metropolitan department ARA Allier FR-04 Metropolitan department PAC Alpes-de-Haute-Provence FR-05 Metropolitan department PAC Hautes-Alpes FR-06 Metropolitan department PAC Alpes-Maritimes FR-07 Metropolitan department ARA Ardèche FR-08 Metropolitan department GES Ardennes FR-09 Metropolitan department OCC Ariège FR-10 Metropolitan department GES Aube FR-11 Metropolitan department OCC Aude FR-12 Metropolitan department OCC Aveyron FR-13 Metropolitan department PAC Bouches-du-Rhône FR-14 Metropolitan department NOR Calvados FR-15 Metropolitan department ARA Cantal FR-16 Metropolitan department NAQ Charente FR-17 Metropolitan department NAQ Charente-Maritime FR-18 Metropolitan department CVL Cher FR-19 Metropolitan department NAQ Corrèze FR-20R Metropolitan collectivity with special status Corse FR-21 Metropolitan department BFC Côte-d'Or FR-22 Metropolitan department BRE Côtes-d'Armor FR-23 Metropolitan department NAQ Creuse FR-24 Metropolitan department NAQ Dordogne FR-25 Metropolitan department BFC Doubs FR-26 Metropolitan department ARA Drôme FR-27 Metropolitan department NOR Eure FR-28 Metropolitan department CVL Eure-et-Loir FR-29 Metropolitan department BRE Finistère FR-2A Metropolitan department 20R Corse-du-Sud FR-2B Metropolitan department 20R Haute-Corse FR-30 Metropolitan department OCC Gard FR-31 Metropolitan department OCC Haute-Garonne FR-32 Metropolitan department OCC Gers FR-33 Metropolitan department NAQ Gironde FR-34 Metropolitan department OCC Hérault FR-35 Metropolitan department BRE Ille-et-Vilaine FR-36 Metropolitan department CVL Indre FR-37 Metropolitan department CVL Indre-et-Loire FR-38 Metropolitan department ARA Isère FR-39 Metropolitan department BFC Jura FR-40 Metropolitan department NAQ Landes FR-41 Metropolitan department CVL Loir-et-Cher FR-42 Metropolitan department ARA Loire FR-43 Metropolitan department ARA Haute-Loire FR-44 Metropolitan department PDL Loire-Atlantique FR-45 Metropolitan department CVL Loiret FR-46 Metropolitan department OCC Lot FR-47 Metropolitan department NAQ Lot-et-Garonne FR-48 Metropolitan department OCC Lozère FR-49 Metropolitan department PDL Maine-et-Loire FR-50 Metropolitan department NOR Manche FR-51 Metropolitan department GES Marne FR-52 Metropolitan department GES Haute-Marne FR-53 Metropolitan department PDL Mayenne FR-54 Metropolitan department GES Meurthe-et-Moselle FR-55 Metropolitan department GES Meuse FR-56 Metropolitan department BRE Morbihan FR-57 Metropolitan department GES Moselle FR-58 Metropolitan department BFC Nièvre FR-59 Metropolitan department HDF Nord FR-60 Metropolitan department HDF Oise FR-61 Metropolitan department NOR Orne FR-62 Metropolitan department HDF Pas-de-Calais FR-63 Metropolitan department ARA Puy-de-Dôme FR-64 Metropolitan department NAQ Pyrénées-Atlantiques FR-65 Metropolitan department OCC Hautes-Pyrénées FR-66 Metropolitan department OCC Pyrénées-Orientales FR-67 Metropolitan department GES Bas-Rhin FR-68 Metropolitan department GES Haut-Rhin FR-69 Metropolitan department ARA Rhône FR-70 Metropolitan department BFC Haute-Saône FR-71 Metropolitan department BFC Saône-et-Loire FR-72 Metropolitan department PDL Sarthe FR-73 Metropolitan department ARA Savoie FR-74 Metropolitan department ARA Haute-Savoie FR-75 Metropolitan department IDF Paris FR-76 Metropolitan department NOR Seine-Maritime FR-77 Metropolitan department IDF Seine-et-Marne FR-78 Metropolitan department IDF Yvelines FR-79 Metropolitan department NAQ Deux-Sèvres FR-80 Metropolitan department HDF Somme FR-81 Metropolitan department OCC Tarn FR-82 Metropolitan department OCC Tarn-et-Garonne FR-83 Metropolitan department PAC Var FR-84 Metropolitan department PAC Vaucluse FR-85 Metropolitan department PDL Vendée FR-86 Metropolitan department NAQ Vienne FR-87 Metropolitan department NAQ Haute-Vienne FR-88 Metropolitan department GES Vosges FR-89 Metropolitan department BFC Yonne FR-90 Metropolitan department BFC Territoire de Belfort FR-91 Metropolitan department IDF Essonne FR-92 Metropolitan department IDF Hauts-de-Seine FR-93 Metropolitan department IDF Seine-Saint-Denis FR-94 Metropolitan department IDF Val-de-Marne FR-95 Metropolitan department IDF Val-d'Oise FR-971 Overseas department GP Guadeloupe FR-972 Overseas department MQ Martinique FR-973 Overseas department GF Guyane (française) FR-974 Overseas department RE La Réunion FR-976 Overseas department YT Mayotte FR-ARA Metropolitan region Auvergne-Rhône-Alpes FR-BFC Metropolitan region Bourgogne-Franche-Comté FR-BL Overseas collectivity Saint-Barthélemy FR-BRE Metropolitan region Bretagne FR-CP Dependency Clipperton FR-CVL Metropolitan region Centre-Val de Loire FR-GES Metropolitan region Grand-Est FR-GF Overseas region Guyane (française) FR-GP Overseas region Guadeloupe FR-HDF Metropolitan region Hauts-de-France FR-IDF Metropolitan region Île-de-France FR-MF Overseas collectivity Saint-Martin FR-MQ Overseas region Martinique FR-NAQ Metropolitan region Nouvelle-Aquitaine FR-NC Overseas collectivity with special status Nouvelle-Calédonie FR-NOR Metropolitan region Normandie FR-OCC Metropolitan region Occitanie FR-PAC Metropolitan region Provence-Alpes-Côte-d’Azur FR-PDL Metropolitan region Pays-de-la-Loire FR-PF Overseas collectivity Polynésie française FR-PM Overseas collectivity Saint-Pierre-et-Miquelon FR-RE Overseas region La Réunion FR-TF Overseas territory Terres australes françaises FR-WF Overseas collectivity Wallis-et-Futuna FR-YT Overseas region Mayotte NO-03 County Oslo NO-11 County Rogaland NO-15 County Møre og Romsdal NO-18 County Nordland NO-21 Arctic region Svalbard (Arctic Region) NO-22 Arctic region Jan Mayen (Arctic Region) NO-30 County Viken NO-34 County Innlandet NO-38 County Vestfold og Telemark NO-42 County Agder NO-46 County Vestland NO-50 County Trööndelage NO-54 County Romssa ja Finnmárkku isoquery/tests/expected/iso_3166-2/multiple_codes_test_commandline.txt000066400000000000000000000001011522716617300264710ustar00rootroot00000000000000-i 3166-2 fr-cvl FR-35 Fr-Hdf de-HH eS-BA es-b ES-BI no-22 NO-18 isoquery/tests/expected/iso_3166-2/multiple_codes_test_stdout.txt000066400000000000000000000005031522716617300255330ustar00rootroot00000000000000FR-CVL Metropolitan region Centre-Val de Loire FR-35 Metropolitan department BRE Ille-et-Vilaine FR-HDF Metropolitan region Hauts-de-France DE-HH Land Hamburg ES-BA Province EX Badajoz ES-B Province CT Barcelona [Barcelona] ES-BI Province PV Bizkaia NO-22 Arctic region Jan Mayen (Arctic Region) NO-18 County Nordland isoquery/tests/expected/iso_3166-3/000077500000000000000000000000001522716617300173245ustar00rootroot00000000000000isoquery/tests/expected/iso_3166-3/all_localized_test_commandline.txt000066400000000000000000000000201522716617300262600ustar00rootroot00000000000000-i 3166-3 -l fr isoquery/tests/expected/iso_3166-3/all_localized_test_stdout.txt000066400000000000000000000002651522716617300253270ustar00rootroot00000000000000ATB BQAQ 1979 Territoire britannique de l'Antarctique SCG CSXX 891 2006-06-05 Serbie et Monténégro GEL GEHH 296 now split into Kiribati and Tuvalu 1979 Îles Gilbert et Ellice isoquery/tests/expected/iso_3166-3/all_null_separator_test_commandline.txt000066400000000000000000000000211522716617300273450ustar00rootroot00000000000000-i 3166-3 --null isoquery/tests/expected/iso_3166-3/all_null_separator_test_stdout.txt000066400000000000000000000002531522716617300264100ustar00rootroot00000000000000ATB BQAQ 1979 British Antarctic TerritorySCG CSXX 891 2006-06-05 Serbia and MontenegroGEL GEHH 296 now split into Kiribati and Tuvalu 1979 Gilbert and Ellice Islandsisoquery/tests/expected/iso_3166-3/all_test_commandline.txt000066400000000000000000000000121522716617300242330ustar00rootroot00000000000000-i 3166-3 isoquery/tests/expected/iso_3166-3/all_test_stdout.txt000066400000000000000000000002531522716617300232760ustar00rootroot00000000000000ATB BQAQ 1979 British Antarctic Territory SCG CSXX 891 2006-06-05 Serbia and Montenegro GEL GEHH 296 now split into Kiribati and Tuvalu 1979 Gilbert and Ellice Islands isoquery/tests/expected/iso_3166-3/multiple_codes_test_commandline.txt000066400000000000000000000000341522716617300264770ustar00rootroot00000000000000-i 3166-3 gel Csxx BQAQ 891 isoquery/tests/expected/iso_3166-3/multiple_codes_test_stdout.txt000066400000000000000000000003321522716617300255340ustar00rootroot00000000000000GEL GEHH 296 now split into Kiribati and Tuvalu 1979 Gilbert and Ellice Islands SCG CSXX 891 2006-06-05 Serbia and Montenegro ATB BQAQ 1979 British Antarctic Territory SCG CSXX 891 2006-06-05 Serbia and Montenegro isoquery/tests/expected/iso_4217/000077500000000000000000000000001522716617300171625ustar00rootroot00000000000000isoquery/tests/expected/iso_4217/all_localized_test_commandline.txt000066400000000000000000000000161522716617300261230ustar00rootroot00000000000000-i 4217 -l fr isoquery/tests/expected/iso_4217/all_localized_test_stdout.txt000066400000000000000000000000741522716617300251630ustar00rootroot00000000000000EUR 978 Euro GBP 826 Livre sterling INR 356 Roupie indienne isoquery/tests/expected/iso_4217/all_null_separator_test_commandline.txt000066400000000000000000000000171522716617300272100ustar00rootroot00000000000000-i 4217 --null isoquery/tests/expected/iso_4217/all_null_separator_test_stdout.txt000066400000000000000000000000711522716617300262440ustar00rootroot00000000000000EUR 978 EuroGBP 826 Pound SterlingINR 356 Indian Rupeeisoquery/tests/expected/iso_4217/all_test_commandline.txt000066400000000000000000000000101522716617300240670ustar00rootroot00000000000000-i 4217 isoquery/tests/expected/iso_4217/all_test_stdout.txt000066400000000000000000000000711522716617300231320ustar00rootroot00000000000000EUR 978 Euro GBP 826 Pound Sterling INR 356 Indian Rupee isoquery/tests/expected/iso_4217/multiple_codes_test_commandline.txt000066400000000000000000000000241522716617300263340ustar00rootroot00000000000000-i 4217 inr 826 EUR isoquery/tests/expected/iso_4217/multiple_codes_test_stdout.txt000066400000000000000000000000711522716617300253720ustar00rootroot00000000000000INR 356 Indian Rupee GBP 826 Pound Sterling EUR 978 Euro isoquery/tests/expected/iso_639-2/000077500000000000000000000000001522716617300172455ustar00rootroot00000000000000isoquery/tests/expected/iso_639-2/all_localized_test_commandline.txt000066400000000000000000000000171522716617300262070ustar00rootroot00000000000000-i 639-2 -l fr isoquery/tests/expected/iso_639-2/all_localized_test_stdout.txt000066400000000000000000000001151522716617300252420ustar00rootroot00000000000000aar aa Afar alg Algonquines, langues bod tib bo Tibétain heb he Hébreu isoquery/tests/expected/iso_639-2/all_null_separator_test_commandline.txt000066400000000000000000000000201522716617300272650ustar00rootroot00000000000000-i 639-2 --null isoquery/tests/expected/iso_639-2/all_null_separator_test_stdout.txt000066400000000000000000000001121522716617300263230ustar00rootroot00000000000000aar aa Afaralg Algonquian languagesbod tib bo Tibetanheb he Hebrewisoquery/tests/expected/iso_639-2/all_test_commandline.txt000066400000000000000000000000111522716617300241530ustar00rootroot00000000000000-i 639-2 isoquery/tests/expected/iso_639-2/all_test_stdout.txt000066400000000000000000000001121522716617300232110ustar00rootroot00000000000000aar aa Afar alg Algonquian languages bod tib bo Tibetan heb he Hebrew isoquery/tests/expected/iso_639-2/multiple_codes_test_commandline.txt000066400000000000000000000000331522716617300264170ustar00rootroot00000000000000-i 639-2 BOD he Alg TiB aa isoquery/tests/expected/iso_639-2/multiple_codes_test_stdout.txt000066400000000000000000000001351522716617300254560ustar00rootroot00000000000000bod tib bo Tibetan heb he Hebrew alg Algonquian languages bod tib bo Tibetan aar aa Afar isoquery/tests/expected/iso_639-3/000077500000000000000000000000001522716617300172465ustar00rootroot00000000000000isoquery/tests/expected/iso_639-3/all_localized_test_commandline.txt000066400000000000000000000000171522716617300262100ustar00rootroot00000000000000-i 639-3 -l fr isoquery/tests/expected/iso_639-3/all_localized_test_stdout.txt000066400000000000000000000001401522716617300252410ustar00rootroot00000000000000aae I L Albanais d'Arbëreshë deu I L de ger Allemand nbs I L Langue des signes namibienne isoquery/tests/expected/iso_639-3/all_null_separator_test_commandline.txt000066400000000000000000000000201522716617300272660ustar00rootroot00000000000000-i 639-3 --null isoquery/tests/expected/iso_639-3/all_null_separator_test_stdout.txt000066400000000000000000000001261522716617300263310ustar00rootroot00000000000000aae I L Arbëreshë Albaniandeu I L de ger Germannbs I L Namibian Sign Languageisoquery/tests/expected/iso_639-3/all_test_commandline.txt000066400000000000000000000000111522716617300241540ustar00rootroot00000000000000-i 639-3 isoquery/tests/expected/iso_639-3/all_test_stdout.txt000066400000000000000000000001261522716617300232170ustar00rootroot00000000000000aae I L Arbëreshë Albanian deu I L de ger German nbs I L Namibian Sign Language isoquery/tests/expected/iso_639-3/multiple_codes_test_commandline.txt000066400000000000000000000000241522716617300264200ustar00rootroot00000000000000-i 639-3 NBS De aae isoquery/tests/expected/iso_639-3/multiple_codes_test_stdout.txt000066400000000000000000000001261522716617300254570ustar00rootroot00000000000000nbs I L Namibian Sign Language deu I L de ger German aae I L Arbëreshë Albanian isoquery/tests/expected/iso_639-5/000077500000000000000000000000001522716617300172505ustar00rootroot00000000000000isoquery/tests/expected/iso_639-5/all_localized_test_commandline.txt000066400000000000000000000000171522716617300262120ustar00rootroot00000000000000-i 639-5 -l fr isoquery/tests/expected/iso_639-5/all_localized_test_stdout.txt000066400000000000000000000001401522716617300252430ustar00rootroot00000000000000aus Australiennes, langues nai Indiennes d’Amérique du Nord, langues tut Altaïques, langues isoquery/tests/expected/iso_639-5/all_null_separator_test_commandline.txt000066400000000000000000000000201522716617300272700ustar00rootroot00000000000000-i 639-5 --null isoquery/tests/expected/iso_639-5/all_null_separator_test_stdout.txt000066400000000000000000000001331522716617300263310ustar00rootroot00000000000000aus Australian languagesnai indiennes d’Amérique du Nord, languestut Altaic languagesisoquery/tests/expected/iso_639-5/all_test_commandline.txt000066400000000000000000000000111522716617300241560ustar00rootroot00000000000000-i 639-5 isoquery/tests/expected/iso_639-5/all_test_stdout.txt000066400000000000000000000001221522716617300232150ustar00rootroot00000000000000aus Australian languages nai North American Indian languages tut Altaic languages isoquery/tests/expected/iso_639-5/multiple_codes_test_commandline.txt000066400000000000000000000000251522716617300264230ustar00rootroot00000000000000-i 639-5 TUT Nai aus isoquery/tests/expected/iso_639-5/multiple_codes_test_stdout.txt000066400000000000000000000001221522716617300254550ustar00rootroot00000000000000tut Altaic languages nai North American Indian languages aus Australian languages isoquery/tests/integration.c000066400000000000000000000110671522716617300166060ustar00rootroot00000000000000/** * SPDX-FileCopyrightText: 2016-2022 Dr. Tobias Quathamer * * SPDX-License-Identifier: GPL-3.0-or-later */ #include #include #include /** * Test all codes for ISO standard. */ void test_integration_add_test_from_files(gconstpointer data) { gchar *path_prefix = (gchar *) data; gchar *filename; GError *error = NULL; gchar *tmp = NULL; gchar *test_binary = NULL; gchar *commandline = NULL; gchar *expected_stdout = NULL; gchar *expected_stderr = NULL; gchar **commandline_args = NULL; if (g_test_subprocess()) { // Get the commandline filename = g_strdup_printf("%s_test_commandline.txt", path_prefix); g_file_get_contents(filename, &commandline, NULL, &error); g_assert_null(error); g_assert_nonnull(commandline); g_free(filename); // Set up the commandline prefix tmp = g_strdup_printf("isoquery -p %s/data %s", TESTDIR, commandline); g_free(commandline); commandline = tmp; // Set up arguments commandline_args = g_strsplit(g_strchomp(commandline), " ", -1); // Set up a defined environment to execute test reproducibly gchar *env[] = { "LC_ALL=en_GB.UTF-8", NULL }; // Construct path to testing binary test_binary = g_strdup_printf("%s/src/isoquery", BUILDDIR); // Execute program execvpe(test_binary, commandline_args, env); g_free(test_binary); g_strfreev(commandline_args); g_free(commandline); return; } g_test_trap_subprocess(NULL, 0, 0); g_test_trap_assert_passed(); // Get the expected output on stdout filename = g_strdup_printf("%s_test_stdout.txt", path_prefix); g_file_get_contents(filename, &expected_stdout, NULL, &error); g_assert_null(error); g_assert_nonnull(expected_stdout); g_free(filename); // Get the expected output on stderr, if available filename = g_strdup_printf("%s_test_stderr.txt", path_prefix); if (g_file_get_contents(filename, &expected_stderr, NULL, &error)) { g_assert_null(error); g_assert_nonnull(expected_stderr); } else { // Make sure that the only acceptable error is "file not found". g_assert_cmpint(error->code, ==, G_FILE_ERROR_NOENT); expected_stderr = g_strdup(""); } g_free(filename); g_test_trap_assert_stdout(expected_stdout); g_test_trap_assert_stderr(expected_stderr); g_free(expected_stdout); g_free(expected_stderr); } /** * Initializing all test functions */ int main(int argc, gchar *argv[]) { gchar *test_directories[] = { "iso_639-2", "iso_639-3", "iso_639-5", "iso_3166-1", "iso_3166-2", "iso_3166-3", "iso_4217", "iso_15924", "common", NULL }; gchar *pathname, *testpath, *testname; const gchar *filename; GDir *testdir; GError *error = NULL; GList *testfiles = NULL; int i = 0; g_test_init(&argc, &argv, NULL); // Add common tests for various standards while (test_directories[i]) { // Open the directory for the current standard testdir = g_dir_open(g_strdup_printf("%s/expected/%s", TESTDIR, test_directories[i]), 0, &error); g_assert_null(error); g_assert_nonnull(testdir); // Read in all files while ((filename = g_dir_read_name(testdir))) { // Only add files for command lines, the stdout files // will be read by the test; the stderr files are optional. if (g_str_has_suffix(filename, "_test_commandline.txt")) { testfiles = g_list_prepend(testfiles, g_strdup(filename)); } } testfiles = g_list_sort(testfiles, (GCompareFunc) * g_strcmp0); g_dir_close(testdir); // Add all test files to the queue for (GList * l = testfiles; l != NULL; l = l->next) { // Remove the file extension and test description to get a name testname = g_strndup(l->data, strlen(l->data) - strlen("_test_commandline.txt")); testpath = g_strdup_printf("/integration/%s/%s", test_directories[i], testname); // Construct the pathname to the file pathname = g_strdup_printf("%s/expected/%s/%s", TESTDIR, test_directories[i], testname); g_test_add_data_func(testpath, pathname, test_integration_add_test_from_files); g_free(testname); g_free(testpath); } g_list_free_full(testfiles, *g_free); testfiles = NULL; i++; } return g_test_run(); } isoquery/tests/meson.build000066400000000000000000000013771522716617300162640ustar00rootroot00000000000000# SPDX-FileCopyrightText: 2026 Dr. Tobias Quathamer # # SPDX-License-Identifier: GPL-3.0-or-later # Include the source directory for header files src_inc = include_directories('../src') src_files = files('../src/options.c') tests = ['options.c', 'integration.c'] foreach test_name : tests test_exe = executable( test_name.split('.')[0], sources: [test_name, src_files], include_directories: src_inc, dependencies: [glib_dep, json_dep], ) test( test_name.split('.')[0], test_exe, protocol: 'tap', env: [ 'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()), 'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()), ], ) endforeach isoquery/tests/options.c000066400000000000000000000224151522716617300157550ustar00rootroot00000000000000/** * SPDX-FileCopyrightText: 2016-2022 Dr. Tobias Quathamer * * SPDX-License-Identifier: GPL-3.0-or-later */ #include #include "options.h" /** * Test default value for ISO standard. */ void test_opt_standard_default(void) { GError *error = NULL; gboolean result = FALSE; gchar **command_line = g_strsplit("isoquery", " ", -1); result = options_parse_command_line(command_line, &error); g_strfreev(command_line); g_assert_true(result); g_assert_null(error); g_assert_nonnull(option_standard); g_assert_cmpstr(option_standard, ==, "3166-1"); } /** * Test provided value for ISO standard. */ void test_opt_standard_provided(void) { GError *error = NULL; gboolean result = FALSE; gchar **command_line = g_strsplit("isoquery -i 639-2", " ", -1); result = options_parse_command_line(command_line, &error); g_strfreev(command_line); g_assert_true(result); g_assert_null(error); g_assert_nonnull(option_standard); g_assert_cmpstr(option_standard, ==, "639-2"); } /** * Test deprecated provided value for ISO standard. */ void test_opt_standard_deprecated_639(void) { GError *error = NULL; gboolean result = FALSE; gchar **command_line = g_strsplit("isoquery -i 639", " ", -1); result = options_parse_command_line(command_line, &error); g_strfreev(command_line); g_assert_true(result); g_assert_null(error); g_assert_nonnull(option_standard); g_assert_cmpstr(option_standard, ==, "639-2"); } /** * Test deprecated provided value for ISO standard. */ void test_opt_standard_deprecated_3166(void) { GError *error = NULL; gboolean result = FALSE; gchar **command_line = g_strsplit("isoquery -i 3166", " ", -1); result = options_parse_command_line(command_line, &error); g_strfreev(command_line); g_assert_true(result); g_assert_null(error); g_assert_nonnull(option_standard); g_assert_cmpstr(option_standard, ==, "3166-1"); } /** * Test invalid provided value for ISO standard. */ void test_opt_standard_invalid(void) { GError *error = NULL; gboolean result = FALSE; gchar **command_line = g_strsplit("isoquery -i 1234", " ", -1); result = options_parse_command_line(command_line, &error); g_strfreev(command_line); g_assert_false(result); g_assert_error(error, g_quark_from_string("isoquery"), G_OPTION_ERROR_UNKNOWN_OPTION); } /** * Test default value for pathname. */ void test_opt_pathname_default(void) { GError *error = NULL; gboolean result = FALSE; gchar *filename; gchar **command_line = g_strsplit("isoquery", " ", -1); result = options_parse_command_line(command_line, &error); g_strfreev(command_line); g_assert_true(result); g_assert_null(error); g_assert_nonnull(option_pathname); g_assert_cmpstr(option_pathname, ==, "/usr/share/iso-codes/json"); filename = options_get_filename(); g_assert_nonnull(filename); g_assert_cmpstr(filename, ==, "/usr/share/iso-codes/json/iso_3166-1.json"); } /** * Test provided value for pathname. */ void test_opt_pathname_provided(void) { GError *error = NULL; gboolean result = FALSE; gchar *filename; gchar **command_line = g_strsplit("isoquery -p /path/to/another_directory", " ", -1); result = options_parse_command_line(command_line, &error); g_strfreev(command_line); g_assert_true(result); g_assert_null(error); g_assert_nonnull(option_pathname); g_assert_cmpstr(option_pathname, ==, "/path/to/another_directory"); filename = options_get_filename(); g_assert_nonnull(filename); g_assert_cmpstr(filename, ==, "/path/to/another_directory/iso_3166-1.json"); } /** * Test provided value for pathname with a terminating directory separator. */ void test_opt_pathname_provided_with_dir_separator(void) { GError *error = NULL; gboolean result = FALSE; gchar *filename; gchar **command_line = g_strsplit("isoquery -p /path/to/another_directory/", " ", -1); result = options_parse_command_line(command_line, &error); g_strfreev(command_line); g_assert_true(result); g_assert_null(error); g_assert_nonnull(option_pathname); g_assert_cmpstr(option_pathname, ==, "/path/to/another_directory/"); filename = options_get_filename(); g_assert_nonnull(filename); g_assert_cmpstr(filename, ==, "/path/to/another_directory/iso_3166-1.json"); } /** * Test default value for pathname from other standard. */ void test_opt_pathname_from_standard(void) { GError *error = NULL; gboolean result = FALSE; gchar *filename; gchar **command_line = g_strsplit("isoquery -i 15924", " ", -1); result = options_parse_command_line(command_line, &error); g_strfreev(command_line); g_assert_true(result); g_assert_null(error); g_assert_nonnull(option_standard); g_assert_cmpstr(option_standard, ==, "15924"); g_assert_nonnull(option_pathname); g_assert_cmpstr(option_pathname, ==, "/usr/share/iso-codes/json"); filename = options_get_filename(); g_assert_nonnull(filename); g_assert_cmpstr(filename, ==, "/usr/share/iso-codes/json/iso_15924.json"); } /** * Test default value for name field. */ void test_opt_name_default(void) { GError *error = NULL; gboolean result = FALSE; gchar **command_line = g_strsplit("isoquery", " ", -1); result = options_parse_command_line(command_line, &error); g_strfreev(command_line); g_assert_true(result); g_assert_null(error); g_assert_cmpstr(option_namefield, ==, "name"); } /** * Test "name" value for name field. */ void test_opt_name_name(void) { GError *error = NULL; gboolean result = FALSE; gchar **command_line = g_strsplit("isoquery --name", " ", -1); result = options_parse_command_line(command_line, &error); g_strfreev(command_line); g_assert_true(result); g_assert_null(error); g_assert_cmpstr(option_namefield, ==, "name"); } /** * Test "official_name" value for name field. */ void test_opt_name_official_name(void) { GError *error = NULL; gboolean result = FALSE; gchar **command_line = g_strsplit("isoquery --official_name", " ", -1); result = options_parse_command_line(command_line, &error); g_strfreev(command_line); g_assert_true(result); g_assert_null(error); g_assert_cmpstr(option_namefield, ==, "official_name"); } /** * Test "common_name" value for name field. */ void test_opt_name_common_name(void) { GError *error = NULL; gboolean result = FALSE; gchar **command_line = g_strsplit("isoquery -c", " ", -1); result = options_parse_command_line(command_line, &error); g_strfreev(command_line); g_assert_true(result); g_assert_null(error); g_assert_cmpstr(option_namefield, ==, "common_name"); } /** * Test null separator. */ void test_opt_null_separator(void) { GError *error = NULL; gboolean result = FALSE; gchar **command_line = g_strsplit("isoquery --null", " ", -1); result = options_parse_command_line(command_line, &error); g_strfreev(command_line); g_assert_true(result); g_assert_null(error); g_assert_true(option_null_separator); } /** * Test flag output option. */ void test_opt_flag_output(void) { GError *error = NULL; gboolean result = FALSE; gchar **command_line = g_strsplit("isoquery --flag", " ", -1); result = options_parse_command_line(command_line, &error); g_strfreev(command_line); g_assert_true(result); g_assert_null(error); g_assert_true(option_flag_output); } /** * Test invalid option. */ void test_opt_invalid_option(void) { GError *error = NULL; gboolean result = FALSE; gchar **command_line = g_strsplit("isoquery -t", " ", -1); result = options_parse_command_line(command_line, &error); g_strfreev(command_line); g_assert_false(result); g_assert_nonnull(error); g_assert_cmpint(error->code, ==, G_OPTION_ERROR_UNKNOWN_OPTION); } /** * Initializing all test functions */ int main(int argc, gchar *argv[]) { g_test_init(&argc, &argv, NULL); g_test_add_func("/options/standard_default", test_opt_standard_default); g_test_add_func("/options/standard_provided", test_opt_standard_provided); g_test_add_func("/options/standard_deprecated_639", test_opt_standard_deprecated_639); g_test_add_func("/options/standard_deprecated_3166", test_opt_standard_deprecated_3166); g_test_add_func("/options/standard_invalid", test_opt_standard_invalid); g_test_add_func("/options/pathname_default", test_opt_pathname_default); g_test_add_func("/options/pathname_provided", test_opt_pathname_provided); g_test_add_func("/options/pathname_provided_with_dir_separator", test_opt_pathname_provided_with_dir_separator); g_test_add_func("/options/pathname_from_standard", test_opt_pathname_from_standard); g_test_add_func("/options/name_default", test_opt_name_default); g_test_add_func("/options/name_name", test_opt_name_name); g_test_add_func("/options/name_official_name", test_opt_name_official_name); g_test_add_func("/options/name_common_name", test_opt_name_common_name); g_test_add_func("/options/null_separator", test_opt_null_separator); g_test_add_func("/options/flag_output", test_opt_flag_output); g_test_add_func("/options/invalid_option", test_opt_invalid_option); return g_test_run(); }