1
0
mirror of https://github.com/systemd/systemd synced 2025-10-04 03:04:44 +02:00

Compare commits

..

No commits in common. "2fe2ee9adb18347efc0f6856830b63ba0aa874a2" and "33275ce383745f0538a01adb2d13e080f0da5e8b" have entirely different histories.

6 changed files with 31 additions and 1210 deletions

View File

@ -42,4 +42,3 @@ zh_CN
zh_TW
kn
ar
km

View File

@ -4,14 +4,13 @@
# Traduzione in italiano per il pacchetto systemd
# Daniele Medri <dmedri@gmail.com>, 2013-2024.
# Salvatore Cocuzza <info@salvatorecocuzza.it>, 2024.
# Nathan <nathan95@live.it>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-23 15:38+0100\n"
"PO-Revision-Date: 2025-08-06 15:08+0000\n"
"Last-Translator: Nathan <nathan95@live.it>\n"
"PO-Revision-Date: 2024-12-24 03:29+0000\n"
"Last-Translator: Salvatore Cocuzza <info@salvatorecocuzza.it>\n"
"Language-Team: Italian <https://translate.fedoraproject.org/projects/systemd/"
"main/it/>\n"
"Language: it\n"
@ -19,7 +18,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
"X-Generator: Weblate 5.9.1\n"
#: src/core/org.freedesktop.systemd1.policy.in:22
msgid "Send passphrase back to system"
@ -155,13 +154,14 @@ msgstr "Autenticazione richiesta per attivare l'area home di un utente."
#: src/home/org.freedesktop.home1.policy:93
msgid "Manage Home Directory Signing Keys"
msgstr "Gestire le chiavi di firma della directory home"
msgstr ""
#: src/home/org.freedesktop.home1.policy:94
#, fuzzy
#| msgid "Authentication is required to manage system services or other units."
msgid "Authentication is required to manage signing keys for home directories."
msgstr ""
"È necessaria l'autenticazione per gestire le chiavi di firma delle directory "
"home."
"Autenticazione richiesta per gestire i servizi o le altre unità di sistema."
#: src/home/pam_systemd_home.c:336
#, c-format
@ -918,14 +918,19 @@ msgstr ""
"container locale."
#: src/machine/org.freedesktop.machine1.policy:106
#, fuzzy
#| msgid "Create a local virtual machine or container"
msgid "Register a local virtual machine or container"
msgstr "Registrare una macchina virtuale o un container locale"
msgstr "Crea una macchina virtuale o un contenitore locale"
#: src/machine/org.freedesktop.machine1.policy:107
#, fuzzy
#| msgid ""
#| "Authentication is required to create a local virtual machine or container."
msgid ""
"Authentication is required to register a local virtual machine or container."
msgstr ""
"È necessaria l'autenticazione per registrare una macchina virtuale o un "
"L'autenticazione è necessaria per creare una macchina virtuale o un "
"container locale."
#: src/machine/org.freedesktop.machine1.policy:116
@ -1162,11 +1167,14 @@ msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:154
msgid "Subscribe to DNS configuration"
msgstr "Sottoscrivere la configurazione DNS"
msgstr ""
#: src/resolve/org.freedesktop.resolve1.policy:155
#, fuzzy
#| msgid "Authentication is required to subscribe query results."
msgid "Authentication is required to subscribe to DNS configuration."
msgstr "È necessaria l'autenticazione per sottoscrivere la configurazione DNS."
msgstr ""
"Per sottoscrivere i risultati della query è necessaria l'autenticazione."
#: src/resolve/org.freedesktop.resolve1.policy:165
msgid "Dump cache"
@ -1316,12 +1324,16 @@ msgstr ""
"'$(unit)'."
#: src/core/dbus-unit.c:620
#, fuzzy
#| msgid ""
#| "Authentication is required to send a UNIX signal to the processes of "
#| "'$(unit)'."
msgid ""
"Authentication is required to send a UNIX signal to the processes of "
"subgroup of '$(unit)'."
msgstr ""
"È necessaria l'autenticazione per inviare un segnale UNIX ai processi del "
"sottogruppo di '$(unit)'."
"Autenticazione richiesta per inviare un segnale UNIX ai processi di "
"'$(unit)'."
#: src/core/dbus-unit.c:648
msgid "Authentication is required to reset the \"failed\" state of '$(unit)'."

1190
po/km.po

File diff suppressed because it is too large Load Diff

View File

@ -1353,10 +1353,10 @@ void unit_modify_nft_set(Unit *u, bool add) {
r = nft_set_element_modify_any(u->manager->fw_ctx, add, nft_set->nfproto, nft_set->table, nft_set->set, &element, sizeof(element));
if (r < 0)
log_warning_errno(r, "Failed to %s NFT set entry: family %s, table %s, set %s, cgroup %" PRIu64 ", ignoring: %m",
log_warning_errno(r, "Failed to %s NFT set: family %s, table %s, set %s, cgroup %" PRIu64 ", ignoring: %m",
add? "add" : "delete", nfproto_to_string(nft_set->nfproto), nft_set->table, nft_set->set, crt->cgroup_id);
else
log_debug("%s NFT set entry: family %s, table %s, set %s, cgroup %" PRIu64,
log_debug("%s NFT set: family %s, table %s, set %s, cgroup %" PRIu64,
add? "Added" : "Deleted", nfproto_to_string(nft_set->nfproto), nft_set->table, nft_set->set, crt->cgroup_id);
}
}

View File

@ -5291,10 +5291,10 @@ static void unit_modify_user_nft_set(Unit *u, bool add, NFTSetSource source, uin
r = nft_set_element_modify_any(u->manager->fw_ctx, add, nft_set->nfproto, nft_set->table, nft_set->set, &element, sizeof(element));
if (r < 0)
log_warning_errno(r, "Failed to %s NFT set entry: family %s, table %s, set %s, ID %u, ignoring: %m",
log_warning_errno(r, "Failed to %s NFT set: family %s, table %s, set %s, ID %u, ignoring: %m",
add? "add" : "delete", nfproto_to_string(nft_set->nfproto), nft_set->table, nft_set->set, element);
else
log_debug("%s NFT set entry: family %s, table %s, set %s, ID %u",
log_debug("%s NFT set: family %s, table %s, set %s, ID %u",
add? "Added" : "Deleted", nfproto_to_string(nft_set->nfproto), nft_set->table, nft_set->set, element);
}
}

View File

@ -734,12 +734,12 @@ static void address_modify_nft_set_context(Address *address, bool add, NFTSetCon
}
if (r < 0)
log_warning_errno(r, "Failed to %s NFT set entry: family %s, table %s, set %s, IP address %s, ignoring: %m",
log_warning_errno(r, "Failed to %s NFT set: family %s, table %s, set %s, IP address %s, ignoring: %m",
add ? "add" : "delete",
nfproto_to_string(nft_set->nfproto), nft_set->table, nft_set->set,
IN_ADDR_PREFIX_TO_STRING(address->family, &address->in_addr, address->prefixlen));
else
log_debug("%s NFT set entry: family %s, table %s, set %s, IP address %s",
log_debug("%s NFT set: family %s, table %s, set %s, IP address %s",
add ? "Added" : "Deleted",
nfproto_to_string(nft_set->nfproto), nft_set->table, nft_set->set,
IN_ADDR_PREFIX_TO_STRING(address->family, &address->in_addr, address->prefixlen));