Skip to content

Commit e0878c9

Browse files
authored
Create abstract.po
1 parent 37f34a6 commit e0878c9

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

c-api/abstract.po

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2025, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.13\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2025-03-04 13:08+0200\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language: ro\n"
15+
"Language-Team: ro <LL@li.org>\n"
16+
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100"
17+
" < 20)) ? 1 : 2);\n"
18+
"MIME-Version: 1.0\n"
19+
"Content-Type: text/plain; charset=utf-8\n"
20+
"Content-Transfer-Encoding: 8bit\n"
21+
"Generated-By: Babel 2.17.0\n"
22+
23+
#: ../../c-api/abstract.rst:7
24+
msgid "Abstract Objects Layer"
25+
msgstr ""
26+
27+
#: ../../c-api/abstract.rst:9
28+
msgid ""
29+
"The functions in this chapter interact with Python objects regardless of "
30+
"their type, or with wide classes of object types (e.g. all numerical "
31+
"types, or all sequence types). When used on object types for which they "
32+
"do not apply, they will raise a Python exception."
33+
msgstr ""
34+
35+
#: ../../c-api/abstract.rst:14
36+
msgid ""
37+
"It is not possible to use these functions on objects that are not "
38+
"properly initialized, such as a list object that has been created by "
39+
":c:func:`PyList_New`, but whose items have not been set to some non-\\ "
40+
"``NULL`` value yet."
41+
msgstr ""
42+

0 commit comments

Comments
 (0)