Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Translations #37

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
109 changes: 54 additions & 55 deletions translations/api.pot
Original file line number Diff line number Diff line change
Expand Up @@ -17,43 +17,43 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"

#: tools/scripts/make_rst.py
#: tools/scripts/rst_from_xml.py
msgid "Description"
msgstr ""

#: tools/scripts/make_rst.py
#: tools/scripts/rst_from_xml.py
msgid "Tutorials"
msgstr ""

#: tools/scripts/make_rst.py
#: tools/scripts/rst_from_xml.py
msgid "Properties"
msgstr ""

#: tools/scripts/make_rst.py
#: tools/scripts/rst_from_xml.py
msgid "Methods"
msgstr ""

#: tools/scripts/make_rst.py
#: tools/scripts/rst_from_xml.py
msgid "Theme Properties"
msgstr ""

#: tools/scripts/make_rst.py
#: tools/scripts/rst_from_xml.py
msgid "Signals"
msgstr ""

#: tools/scripts/make_rst.py
#: tools/scripts/rst_from_xml.py
msgid "Enumerations"
msgstr ""

#: tools/scripts/make_rst.py
#: tools/scripts/rst_from_xml.py
msgid "Constants"
msgstr ""

#: tools/scripts/make_rst.py
#: tools/scripts/rst_from_xml.py
msgid "Property Descriptions"
msgstr ""

#: tools/scripts/make_rst.py
#: tools/scripts/rst_from_xml.py
msgid "Method Descriptions"
msgstr ""

Expand Down Expand Up @@ -305,8 +305,8 @@ msgid ""
"- 1.0: Linear\n"
"- Greater than 1.0 (exclusive): Ease in\n"
"[/codeblock]\n"
"[url=https://raw.githubusercontent.com/RebelToolbox/RebelDocumentation/main/"
"img/ease_cheatsheet.png]ease() curve values cheatsheet[/url]\n"
"[img caption=\"ease() curve values cheatsheet\"]/img/ease_cheatsheet.png[/"
"img]\n"
"See also [method smoothstep]. If you need to perform more advanced "
"transitions, use [Tween] or [AnimationPlayer]."
msgstr ""
Expand Down Expand Up @@ -1007,9 +1007,8 @@ msgid ""
"[method smoothstep] returns the smoothest possible curve with no sudden "
"changes in the derivative. If you need to perform more advanced transitions, "
"use [Tween] or [AnimationPlayer].\n"
"[url=https://raw.githubusercontent.com/RebelToolbox/RebelDocumentation/main/"
"img/smoothstep_ease_comparison.png]Comparison between smoothstep() and "
"ease(x, -1.6521) return values[/url]"
"[img caption=\"Comparison between smoothstep() and ease(x, -1.6521) return "
"values\"]/img/smoothstep_ease_comparison.png[/img]"
msgstr ""

#: modules/gdscript/docs/@GDScript.xml
Expand Down Expand Up @@ -13576,8 +13575,7 @@ msgid ""
"[b]Note:[/b] In a boolean context, a Color will evaluate to [code]false[/"
"code] if it's equal to [code]Color(0, 0, 0, 1)[/code] (opaque black). "
"Otherwise, a Color will always evaluate to [code]true[/code].\n"
"[url=https://raw.githubusercontent.com/RebelToolbox/RebelDocumentation/main/"
"img/color_constants.png]Color constants cheatsheet[/url]"
"[img caption=\"Color constants cheatsheet\"]/img/color_constants.png[/img]"
msgstr ""

#: docs/Color.xml
Expand Down Expand Up @@ -36045,8 +36043,8 @@ msgstr ""
#: docs/Node2D.xml
msgid ""
"Returns the angle between the node and the [code]point[/code] in radians.\n"
"[url=https://raw.githubusercontent.com/RebelToolbox/RebelDocumentation/main/"
"img/node2d_get_angle_to.png]Illustration of the returned angle.[/url]"
"[img caption=\"Illustration of the returned angle\"]/img/node2d_get_angle_to."
"png[/img]"
msgstr ""

#: docs/Node2D.xml
Expand Down Expand Up @@ -57319,8 +57317,8 @@ msgstr ""

#: docs/TileMap.xml
msgid ""
"Returns the coordinate (subtile column and row) of the autotile variation in "
"the tileset. Returns a zero vector if the cell doesn't have autotiling."
"Returns the coordinate (sub-tile column and row) of the autotile variation "
"in the tileset. Returns a zero vector if the cell doesn't have autotiling."
msgstr ""

#: docs/TileMap.xml
Expand Down Expand Up @@ -57384,8 +57382,8 @@ msgid ""
"Sets the tile index for the given cell.\n"
"An index of [code]-1[/code] clears the cell.\n"
"Optionally, the tile can also be flipped, transposed, or given autotile "
"coordinates. The autotile coordinate refers to the column and row of the "
"subtile.\n"
"coordinates. The autotile coordinate refers to the column and row of the sub-"
"tile.\n"
"[b]Note:[/b] Data such as navigation polygons and collision shapes are not "
"immediately updated for performance reasons.\n"
"If you need these to be immediately updated, you can call [method "
Expand All @@ -57406,8 +57404,8 @@ msgid ""
"Sets the tile index for the cell given by a Vector2.\n"
"An index of [code]-1[/code] clears the cell.\n"
"Optionally, the tile can also be flipped, transposed, or given autotile "
"coordinates. The autotile coordinate refers to the column and row of the "
"subtile.\n"
"coordinates. The autotile coordinate refers to the column and row of the sub-"
"tile.\n"
"[b]Note:[/b] Data such as navigation polygons and collision shapes are not "
"immediately updated for performance reasons.\n"
"If you need these to be immediately updated, you can call [method "
Expand Down Expand Up @@ -57655,9 +57653,9 @@ msgstr ""

#: docs/TileSet.xml
msgid ""
"Returns the bitmask of the subtile from an autotile given its coordinates.\n"
"Returns the bitmask of the sub-tile from an autotile given its coordinates.\n"
"The value is the sum of the values in [enum AutotileBindings] present in the "
"subtile (e.g. a value of 5 means the bitmask has bindings in both the top "
"sub-tile (e.g. a value of 5 means the bitmask has bindings in both the top "
"left and top right)."
msgstr ""

Expand All @@ -57667,52 +57665,53 @@ msgstr ""

#: docs/TileSet.xml
msgid ""
"Returns the subtile that's being used as an icon in an atlas/autotile given "
"Returns the sub-tile that's being used as an icon in an atlas/autotile given "
"its coordinates.\n"
"The subtile defined as the icon will be used as a fallback when the atlas/"
"The sub-tile defined as the icon will be used as a fallback when the atlas/"
"autotile's bitmask information is incomplete. It will also be used to "
"represent it in the TileSet editor."
msgstr ""

#: docs/TileSet.xml
msgid ""
"Returns the light occluder of the subtile from an atlas/autotile given its "
"Returns the light occluder of the sub-tile from an atlas/autotile given its "
"coordinates."
msgstr ""

#: docs/TileSet.xml
msgid ""
"Returns the navigation polygon of the subtile from an atlas/autotile given "
"Returns the navigation polygon of the sub-tile from an atlas/autotile given "
"its coordinates."
msgstr ""

#: docs/TileSet.xml
msgid "Returns the size of the subtiles in an atlas/autotile."
msgid "Returns the size of the sub-tiles in an atlas/autotile."
msgstr ""

#: docs/TileSet.xml
msgid "Returns the spacing between subtiles of the atlas/autotile."
msgid "Returns the spacing between sub-tiles of the atlas/autotile."
msgstr ""

#: docs/TileSet.xml
msgid ""
"Returns the priority of the subtile from an autotile given its coordinates.\n"
"When more than one subtile has the same bitmask value, one of them will be "
"Returns the priority of the sub-tile from an autotile given its "
"coordinates.\n"
"When more than one sub-tile has the same bitmask value, one of them will be "
"picked randomly for drawing. Its priority will define how often it will be "
"picked."
msgstr ""

#: docs/TileSet.xml
msgid ""
"Returns the drawing index of the subtile from an atlas/autotile given its "
"Returns the drawing index of the sub-tile from an atlas/autotile given its "
"coordinates."
msgstr ""

#: docs/TileSet.xml
msgid ""
"Sets the bitmask of the subtile from an autotile given its coordinates.\n"
"Sets the bitmask of the sub-tile from an autotile given its coordinates.\n"
"The value is the sum of the values in [enum AutotileBindings] present in the "
"subtile (e.g. a value of 5 means the bitmask has bindings in both the top "
"sub-tile (e.g. a value of 5 means the bitmask has bindings in both the top "
"left and top right)."
msgstr ""

Expand All @@ -57722,44 +57721,44 @@ msgstr ""

#: docs/TileSet.xml
msgid ""
"Sets the subtile that will be used as an icon in an atlas/autotile given its "
"coordinates.\n"
"The subtile defined as the icon will be used as a fallback when the atlas/"
"Sets the sub-tile that will be used as an icon in an atlas/autotile given "
"its coordinates.\n"
"The sub-tile defined as the icon will be used as a fallback when the atlas/"
"autotile's bitmask information is incomplete. It will also be used to "
"represent it in the TileSet editor."
msgstr ""

#: docs/TileSet.xml
msgid ""
"Sets the light occluder of the subtile from an atlas/autotile given its "
"Sets the light occluder of the sub-tile from an atlas/autotile given its "
"coordinates."
msgstr ""

#: docs/TileSet.xml
msgid ""
"Sets the navigation polygon of the subtile from an atlas/autotile given its "
"Sets the navigation polygon of the sub-tile from an atlas/autotile given its "
"coordinates."
msgstr ""

#: docs/TileSet.xml
msgid "Sets the size of the subtiles in an atlas/autotile."
msgid "Sets the size of the sub-tiles in an atlas/autotile."
msgstr ""

#: docs/TileSet.xml
msgid "Sets the spacing between subtiles of the atlas/autotile."
msgid "Sets the spacing between sub-tiles of the atlas/autotile."
msgstr ""

#: docs/TileSet.xml
msgid ""
"Sets the priority of the subtile from an autotile given its coordinates.\n"
"When more than one subtile has the same bitmask value, one of them will be "
"Sets the priority of the sub-tile from an autotile given its coordinates.\n"
"When more than one sub-tile has the same bitmask value, one of them will be "
"picked randomly for drawing. Its priority will define how often it will be "
"picked."
msgstr ""

#: docs/TileSet.xml
msgid ""
"Sets the drawing index of the subtile from an atlas/autotile given its "
"Sets the drawing index of the sub-tile from an atlas/autotile given its "
"coordinates."
msgstr ""

Expand Down Expand Up @@ -59476,8 +59475,8 @@ msgid ""
"don't know which transition and easing to pick, you can try different [enum "
"TransitionType] constants with [constant EASE_IN_OUT], and use the one that "
"looks best.\n"
"[url=https://raw.githubusercontent.com/RebelToolbox/RebelDocumentation/main/"
"img/tween_cheatsheet.png]Tween easing and transition types cheatsheet[/url]\n"
"[img caption=\"Tween easing and transition types cheatsheet\"]/img/"
"tween_cheatsheet.png[/img]\n"
"[b]Note:[/b] Tween methods will return [code]false[/code] if the requested "
"operation cannot be completed."
msgstr ""
Expand Down Expand Up @@ -60539,8 +60538,8 @@ msgid ""
"[code]Vector2.DOWN.angle()[/code] will return [code]PI / 2[/code] (a quarter "
"turn, or 90 degrees), and [code]Vector2(1, -1).angle()[/code] will return "
"[code]-PI / 4[/code] (a negative eighth turn, or -45 degrees).\n"
"[url=https://raw.githubusercontent.com/RebelToolbox/RebelDocumentation/main/"
"img/vector2_angle.png]Illustration of the returned angle.[/url]\n"
"[img caption=\"Illustration of the returned angle\"]/img/vector2_angle.png[/"
"img]\n"
"Equivalent to the result of [method @GDScript.atan2] when called with the "
"vector's [member y] and [member x] as parameters: [code]atan2(y, x)[/code]."
msgstr ""
Expand All @@ -60556,8 +60555,8 @@ msgstr ""
msgid ""
"Returns the angle between the line connecting the two points and the X axis, "
"in radians.\n"
"[url=https://raw.githubusercontent.com/RebelToolbox/RebelDocumentation/main/"
"img/vector2_angle_to_point.png]Illustration of the returned angle.[/url]"
"[img caption=\"Illustration of the returned angle\"]/img/"
"vector2_angle_to_point.png[/img]"
msgstr ""

#: docs/Vector2.xml
Expand Down Expand Up @@ -69603,7 +69602,7 @@ msgid ""
"signals is the same id as used in [member ARVRController.controller_id].\n"
"You can use one or all of these methods to allow your game or app to support "
"a wider or narrower set of devices and input methods, or to allow more "
"advanced interations with more advanced devices."
"advanced interactions with more advanced devices."
msgstr ""

#: modules/webxr/docs/WebXRInterface.xml
Expand Down
Loading