diff --git a/build-aux/snap/snapcraft.yaml b/build-aux/snap/snapcraft.yaml index 1faf493a7..fedb8d839 100644 --- a/build-aux/snap/snapcraft.yaml +++ b/build-aux/snap/snapcraft.yaml @@ -32,7 +32,7 @@ parts: meson-parameters: - --prefix=/usr - -Ddevel=true - parse-info: [usr/share/metainfo/dev.geopjr.Tuba.appdata.xml] + parse-info: [usr/share/metainfo/dev.geopjr.Tuba.metainfo.xml] build-packages: - libjson-glib-dev - libsecret-1-dev diff --git a/data/dev.geopjr.Tuba.appdata.xml.in b/data/dev.geopjr.Tuba.metainfo.xml.in similarity index 100% rename from data/dev.geopjr.Tuba.appdata.xml.in rename to data/dev.geopjr.Tuba.metainfo.xml.in diff --git a/data/meson.build b/data/meson.build index 1a1c6a728..15e6a07af 100644 --- a/data/meson.build +++ b/data/meson.build @@ -43,8 +43,8 @@ if desktop_utils.found() endif appstream_file = i18n.merge_file( - input: meson.project_name() + '.appdata.xml.in', - output: meson.project_name() + '.appdata.xml', + input: meson.project_name() + '.metainfo.xml.in', + output: meson.project_name() + '.metainfo.xml', po_dir: join_paths(meson.project_source_root(), 'po'), install: true, install_dir: join_paths(get_option('datadir'), 'metainfo'), @@ -55,6 +55,6 @@ if appstream_util.found() test( 'Validate appstream file', appstream_util, - args: ['validate-relax', appstream_file], + args: ['validate-relax', '--nonet', appstream_file], ) endif diff --git a/po/POTFILES b/po/POTFILES index a8a5a1177..b32f4686e 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -1,5 +1,5 @@ ./data/dev.geopjr.Tuba.desktop.in -./data/dev.geopjr.Tuba.appdata.xml.in +./data/dev.geopjr.Tuba.metainfo.xml.in ./data/ui/widgets/status.ui ./data/ui/widgets/votebox.ui diff --git a/po/ar.po b/po/ar.po index c50f53535..cba75b1c2 100644 --- a/po/ar.po +++ b/po/ar.po @@ -19,11 +19,11 @@ msgstr "" "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "X-Generator: Weblate 5.0-dev\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "Tuba" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "تصفح الفديفرس" @@ -35,14 +35,14 @@ msgstr "" msgid "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" msgstr "تبويق;ماستدون;الفديفرس;غوتو سوشل;بليروما;أكوما;" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " "platforms like Mastodon, GoToSocial, Akkoma & more!" msgstr "" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and " diff --git a/po/be.po b/po/be.po index 07202f0fd..e512cfa8c 100644 --- a/po/be.po +++ b/po/be.po @@ -19,11 +19,11 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 5.0-dev\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "Tuba" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "Праглядзіце Fediverse" @@ -35,7 +35,7 @@ msgstr "Кліент Fediverse" msgid "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" msgstr "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " @@ -45,7 +45,7 @@ msgstr "" "сувязі са сваімі любімымі супольнасцямі, сям'ёй і сябрамі з падтрымкай такіх " "платформаў Fediverse, як Mastodon, GoToSocial, Akkoma і іншых!" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and " diff --git a/po/de_DE.po b/po/de_DE.po index 20f30dc07..4f9fb093d 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -20,11 +20,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.0-dev\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "Tuba" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "Surfe im Fediverse" @@ -36,7 +36,7 @@ msgstr "Fediverse-Client" msgid "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" msgstr "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " @@ -47,7 +47,7 @@ msgstr "" "Unterstützung beliebter Fediverse-Plattformen wie Mastodon, GoToSocial, " "Akkoma & mehr!" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and " diff --git a/po/es.po b/po/es.po index cc81f4051..ca4ad228a 100644 --- a/po/es.po +++ b/po/es.po @@ -20,11 +20,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.0-dev\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "Tuba" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "Explore el Fediverso" @@ -36,7 +36,7 @@ msgstr "Cliente para Fediverso" msgid "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" msgstr "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " @@ -46,7 +46,7 @@ msgstr "" "conectado con sus comunidades favoritas, familia y amigos con soporte para " "plataformas de Fediverso populares como Mastodon, GoToSocial, Akkoma y más!" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and " diff --git a/po/eu.po b/po/eu.po index f2cd99e4e..7b1573f9c 100644 --- a/po/eu.po +++ b/po/eu.po @@ -17,11 +17,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.0-dev\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "Tuba" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "Arakatu Fedibertsoa" @@ -33,7 +33,7 @@ msgstr "Fedibertsorako bezeroa" msgid "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" msgstr "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;fedibertsoa;" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " @@ -43,7 +43,7 @@ msgstr "" "zure komunitate gogokoenekin eta familia eta lagunekin, Mastodon, " "GoToSocial, Akkoma eta bestelako Fedibertsoko plataformen laguntzaz!" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and " diff --git a/po/fa.po b/po/fa.po index e2c38496c..ff53a7330 100644 --- a/po/fa.po +++ b/po/fa.po @@ -18,11 +18,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.18-dev\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "توبا" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "کاوش در فدیورس" @@ -36,7 +36,7 @@ msgstr "" "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;بوق;ماستودون;فدیورس;پلروما;" "گوتو سوشال;آکوما;" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " @@ -46,7 +46,7 @@ msgstr "" "خانواده و دوستان با پشتیبانی از بن‌سازه‌های محبوب فدبورس چون ماستودون، " "گوتوسوشال، آکوما و بیش‌تر!" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and " diff --git a/po/fi.po b/po/fi.po index 0f419592f..d1133523c 100644 --- a/po/fi.po +++ b/po/fi.po @@ -17,11 +17,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.0-dev\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "Tuba" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "Selaa Fediverseä" @@ -33,7 +33,7 @@ msgstr "Fediverse-asiakasohjelmisto" msgid "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" msgstr "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " @@ -43,7 +43,7 @@ msgstr "" "suosikkiyhteisöihisi, perheeseesi ja kavereihisi suosituilla " "liittoversumialustoilla kuten Mastodon, GoToSocial, Akkoma ja niin edelleen!" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and " diff --git a/po/fr.po b/po/fr.po index 2e799e8fa..c5a8899bc 100644 --- a/po/fr.po +++ b/po/fr.po @@ -18,11 +18,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.0-dev\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "Tuba" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "Parcourez le Fédiverse" @@ -34,7 +34,7 @@ msgstr "Client pour le Fédiverse" msgid "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" msgstr "toot;pouet;fediverse;gotosocial;pleroma;akkoma;mastodon;" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " @@ -45,7 +45,7 @@ msgstr "" "plateformes populaires du Fédiverse comme Mastodon, GoToSocial, Akkoma & " "plus encore !" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and " diff --git a/po/hu.po b/po/hu.po index 5e4a4561b..474aaf5ff 100644 --- a/po/hu.po +++ b/po/hu.po @@ -18,11 +18,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.18-dev\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "Tuba" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "Böngéssz a Fediverse-ben" @@ -34,7 +34,7 @@ msgstr "Fediverse kliens" msgid "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" msgstr "" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " @@ -45,7 +45,7 @@ msgstr "" "népszerű Fediverse felületeken, mint a Mastodon, GoToSocial, Akkoma és még " "sok más!" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and " diff --git a/po/it.po b/po/it.po index 85f85f6d1..8050d1234 100644 --- a/po/it.po +++ b/po/it.po @@ -19,11 +19,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.18-dev\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "Tuba" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "Esplora il Fediverso" @@ -35,7 +35,7 @@ msgstr "Client Fediverso" msgid "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" msgstr "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " @@ -45,7 +45,7 @@ msgstr "" "comunità, famiglia e amici preferiti con il supporto per piattaforme " "popolari del Fediverso come Mastodon, GoToSocial, Akkoma e molti altri!" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and " diff --git a/po/ja.po b/po/ja.po index f02847d20..65bcf83cb 100644 --- a/po/ja.po +++ b/po/ja.po @@ -17,11 +17,11 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.0-dev\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "Tuba" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "Fediverse を探索" @@ -33,7 +33,7 @@ msgstr "Fediverse クライアント" msgid "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" msgstr "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " @@ -43,7 +43,7 @@ msgstr "" "う。Mastodon、GoToSocial、Akkomaなどの人気のFediverseプラットフォームをサポー" "トしており、お気に入りのコミュニティ、家族や友達とつながることができます!" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and " diff --git a/po/ko.po b/po/ko.po index 1995a09d5..b2741d0cd 100644 --- a/po/ko.po +++ b/po/ko.po @@ -17,11 +17,11 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.0-dev\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "Tuba" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "연합우주 둘러보기" @@ -33,7 +33,7 @@ msgstr "연합우주 클라이언트" msgid "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" msgstr "툿;마스토돈;연합우주;gotosocial;pleroma;akkoma;" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " @@ -43,7 +43,7 @@ msgstr "" "기 있는 연합우주 플랫폼을 지원하여 좋아하는 커뮤니티, 가족, 친구들과 연결 상" "태를 유지하세요!" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and " diff --git a/po/nb_NO.po b/po/nb_NO.po index 6bc5f327c..ec90cb3be 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -18,11 +18,11 @@ msgstr "" "X-Generator: Poedit 2.4.2\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "" @@ -34,14 +34,14 @@ msgstr "" msgid "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" msgstr "" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " "platforms like Mastodon, GoToSocial, Akkoma & more!" msgstr "" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and " diff --git a/po/nl.po b/po/nl.po index 5d78213e1..0ef3a2dd5 100644 --- a/po/nl.po +++ b/po/nl.po @@ -18,11 +18,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.0-dev\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "Tuba" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "Verken de Fediverse" @@ -34,7 +34,7 @@ msgstr "Fediverse-cliënt" msgid "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" msgstr "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;fediversum;" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " @@ -44,7 +44,7 @@ msgstr "" "uw favoriete gemeenschappen, familie en vrienden; met ondersteuning voor " "populaire Fediverse-platforms zoals Mastodon, GoToSocial, Akkoma en meer!" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and " diff --git a/po/pl.po b/po/pl.po index 997c54bcf..e844e3aae 100644 --- a/po/pl.po +++ b/po/pl.po @@ -20,11 +20,11 @@ msgstr "" "|| n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 5.0-dev\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "Tuba" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "Przeglądaj fediwersum" @@ -36,7 +36,7 @@ msgstr "Klient fediwersum" msgid "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" msgstr "toot;wpis;mastodon;fediverse;fediwersum;gotosocial;pleroma;akkoma;" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " @@ -47,7 +47,7 @@ msgstr "" "dla popularnych platform fediwersum, takich jak Mastodon, GoToSocial, Akkoma " "i innych!" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and " diff --git a/po/pt.po b/po/pt.po index 753405028..411c8aa8a 100644 --- a/po/pt.po +++ b/po/pt.po @@ -18,11 +18,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.18.1\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "Tuba" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "Navegue pelo Fediverse" @@ -34,7 +34,7 @@ msgstr "Cliente para o Fediverse" msgid "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" msgstr "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " @@ -45,7 +45,7 @@ msgstr "" "para plataformas populares do Fediverse, como Mastodon, GoToSocial, Akkoma " "& mais!" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and " diff --git a/po/pt_BR.po b/po/pt_BR.po index cf6a5690d..210151cf5 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -24,11 +24,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 5.0-dev\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "Tuba" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "Navegue pelo Fediverse" @@ -40,7 +40,7 @@ msgstr "Cliente para o Fediverse" msgid "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" msgstr "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " @@ -51,7 +51,7 @@ msgstr "" "para plataformas populares do Fediverse, como Mastodon, GoToSocial, Akkoma " "& mais!" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and " diff --git a/po/ru.po b/po/ru.po index d02ef3874..f5fc732ea 100644 --- a/po/ru.po +++ b/po/ru.po @@ -18,11 +18,11 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 4.18-dev\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "Туба" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "Обзор сети Fediverse" @@ -34,7 +34,7 @@ msgstr "Клиент сети Fediverse" msgid "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" msgstr "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " @@ -45,7 +45,7 @@ msgstr "" "благодаря поддержке популярных платформ Fediverse, таких как Mastodon, " "GoToSocial, Akkoma и других!" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and " diff --git a/po/sv.po b/po/sv.po index cf61a86b9..89262c3f0 100644 --- a/po/sv.po +++ b/po/sv.po @@ -19,11 +19,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.0-dev\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "Tuba" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "Bläddra i Fediversum" @@ -35,7 +35,7 @@ msgstr "Fediversum klient" msgid "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" msgstr "tut;mastodon;fediversum;gotosocial;pleroma;akkoma;" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " @@ -45,7 +45,7 @@ msgstr "" "dina favoritgemenskaper, familj och vänner med stöd för populära Fediversum " "plattformar som Mastodon, GoToSocial, Akkoma & Mer!" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and " diff --git a/po/tr.po b/po/tr.po index 4733e93b2..4d97f9647 100644 --- a/po/tr.po +++ b/po/tr.po @@ -17,11 +17,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.18.1\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "Tuba" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "" @@ -33,14 +33,14 @@ msgstr "Fediverse İstemcisi" msgid "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" msgstr "" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " "platforms like Mastodon, GoToSocial, Akkoma & more!" msgstr "" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and " diff --git a/po/uk.po b/po/uk.po index 40aa58044..83abd225e 100644 --- a/po/uk.po +++ b/po/uk.po @@ -22,11 +22,11 @@ msgstr "" "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 5.0-dev\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "Tuba" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "Подорожувати по Fediverse" @@ -38,7 +38,7 @@ msgstr "Клієнт Fediverse" msgid "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" msgstr "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " @@ -48,7 +48,7 @@ msgstr "" "Залишайтеся на зв'язку із вашими улюбленими спільнотами, сім'єю та друзями з " "підтримкою платформ Fediverse, як Mastodon, GoToSocial, Akkoma тощо!" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and " diff --git a/po/zh_Hans.po b/po/zh_Hans.po index 9b41e1ca6..9e5fcccc9 100644 --- a/po/zh_Hans.po +++ b/po/zh_Hans.po @@ -19,11 +19,11 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.18-dev\n" -#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.appdata.xml.in:6 +#: data/dev.geopjr.Tuba.desktop.in:4 data/dev.geopjr.Tuba.metainfo.xml.in:6 msgid "Tuba" msgstr "Tuba" -#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.appdata.xml.in:7 +#: data/dev.geopjr.Tuba.desktop.in:5 data/dev.geopjr.Tuba.metainfo.xml.in:7 msgid "Browse the Fediverse" msgstr "浏览 Fediverse" @@ -35,7 +35,7 @@ msgstr "Fediverse 客户端" msgid "toot;mastodon;fediverse;gotosocial;pleroma;akkoma;" msgstr "" -#: data/dev.geopjr.Tuba.appdata.xml.in:9 +#: data/dev.geopjr.Tuba.metainfo.xml.in:9 msgid "" "Explore the federated social web with Tuba for GNOME. Stay connected to your " "favorite communities, family and friends with support for popular Fediverse " @@ -44,7 +44,7 @@ msgstr "" "使用 Tuba for GNOME 探索联合社交网络。支持流行的Fediverse平台如 Mastodon、" "GoToSocial、Akkoma 等,与您喜爱的社区、家人和朋友保持联系!" -#: data/dev.geopjr.Tuba.appdata.xml.in:12 +#: data/dev.geopjr.Tuba.metainfo.xml.in:12 msgid "" "The Fediverse is a decentralized social network that consists of multiple " "interconnected platforms and communities, allowing users to communicate and "