From 8fe463d226aa69aaa7711c8759130348d29d3595 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 15 Apr 2024 14:11:25 +0100 Subject: [PATCH] trivial: Update translations for Weblate --- RELEASE | 1 + po/passim.pot | 105 +++++++++++++++++++++++++++++++++++--------------- 2 files changed, 74 insertions(+), 32 deletions(-) diff --git a/RELEASE b/RELEASE index b78d5aa..9bd2967 100644 --- a/RELEASE +++ b/RELEASE @@ -9,6 +9,7 @@ appstream-util appdata-to-news ../data/org.freedesktop.Passim.metainfo.xml > NEW Update translations: ninja-build passim-pot +git commit -a -m "trivial: Update translations for Weblate" # MAKE SURE THIS IS CORRECT export release_ver="0.1.6" diff --git a/po/passim.pot b/po/passim.pot index 096876f..3e0b7b6 100644 --- a/po/passim.pot +++ b/po/passim.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: passim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-14 18:42+0100\n" +"POT-Creation-Date: 2024-04-15 14:10+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,154 +18,195 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. TRANSLATORS: the item is not enabled -#: src/passim-cli.c:179 +#: src/passim-cli.c:180 msgid "Disabled" msgstr "" #. TRANSLATORS: only begin sharing the item after the next restart -#: src/passim-cli.c:183 +#: src/passim-cli.c:184 msgid "Next Reboot" msgstr "" #. TRANSLATORS: item file basename -#: src/passim-cli.c:196 +#: src/passim-cli.c:197 msgid "Filename" msgstr "" #. TRANSLATORS: item flags -#: src/passim-cli.c:203 +#: src/passim-cli.c:204 msgid "Flags" msgstr "" #. TRANSLATORS: basename of the thing that published the item -#: src/passim-cli.c:210 +#: src/passim-cli.c:211 msgid "Command Line" msgstr "" #. TRANSLATORS: age of the published item -#: src/passim-cli.c:217 +#: src/passim-cli.c:218 msgid "Age" msgstr "" #. TRANSLATORS: number of times we can share the item -#: src/passim-cli.c:226 +#: src/passim-cli.c:227 msgid "Share Limit" msgstr "" #. TRANSLATORS: size of the published item -#: src/passim-cli.c:235 +#: src/passim-cli.c:236 msgid "Size" msgstr "" +#. TRANSLATORS: the daemon autogenerated name, e.g. "Passim-ABCD" +#: src/passim-cli.c:271 +msgid "Name" +msgstr "" + #. TRANSLATORS: daemon is starting up -#: src/passim-cli.c:269 +#: src/passim-cli.c:278 msgid "Loading…" msgstr "" #. TRANSLATORS: daemon is scared to publish files -#: src/passim-cli.c:272 +#: src/passim-cli.c:281 msgid "Disabled (metered network)" msgstr "" #. TRANSLATORS: daemon is offering files like normal -#: src/passim-cli.c:275 +#: src/passim-cli.c:284 msgid "Running" msgstr "" -#: src/passim-cli.c:279 +#. TRANSLATORS: what the daemon is doing right now, e.g. 'Running' +#: src/passim-cli.c:289 msgid "Status" msgstr "" #. TRANSLATORS: how many bytes we did not download from the internet -#: src/passim-cli.c:287 +#: src/passim-cli.c:297 msgid "Network Saving" msgstr "" #. TRANSLATORS: how much carbon we did not *burn* by using local data -#: src/passim-cli.c:294 +#: src/passim-cli.c:304 msgid "Carbon Saving" msgstr "" #. TRANSLATORS: full https://whatever of the daemon -#: src/passim-cli.c:302 +#: src/passim-cli.c:312 msgid "URI" msgstr "" #. TRANSLATORS: user mistyped the command -#: src/passim-cli.c:341 src/passim-cli.c:371 +#: src/passim-cli.c:351 src/passim-cli.c:381 msgid "Invalid arguments" msgstr "" #. TRANSLATORS: now sharing to the world -#: src/passim-cli.c:358 +#: src/passim-cli.c:368 msgid "Published" msgstr "" #. TRANSLATORS: no longer sharing with the world -#: src/passim-cli.c:378 +#: src/passim-cli.c:388 msgid "Unpublished" msgstr "" +#. TRANSLATORS: user mistyped the command +#: src/passim-cli.c:426 +msgid "Invalid arguments, expected BASENAME HASH" +msgstr "" + +#. TRANSLATORS: %1 is a filename, %2 is a internet address and %3 is +#. the untranslated error phrase +#: src/passim-cli.c:469 +#, c-format +msgid "Failed to download %s from %s: %s" +msgstr "" + +#. TRANSLATORS: %1 is a filename, %2 is a internet address +#: src/passim-cli.c:483 +#, c-format +msgid "Failed to download %s from %s as file checksum does not match" +msgstr "" + +#. TRANSLATORS: %1 is a filename, %2 is size (e.g. '1.3 MB') and %3 is a type, (e.g. +#. * 'application/zstd') +#: src/passim-cli.c:502 +#, c-format +msgid "Saved %s (%s of %s)" +msgstr "" + #. TRANSLATORS: --version -#: src/passim-cli.c:393 +#: src/passim-cli.c:518 msgid "Show project version" msgstr "" -#: src/passim-cli.c:400 +#: src/passim-cli.c:525 msgid "Next reboot" msgstr "" #. TRANSLATORS: CLI action description -#: src/passim-cli.c:415 +#: src/passim-cli.c:540 msgid "Show daemon status" msgstr "" #. TRANSLATORS: CLI option example -#: src/passim-cli.c:420 +#: src/passim-cli.c:545 msgid "FILENAME [MAX-AGE] [MAX-SHARE]" msgstr "" #. TRANSLATORS: CLI action description -#: src/passim-cli.c:422 +#: src/passim-cli.c:547 msgid "Publish an additional file" msgstr "" #. TRANSLATORS: CLI option example -#: src/passim-cli.c:427 +#: src/passim-cli.c:552 msgid "HASH" msgstr "" #. TRANSLATORS: CLI action description -#: src/passim-cli.c:429 +#: src/passim-cli.c:554 msgid "Unpublish an existing file" msgstr "" +#. TRANSLATORS: CLI option example +#: src/passim-cli.c:559 +msgid "BASENAME HASH" +msgstr "" + +#. TRANSLATORS: CLI action description +#: src/passim-cli.c:561 +msgid "Download a file from a remote machine" +msgstr "" + #. TRANSLATORS: CLI tool description -#: src/passim-cli.c:436 +#: src/passim-cli.c:568 msgid "Interact with the local passimd process." msgstr "" #. TRANSLATORS: CLI tool name -#: src/passim-cli.c:438 +#: src/passim-cli.c:570 msgid "Passim CLI" msgstr "" #. TRANSLATORS: we don't know what to do -#: src/passim-cli.c:442 +#: src/passim-cli.c:574 msgid "Failed to parse arguments" msgstr "" #. TRANSLATORS: daemon failed to start -#: src/passim-cli.c:450 +#: src/passim-cli.c:582 msgid "Failed to connect to daemon" msgstr "" #. TRANSLATORS: CLI tool -#: src/passim-cli.c:457 +#: src/passim-cli.c:589 msgid "client version" msgstr "" #. TRANSLATORS: server -#: src/passim-cli.c:459 +#: src/passim-cli.c:591 msgid "daemon version" msgstr ""