disnake

Форк
0
/
version_guarantees.po 
78 строк · 4.2 Кб
1
msgid ""
2
msgstr ""
3
"Project-Id-Version: discordpy\n"
4
"Report-Msgid-Bugs-To: \n"
5
"POT-Creation-Date: 2019-06-22 09:35-0400\n"
6
"PO-Revision-Date: 2020-10-24 02:41\n"
7
"Last-Translator: \n"
8
"Language-Team: Japanese\n"
9
"MIME-Version: 1.0\n"
10
"Content-Type: text/plain; charset=UTF-8\n"
11
"Content-Transfer-Encoding: 8bit\n"
12
"Plural-Forms: nplurals=1; plural=0;\n"
13
"X-Crowdin-Project: discordpy\n"
14
"X-Crowdin-Project-ID: 362783\n"
15
"X-Crowdin-Language: ja\n"
16
"X-Crowdin-File: version_guarantees.pot\n"
17
"X-Crowdin-File-ID: 46\n"
18
"Language: ja_JP\n"
19

20
#: ../../version_guarantees.rst:4
21
msgid "Version Guarantees"
22
msgstr "バージョン保証"
23

24
#: ../../version_guarantees.rst:6
25
msgid "The library follows a `semantic versioning principle <https://semver.org/>`_ which means that the major version is updated every time there is an incompatible API change. However due to the lack of guarantees on the Discord side when it comes to breaking changes along with the fairly dynamic nature of Python it can be hard to discern what can be considered a breaking change and what isn't."
26
msgstr "このライブラリは `セマンティック バージョニングの原則 <https://semver.org/>`_ に従います。それが意味するのは、互換性のないAPIの変更が行われるたびにメジャーバージョンが更新されるということです。しかしながら、Discord側にはPythonの非常に動的な性質とともに破壊的変更を行う際の保証がないため、破壊的変更とみなされるもの、そうでないものを区別するのは困難です。"
27

28
#: ../../version_guarantees.rst:8
29
msgid "The first thing to keep in mind is that breaking changes only apply to **publicly documented functions and classes**. If it's not listed in the documentation here then it is not part of the public API and is thus bound to change. This includes attributes that start with an underscore or functions without an underscore that are not documented."
30
msgstr "最初に覚えておくべきことは、破壊的変更は **公開ドキュメント化してある関数とクラス** のみに適用されるということです。ドキュメントにないものはパブリックAPIの一部ではないため、変更される可能性があります。これにはドキュメントに載っていないアンダースコアから始まる関数や、通常の関数が含まれます。"
31

32
#: ../../version_guarantees.rst:12
33
msgid "The examples below are non-exhaustive."
34
msgstr "以下の例は網羅的なものではありません。"
35

36
#: ../../version_guarantees.rst:15
37
msgid "Examples of Breaking Changes"
38
msgstr "破壊的変更の例"
39

40
#: ../../version_guarantees.rst:17
41
msgid "Changing the default parameter value to something else."
42
msgstr "デフォルトのパラメータ値を別のものに変更。"
43

44
#: ../../version_guarantees.rst:18
45
msgid "Renaming a function without an alias to an old function."
46
msgstr "古い関数へのエイリアスのない関数の名称を変更。"
47

48
#: ../../version_guarantees.rst:19
49
msgid "Adding or removing parameters to an event."
50
msgstr "イベントへのパラメータの追加、あるいは削除。"
51

52
#: ../../version_guarantees.rst:22
53
msgid "Examples of Non-Breaking Changes"
54
msgstr "破壊的変更ではないものの例"
55

56
#: ../../version_guarantees.rst:24
57
msgid "Adding or removing private underscored attributes."
58
msgstr "アンダースコア付きのプライベート関数の追加、あるいは削除。"
59

60
#: ../../version_guarantees.rst:25
61
msgid "Adding an element into the ``__slots__`` of a data class."
62
msgstr "データクラスの ``__slots__`` への要素の追加。"
63

64
#: ../../version_guarantees.rst:26
65
msgid "Changing the behaviour of a function to fix a bug."
66
msgstr "バグ修正のための関数の動作の変更。"
67

68
#: ../../version_guarantees.rst:27
69
msgid "Changes in the documentation."
70
msgstr "ドキュメントの変更。"
71

72
#: ../../version_guarantees.rst:28
73
msgid "Modifying the internal HTTP handling."
74
msgstr "内部HTTP処理の変更。"
75

76
#: ../../version_guarantees.rst:29
77
msgid "Upgrading the dependencies to a new version, major or otherwise."
78
msgstr "依存関係をメジャー、またはそれ以外の新しいバージョンへアップグレード。"
79

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.