Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package snapper for openSUSE:Factory checked in at 2021-03-12 13:30:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/snapper (Old) and /work/SRC/openSUSE:Factory/.snapper.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "snapper" Fri Mar 12 13:30:31 2021 rev:123 rq:878155 version:0.8.15 Changes: -------- --- /work/SRC/openSUSE:Factory/snapper/snapper.changes 2021-02-04 20:22:43.694703308 +0100 +++ /work/SRC/openSUSE:Factory/.snapper.new.2401/snapper.changes 2021-03-12 13:30:42.962106719 +0100 @@ -1,0 +2,5 @@ +Wed Mar 10 09:53:11 CET 2021 - [email protected] + +- updated translations (bsc#1149754) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ debian.tar.gz ++++++ ++++++ snapper-0.8.15.tar.bz2 ++++++ ++++ 4564 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/snapper-0.8.15/client/utils/GetOpts.cc new/snapper-0.8.15/client/utils/GetOpts.cc --- old/snapper-0.8.15/client/utils/GetOpts.cc 2021-01-25 01:00:00.000000000 +0100 +++ new/snapper-0.8.15/client/utils/GetOpts.cc 2021-03-10 01:00:00.000000000 +0100 @@ -97,7 +97,7 @@ { vector<Option>::const_iterator it = find(options, optopt); if (it == options.end()) - SN_THROW(Exception("option not found")); + SN_THROW(OptionsException("option not found")); opt = string("--") + it->name; } @@ -120,7 +120,7 @@ { vector<Option>::const_iterator it = c ? find(options, c) : options.begin() + option_index; if (it == options.end()) - SN_THROW(Exception("option not found")); + SN_THROW(OptionsException("option not found")); result[it->name] = optarg ? optarg : ""; break; @@ -169,7 +169,7 @@ vector<struct option> - GetOpts::make_longopts(const vector<Option> options) const + GetOpts::make_longopts(const vector<Option>& options) const { vector<struct option> ret; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/snapper-0.8.15/client/utils/GetOpts.h new/snapper-0.8.15/client/utils/GetOpts.h --- old/snapper-0.8.15/client/utils/GetOpts.h 2021-01-25 01:00:00.000000000 +0100 +++ new/snapper-0.8.15/client/utils/GetOpts.h 2021-03-10 01:00:00.000000000 +0100 @@ -103,7 +103,7 @@ char** argv; string make_optstring(const vector<Option>& options) const; - vector<struct option> make_longopts(const vector<Option> options) const; + vector<struct option> make_longopts(const vector<Option>& options) const; vector<Option>::const_iterator find(const vector<Option>& options, char c) const; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/snapper-0.8.15/po/de.po new/snapper-0.8.15/po/de.po --- old/snapper-0.8.15/po/de.po 2021-01-25 01:00:00.000000000 +0100 +++ new/snapper-0.8.15/po/de.po 2021-03-10 01:00:00.000000000 +0100 @@ -7,9 +7,10 @@ "Project-Id-Version: snapper\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-12-17 13:34+0100\n" -"PO-Revision-Date: 2020-11-30 01:26+0000\n" -"Last-Translator: Fabian Niepelt <[email protected]>\n" -"Language-Team: German <https://l10n.opensuse.org/projects/snapper/master/de/>\n" +"PO-Revision-Date: 2021-03-07 13:54+0000\n" +"Last-Translator: Gemineo <[email protected]>\n" +"Language-Team: German <https://l10n.opensuse.org/projects/snapper/master/de/>" +"\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,7 +19,7 @@ "X-Generator: Weblate 3.6.1\n" msgid "\t--abbreviate\t\t\tAllow to abbreviate table columns." -msgstr "" +msgstr "\t--abbreviate\t\t\tAbk??rzung von Tabellenspalten zulassen." msgid "\t--all-configs, -a\t\tList snapshots from all accessible configs." msgstr "\t--all-configs, -a\t\tSnapshots von allen verf??gbaren Konfigurationen auflisten." @@ -321,14 +322,14 @@ #. %2$s is replaced by second value #, c-format msgid "%1$s or %2$s" -msgstr "" +msgstr "%1$s oder %2$s" #. TRANSLATORS: used to construct list of values #. %1$s is replaced by first value #. %2$s is replaced by second value #, c-format msgid "%1$s, %2$s" -msgstr "" +msgstr "%1$s, %2$s" #, c-format msgid "(Snapshot %d.)" @@ -596,9 +597,9 @@ msgid "Illegal snapshot." msgstr "Illegaler Schnappschuss." -#, fuzzy, c-format +#, c-format msgid "Invalid ambit '%s'." -msgstr "Ung??ltiger Anwendungsbereich %s." +msgstr "Ung??ltiger Anwendungsbereich '%s'." #, c-format msgid "Invalid column '%s'." @@ -613,9 +614,9 @@ msgid "Invalid group." msgstr "Ung??ltige Gruppe." -#, fuzzy, c-format +#, c-format msgid "Invalid machine readable format '%s'." -msgstr "Ung??ltiges maschinenlesbares Format %s." +msgstr "Ung??ltiges maschinenlesbares Format '%s'." #, c-format msgid "Invalid path '%s'." @@ -631,9 +632,9 @@ msgid "Invalid subvolume." msgstr "Ung??ltiges Subvolumen." -#, fuzzy, c-format +#, c-format msgid "Invalid table style '%s'." -msgstr "Ung??ltiger Tabellenstil %s." +msgstr "Ung??ltiger Tabellenstil '%s'." msgid "Invalid user." msgstr "Ung??ltiger Benutzer." @@ -799,7 +800,7 @@ #. %1$s is replaced by list of possible values #, c-format msgid "Use %1$s." -msgstr "" +msgstr "%1$s verwenden." #, c-format msgid "Use an integer number from %d to %d." @@ -862,7 +863,7 @@ msgstr "%s wird ge??ndert" msgid "no" -msgstr "" +msgstr "nein" msgid "nothing to do" msgstr "keine auszuf??hrenden Aktionen" @@ -874,7 +875,7 @@ msgstr "Aufruf: snapper [--Globale-Optionen] <Befehl> [--Befehlsoptionen] [Befehlsargumente]" msgid "yes" -msgstr "" +msgstr "ja" #, c-format #~ msgid "Invalid machine readable format %s." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/snapper-0.8.15/po/es.po new/snapper-0.8.15/po/es.po --- old/snapper-0.8.15/po/es.po 2021-01-25 01:00:00.000000000 +0100 +++ new/snapper-0.8.15/po/es.po 2021-03-10 01:00:00.000000000 +0100 @@ -4,9 +4,10 @@ "Project-Id-Version: snapper\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-12-17 13:34+0100\n" -"PO-Revision-Date: 2020-10-09 21:49+0000\n" -"Last-Translator: Andr??s Barrantes Silman <[email protected]>\n" -"Language-Team: Spanish <https://l10n.opensuse.org/projects/snapper/master/es/>\n" +"PO-Revision-Date: 2021-03-07 03:55+0000\n" +"Last-Translator: Antonio Sim??n <[email protected]>\n" +"Language-Team: Spanish <https://l10n.opensuse.org/projects/snapper/master/es/" +">\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -15,7 +16,7 @@ "X-Generator: Weblate 3.6.1\n" msgid "\t--abbreviate\t\t\tAllow to abbreviate table columns." -msgstr "" +msgstr "\t--abbreviate\t\t\tPermite abreviar las columnas de la tabla." msgid "\t--all-configs, -a\t\tList snapshots from all accessible configs." msgstr "\t--all-configs, -a\t\tMuestra las instant??neas de todas las configuraciones a las que se puede acceder." @@ -99,6 +100,8 @@ msgid "\t--machine-readable <format>\tSet a machine-readable output format (csv, json)." msgstr "" +"\t--machine-readable <formato>\tDefine un formato de salida que puede leer " +"el equipo (csv, json)." msgid "\t--no-dbus\t\t\tOperate without DBus." msgstr "\t--no-dbus\t\t\tTrabajar sin DBus." @@ -108,6 +111,7 @@ msgid "\t--path <path>\t\t\tCleanup all configs affecting path." msgstr "" +"\t--path <v??a>\t\t\tLimpia todas las configuraciones que afectan a la v??a." msgid "\t--pre-number <number>\t\tNumber of corresponding pre snapshot." msgstr "\t--pre-number <number>\t\tN??mero de pre imagen correspondiente." @@ -133,6 +137,8 @@ msgid "\t--separator <separator>\t\tCharacter separator for CSV output format." msgstr "" +"\t--separator <separador>\t\tSeparador de caracteres para el formato de " +"salida CSV." msgid "\t--sync, -s\t\t\tSync after deletion." msgstr "\t--sync, -s\t\t\tRealiza una sincronizaci??n despu??s de suprimir." @@ -224,9 +230,8 @@ msgid " Global options:" msgstr " Opciones Globales:" -#, fuzzy msgid " Options for 'cleanup' command:" -msgstr " Opciones para el comando 'create':" +msgstr " Opciones para el comando 'cleanup':" msgid " Options for 'create' command:" msgstr " Opciones para el comando 'create':" @@ -240,9 +245,8 @@ msgid " Options for 'diff' command:" msgstr " Opciones para el comando 'diff':" -#, fuzzy msgid " Options for 'get-config' command:" -msgstr " Opciones para el comando 'create-config':" +msgstr " Opciones para el comando 'get-config':" msgid " Options for 'list' command:" msgstr " Opciones para el comando 'list':" @@ -252,6 +256,10 @@ "\t--columns <columns>\t\tColumns to show separated by comma.\n" "\t\t\t\t\tPossible columns: config, subvolume.\n" msgstr "" +" Opciones para el comando 'list-configs':\n" +"\t--columns <columnas>\t\tLas columnas que se van a mostrar, separadas por " +"coma.\n" +"\t\t\t\t\tColumnas posibles: config, subvolumen.\n" msgid " Options for 'modify' command:" msgstr " Opciones para el comando 'modify':" @@ -325,14 +333,14 @@ #. %2$s is replaced by second value #, c-format msgid "%1$s or %2$s" -msgstr "" +msgstr "%1$s o %2$s" #. TRANSLATORS: used to construct list of values #. %1$s is replaced by first value #. %2$s is replaced by second value #, c-format msgid "%1$s, %2$s" -msgstr "" +msgstr "%1$s, %2$s" # SLE12 #, c-format @@ -344,14 +352,14 @@ msgstr "Error de ACL." msgid "Active" -msgstr "" +msgstr "Activa" msgid "Active snapshot is already default snapshot." -msgstr "" +msgstr "La instant??nea activa ya es la instant??nea por defecto." #, c-format msgid "Ambit is %s." -msgstr "" +msgstr "El ??mbito es %s." #. TRANSLATORS: symbol for "bytes" (best keep untranslated) msgid "B" @@ -371,9 +379,10 @@ msgid "Cannot detect ambit since default subvolume is unknown." msgstr "" +"No se puede detectar el ??mbito porque no se conoce el subvolumen por defecto." msgid "Cannot do rollback since default subvolume is unknown." -msgstr "" +msgstr "No se puede revertir porque no se conoce el subvolumen por defecto." msgid "Cleanup" msgstr "Limpieza" @@ -476,10 +485,10 @@ #, c-format msgid "Could not make enough free space available for path '%s'." -msgstr "" +msgstr "No es posible crear espacio libre suficiente para la v??a \"%s\"." msgid "Could not make enough free space available." -msgstr "" +msgstr "No es posible crear espacio libre suficiente." #, c-format msgid "Creating config failed (%s)." @@ -509,7 +518,7 @@ msgstr "Fecha" msgid "Default" -msgstr "" +msgstr "Por defecto" #, c-format msgid "Deleting config failed (%s)." @@ -532,12 +541,11 @@ #. TRANSLATORS: symbol for "exa" (best keep untranslated) msgid "E" -msgstr "" +msgstr "E" #. TRANSLATORS: symbol for "exa bytes" (best keep untranslated) -#, fuzzy msgid "EB" -msgstr "EiB" +msgstr "EB" #. TRANSLATORS: symbol for "exbi bytes" (best keep untranslated) msgid "EiB" @@ -563,21 +571,20 @@ # clients/lan_nfs_write.ycp:78 # include/nfs/nfs_write.ycp:54 # modules/Nfs.ycp:163 -#, fuzzy, c-format +#, c-format msgid "Failed to parse '%s'." -msgstr "fallo al crear %s" +msgstr "Error al analizar %s." #, c-format msgid "Failed to query free space for path '%s'." -msgstr "" +msgstr "Error al consultar el espacio disponible para la v??a \"%s\"." # clients/lan_nfs_write.ycp:78 # clients/lan_nfs_write.ycp:78 # include/nfs/nfs_write.ycp:54 # modules/Nfs.ycp:163 -#, fuzzy msgid "Failed to query free space." -msgstr "fallo al crear %s" +msgstr "Error al consultar el espacio libre." msgid "Failed to set locale. Fix your system." msgstr "Error al establecer la configuraci??n regional. Repare su sistema." @@ -600,12 +607,11 @@ #. TRANSLATORS: symbol for "giga" (best keep untranslated) msgid "G" -msgstr "" +msgstr "G" #. TRANSLATORS: symbol for "giga bytes" (best keep untranslated) -#, fuzzy msgid "GB" -msgstr "GiB" +msgstr "GB" #. TRANSLATORS: symbol for "gibi bytes" (best keep untranslated) msgid "GiB" @@ -625,32 +631,31 @@ msgid "Illegal snapshot." msgstr "Imagen no v??lida." -#, fuzzy, c-format +#, c-format msgid "Invalid ambit '%s'." -msgstr "Imagen '%s' no v??lida." +msgstr "??mbito %s no v??lido." -#, fuzzy, c-format +#, c-format msgid "Invalid column '%s'." -msgstr "Imagen '%s' no v??lida." +msgstr "Columna %s no v??lida." msgid "Invalid configdata." msgstr "Informaci??n de configuraci??n no v??lida." -#, fuzzy msgid "Invalid free-space value." -msgstr "Subvolumen inv??lido." +msgstr "Valor de espacio libre no v??lido." # SLE12 msgid "Invalid group." msgstr "Grupo no v??lido." -#, fuzzy, c-format +#, c-format msgid "Invalid machine readable format '%s'." -msgstr "Estilo de tabla no v??lido %d." +msgstr "Formato que puede leer el equipo %s no v??lido." -#, fuzzy, c-format +#, c-format msgid "Invalid path '%s'." -msgstr "Imagen '%s' no v??lida." +msgstr "V??a %s no v??lida." #, c-format msgid "Invalid snapshot '%s'." @@ -662,9 +667,9 @@ msgid "Invalid subvolume." msgstr "Subvolumen inv??lido." -#, fuzzy, c-format +#, c-format msgid "Invalid table style '%s'." -msgstr "Estilo de tabla no v??lido %d." +msgstr "Estilo de tabla %s no v??lido." # SLE12 msgid "Invalid user." @@ -686,12 +691,11 @@ #. TRANSLATORS: symbol for "mega" (best keep untranslated) msgid "M" -msgstr "" +msgstr "M" #. TRANSLATORS: symbol for "mega bytes" (best keep untranslated) -#, fuzzy msgid "MB" -msgstr "MiB" +msgstr "MB" msgid "Maybe you forgot the delimiter '..' between the snapshot numbers." msgstr "Puede que haya olvidado indica el delimitador '..' entre los n??meros de las instant??neas." @@ -708,9 +712,8 @@ msgid "Missing argument for global option '%s'." msgstr "Falta un argumento para la opci??n global '%s'." -#, fuzzy msgid "Missing command option." -msgstr "Falta un argumento del comando." +msgstr "Falta una opci??n del comando." msgid "Missing delimiter '..' between snapshot numbers." msgstr "Falta el delimitador '..' entre los n??meros de las instant??neas." @@ -736,12 +739,11 @@ #. TRANSLATORS: symbol for "peta" (best keep untranslated) msgid "P" -msgstr "" +msgstr "P" #. TRANSLATORS: symbol for "peta bytes" (best keep untranslated) -#, fuzzy msgid "PB" -msgstr "PiB" +msgstr "PB" #. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated) msgid "PiB" @@ -784,21 +786,21 @@ #. TRANSLATORS: symbol for "tera" (best keep untranslated) msgid "T" -msgstr "" +msgstr "T" #. TRANSLATORS: symbol for "tera bytes" (best keep untranslated) -#, fuzzy msgid "TB" -msgstr "TiB" +msgstr "TB" msgid "The ambit can be specified manually using the --ambit option." -msgstr "" +msgstr "El ??mbito se puede especificar manualmente con la opci??n --ambit." msgid "The config 'root' does not exist. Likely snapper is not configured." msgstr "La ra??z de configuraci??n no existe. Es probable que snapper no se haya configurado." msgid "This can happen if the system was not set up for rollback." msgstr "" +"Esto puede suceder si el sistema no se ha configurado para la reversi??n." #. TRANSLATORS: symbol for "tebi bytes" (best keep untranslated) msgid "TiB" @@ -829,15 +831,15 @@ msgid "Unknown option '%s' for command '%s'." msgstr "Opci??n desconocida '%s' para el comando '%s'." -#, fuzzy, c-format +#, c-format msgid "Unknown type '%s'." -msgstr "Comando '%s' desconocido." +msgstr "Tipo %s desconocido." #. TRANSLATORS: a list of possible values #. %1$s is replaced by list of possible values #, c-format msgid "Use %1$s." -msgstr "" +msgstr "Use %1$s." # SLE12 #, c-format @@ -896,32 +898,30 @@ #. TRANSLATORS: symbol for "kilo" (best keep untranslated) msgid "k" -msgstr "" +msgstr "k" #. TRANSLATORS: symbol for "kilo bytes" (best keep untranslated) -#, fuzzy msgid "kB" -msgstr "B" +msgstr "kB" #, c-format msgid "modifying %s" msgstr "modificando %s" msgid "no" -msgstr "" +msgstr "no" msgid "nothing to do" msgstr "no hay nada que hacer" -#, fuzzy msgid "root argument can be used only together with no-dbus.\n" -msgstr "El argumento root solo se puede usar junto con no-dbus." +msgstr "El argumento root solo se puede usar junto con no-dbus.\n" msgid "usage: snapper [--global-options] <command> [--command-options] [command-arguments]" msgstr "uso: snapper [--global-options] <comando> [--command-options] [argumentos-comando]" msgid "yes" -msgstr "" +msgstr "s??" #~ msgid "Unknown type of snapshot." #~ msgstr "Tipo de imagen desconocido." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/snapper-0.8.15/po/fi.po new/snapper-0.8.15/po/fi.po --- old/snapper-0.8.15/po/fi.po 2021-01-25 01:00:00.000000000 +0100 +++ new/snapper-0.8.15/po/fi.po 2021-03-10 01:00:00.000000000 +0100 @@ -6,7 +6,7 @@ "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-12-17 13:34+0100\n" -"PO-Revision-Date: 2020-12-28 19:37+0000\n" +"PO-Revision-Date: 2021-02-09 00:17+0000\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <https://l10n.opensuse.org/projects/snapper/master/fi/" ">\n" @@ -347,7 +347,7 @@ #, c-format msgid "Ambit is %s." -msgstr "" +msgstr "Alue on %s." #. TRANSLATORS: symbol for "bytes" (best keep untranslated) msgid "B" @@ -366,7 +366,7 @@ msgstr "Tilannevedosta %d ei voi poistaa, koska se on seuraavaksi liitett??v?? tilannevedos." msgid "Cannot detect ambit since default subvolume is unknown." -msgstr "" +msgstr "Aluetta ei voi tunnistaa, koska oletusalitaltio on tuntematon." msgid "Cannot do rollback since default subvolume is unknown." msgstr "Palautusta (rollback) ei voi tehd??, koska oletusalitaltio on tuntematon." @@ -761,7 +761,7 @@ msgstr "Tt" msgid "The ambit can be specified manually using the --ambit option." -msgstr "" +msgstr "Alueen voi m????ritt???? itse --ambit-valitsimella." msgid "The config 'root' does not exist. Likely snapper is not configured." msgstr "\"root\"-m????ritys puuttuu. Luultavasti snapperia ei ole m????ritetty." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/snapper-0.8.15/po/fr.po new/snapper-0.8.15/po/fr.po --- old/snapper-0.8.15/po/fr.po 2021-01-25 01:00:00.000000000 +0100 +++ new/snapper-0.8.15/po/fr.po 2021-03-10 01:00:00.000000000 +0100 @@ -4,9 +4,10 @@ "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-12-17 13:34+0100\n" -"PO-Revision-Date: 2020-09-30 12:48+0000\n" +"PO-Revision-Date: 2021-02-09 00:17+0000\n" "Last-Translator: Antoine Belvire <[email protected]>\n" -"Language-Team: French <https://l10n.opensuse.org/projects/snapper/master/fr/>\n" +"Language-Team: French <https://l10n.opensuse.org/projects/snapper/master/fr/>" +"\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -16,7 +17,7 @@ "X-Poedit-Language: French\n" msgid "\t--abbreviate\t\t\tAllow to abbreviate table columns." -msgstr "" +msgstr "\t--abbreviate\t\t\tPermet d'abr??ger les colonnes du tableau." msgid "\t--all-configs, -a\t\tList snapshots from all accessible configs." msgstr "\t--all-configs, -a\t\tR??pertorie les instantan??s de toutes les configurations accessibles." @@ -789,6 +790,8 @@ msgid "This can happen if the system was not set up for rollback." msgstr "" +"Cela peut arriver si le syst??me n'a pas ??t?? configur?? pour le retour ?? " +"l'??tat initial." #. TRANSLATORS: symbol for "tebi bytes" (best keep untranslated) msgid "TiB" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/snapper-0.8.15/po/zh_CN.po new/snapper-0.8.15/po/zh_CN.po --- old/snapper-0.8.15/po/zh_CN.po 2021-01-25 01:00:00.000000000 +0100 +++ new/snapper-0.8.15/po/zh_CN.po 2021-03-10 01:00:00.000000000 +0100 @@ -10,9 +10,10 @@ "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-12-17 13:34+0100\n" -"PO-Revision-Date: 2020-07-02 07:26+0000\n" -"Last-Translator: Dingzhong Chen <[email protected]>\n" -"Language-Team: Chinese (China) <https://l10n.opensuse.org/projects/snapper/master/zh_CN/>\n" +"PO-Revision-Date: 2021-03-07 03:08+0000\n" +"Last-Translator: Grace Yu <[email protected]>\n" +"Language-Team: Chinese (China) <https://l10n.opensuse.org/projects/snapper/" +"master/zh_CN/>\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,7 +22,7 @@ "X-Generator: Weblate 3.6.1\n" msgid "\t--abbreviate\t\t\tAllow to abbreviate table columns." -msgstr "" +msgstr "\t--abbreviate\t\t\t????????????????????????????????????" msgid "\t--all-configs, -a\t\tList snapshots from all accessible configs." msgstr "\t--all-configs, -a\t\t??????????????????????????????????????????" @@ -41,12 +42,19 @@ "\t\t\t\t\ttype, date, user, used-space, cleanup, description, userdata,\n" "\t\t\t\t\tpre-number, post-number, post-date." msgstr "" +"\t--columns <???>\t\t???????????????????????????????????????\n" +"\t\t\t\t\t???????????????config???subvolume???number???default???active???\n" +"\t\t\t\t\ttype???date???user???used-space???cleanup???description???userdata???\n" +"\t\t\t\t\tpre-number???post-number???post-date???" msgid "" "\t--columns <columns>\t\tColumns to show separated by comma.\n" "\t\t\t\t\tPossible columns: key, value.\n" "\t\t\t\t\tColumns are not selected when JSON format is used." msgstr "" +"\t--columns <???>\t\t???????????????????????????????????????\n" +"\t\t\t\t\t???????????????key???value???\n" +"\t\t\t\t\t???????????? JSON ??????????????????????????????" msgid "\t--command <command>\t\tRun command and create pre and post snapshots." msgstr "\t--command <??????>\t\t?????????????????????????????????????????????" @@ -73,7 +81,7 @@ msgstr "\t--extensions, -x <??????>\t????????? diff ????????????????????????" msgid "\t--free-space <space>\t\tTry to make space available." -msgstr "" +msgstr "\t--free-space <??????>\t\t?????????????????????" msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot." msgstr "\t--from\t\t\t\t????????????????????????????????????" @@ -103,7 +111,7 @@ msgstr "\t--output, -o <??????> \t\t????????????????????????" msgid "\t--path <path>\t\t\tCleanup all configs affecting path." -msgstr "" +msgstr "\t--path <??????>\t\t\t????????????????????????????????????" msgid "\t--pre-number <number>\t\tNumber of corresponding pre snapshot." msgstr "\t--pre-number <??????> \t\t??????????????????????????????" @@ -216,9 +224,8 @@ msgid " Global options:" msgstr " ???????????????" -#, fuzzy msgid " Options for 'cleanup' command:" -msgstr " 'create' ??????????????????" +msgstr " \"cleanup\" ??????????????????" msgid " Options for 'create' command:" msgstr " 'create' ??????????????????" @@ -232,9 +239,8 @@ msgid " Options for 'diff' command:" msgstr " ???diff?????????????????????" -#, fuzzy msgid " Options for 'get-config' command:" -msgstr " 'create-config' ??????????????????" +msgstr " \"get-config\" ??????????????????" msgid " Options for 'list' command:" msgstr " 'list' ??????????????????" @@ -244,6 +250,9 @@ "\t--columns <columns>\t\tColumns to show separated by comma.\n" "\t\t\t\t\tPossible columns: config, subvolume.\n" msgstr "" +" \"list-configs\" ??????????????????\n" +"\t--columns <???>\t\t???????????????????????????????????????\n" +"\t\t\t\t\t???????????????config???subvolume???\n" msgid " Options for 'modify' command:" msgstr " 'modify' ??????????????????" @@ -316,14 +325,14 @@ #. %2$s is replaced by second value #, c-format msgid "%1$s or %2$s" -msgstr "" +msgstr "%1$s ??? %2$s" #. TRANSLATORS: used to construct list of values #. %1$s is replaced by first value #. %2$s is replaced by second value #, c-format msgid "%1$s, %2$s" -msgstr "" +msgstr "%1$s???%2$s" #, c-format msgid "(Snapshot %d.)" @@ -334,7 +343,7 @@ msgstr "???????????????????????????" msgid "Active" -msgstr "" +msgstr "?????????" msgid "Active snapshot is already default snapshot." msgstr "???????????????????????????????????????" @@ -360,10 +369,10 @@ msgstr "?????????????????? %d ????????????????????????????????????" msgid "Cannot detect ambit since default subvolume is unknown." -msgstr "" +msgstr "????????????????????????????????????????????????" msgid "Cannot do rollback since default subvolume is unknown." -msgstr "" +msgstr "??????????????????????????????????????????" msgid "Cleanup" msgstr "??????" @@ -462,10 +471,10 @@ #, c-format msgid "Could not make enough free space available for path '%s'." -msgstr "" +msgstr "??????????????? \"%s\" ?????????????????????????????????" msgid "Could not make enough free space available." -msgstr "" +msgstr "???????????????????????????????????????" #, c-format msgid "Creating config failed (%s)." @@ -491,7 +500,7 @@ msgstr "??????" msgid "Default" -msgstr "" +msgstr "?????????" #, c-format msgid "Deleting config failed (%s)." @@ -513,12 +522,11 @@ #. TRANSLATORS: symbol for "exa" (best keep untranslated) msgid "E" -msgstr "" +msgstr "E" #. TRANSLATORS: symbol for "exa bytes" (best keep untranslated) -#, fuzzy msgid "EB" -msgstr "EiB" +msgstr "EB" #. TRANSLATORS: symbol for "exbi bytes" (best keep untranslated) msgid "EiB" @@ -537,17 +545,16 @@ msgid "Failed to initialize filesystem handler." msgstr "???????????????????????????????????????" -#, fuzzy, c-format +#, c-format msgid "Failed to parse '%s'." -msgstr "?????? %s ??????" +msgstr "?????? \"%s\" ?????????" #, c-format msgid "Failed to query free space for path '%s'." -msgstr "" +msgstr "???????????? \"%s\" ????????????????????????" -#, fuzzy msgid "Failed to query free space." -msgstr "?????? %s ??????" +msgstr "???????????????????????????" msgid "Failed to set locale. Fix your system." msgstr "???????????????????????????????????????????????????" @@ -569,12 +576,11 @@ #. TRANSLATORS: symbol for "giga" (best keep untranslated) msgid "G" -msgstr "" +msgstr "G" #. TRANSLATORS: symbol for "giga bytes" (best keep untranslated) -#, fuzzy msgid "GB" -msgstr "GiB" +msgstr "GB" #. TRANSLATORS: symbol for "gibi bytes" (best keep untranslated) msgid "GiB" @@ -594,31 +600,30 @@ msgid "Illegal snapshot." msgstr "??????????????????" -#, fuzzy, c-format +#, c-format msgid "Invalid ambit '%s'." -msgstr "???????????? %s???" +msgstr "?????? \"%s\" ?????????" -#, fuzzy, c-format +#, c-format msgid "Invalid column '%s'." -msgstr "???????????? %s???" +msgstr "??? \"%s\" ?????????" msgid "Invalid configdata." msgstr "????????????????????????" -#, fuzzy msgid "Invalid free-space value." -msgstr "??????????????????" +msgstr "????????????????????????" msgid "Invalid group." msgstr "????????????" -#, fuzzy, c-format +#, c-format msgid "Invalid machine readable format '%s'." -msgstr "??????????????????????????? %s???" +msgstr "????????????????????? \"%s\" ?????????" -#, fuzzy, c-format +#, c-format msgid "Invalid path '%s'." -msgstr "???????????? %s???" +msgstr "?????? \"%s\" ?????????" #, c-format msgid "Invalid snapshot '%s'." @@ -630,9 +635,9 @@ msgid "Invalid subvolume." msgstr "??????????????????" -#, fuzzy, c-format +#, c-format msgid "Invalid table style '%s'." -msgstr "????????????????????? %s???" +msgstr "???????????? \"%s\" ?????????" msgid "Invalid user." msgstr "???????????????" @@ -653,12 +658,11 @@ #. TRANSLATORS: symbol for "mega" (best keep untranslated) msgid "M" -msgstr "" +msgstr "M" #. TRANSLATORS: symbol for "mega bytes" (best keep untranslated) -#, fuzzy msgid "MB" -msgstr "MiB" +msgstr "MB" msgid "Maybe you forgot the delimiter '..' between the snapshot numbers." msgstr "??????????????????????????????????????????????????????..??????" @@ -675,9 +679,8 @@ msgid "Missing argument for global option '%s'." msgstr "???????????? '%s' ????????????????????????" -#, fuzzy msgid "Missing command option." -msgstr "?????????????????????" +msgstr "?????????????????????" msgid "Missing delimiter '..' between snapshot numbers." msgstr "????????????????????????????????????..??????" @@ -703,12 +706,11 @@ #. TRANSLATORS: symbol for "peta" (best keep untranslated) msgid "P" -msgstr "" +msgstr "P" #. TRANSLATORS: symbol for "peta bytes" (best keep untranslated) -#, fuzzy msgid "PB" -msgstr "PiB" +msgstr "PB" #. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated) msgid "PiB" @@ -749,21 +751,20 @@ #. TRANSLATORS: symbol for "tera" (best keep untranslated) msgid "T" -msgstr "" +msgstr "T" #. TRANSLATORS: symbol for "tera bytes" (best keep untranslated) -#, fuzzy msgid "TB" -msgstr "TiB" +msgstr "TB" msgid "The ambit can be specified manually using the --ambit option." -msgstr "" +msgstr "???????????? --ambit ???????????????????????????" msgid "The config 'root' does not exist. Likely snapper is not configured." msgstr "?????????root???????????????snapper ??????????????????" msgid "This can happen if the system was not set up for rollback." -msgstr "" +msgstr "????????????????????????????????????????????????????????????" #. TRANSLATORS: symbol for "tebi bytes" (best keep untranslated) msgid "TiB" @@ -794,15 +795,15 @@ msgid "Unknown option '%s' for command '%s'." msgstr "??????????????? '%s' ???????????? '%s'???" -#, fuzzy, c-format +#, c-format msgid "Unknown type '%s'." -msgstr "???????????? '%s'???" +msgstr "???????????? \"%s\"???" #. TRANSLATORS: a list of possible values #. %1$s is replaced by list of possible values #, c-format msgid "Use %1$s." -msgstr "" +msgstr "?????? %1$s???" #, c-format msgid "Use an integer number from %d to %d." @@ -854,34 +855,30 @@ #. TRANSLATORS: symbol for "kilo" (best keep untranslated) msgid "k" -msgstr "" +msgstr "k" #. TRANSLATORS: symbol for "kilo bytes" (best keep untranslated) -#, fuzzy msgid "kB" -msgstr "B" +msgstr "kB" #, c-format msgid "modifying %s" msgstr "???????????? %s" msgid "no" -msgstr "" +msgstr "???" msgid "nothing to do" msgstr "????????????" -#, fuzzy msgid "root argument can be used only together with no-dbus.\n" -msgstr "" -"?????????????????? no-dbus ???????????????\n" -"?????? \"snapper --help\" ?????????????????????" +msgstr "root ??????????????? no-dbus ???????????????\n" msgid "usage: snapper [--global-options] <command> [--command-options] [command-arguments]" msgstr "?????????snapper [--????????????] <??????> [--????????????] [????????????]" msgid "yes" -msgstr "" +msgstr "???" #, c-format #~ msgid "Use %s, %s or %s." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/snapper-0.8.15/po/zh_TW.po new/snapper-0.8.15/po/zh_TW.po --- old/snapper-0.8.15/po/zh_TW.po 2021-01-25 01:00:00.000000000 +0100 +++ new/snapper-0.8.15/po/zh_TW.po 2021-03-10 01:00:00.000000000 +0100 @@ -9,9 +9,10 @@ "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-12-17 13:34+0100\n" -"PO-Revision-Date: 2020-02-17 12:54+0000\n" +"PO-Revision-Date: 2021-03-07 13:51+0000\n" "Last-Translator: Grace Yu <[email protected]>\n" -"Language-Team: Chinese (Taiwan) <https://l10n.opensuse.org/projects/snapper/master/zh_TW/>\n" +"Language-Team: Chinese (Taiwan) <https://l10n.opensuse.org/projects/snapper/" +"master/zh_TW/>\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,13 +21,13 @@ "X-Generator: Weblate 3.6.1\n" msgid "\t--abbreviate\t\t\tAllow to abbreviate table columns." -msgstr "" +msgstr "\t--abbreviate\t\t\t????????????????????????????????????" msgid "\t--all-configs, -a\t\tList snapshots from all accessible configs." msgstr "\t--all-configs, -a\t\t??????????????????????????????????????????" msgid "\t--ambit, -a ambit\t\tOperate in the specified ambit." -msgstr "" +msgstr "\t--ambit, -a ambit\t\t???????????????????????????" msgid "\t--cleanup-algorithm, -c <algo>\tCleanup algorithm for snapshot." msgstr "\t--cleanup-algorithm, -c <algo>\t???????????????????????????" @@ -41,12 +42,19 @@ "\t\t\t\t\ttype, date, user, used-space, cleanup, description, userdata,\n" "\t\t\t\t\tpre-number, post-number, post-date." msgstr "" +"\t--columns <???>\t\t??????????????? (???????????????)???\n" +"\t\t\t\t\t???????????????config???subvolume???number???default???active???\n" +"\t\t\t\t\ttype???date???user???used-space???cleanup???description???userdata???\n" +"\t\t\t\t\tpre-number???post-number???post-date???" msgid "" "\t--columns <columns>\t\tColumns to show separated by comma.\n" "\t\t\t\t\tPossible columns: key, value.\n" "\t\t\t\t\tColumns are not selected when JSON format is used." msgstr "" +"\t--columns <???>\t\t??????????????? (???????????????)???\n" +"\t\t\t\t\t???????????????key???value???\n" +"\t\t\t\t\t???????????? JSON ??????????????????????????????" # SLE12 msgid "\t--command <command>\t\tRun command and create pre and post snapshots." @@ -56,7 +64,7 @@ msgstr "\t--config, -c <??????>\t\t????????????????????????????????????" msgid "\t--csvout\t\t\tSet CSV output format." -msgstr "" +msgstr "\t--csvout\t\t\t?????? CSV ???????????????" msgid "\t--description, -d <description>\tDescription for snapshot." msgstr "\t--description, -d <??????>\t??????????????????" @@ -75,7 +83,7 @@ msgstr "\t--extensions, -x <??????>\t????????? diff ????????????????????????" msgid "\t--free-space <space>\t\tTry to make space available." -msgstr "" +msgstr "\t--free-space <??????>\t\t?????????????????????" msgid "\t--from\t\t\t\tCreate a snapshot from the specified snapshot." msgstr "\t--from\t\t\t\t?????????????????????????????????" @@ -94,10 +102,10 @@ msgstr "\t--iso\t\t\t\t??? ISO ??????????????????????????????" msgid "\t--jsonout\t\t\tSet JSON output format." -msgstr "" +msgstr "\t--jsonout\t\t\t?????? JSON ???????????????" msgid "\t--machine-readable <format>\tSet a machine-readable output format (csv, json)." -msgstr "" +msgstr "\t--machine-readable <??????>\t????????????????????????????????? (csv???json)???" # SLE12 msgid "\t--no-dbus\t\t\tOperate without DBus." @@ -107,7 +115,7 @@ msgstr "\t--output, -o <??????>\t\t????????????????????????" msgid "\t--path <path>\t\t\tCleanup all configs affecting path." -msgstr "" +msgstr "\t--path <??????>\t\t\t????????????????????????????????????" msgid "\t--pre-number <number>\t\tNumber of corresponding pre snapshot." msgstr "\t--pre-number <??????>\t\t?????????????????????????????????" @@ -132,7 +140,7 @@ msgstr "\t--root, -r <??????>\t\t???????????????????????? (????????? DBus ???????????????)???" msgid "\t--separator <separator>\t\tCharacter separator for CSV output format." -msgstr "" +msgstr "\t--separator <????????????>\t\tCSV ????????????????????????????????????" msgid "\t--sync, -s\t\t\tSync after deletion." msgstr "\t--sync, -s\t\t\t??????????????????" @@ -233,9 +241,8 @@ msgid " Global options:" msgstr " ???????????????" -#, fuzzy msgid " Options for 'cleanup' command:" -msgstr " 'create' ??????????????????" +msgstr " \"cleanup\" ??????????????????" msgid " Options for 'create' command:" msgstr " 'create' ??????????????????" @@ -249,9 +256,8 @@ msgid " Options for 'diff' command:" msgstr " ?????????diff?????????????????????" -#, fuzzy msgid " Options for 'get-config' command:" -msgstr " 'create-config' ??????????????????" +msgstr " \"get-config\" ??????????????????" msgid " Options for 'list' command:" msgstr " 'list' ??????????????????" @@ -261,6 +267,9 @@ "\t--columns <columns>\t\tColumns to show separated by comma.\n" "\t\t\t\t\tPossible columns: config, subvolume.\n" msgstr "" +" \"list-configs\" ??????????????????\n" +"\t--columns <???>\t\t??????????????? (???????????????)???\n" +"\t\t\t\t\t???????????????config???subvolume???\n" msgid " Options for 'modify' command:" msgstr " 'modify' ??????????????????" @@ -299,7 +308,7 @@ # SLE12 msgid " Get config:" -msgstr " ???????????????" +msgstr " ???????????????" msgid " List configs:" msgstr " ???????????????" @@ -311,7 +320,7 @@ msgstr " ???????????????" msgid " Mount snapshot:" -msgstr " ???????????????" +msgstr " ???????????????" # SLE12 msgid " Rollback:" @@ -339,14 +348,14 @@ #. %2$s is replaced by second value #, c-format msgid "%1$s or %2$s" -msgstr "" +msgstr "%1$s ??? %2$s" #. TRANSLATORS: used to construct list of values #. %1$s is replaced by first value #. %2$s is replaced by second value #, c-format msgid "%1$s, %2$s" -msgstr "" +msgstr "%1$s???%2$s" # SLE12 #, c-format @@ -358,14 +367,14 @@ msgstr "ACL ?????????" msgid "Active" -msgstr "" +msgstr "?????????" msgid "Active snapshot is already default snapshot." -msgstr "" +msgstr "???????????????????????????????????????" #, c-format msgid "Ambit is %s." -msgstr "" +msgstr "????????? %s???" #. TRANSLATORS: symbol for "bytes" (best keep untranslated) msgid "B" @@ -384,10 +393,10 @@ msgstr "?????????????????? %d??????????????????????????????????????????" msgid "Cannot detect ambit since default subvolume is unknown." -msgstr "" +msgstr "??????????????????????????????????????????????????????" msgid "Cannot do rollback since default subvolume is unknown." -msgstr "" +msgstr "????????????????????????????????????????????????" msgid "Cleanup" msgstr "??????" @@ -499,10 +508,10 @@ #, c-format msgid "Could not make enough free space available for path '%s'." -msgstr "" +msgstr "??????????????? \"%s\" ?????????????????????????????????" msgid "Could not make enough free space available." -msgstr "" +msgstr "???????????????????????????????????????" #, c-format msgid "Creating config failed (%s)." @@ -533,7 +542,7 @@ msgstr "??????" msgid "Default" -msgstr "" +msgstr "?????????" #, c-format msgid "Deleting config failed (%s)." @@ -556,12 +565,11 @@ #. TRANSLATORS: symbol for "exa" (best keep untranslated) msgid "E" -msgstr "" +msgstr "E" #. TRANSLATORS: symbol for "exa bytes" (best keep untranslated) -#, fuzzy msgid "EB" -msgstr "EiB" +msgstr "EB" #. TRANSLATORS: symbol for "exbi bytes" (best keep untranslated) msgid "EiB" @@ -583,17 +591,16 @@ msgid "Failed to initialize filesystem handler." msgstr "???????????????????????????????????????" -#, fuzzy, c-format +#, c-format msgid "Failed to parse '%s'." -msgstr "?????? %s ??????" +msgstr "?????? \"%s\" ?????????" #, c-format msgid "Failed to query free space for path '%s'." -msgstr "" +msgstr "???????????? \"%s\" ????????????????????????" -#, fuzzy msgid "Failed to query free space." -msgstr "?????? %s ??????" +msgstr "???????????????????????????" msgid "Failed to set locale. Fix your system." msgstr "???????????????????????????????????????????????????" @@ -617,12 +624,11 @@ #. TRANSLATORS: symbol for "giga" (best keep untranslated) msgid "G" -msgstr "" +msgstr "G" #. TRANSLATORS: symbol for "giga bytes" (best keep untranslated) -#, fuzzy msgid "GB" -msgstr "GiB" +msgstr "GB" #. TRANSLATORS: symbol for "gibi bytes" (best keep untranslated) msgid "GiB" @@ -643,34 +649,33 @@ msgid "Illegal snapshot." msgstr "??????????????????" -#, fuzzy, c-format +#, c-format msgid "Invalid ambit '%s'." -msgstr "?????????????????? '%s'???" +msgstr "?????? \"%s\" ?????????" -#, fuzzy, c-format +#, c-format msgid "Invalid column '%s'." -msgstr "?????????????????? '%s'???" +msgstr "??? \"%s\" ?????????" # SLE12 msgid "Invalid configdata." msgstr "????????? configdata???" # SLE12 -#, fuzzy msgid "Invalid free-space value." -msgstr "????????????????????????" +msgstr "????????????????????????" # SLE12 msgid "Invalid group." msgstr "??????????????????" -#, fuzzy, c-format +#, c-format msgid "Invalid machine readable format '%s'." -msgstr "????????????????????? %d???" +msgstr "?????????????????? \"%s\" ?????????" -#, fuzzy, c-format +#, c-format msgid "Invalid path '%s'." -msgstr "?????????????????? '%s'???" +msgstr "?????? \"%s\" ?????????" #, c-format msgid "Invalid snapshot '%s'." @@ -683,9 +688,9 @@ msgid "Invalid subvolume." msgstr "????????????????????????" -#, fuzzy, c-format +#, c-format msgid "Invalid table style '%s'." -msgstr "????????????????????? %d???" +msgstr "???????????? \"%s\" ?????????" # SLE12 msgid "Invalid user." @@ -708,12 +713,11 @@ #. TRANSLATORS: symbol for "mega" (best keep untranslated) msgid "M" -msgstr "" +msgstr "M" #. TRANSLATORS: symbol for "mega bytes" (best keep untranslated) -#, fuzzy msgid "MB" -msgstr "MiB" +msgstr "MB" msgid "Maybe you forgot the delimiter '..' between the snapshot numbers." msgstr "??????????????????????????????????????????????????????..??????" @@ -730,9 +734,8 @@ msgid "Missing argument for global option '%s'." msgstr "???????????? '%s' ???????????????" -#, fuzzy msgid "Missing command option." -msgstr "?????????????????????" +msgstr "?????????????????????" msgid "Missing delimiter '..' between snapshot numbers." msgstr "????????????????????????????????????..??????" @@ -759,12 +762,11 @@ #. TRANSLATORS: symbol for "peta" (best keep untranslated) msgid "P" -msgstr "" +msgstr "P" #. TRANSLATORS: symbol for "peta bytes" (best keep untranslated) -#, fuzzy msgid "PB" -msgstr "PiB" +msgstr "PB" #. TRANSLATORS: symbol for "pebi bytes" (best keep untranslated) msgid "PiB" @@ -808,21 +810,20 @@ #. TRANSLATORS: symbol for "tera" (best keep untranslated) msgid "T" -msgstr "" +msgstr "T" #. TRANSLATORS: symbol for "tera bytes" (best keep untranslated) -#, fuzzy msgid "TB" -msgstr "TiB" +msgstr "TB" msgid "The ambit can be specified manually using the --ambit option." -msgstr "" +msgstr "???????????? --ambit ????????????????????????????????????" msgid "The config 'root' does not exist. Likely snapper is not configured." msgstr "?????????root???????????????snapper ??????????????????" msgid "This can happen if the system was not set up for rollback." -msgstr "" +msgstr "????????????????????????????????????????????????????????????" #. TRANSLATORS: symbol for "tebi bytes" (best keep untranslated) msgid "TiB" @@ -855,15 +856,15 @@ msgid "Unknown option '%s' for command '%s'." msgstr "???????????? '%s'????????? '%s'???" -#, fuzzy, c-format +#, c-format msgid "Unknown type '%s'." -msgstr "??????????????? '%s'???" +msgstr "???????????? \"%s\"???" #. TRANSLATORS: a list of possible values #. %1$s is replaced by list of possible values #, c-format msgid "Use %1$s." -msgstr "" +msgstr "?????? %1$s???" # SLE12 #, c-format @@ -921,33 +922,31 @@ #. TRANSLATORS: symbol for "kilo" (best keep untranslated) msgid "k" -msgstr "" +msgstr "k" #. TRANSLATORS: symbol for "kilo bytes" (best keep untranslated) -#, fuzzy msgid "kB" -msgstr "B" +msgstr "kB" #, c-format msgid "modifying %s" msgstr "???????????? %s" msgid "no" -msgstr "" +msgstr "???" # SLE12 msgid "nothing to do" msgstr "???????????????" -#, fuzzy msgid "root argument can be used only together with no-dbus.\n" -msgstr "?????????????????? no-dbus ???????????????" +msgstr "root ??????????????? no-dbus ???????????????\n" msgid "usage: snapper [--global-options] <command> [--command-options] [command-arguments]" msgstr "????????? snapper [--????????????] <??????> [--????????????] [????????????]" msgid "yes" -msgstr "" +msgstr "???" #~ msgid "Unknown type of snapshot." #~ msgstr "????????????????????????" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/snapper-0.8.15/test-driver new/snapper-0.8.15/test-driver --- old/snapper-0.8.15/test-driver 2021-01-25 01:00:00.000000000 +0100 +++ new/snapper-0.8.15/test-driver 2021-03-10 01:00:00.000000000 +0100 @@ -42,11 +42,13 @@ { cat <<END Usage: - test-driver --test-name=NAME --log-file=PATH --trs-file=PATH - [--expect-failure={yes|no}] [--color-tests={yes|no}] - [--enable-hard-errors={yes|no}] [--] + test-driver --test-name NAME --log-file PATH --trs-file PATH + [--expect-failure {yes|no}] [--color-tests {yes|no}] + [--enable-hard-errors {yes|no}] [--] TEST-SCRIPT [TEST-SCRIPT-ARGUMENTS] + The '--test-name', '--log-file' and '--trs-file' options are mandatory. +See the GNU Automake documentation for information. END } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/snapper-0.8.15/testsuite/cmp-lt.cc new/snapper-0.8.15/testsuite/cmp-lt.cc --- old/snapper-0.8.15/testsuite/cmp-lt.cc 2021-01-25 01:00:00.000000000 +0100 +++ new/snapper-0.8.15/testsuite/cmp-lt.cc 2021-03-10 01:00:00.000000000 +0100 @@ -15,7 +15,7 @@ std::ostream& operator<<(std::ostream& s, const vector<string>& v) { - for(std::vector<string>::const_iterator it = v.begin(); it != v.end(); ++it) + for (std::vector<string>::const_iterator it = v.begin(); it != v.end(); ++it) { if (it != v.begin()) s << " "; ++++++ snapper-Debian_10.0.dsc ++++++ --- /var/tmp/diff_new_pack.jKWAv0/_old 2021-03-12 13:30:44.334108643 +0100 +++ /var/tmp/diff_new_pack.jKWAv0/_new 2021-03-12 13:30:44.334108643 +0100 @@ -11,4 +11,4 @@ # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: -97fd83c6c2334816e011988fa599c054 634155 snapper-0.8.15.tar.bz2 +db54e66cd589fd08d587bf557d29e360 636778 snapper-0.8.15.tar.bz2 ++++++ snapper-Debian_9.0.dsc ++++++ --- /var/tmp/diff_new_pack.jKWAv0/_old 2021-03-12 13:30:44.354108672 +0100 +++ /var/tmp/diff_new_pack.jKWAv0/_new 2021-03-12 13:30:44.354108672 +0100 @@ -11,4 +11,4 @@ # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: -97fd83c6c2334816e011988fa599c054 634155 snapper-0.8.15.tar.bz2 +db54e66cd589fd08d587bf557d29e360 636778 snapper-0.8.15.tar.bz2 ++++++ snapper-Debian_Unstable.dsc ++++++ --- /var/tmp/diff_new_pack.jKWAv0/_old 2021-03-12 13:30:44.374108700 +0100 +++ /var/tmp/diff_new_pack.jKWAv0/_new 2021-03-12 13:30:44.374108700 +0100 @@ -11,4 +11,4 @@ # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: -97fd83c6c2334816e011988fa599c054 634155 snapper-0.8.15.tar.bz2 +db54e66cd589fd08d587bf557d29e360 636778 snapper-0.8.15.tar.bz2 ++++++ snapper-xUbuntu_17.04.dsc ++++++ --- /var/tmp/diff_new_pack.jKWAv0/_old 2021-03-12 13:30:44.402108739 +0100 +++ /var/tmp/diff_new_pack.jKWAv0/_new 2021-03-12 13:30:44.406108745 +0100 @@ -11,4 +11,4 @@ # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: -97fd83c6c2334816e011988fa599c054 634155 snapper-0.8.15.tar.bz2 +db54e66cd589fd08d587bf557d29e360 636778 snapper-0.8.15.tar.bz2 ++++++ snapper-xUbuntu_17.10.dsc ++++++ --- /var/tmp/diff_new_pack.jKWAv0/_old 2021-03-12 13:30:44.422108767 +0100 +++ /var/tmp/diff_new_pack.jKWAv0/_new 2021-03-12 13:30:44.422108767 +0100 @@ -11,4 +11,4 @@ # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: -97fd83c6c2334816e011988fa599c054 634155 snapper-0.8.15.tar.bz2 +db54e66cd589fd08d587bf557d29e360 636778 snapper-0.8.15.tar.bz2 ++++++ snapper-xUbuntu_18.04.dsc ++++++ --- /var/tmp/diff_new_pack.jKWAv0/_old 2021-03-12 13:30:44.442108795 +0100 +++ /var/tmp/diff_new_pack.jKWAv0/_new 2021-03-12 13:30:44.442108795 +0100 @@ -11,4 +11,4 @@ # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: -97fd83c6c2334816e011988fa599c054 634155 snapper-0.8.15.tar.bz2 +db54e66cd589fd08d587bf557d29e360 636778 snapper-0.8.15.tar.bz2 ++++++ snapper-xUbuntu_18.10.dsc ++++++ --- /var/tmp/diff_new_pack.jKWAv0/_old 2021-03-12 13:30:44.458108818 +0100 +++ /var/tmp/diff_new_pack.jKWAv0/_new 2021-03-12 13:30:44.458108818 +0100 @@ -11,4 +11,4 @@ # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: -97fd83c6c2334816e011988fa599c054 634155 snapper-0.8.15.tar.bz2 +db54e66cd589fd08d587bf557d29e360 636778 snapper-0.8.15.tar.bz2 ++++++ snapper-xUbuntu_19.04.dsc ++++++ --- /var/tmp/diff_new_pack.jKWAv0/_old 2021-03-12 13:30:44.478108845 +0100 +++ /var/tmp/diff_new_pack.jKWAv0/_new 2021-03-12 13:30:44.478108845 +0100 @@ -11,4 +11,4 @@ # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: -97fd83c6c2334816e011988fa599c054 634155 snapper-0.8.15.tar.bz2 +db54e66cd589fd08d587bf557d29e360 636778 snapper-0.8.15.tar.bz2 ++++++ snapper-xUbuntu_19.10.dsc ++++++ --- /var/tmp/diff_new_pack.jKWAv0/_old 2021-03-12 13:30:44.498108873 +0100 +++ /var/tmp/diff_new_pack.jKWAv0/_new 2021-03-12 13:30:44.498108873 +0100 @@ -11,4 +11,4 @@ # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: -97fd83c6c2334816e011988fa599c054 634155 snapper-0.8.15.tar.bz2 +db54e66cd589fd08d587bf557d29e360 636778 snapper-0.8.15.tar.bz2 ++++++ snapper-xUbuntu_20.04.dsc ++++++ --- /var/tmp/diff_new_pack.jKWAv0/_old 2021-03-12 13:30:44.514108896 +0100 +++ /var/tmp/diff_new_pack.jKWAv0/_new 2021-03-12 13:30:44.518108901 +0100 @@ -11,4 +11,4 @@ # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: -97fd83c6c2334816e011988fa599c054 634155 snapper-0.8.15.tar.bz2 +db54e66cd589fd08d587bf557d29e360 636778 snapper-0.8.15.tar.bz2 ++++++ snapper-xUbuntu_20.10.dsc ++++++ --- /var/tmp/diff_new_pack.jKWAv0/_old 2021-03-12 13:30:44.534108924 +0100 +++ /var/tmp/diff_new_pack.jKWAv0/_new 2021-03-12 13:30:44.534108924 +0100 @@ -11,4 +11,4 @@ # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: -97fd83c6c2334816e011988fa599c054 634155 snapper-0.8.15.tar.bz2 +db54e66cd589fd08d587bf557d29e360 636778 snapper-0.8.15.tar.bz2
