Skip to content

Commit 6cd8dc4

Browse files
committed
modifiche a bugs, aggiunti contents, license e sphinx
1 parent 2b19a6e commit 6cd8dc4

File tree

4 files changed

+226
-150
lines changed

4 files changed

+226
-150
lines changed

bugs.po

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.7\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2019-04-21 18:09+0200\n"
11-
"PO-Revision-Date: 2019-04-21 21:40+0200\n"
11+
"PO-Revision-Date: 2019-04-21 22:39+0200\n"
1212
"MIME-Version: 1.0\n"
1313
"Content-Type: text/plain; charset=UTF-8\n"
1414
"Content-Transfer-Encoding: 8bit\n"
@@ -20,7 +20,7 @@ msgstr ""
2020

2121
#: ../Doc/bugs.rst:5
2222
msgid "Dealing with Bugs"
23-
msgstr "Come comportarsi in presenza di *bug*"
23+
msgstr "Come comportarsi con i *bug*"
2424

2525
#: ../Doc/bugs.rst:7
2626
msgid ""
@@ -30,8 +30,8 @@ msgid ""
3030
msgstr ""
3131
"Python è un linguaggio di programmazione maturo che ha ottenuto una "
3232
"reputazione di stabilità. Al fine di mantenere questa reputazione, gli "
33-
"sviluppatori sarebbero contenti di ricevere delle segnalazioni nel caso "
34-
"dovessi trovare eventuali mancanze in Python."
33+
"sviluppatori saranno contenti di ricevere delle segnalazioni nel caso "
34+
"dovessi trovare eventuali errori in Python."
3535

3636
#: ../Doc/bugs.rst:11
3737
msgid ""
@@ -46,18 +46,18 @@ msgstr ""
4646

4747
#: ../Doc/bugs.rst:16
4848
msgid "Documentation bugs"
49-
msgstr "Documentazione dei *bug*"
49+
msgstr "Errori nella Documentazione"
5050

5151
#: ../Doc/bugs.rst:18
5252
msgid ""
5353
"If you find a bug in this documentation or would like to propose an "
5454
"improvement, please submit a bug report on the :ref:`tracker <using-the-"
5555
"tracker>`. If you have a suggestion on how to fix it, include that as well."
5656
msgstr ""
57-
"Se si dovesse trovare un *bug* in questa documentazione o si desideri "
58-
"proporre un miglioramento, si prega di inviare una segnalazione su :ref:"
59-
"`tracker <using-the-tracker>`. Se dovessi avere anche un suggerimento su "
60-
"come risolvere il problema, includilo!"
57+
"Se dovessi trovare errori in questa documentazione o desideri proporre un "
58+
"miglioramento, ti preghiamo di inviare una segnalazione su :ref:`tracker "
59+
"<using-the-tracker>`. Se dovessi avere anche un suggerimento su come "
60+
"risolvere il problema, aggiungilo!"
6161

6262
#: ../Doc/bugs.rst:22
6363
msgid ""

contents.po

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,21 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6-
#, fuzzy
76
msgid ""
87
msgstr ""
98
"Project-Id-Version: Python 3.7\n"
109
"Report-Msgid-Bugs-To: \n"
1110
"POT-Creation-Date: 2019-04-21 18:09+0200\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14-
"Language-Team: LANGUAGE <LL@li.org>\n"
11+
"PO-Revision-Date: 2019-04-21 22:39+0200\n"
1512
"MIME-Version: 1.0\n"
1613
"Content-Type: text/plain; charset=UTF-8\n"
1714
"Content-Transfer-Encoding: 8bit\n"
15+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
16+
"Last-Translator: Alessandro Cucci <alessandro.cucci@gmail.com>\n"
17+
"Language-Team: \n"
18+
"Language: it_IT\n"
19+
"X-Generator: Poedit 2.2.1\n"
1820

1921
#: ../Doc/contents.rst:3
2022
msgid "Python Documentation contents"
21-
msgstr ""
23+
msgstr "Contenuto della documentazione Python"

0 commit comments

Comments
 (0)