2017-03-08 19:07:13 +09:00
|
|
|
This file is not an actual template, but used to add some
|
|
|
|
|
texts in extensions to sphinx.pot file.
|
|
|
|
|
|
2025-02-02 16:12:01 +00:00
|
|
|
In extensions/availability.py:
|
|
|
|
|
|
|
|
|
|
{% trans %}Availability{% endtrans %}
|
|
|
|
|
|
2023-03-06 22:20:52 +01:00
|
|
|
In extensions/c_annotations.py:
|
|
|
|
|
|
2024-01-03 14:22:38 +03:00
|
|
|
{% trans %}Part of the{% endtrans %}
|
2023-12-10 19:17:07 +00:00
|
|
|
{% trans %}Limited API{% endtrans %}
|
|
|
|
|
{% trans %}Stable ABI{% endtrans %}
|
2024-01-03 14:22:38 +03:00
|
|
|
{% trans %}(as an opaque struct){% endtrans %}
|
|
|
|
|
{% trans %}(including all members){% endtrans %}
|
|
|
|
|
{% trans %}since version %s{% endtrans %}
|
|
|
|
|
{% trans %}(Only some members are part of the stable ABI.){% endtrans %}
|
|
|
|
|
{% trans %}This is{% endtrans %}
|
2023-12-10 19:17:07 +00:00
|
|
|
{% trans %}Unstable API{% endtrans %}
|
|
|
|
|
{% trans %}. It may change without warning in minor releases.{% endtrans %}
|
2023-03-06 22:20:52 +01:00
|
|
|
{% trans %}Return value: Always NULL.{% endtrans %}
|
|
|
|
|
{% trans %}Return value: New reference.{% endtrans %}
|
|
|
|
|
{% trans %}Return value: Borrowed reference.{% endtrans %}
|
2020-11-07 12:28:31 +01:00
|
|
|
|
2025-02-06 16:53:27 +00:00
|
|
|
In extensions/implementation_detail.py:
|
|
|
|
|
|
|
|
|
|
{% trans %}CPython implementation detail:{% endtrans %}
|
|
|
|
|
|
|
|
|
|
In extensions/changes.py:
|
|
|
|
|
|
|
|
|
|
{% trans %}Deprecated since version {deprecated}, will be removed in version {removed}{% endtrans %}
|
|
|
|
|
{% trans %}Deprecated since version {deprecated}, removed in version {removed}{% endtrans %}
|
|
|
|
|
|
2020-11-07 12:28:31 +01:00
|
|
|
In docsbuild-scripts, when rewriting indexsidebar.html with actual versions:
|
|
|
|
|
|
|
|
|
|
{% trans %}in development{% endtrans %}
|
|
|
|
|
{% trans %}pre-release{% endtrans %}
|
|
|
|
|
{% trans %}stable{% endtrans %}
|
|
|
|
|
{% trans %}security-fixes{% endtrans %}
|
|
|
|
|
{% trans %}EOL{% endtrans %}
|