Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions library/allos.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.7\n"
Expand Down Expand Up @@ -31,8 +30,8 @@ msgid ""
"interfaces, but they are available on most other systems as well. Here's an "
"overview:"
msgstr ""
"I moduli descritti in questo capitolo forniscono interfacce al sistema operativo "
"funzionalità che sono disponibili su (quasi) tutti i sistemi operativi, come i file "
"e un clock. Le interfacce sono generalmente modellate su quelle Unix o C "
"I moduli descritti in questo capitolo forniscono interfacce alle funzionalità "
"del sistema operativo che sono disponibili su (quasi) tutti i sistemi operativi, come i file "
"e un clock. Le interfacce sono in generale modellate sul modello Unix o C, "
"ma sono disponibili anche sulla maggior parte degli altri sistemi. Ecco una "
"panoramica:"
17 changes: 11 additions & 6 deletions library/archiving.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,24 @@
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-01 22:23+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"PO-Revision-Date: 2024-06-15 12:01+0200\n"
"Last-Translator: Adnan Said <adnansaidre@gmail.com>\n"
"Language-Team: \n"
"Language: it_IT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.2.1\n"

#: library/archiving.rst:5
msgid "Data Compression and Archiving"
msgstr ""
msgstr "Compressione e Archiviazione dei Dati"

#: library/archiving.rst:7
msgid ""
Expand All @@ -28,3 +29,7 @@ msgid ""
"format archives. See also :ref:`archiving-operations` provided by the :mod:"
"`shutil` module."
msgstr ""
"I moduli descritti in questo capitolo supportano la compressione dei dati con "
"gli algoritmi zlib, gzip, bzip2 e lzma, e la creazione di archivi nei formati "
"ZIP- e tar-. Vedi anche :ref:`archiving-operations` fornite dal modulo :mod:"
"`shutil`."
Loading