-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathbinary.po
More file actions
35 lines (31 loc) · 2.27 KB
/
Copy pathbinary.po
File metadata and controls
35 lines (31 loc) · 2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001 Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Revisto <[email protected]>, 2025
# Sepehr Rasouli <[email protected]>, 2026
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-16 12:56+0000\n"
"PO-Revision-Date: 2026-08-27 14:45+0330\n"
"Last-Translator: Sepehr Rasouli <[email protected]>, 2026\n"
"Language-Team: Persian (https://github.com/python/python-docs-fa/fa/)\n"
"Language: fa\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 3.6\n"
msgid "Binary Data Services"
msgstr "خدمات دادههای دودویی"
msgid "The modules described in this chapter provide some basic services operations for manipulation of binary data. Other operations on binary data, specifically in relation to file formats and network protocols, are described in the relevant sections."
msgstr "ماژولهای توصیفشده در این فصل، برخی عملیات خدماتی پایه را برای دستکاری دادههای دودویی فراهم میکنند. سایر عملیات روی دادههای دودویی، بهویژه در ارتباط با قالبهای پرونده و پروتکلهای شبکه، در بخشهای مرتبط توصیف شدهاند."
msgid "Some libraries described under :ref:`textservices` also work with either ASCII-compatible binary formats (for example, :mod:`re`) or all binary data (for example, :mod:`difflib`)."
msgstr "برخی از کتابخانههای توصیفشده در :ref:`textservices` همچنین یا با قالبهای دودویی سازگار با ASCII (برای مثال، :mod:`re`) یا با تمام دادههای دودویی (برای مثال، :mod:`difflib`) کار میکنند."
msgid "In addition, see the documentation for Python's built-in binary data types in :ref:`binaryseq`."
msgstr "علاوه بر این، مستندات انواع داده دودویی توکار پایتون را در :ref:`binaryseq` ببینید."