Skip to content

Commit 323b6fe

Browse files
committed
library/stdtypes
1 parent 17a301c commit 323b6fe

File tree

1 file changed

+23
-29
lines changed

1 file changed

+23
-29
lines changed

library/stdtypes.po

Lines changed: 23 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2741,15 +2741,14 @@ msgstr ""
27412741
"``\"ss\"``."
27422742

27432743
#: library/stdtypes.rst:1643
2744-
#, fuzzy
27452744
msgid ""
27462745
"The casefolding algorithm is `described in section 3.13 'Default Case "
27472746
"Folding' of the Unicode Standard <https://www.unicode.org/versions/"
27482747
"Unicode15.0.0/ch03.pdf>`__."
27492748
msgstr ""
2750-
"L'algoritmo di normalizzazione in minuscolo è `descritto nella sezione 3.13 "
2751-
"'Default Case Folding' dello Standard Unicode <https://www.unicode.org/"
2752-
"versions/Unicode15.1.0/ch03.pdf>`__."
2749+
"L'algoritmo di casefolding è `descritto nella sezione 3.13 'Default Case "
2750+
"Folding' dello Standard Unicode <https://www.unicode.org/versions/"
2751+
"Unicode15.0.0/ch03.pdf>`__."
27532752

27542753
#: library/stdtypes.rst:1652
27552754
msgid ""
@@ -2975,7 +2974,6 @@ msgstr ""
29752974
"isdecimal()``, ``c.isdigit()``, o ``c.isnumeric()``."
29762975

29772976
#: library/stdtypes.rst:1803
2978-
#, fuzzy
29792977
msgid ""
29802978
"Return ``True`` if all characters in the string are alphabetic and there is "
29812979
"at least one character, ``False`` otherwise. Alphabetic characters are "
@@ -2986,14 +2984,14 @@ msgid ""
29862984
"of the Unicode Standard <https://www.unicode.org/versions/Unicode15.0.0/ch04."
29872985
"pdf>`_."
29882986
msgstr ""
2989-
"Restituisce ``True`` se tutti i caratteri della stringa sono alfabetici e "
2987+
"Restituisce ``True`` se tutti i caratteri nella stringa sono alfabetici e "
29902988
"c'è almeno un carattere, ``False`` altrimenti. I caratteri alfabetici sono "
2991-
"quei caratteri definiti nel database dei caratteri Unicode come \"Letter\", "
2992-
"cioè quelli con la proprietà della categoria generale essere uno tra \"Lm\", "
2993-
"\"Lt\", \"Lu\", \"Ll\", o \"Lo\". Si noti che questo è diverso dalla "
2994-
"`proprietà alfabetica definita nella sezione 4.10 'Lettere, Alfabetico, e "
2995-
"Ideografico' dello Standard Unicode <https://www.unicode.org/versions/"
2996-
"Unicode15.1.0/ch04.pdf>`_."
2989+
"quelli definiti nel database dei caratteri Unicode come \"Letter\", cioè "
2990+
"quelli con proprietà di categoria generale essendo una di \"Lm\", \"Lt\", "
2991+
"\"Lu\", \"Ll\", o \"Lo\". Nota che questo è diverso dalla `proprietà "
2992+
"Alfabetica definita nella sezione 4.10 'Letters, Alphabetic, and "
2993+
"Ideographic' dello Standard Unicode <https://www.unicode.org/versions/"
2994+
"Unicode15.0.0/ch04.pdf>`_."
29972995

29982996
#: library/stdtypes.rst:1814
29992997
msgid ""
@@ -3171,15 +3169,14 @@ msgstr ""
31713169
"[4]_ convertiti in minuscolo."
31723170

31733171
#: library/stdtypes.rst:1943
3174-
#, fuzzy
31753172
msgid ""
31763173
"The lowercasing algorithm used is `described in section 3.13 'Default Case "
31773174
"Folding' of the Unicode Standard <https://www.unicode.org/versions/"
31783175
"Unicode15.0.0/ch03.pdf>`__."
31793176
msgstr ""
3180-
"L'algoritmo di conversione in minuscolo utilizzato è `descritto nella "
3181-
"sezione 3.13 'Default Case Folding' dello Standard Unicode <https://www."
3182-
"unicode.org/versions/Unicode15.1.0/ch03.pdf>`__."
3177+
"L'algoritmo di conversione in minuscolo usato è `descritto nella sezione "
3178+
"3.13 'Default Case Folding' dello Standard Unicode <https://www.unicode.org/"
3179+
"versions/Unicode15.0.0/ch03.pdf>`__."
31833180

31843181
#: library/stdtypes.rst:1950
31853182
msgid ""
@@ -3268,15 +3265,14 @@ msgstr ""
32683265
"della stringa originale::"
32693266

32703267
#: library/stdtypes.rst:2022
3271-
#, fuzzy
32723268
msgid ""
32733269
"Return a copy of the string with all occurrences of substring *old* replaced "
32743270
"by *new*. If the optional argument *count* is given, only the first *count* "
32753271
"occurrences are replaced."
32763272
msgstr ""
3277-
"Restituisce una copia della sequenza con tutte le occorrenze della "
3278-
"sottosequenza *old* sostituite da *new*. Se viene specificato l'argomento "
3279-
"opzionale *count*, vengono sostituite solo le prime *count* occorrenze."
3273+
"Restituisce una copia della stringa con tutte le occorrenze della "
3274+
"sottostringa *old* sostituite da *new*. Se viene fornito l'argomento "
3275+
"opzionale *count*, solo le prime *count* occorrenze vengono sostituite."
32803276

32813277
#: library/stdtypes.rst:2029
32823278
msgid ""
@@ -3683,15 +3679,14 @@ msgstr ""
36833679
"esempio \"Lt\" (Lettera, titolo)."
36843680

36853681
#: library/stdtypes.rst:2289
3686-
#, fuzzy
36873682
msgid ""
36883683
"The uppercasing algorithm used is `described in section 3.13 'Default Case "
36893684
"Folding' of the Unicode Standard <https://www.unicode.org/versions/"
36903685
"Unicode15.0.0/ch03.pdf>`__."
36913686
msgstr ""
36923687
"L'algoritmo di conversione in maiuscolo usato è `descritto nella sezione "
36933688
"3.13 'Default Case Folding' dello Standard Unicode <https://www.unicode.org/"
3694-
"versions/Unicode15.1.0/ch03.pdf>`__."
3689+
"versions/Unicode15.0.0/ch03.pdf>`__."
36953690

36963691
#: library/stdtypes.rst:2296
36973692
msgid ""
@@ -3729,7 +3724,6 @@ msgstr ""
37293724
"propri compromessi e vantaggi di semplicità, flessibilità e/o estensibilità."
37303725

37313726
#: library/stdtypes.rst:2335
3732-
#, fuzzy
37333727
msgid ""
37343728
"String objects have one unique built-in operation: the ``%`` operator "
37353729
"(modulo). This is also known as the string *formatting* or *interpolation* "
@@ -3738,12 +3732,12 @@ msgid ""
37383732
"elements of *values*. The effect is similar to using the :c:func:`sprintf` "
37393733
"in the C language."
37403734
msgstr ""
3741-
"Gli oggetti stringa hanno un'operazione integrata unica: l'operatore ``%`` "
3742-
"(modulo). Questo è anche noto come operatore di *formattazione* o "
3743-
"*interpolazione* della stringa. Data ``format % values`` (dove *format* è "
3744-
"una stringa), le specifiche di conversione ``%`` in *format* sono sostituite "
3745-
"con uno o più elementi di *values*. L'effetto è simile all'uso della "
3746-
"funzione :c:func:`sprintf` nel linguaggio C. Per esempio:"
3735+
"Gli oggetti stringa hanno un'unica operazione built-in: l'operatore ``%`` "
3736+
"(modulo). Questo è anche conosciuto come operatore di *formattazione* o "
3737+
"*interpolazione* delle stringhe. Dato ``format % values`` (dove *format* è "
3738+
"una stringa), le specifiche di conversione ``%`` in *format* vengono "
3739+
"sostituite con zero o più elementi di *values*. L'effetto è simile all'uso "
3740+
"della :c:func:`sprintf` nel linguaggio C."
37473741

37483742
#: library/stdtypes.rst:2341
37493743
msgid ""

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy