diff options
-rw-r--r-- | NEWS | 26 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | po/ca.po | 48 | ||||
-rw-r--r-- | po/cs.po | 16 | ||||
-rw-r--r-- | po/da.po | 16 | ||||
-rw-r--r-- | po/de.po | 16 | ||||
-rw-r--r-- | po/en_GB.po | 16 | ||||
-rw-r--r-- | po/es.po | 16 | ||||
-rw-r--r-- | po/fi.po | 16 | ||||
-rw-r--r-- | po/fr.po | 16 | ||||
-rw-r--r-- | po/gl.po | 16 | ||||
-rw-r--r-- | po/hu.po | 47 | ||||
-rw-r--r-- | po/it.po | 16 | ||||
-rw-r--r-- | po/ko.po | 16 | ||||
-rw-r--r-- | po/pl.po | 32 | ||||
-rw-r--r-- | po/pt.po | 16 | ||||
-rw-r--r-- | po/pt_BR.po | 16 | ||||
-rw-r--r-- | po/ru.po | 32 | ||||
-rw-r--r-- | po/sk.po | 48 | ||||
-rw-r--r-- | po/sl.po | 16 | ||||
-rw-r--r-- | po/sr.po | 16 | ||||
-rw-r--r-- | po/sr@latin.po | 16 | ||||
-rw-r--r-- | po/sv.po | 16 | ||||
-rw-r--r-- | po/tr.po | 16 | ||||
-rw-r--r-- | po/uk.po | 32 | ||||
-rw-r--r-- | po/zh_CN.po | 34 | ||||
-rw-r--r-- | po/zh_TW.po | 48 |
27 files changed, 474 insertions, 147 deletions
@@ -1,3 +1,29 @@ +Version 0.5.8 +~~~~~~~~~~~~~ +Released: 2015-02-02 + +New Features: + - Add a flag for skipping invalid AppStream files (Richard Hughes) + - Add a modify command to appstream-util (Richard Hughes) + - Add support for per-user and system-wide xdg-app installed stores (Richard Hughes) + - Add support for the GENERIC component kind (Richard Hughes) + - Allow setting state on AsRelease objects (Richard Hughes) + - Support <translation> tags in AppData files (Richard Hughes) + +Bugfixes: + - Escape data before writing to an HTML file (Richard Hughes) + - Ignore temp and hidden files in AsMonitor (Richard Hughes) + - Move the kudo and provides autodetection to libappstream-glib (Richard Hughes) + - Only load supported icon kinds when using appstream-compose (Richard Hughes) + - Reject an invalid project group when parsing (Richard Hughes) + - Remove support for Ubuntu app-install data (Richard Hughes) + - Show the source of the 'appstream-util check-root' failure (Richard Hughes) + - Support multi-line copyright statements (Richard Hughes) + - Support stock dep11 icons (Matthias Klumpp) + - Support the QT translation system (Richard Hughes) + - Use predictable sorting when outputting <provides> (Richard Hughes) + - Use the project_group heuristics when parsing AppData files (Richard Hughes) + Version 0.5.7 ~~~~~~~~~~~~~ Released: 2015-01-22 diff --git a/configure.ac b/configure.ac index 31f14ae..0e27bd1 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) # fixed, change: # REVISION += 1 LT_CURRENT=8 -LT_REVISION=4 +LT_REVISION=5 LT_AGE=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>, 2015 +# Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>, 2015-2016 msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Catalan (http://www.transifex.com/freedesktop/appstream-glib/language/ca/)\n" "MIME-Version: 1.0\n" @@ -134,43 +134,51 @@ msgstr "Fet!" #. TRANSLATORS: we've saving the icon file to disk msgid "Saving icon" -msgstr "" +msgstr "S'està desant la icona" #. TRANSLATORS: command line option msgid "Set the prefix" -msgstr "" +msgstr "Estableix el prefix" #. TRANSLATORS: we're generating the AppStream data msgid "Processing application" -msgstr "" +msgstr "S'està processant l'aplicació" #. TRANSLATORS: the .appdata.xml file could not #. * be loaded msgid "Error loading AppData file" -msgstr "" +msgstr "S'ha produït un error en carregar el fitxer d'AppData" #. TRANSLATORS: the .mo files could not be parsed msgid "Error parsing translations" +msgstr "S'ha produït un error en analitzar sintàcticament les transaccions" + +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" msgstr "" #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" -msgstr "" +msgstr "S'ha produït un error en carregar el fitxer d'escriptori" #. TRANSLATORS: this is when the folder could #. * not be created msgid "Error creating output directory" -msgstr "" +msgstr "S'ha produït un error en crear el directori de sortida" #. TRANSLATORS: we've saving the XML file to disk msgid "Saving AppStream" -msgstr "" +msgstr "S'està desant l'AppStream" #. TRANSLATORS: this is when the destination file #. * cannot be saved for some reason msgid "Error saving AppStream file" -msgstr "" +msgstr "S'ha produït un error en desar el fitxer d'AppStream" #. TRANSLATORS: this is a command alias #, c-format @@ -187,7 +195,7 @@ msgstr "Si us plau, reviseu el fitxer i corregiu qualsevol dels elements «FIXME #. TRANSLATORS: information message msgid "Old API version" -msgstr "" +msgstr "Versió antiga de l'API" #. TRANSLATORS: information message msgid "New API version" @@ -200,7 +208,7 @@ msgstr "No hi ha prou arguments, s'esperaven els fitxers antic.xml nou.xml" #. * e.g. "appdata" to "appstream" #, c-format msgid "Conversion %s to %s is not implemented" -msgstr "" +msgstr "La conversió de %s a %s no està implementada" msgid "Not enough arguments, expected file.xml" msgstr "No hi ha prou arguments, s'esperava el fitxer.xml" @@ -209,15 +217,15 @@ msgstr "No hi ha prou arguments, s'esperava el fitxer.xml" #. * e.g. 'appdata' #, c-format msgid "File format '%s' cannot be upgraded" -msgstr "" +msgstr "No es pot actualitzar el format de fitxer «%s»" #. TRANSLATORS: not a recognised file type msgid "Format not recognised" -msgstr "" +msgstr "Format no reconegut" #. TRANSLATORS: probably wrong XML msgid "No desktop applications found" -msgstr "" +msgstr "No s'han trobat aplicacions d'escriptori" #. TRANSLATORS: the file is valid msgid "OK" @@ -235,11 +243,11 @@ msgstr "Ha fallat la validació dels fitxers" #. TRANSLATORS: application was removed msgid "Removed" -msgstr "" +msgstr "Suprimit" #. TRANSLATORS: application was added msgid "Added" -msgstr "" +msgstr "Afegit" #. TRANSLATORS: this is the --nonet argument msgid "Do not use network access" @@ -351,6 +359,10 @@ msgstr "Compara el contingut de dos fitxers AppStream" #. TRANSLATORS: command description msgid "Generate a GUID from an input string" +msgstr "Genera un GUID a partir d'una cadena de text" + +#. TRANSLATORS: command description +msgid "Modify an AppData file" msgstr "" #. TRANSLATORS: program name @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Czech (http://www.transifex.com/freedesktop/appstream-glib/language/cs/)\n" "MIME-Version: 1.0\n" @@ -154,6 +154,14 @@ msgstr "" msgid "Error parsing translations" msgstr "" +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" +msgstr "" + #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" @@ -354,6 +362,10 @@ msgstr "Porovnat obsah dvou souborů AppStream" msgid "Generate a GUID from an input string" msgstr "Vygenerovat GUID ze vstupního řetězce" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "Pomůcka pro AppStream" @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Danish (http://www.transifex.com/freedesktop/appstream-glib/language/da/)\n" "MIME-Version: 1.0\n" @@ -153,6 +153,14 @@ msgstr "" msgid "Error parsing translations" msgstr "" +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" +msgstr "" + #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" @@ -353,6 +361,10 @@ msgstr "" msgid "Generate a GUID from an input string" msgstr "" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "AppStream-redskab" @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: German (http://www.transifex.com/freedesktop/appstream-glib/language/de/)\n" "MIME-Version: 1.0\n" @@ -153,6 +153,14 @@ msgstr "" msgid "Error parsing translations" msgstr "" +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" +msgstr "" + #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" @@ -353,6 +361,10 @@ msgstr "Inhalt zweier AppStream-Dateien vergleichen" msgid "Generate a GUID from an input string" msgstr "" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "AppStream-Dienstprogramm" diff --git a/po/en_GB.po b/po/en_GB.po index dc0353a..4c028a5 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/freedesktop/appstream-glib/language/en_GB/)\n" "MIME-Version: 1.0\n" @@ -154,6 +154,14 @@ msgstr "" msgid "Error parsing translations" msgstr "" +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" +msgstr "" + #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" @@ -354,6 +362,10 @@ msgstr "Compare the contents of two AppStream files" msgid "Generate a GUID from an input string" msgstr "Generate a GUID from an input string" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "AppStream Utility" @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Spanish (http://www.transifex.com/freedesktop/appstream-glib/language/es/)\n" "MIME-Version: 1.0\n" @@ -153,6 +153,14 @@ msgstr "" msgid "Error parsing translations" msgstr "" +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" +msgstr "" + #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" @@ -353,6 +361,10 @@ msgstr "" msgid "Generate a GUID from an input string" msgstr "" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "Utilidad de AppStream" @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Finnish (http://www.transifex.com/freedesktop/appstream-glib/language/fi/)\n" "MIME-Version: 1.0\n" @@ -153,6 +153,14 @@ msgstr "" msgid "Error parsing translations" msgstr "" +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" +msgstr "" + #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" @@ -353,6 +361,10 @@ msgstr "" msgid "Generate a GUID from an input string" msgstr "" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "" @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: French (http://www.transifex.com/freedesktop/appstream-glib/language/fr/)\n" "MIME-Version: 1.0\n" @@ -153,6 +153,14 @@ msgstr "" msgid "Error parsing translations" msgstr "" +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" +msgstr "" + #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" @@ -353,6 +361,10 @@ msgstr "" msgid "Generate a GUID from an input string" msgstr "" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "Utilitaire AppStream" @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Galician (http://www.transifex.com/freedesktop/appstream-glib/language/gl/)\n" "MIME-Version: 1.0\n" @@ -153,6 +153,14 @@ msgstr "" msgid "Error parsing translations" msgstr "" +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" +msgstr "" + #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" @@ -353,6 +361,10 @@ msgstr "Comparar os contidos de dous ficheiros AppStream" msgid "Generate a GUID from an input string" msgstr "" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "Utilidade de AppStream" @@ -4,12 +4,13 @@ # # Translators: # Balázs Úr <urbalazs@gmail.com>, 2014-2016 +# kelemeng <kelemeng@ubuntu.com>, 2016 msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Hungarian (http://www.transifex.com/freedesktop/appstream-glib/language/hu/)\n" "MIME-Version: 1.0\n" @@ -134,43 +135,51 @@ msgstr "Kész!" #. TRANSLATORS: we've saving the icon file to disk msgid "Saving icon" -msgstr "" +msgstr "Ikon mentése" #. TRANSLATORS: command line option msgid "Set the prefix" -msgstr "" +msgstr "Előtag beállítása" #. TRANSLATORS: we're generating the AppStream data msgid "Processing application" -msgstr "" +msgstr "Alkalmazás feldolgozása" #. TRANSLATORS: the .appdata.xml file could not #. * be loaded msgid "Error loading AppData file" -msgstr "" +msgstr "Hiba az AppData fájl betöltésekor" #. TRANSLATORS: the .mo files could not be parsed msgid "Error parsing translations" +msgstr "Hiba a fordítások feldolgozásakor" + +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" msgstr "" #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" -msgstr "" +msgstr "Hiba a desktop fájl betöltésekor" #. TRANSLATORS: this is when the folder could #. * not be created msgid "Error creating output directory" -msgstr "" +msgstr "Hiba a kimeneti könyvtár létrehozásakor" #. TRANSLATORS: we've saving the XML file to disk msgid "Saving AppStream" -msgstr "" +msgstr "AppStream mentése" #. TRANSLATORS: this is when the destination file #. * cannot be saved for some reason msgid "Error saving AppStream file" -msgstr "" +msgstr "Hiba az AppStream fájl mentésekor" #. TRANSLATORS: this is a command alias #, c-format @@ -187,7 +196,7 @@ msgstr "Nézze át a fájlt, és javítson minden „FIXME” elemet" #. TRANSLATORS: information message msgid "Old API version" -msgstr "" +msgstr "Régi API verzió" #. TRANSLATORS: information message msgid "New API version" @@ -200,7 +209,7 @@ msgstr "Nincs elég argumentum, a következő az elvárt: old.xml new.xml verzi #. * e.g. "appdata" to "appstream" #, c-format msgid "Conversion %s to %s is not implemented" -msgstr "" +msgstr "A(z) %s -> %s átalakítás nincs megvalósítva" msgid "Not enough arguments, expected file.xml" msgstr "Nincs elég argumentum, a következő az elvárt: file.xml" @@ -209,15 +218,15 @@ msgstr "Nincs elég argumentum, a következő az elvárt: file.xml" #. * e.g. 'appdata' #, c-format msgid "File format '%s' cannot be upgraded" -msgstr "" +msgstr "A(z) „%s” fájlformátum nem frissíthető" #. TRANSLATORS: not a recognised file type msgid "Format not recognised" -msgstr "" +msgstr "A formátum ismeretlen" #. TRANSLATORS: probably wrong XML msgid "No desktop applications found" -msgstr "" +msgstr "Nem találhatók asztali alkalmazások" #. TRANSLATORS: the file is valid msgid "OK" @@ -235,11 +244,11 @@ msgstr "A fájlok ellenőrzése nem sikerült" #. TRANSLATORS: application was removed msgid "Removed" -msgstr "" +msgstr "Eltávolítva" #. TRANSLATORS: application was added msgid "Added" -msgstr "" +msgstr "Hozzáadva" #. TRANSLATORS: this is the --nonet argument msgid "Do not use network access" @@ -353,6 +362,10 @@ msgstr "Két AppStream-fájl tartalmának összehasonlítása" msgid "Generate a GUID from an input string" msgstr "GUID előállítása egy bemeneti szövegből" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "AppStream segédprogram" @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Italian (http://www.transifex.com/freedesktop/appstream-glib/language/it/)\n" "MIME-Version: 1.0\n" @@ -152,6 +152,14 @@ msgstr "" msgid "Error parsing translations" msgstr "" +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" +msgstr "" + #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" @@ -352,6 +360,10 @@ msgstr "Compare i contenuti di due file AppStream" msgid "Generate a GUID from an input string" msgstr "Genera uno GUID da una stringa in ingresso" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "Strumento AppStream" @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Korean (http://www.transifex.com/freedesktop/appstream-glib/language/ko/)\n" "MIME-Version: 1.0\n" @@ -155,6 +155,14 @@ msgstr "" msgid "Error parsing translations" msgstr "" +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" +msgstr "" + #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" @@ -355,6 +363,10 @@ msgstr "두 AppStream 파일 내용 비교" msgid "Generate a GUID from an input string" msgstr "" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "AppStream 유틸리티" @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Polish (http://www.transifex.com/freedesktop/appstream-glib/language/pl/)\n" "MIME-Version: 1.0\n" @@ -134,43 +134,51 @@ msgstr "Gotowe." #. TRANSLATORS: we've saving the icon file to disk msgid "Saving icon" -msgstr "" +msgstr "Zapisywanie ikony" #. TRANSLATORS: command line option msgid "Set the prefix" -msgstr "" +msgstr "Ustawia przedrostek" #. TRANSLATORS: we're generating the AppStream data msgid "Processing application" -msgstr "" +msgstr "Przetwarzanie programu" #. TRANSLATORS: the .appdata.xml file could not #. * be loaded msgid "Error loading AppData file" -msgstr "" +msgstr "Błąd podczas wczytywania pliku AppData" #. TRANSLATORS: the .mo files could not be parsed msgid "Error parsing translations" +msgstr "Błąd podczas przetwarzania tłumaczeń" + +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" msgstr "" #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" -msgstr "" +msgstr "Błąd podczas wczytywania pliku .desktop" #. TRANSLATORS: this is when the folder could #. * not be created msgid "Error creating output directory" -msgstr "" +msgstr "Błąd podczas tworzenia katalogu wyjściowego" #. TRANSLATORS: we've saving the XML file to disk msgid "Saving AppStream" -msgstr "" +msgstr "Zapisywanie pliku AppStream" #. TRANSLATORS: this is when the destination file #. * cannot be saved for some reason msgid "Error saving AppStream file" -msgstr "" +msgstr "Błąd podczas zapisywania pliku AppStream" #. TRANSLATORS: this is a command alias #, c-format @@ -353,6 +361,10 @@ msgstr "Porównuje zawartość dwóch plików AppStream" msgid "Generate a GUID from an input string" msgstr "Tworzy GUID z ciągu wejściowego" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "Narzędzie AppStream" @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Portuguese (http://www.transifex.com/freedesktop/appstream-glib/language/pt/)\n" "MIME-Version: 1.0\n" @@ -153,6 +153,14 @@ msgstr "" msgid "Error parsing translations" msgstr "" +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" +msgstr "" + #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" @@ -353,6 +361,10 @@ msgstr "Comparar o conteúdo de dois ficheiros AppStream" msgid "Generate a GUID from an input string" msgstr "" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "Utilitário AppStream" diff --git a/po/pt_BR.po b/po/pt_BR.po index d24ed6a..ad9d895 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/freedesktop/appstream-glib/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -153,6 +153,14 @@ msgstr "" msgid "Error parsing translations" msgstr "" +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" +msgstr "" + #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" @@ -353,6 +361,10 @@ msgstr "Compara os conteúdos de dois arquivos AppStream" msgid "Generate a GUID from an input string" msgstr "" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "Utilitário AppStream" @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Russian (http://www.transifex.com/freedesktop/appstream-glib/language/ru/)\n" "MIME-Version: 1.0\n" @@ -135,43 +135,51 @@ msgstr "Выполнено!" #. TRANSLATORS: we've saving the icon file to disk msgid "Saving icon" -msgstr "" +msgstr "Сохраняем пиктограмму" #. TRANSLATORS: command line option msgid "Set the prefix" -msgstr "" +msgstr "Установить префикс" #. TRANSLATORS: we're generating the AppStream data msgid "Processing application" -msgstr "" +msgstr "Выполняем приложение" #. TRANSLATORS: the .appdata.xml file could not #. * be loaded msgid "Error loading AppData file" -msgstr "" +msgstr "Ошибка при загрузке файла AppData" #. TRANSLATORS: the .mo files could not be parsed msgid "Error parsing translations" +msgstr "Ошибка при обработке переводов" + +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" msgstr "" #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" -msgstr "" +msgstr "Ошибка при загрузе файла desktop" #. TRANSLATORS: this is when the folder could #. * not be created msgid "Error creating output directory" -msgstr "" +msgstr "Ошибка при создании каталога результатов" #. TRANSLATORS: we've saving the XML file to disk msgid "Saving AppStream" -msgstr "" +msgstr "Сохраняем AppStream" #. TRANSLATORS: this is when the destination file #. * cannot be saved for some reason msgid "Error saving AppStream file" -msgstr "" +msgstr "Ошибка при сохранении файла AppStream" #. TRANSLATORS: this is a command alias #, c-format @@ -354,6 +362,10 @@ msgstr "Сравнить содержимое двух файлов AppStream" msgid "Generate a GUID from an input string" msgstr "Создать GUID из строки входных данных" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "Устилита AppStream" @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Dušan Kazik <prescott66@gmail.com>, 2015 +# Dušan Kazik <prescott66@gmail.com>, 2015-2016 # helix84 <helix84@centrum.sk>, 2015 msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Slovak (http://www.transifex.com/freedesktop/appstream-glib/language/sk/)\n" "MIME-Version: 1.0\n" @@ -135,43 +135,51 @@ msgstr "Hotovo!" #. TRANSLATORS: we've saving the icon file to disk msgid "Saving icon" -msgstr "" +msgstr "Ukladá sa ikona" #. TRANSLATORS: command line option msgid "Set the prefix" -msgstr "" +msgstr "Nastaviť predponu" #. TRANSLATORS: we're generating the AppStream data msgid "Processing application" -msgstr "" +msgstr "Spracováva sa aplikácia" #. TRANSLATORS: the .appdata.xml file could not #. * be loaded msgid "Error loading AppData file" -msgstr "" +msgstr "Chyba pri načítavaní súboru AppData" #. TRANSLATORS: the .mo files could not be parsed msgid "Error parsing translations" +msgstr "Chyba pri analyzovaní prekladov" + +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" msgstr "" #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" -msgstr "" +msgstr "Chyba pri načítavaní süboru desktop" #. TRANSLATORS: this is when the folder could #. * not be created msgid "Error creating output directory" -msgstr "" +msgstr "Chyba pri vytváraní výstupného adresára" #. TRANSLATORS: we've saving the XML file to disk msgid "Saving AppStream" -msgstr "" +msgstr "Ukladá sa AppStream" #. TRANSLATORS: this is when the destination file #. * cannot be saved for some reason msgid "Error saving AppStream file" -msgstr "" +msgstr "Chyba pri ukladaní súboru AppStream" #. TRANSLATORS: this is a command alias #, c-format @@ -188,7 +196,7 @@ msgstr "Prosím, skontrolujte súbor a opravte prípadné položky „FIXME“" #. TRANSLATORS: information message msgid "Old API version" -msgstr "" +msgstr "Stará verzia API" #. TRANSLATORS: information message msgid "New API version" @@ -201,7 +209,7 @@ msgstr "Nedostatočný počet argumentov. Očakávali sa: starý.xml nový.xml v #. * e.g. "appdata" to "appstream" #, c-format msgid "Conversion %s to %s is not implemented" -msgstr "" +msgstr "Konverzia %s na %s nie je implementovaná" msgid "Not enough arguments, expected file.xml" msgstr "Nedostatočný počet argumentov. Očakávali sa: súbor.xml" @@ -210,15 +218,15 @@ msgstr "Nedostatočný počet argumentov. Očakávali sa: súbor.xml" #. * e.g. 'appdata' #, c-format msgid "File format '%s' cannot be upgraded" -msgstr "" +msgstr "Formát súboru \"%s\" nemôže byť aktualizovaný" #. TRANSLATORS: not a recognised file type msgid "Format not recognised" -msgstr "" +msgstr "Formát nebol rozpoznaný" #. TRANSLATORS: probably wrong XML msgid "No desktop applications found" -msgstr "" +msgstr "Nenašli sa žiadne aplikácie pracovného prostredia" #. TRANSLATORS: the file is valid msgid "OK" @@ -236,11 +244,11 @@ msgstr "Overenie súborov zlyhalo" #. TRANSLATORS: application was removed msgid "Removed" -msgstr "" +msgstr "Odstránená" #. TRANSLATORS: application was added msgid "Added" -msgstr "" +msgstr "Pridaná" #. TRANSLATORS: this is the --nonet argument msgid "Do not use network access" @@ -352,6 +360,10 @@ msgstr "Porovná obsahy dvoch súborov AppStream" #. TRANSLATORS: command description msgid "Generate a GUID from an input string" +msgstr "Vygenerovať identifikátor GUID zo vstupného reťazca" + +#. TRANSLATORS: command description +msgid "Modify an AppData file" msgstr "" #. TRANSLATORS: program name @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Slovenian (http://www.transifex.com/freedesktop/appstream-glib/language/sl/)\n" "MIME-Version: 1.0\n" @@ -153,6 +153,14 @@ msgstr "" msgid "Error parsing translations" msgstr "" +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" +msgstr "" + #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" @@ -353,6 +361,10 @@ msgstr "" msgid "Generate a GUID from an input string" msgstr "" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "Pripomoček AppStream" @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Serbian (http://www.transifex.com/freedesktop/appstream-glib/language/sr/)\n" "MIME-Version: 1.0\n" @@ -155,6 +155,14 @@ msgstr "" msgid "Error parsing translations" msgstr "" +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" +msgstr "" + #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" @@ -355,6 +363,10 @@ msgstr "Упореди садржај две датотеке Програмск msgid "Generate a GUID from an input string" msgstr "" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "Алатка Програмског тока" diff --git a/po/sr@latin.po b/po/sr@latin.po index addc952..406213e 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/freedesktop/appstream-glib/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -155,6 +155,14 @@ msgstr "" msgid "Error parsing translations" msgstr "" +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" +msgstr "" + #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" @@ -355,6 +363,10 @@ msgstr "Uporedi sadržaj dve datoteke Programskog toka" msgid "Generate a GUID from an input string" msgstr "" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "Alatka Programskog toka" @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Swedish (http://www.transifex.com/freedesktop/appstream-glib/language/sv/)\n" "MIME-Version: 1.0\n" @@ -154,6 +154,14 @@ msgstr "" msgid "Error parsing translations" msgstr "" +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" +msgstr "" + #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" @@ -354,6 +362,10 @@ msgstr "Jämför innehåller från två AppStream-filer" msgid "Generate a GUID from an input string" msgstr "Generera ett GUID från en inmatad sträng" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "AppStream Utility" @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Turkish (http://www.transifex.com/freedesktop/appstream-glib/language/tr/)\n" "MIME-Version: 1.0\n" @@ -154,6 +154,14 @@ msgstr "" msgid "Error parsing translations" msgstr "" +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" +msgstr "" + #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" @@ -354,6 +362,10 @@ msgstr "" msgid "Generate a GUID from an input string" msgstr "" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "AppStream Uygulaması" @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Ukrainian (http://www.transifex.com/freedesktop/appstream-glib/language/uk/)\n" "MIME-Version: 1.0\n" @@ -134,43 +134,51 @@ msgstr "Виконано!" #. TRANSLATORS: we've saving the icon file to disk msgid "Saving icon" -msgstr "" +msgstr "Зберігаємо піктограму" #. TRANSLATORS: command line option msgid "Set the prefix" -msgstr "" +msgstr "Встановити префікс" #. TRANSLATORS: we're generating the AppStream data msgid "Processing application" -msgstr "" +msgstr "Обробляємо програму" #. TRANSLATORS: the .appdata.xml file could not #. * be loaded msgid "Error loading AppData file" -msgstr "" +msgstr "Помилка під час спроби завантажити файл AppData" #. TRANSLATORS: the .mo files could not be parsed msgid "Error parsing translations" +msgstr "Помилка під час спроби обробити переклади" + +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" msgstr "" #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" -msgstr "" +msgstr "Помилка під час спроби завантажити файл desktop" #. TRANSLATORS: this is when the folder could #. * not be created msgid "Error creating output directory" -msgstr "" +msgstr "Помилка під час спроби створення каталогу результатів" #. TRANSLATORS: we've saving the XML file to disk msgid "Saving AppStream" -msgstr "" +msgstr "Зберігаємо AppStream" #. TRANSLATORS: this is when the destination file #. * cannot be saved for some reason msgid "Error saving AppStream file" -msgstr "" +msgstr "Помилка під час спроби зберегти файл AppStream" #. TRANSLATORS: this is a command alias #, c-format @@ -353,6 +361,10 @@ msgstr "Порівняти вміст двох файлів AppStream" msgid "Generate a GUID from an input string" msgstr "Створити GUID на основі рядка вхідних даних" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "Інструмент AppStream" diff --git a/po/zh_CN.po b/po/zh_CN.po index 20ac79f..445fa81 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -5,14 +5,14 @@ # Translators: # Boyuan Yang <073plan@gmail.com>, 2015 # Dz Chen <wsxy162@gmail.com>, 2016 -# 白铭骢 <jeffbai@aosc.xyz>, 2015 +# 白铭骢 <jeffbai@aosc.xyz>, 2015-2016 # 白铭骢 <jeffbai@aosc.xyz>, 2015 msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Chinese (China) (http://www.transifex.com/freedesktop/appstream-glib/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -137,43 +137,51 @@ msgstr "完成!" #. TRANSLATORS: we've saving the icon file to disk msgid "Saving icon" -msgstr "" +msgstr "正在保存图标" #. TRANSLATORS: command line option msgid "Set the prefix" -msgstr "" +msgstr "设置前缀" #. TRANSLATORS: we're generating the AppStream data msgid "Processing application" -msgstr "" +msgstr "正在处理应用程序" #. TRANSLATORS: the .appdata.xml file could not #. * be loaded msgid "Error loading AppData file" -msgstr "" +msgstr "载入 AppData 文件出错" #. TRANSLATORS: the .mo files could not be parsed msgid "Error parsing translations" +msgstr "解析翻译出错" + +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" msgstr "" #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" -msgstr "" +msgstr "载入 desktop 文件出错" #. TRANSLATORS: this is when the folder could #. * not be created msgid "Error creating output directory" -msgstr "" +msgstr "创建输出目录出错" #. TRANSLATORS: we've saving the XML file to disk msgid "Saving AppStream" -msgstr "" +msgstr "正在保存 AppStream" #. TRANSLATORS: this is when the destination file #. * cannot be saved for some reason msgid "Error saving AppStream file" -msgstr "" +msgstr "保存 AppStream 文件出错" #. TRANSLATORS: this is a command alias #, c-format @@ -356,6 +364,10 @@ msgstr "比较两份 AppStream 文件的内容" msgid "Generate a GUID from an input string" msgstr "从输入字符串创建 GUID" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "AppStream 实用工具" diff --git a/po/zh_TW.po b/po/zh_TW.po index 0fff659..164cd18 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: appstream-glib\n" "Report-Msgid-Bugs-To: richard@hughsie.com\n" -"POT-Creation-Date: 2016-01-22 14:01+0000\n" -"PO-Revision-Date: 2016-01-22 14:01+0000\n" +"POT-Creation-Date: 2016-02-02 13:49+0000\n" +"PO-Revision-Date: 2016-02-02 13:49+0000\n" "Last-Translator: Richard Hughes <richard@hughsie.com>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/freedesktop/appstream-glib/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -133,43 +133,51 @@ msgstr "完成!" #. TRANSLATORS: we've saving the icon file to disk msgid "Saving icon" -msgstr "" +msgstr "正在儲存圖示" #. TRANSLATORS: command line option msgid "Set the prefix" -msgstr "" +msgstr "設定前綴" #. TRANSLATORS: we're generating the AppStream data msgid "Processing application" -msgstr "" +msgstr "正在處理應用程式" #. TRANSLATORS: the .appdata.xml file could not #. * be loaded msgid "Error loading AppData file" -msgstr "" +msgstr "載入 AppData 檔案時發生錯誤" #. TRANSLATORS: the .mo files could not be parsed msgid "Error parsing translations" +msgstr "解析翻譯時發生錯誤" + +#. TRANSLATORS: we could not auto-add the kudo +msgid "Error parsing kudos" +msgstr "" + +#. TRANSLATORS: we could not auto-add the provides +msgid "Error parsing provides" msgstr "" #. TRANSLATORS: the .desktop file could not #. * be loaded msgid "Error loading desktop file" -msgstr "" +msgstr "載入桌面檔時發生錯誤" #. TRANSLATORS: this is when the folder could #. * not be created msgid "Error creating output directory" -msgstr "" +msgstr "建立輸出目錄時發生錯誤" #. TRANSLATORS: we've saving the XML file to disk msgid "Saving AppStream" -msgstr "" +msgstr "正在儲存 AppStream" #. TRANSLATORS: this is when the destination file #. * cannot be saved for some reason msgid "Error saving AppStream file" -msgstr "" +msgstr "儲存 AppStream 檔案時發生錯誤" #. TRANSLATORS: this is a command alias #, c-format @@ -186,11 +194,11 @@ msgstr "請檢閱檔案並修正任何有「FIXME」的項目" #. TRANSLATORS: information message msgid "Old API version" -msgstr "" +msgstr "舊 API 版本" #. TRANSLATORS: information message msgid "New API version" -msgstr "新的 API 版本" +msgstr "新 API 版本" msgid "Not enough arguments, expected old.xml new.xml version" msgstr "引數不夠,預期 old.xml new.xml 版本" @@ -199,7 +207,7 @@ msgstr "引數不夠,預期 old.xml new.xml 版本" #. * e.g. "appdata" to "appstream" #, c-format msgid "Conversion %s to %s is not implemented" -msgstr "" +msgstr "尚未實作從 %s 至 %s 的轉換" msgid "Not enough arguments, expected file.xml" msgstr "引數不足,預期 file.xml" @@ -208,15 +216,15 @@ msgstr "引數不足,預期 file.xml" #. * e.g. 'appdata' #, c-format msgid "File format '%s' cannot be upgraded" -msgstr "" +msgstr "無法升級「%s」格式" #. TRANSLATORS: not a recognised file type msgid "Format not recognised" -msgstr "" +msgstr "無法辨別格式" #. TRANSLATORS: probably wrong XML msgid "No desktop applications found" -msgstr "" +msgstr "找不到桌面應用程式" #. TRANSLATORS: the file is valid msgid "OK" @@ -234,11 +242,11 @@ msgstr "檔案驗證失敗" #. TRANSLATORS: application was removed msgid "Removed" -msgstr "" +msgstr "已移除" #. TRANSLATORS: application was added msgid "Added" -msgstr "" +msgstr "已加入" #. TRANSLATORS: this is the --nonet argument msgid "Do not use network access" @@ -352,6 +360,10 @@ msgstr "比較兩份 AppStream 檔案的內容" msgid "Generate a GUID from an input string" msgstr "從輸入字串生成 GUID" +#. TRANSLATORS: command description +msgid "Modify an AppData file" +msgstr "" + #. TRANSLATORS: program name msgid "AppStream Utility" msgstr "AppStream 公用程式" |