diff options
author | Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> | 2024-10-23 16:07:10 -0500 |
---|---|---|
committer | Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> | 2024-10-23 16:07:10 -0500 |
commit | 909da57b4588b73b99eb3de8d941c04841c58294 (patch) | |
tree | 40b5e362458beec05e2df1aeeeb58f65eff776a5 /doc/translations/zh_TW.po | |
parent | 3383574da59b5296023e547018d5b0d69cf605dc (diff) | |
download | redot-engine-909da57b4588b73b99eb3de8d941c04841c58294.tar.gz |
[master] Rebranding: editor/ + doc/
Diffstat (limited to 'doc/translations/zh_TW.po')
-rw-r--r-- | doc/translations/zh_TW.po | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/translations/zh_TW.po b/doc/translations/zh_TW.po index 3db77e663a..e3c62eaaf3 100644 --- a/doc/translations/zh_TW.po +++ b/doc/translations/zh_TW.po @@ -2170,7 +2170,7 @@ msgid "" "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/godotengine/godot-docs/master/img/" +"[url=https://raw.githubusercontent.com/Redot-Engine/redot-docs/master/img/" "smoothstep_ease_comparison.png]Comparison between smoothstep() and ease(x, " "-1.6521) return values[/url]" msgstr "" @@ -2191,7 +2191,7 @@ msgstr "" "與曲線值為 [code]-1.6521[/code] 的 [method ease] 相比,[method smoothstep] 返" "回最平滑的曲線,導數沒有突然變化。如果需要執行更高級的過渡,請使用 [Tween] 或 " "[AnimationPlayer]。\n" -"[url=https://raw.githubusercontent.com/godotengine/godot-docs/4.1/img/" +"[url=https://raw.githubusercontent.com/Redot-Engine/redot-docs/4.1/img/" "smoothstep_ease_comparison.png]smoothstep() 與 ease(x, -1.6521) 返回值的比較[/" "url]" @@ -14398,25 +14398,25 @@ msgstr "" msgid "" "Returns [code]true[/code] if the given position is behind the camera (the " "blue part of the linked diagram). [url=https://raw.githubusercontent.com/" -"godotengine/godot-docs/master/img/camera3d_position_frustum.png]See this " +"Redot-Engine/redot-docs/master/img/camera3d_position_frustum.png]See this " "diagram[/url] for an overview of position query methods.\n" "[b]Note:[/b] A position which returns [code]false[/code] may still be outside " "the camera's field of view." msgstr "" "如果給定位置在相機後面(連結圖的藍色部分),則返回 [code]true[/code]。" -"[url=https://raw.githubusercontent.com/godotengine/godot-docs/4.1/img/" +"[url=https://raw.githubusercontent.com/Redot-Engine/redot-docs/4.1/img/" "camera3d_position_frustum.png]查看此圖[/url]以瞭解位置查詢方法的概述。\n" "[b]注意:[/b]返回 [code]false[/code] 的位置可能仍然在相機的視野之外。" msgid "" "Returns [code]true[/code] if the given position is inside the camera's " "frustum (the green part of the linked diagram). [url=https://raw." -"githubusercontent.com/godotengine/godot-docs/master/img/" +"githubusercontent.com/Redot-Engine/redot-docs/master/img/" "camera3d_position_frustum.png]See this diagram[/url] for an overview of " "position query methods." msgstr "" "如果給定位置在相機的視錐內(位於連結圖中的綠色部分),則返回 [code]true[/" -"code]。[url=https://raw.githubusercontent.com/godotengine/godot-docs/4.1/img/" +"code]。[url=https://raw.githubusercontent.com/Redot-Engine/redot-docs/4.1/img/" "camera3d_position_frustum.png]查看此圖[/url]以瞭解位置查詢方法的概述。" msgid "" @@ -58688,11 +58688,11 @@ msgstr "將目前縮放乘以比例向量 [param ratio]。" msgid "" "Returns the angle between the node and the [param point] in radians.\n" -"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"[url=https://raw.githubusercontent.com/Redot-Engine/redot-docs/master/img/" "node2d_get_angle_to.png]Illustration of the returned angle.[/url]" msgstr "" "返回該節點和 [param point] 之間的夾角,單位為弧度。\n" -"[url=https://raw.githubusercontent.com/godotengine/godot-docs/4.1/img/" +"[url=https://raw.githubusercontent.com/Redot-Engine/redot-docs/4.1/img/" "node2d_get_angle_to.png]返回夾角的示意圖。[/url]" msgid "Returns the [Transform2D] relative to this node's parent." @@ -109437,7 +109437,7 @@ 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/godotengine/godot-docs/master/img/" +"[url=https://raw.githubusercontent.com/Redot-Engine/redot-docs/master/img/" "vector2_angle.png]Illustration of the returned angle.[/url]\n" "Equivalent to the result of [method @GlobalScope.atan2] when called with the " "vector's [member y] and [member x] as parameters: [code]atan2(y, x)[/code]." @@ -109447,18 +109447,18 @@ msgstr "" "例如,[code]Vector2.RIGHT.angle()[/code] 將返回 0,[code]Vector2.DOWN.angle()" "[/code] 將返回 [code]PI / 2[/code](四分之一圈,即 90 度),[code]Vector2(1, " "-1).angle()[/code] 將返回 [code]-PI / 4[/code](負八分之一圈,即 -45 度)。\n" -"[url=https://raw.githubusercontent.com/godotengine/godot-docs/4.1/img/" +"[url=https://raw.githubusercontent.com/Redot-Engine/redot-docs/4.1/img/" "vector2_angle.png]返回夾角圖示。[/url]\n" "相當於使用該向量的 [member y] 和 [member x] 作為參數對 [method @GlobalScope." "atan2] 進行呼叫的結果:[code]atan2(y, x)[/code]。" msgid "" "Returns the angle to the given vector, in radians.\n" -"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"[url=https://raw.githubusercontent.com/Redot-Engine/redot-docs/master/img/" "vector2_angle_to.png]Illustration of the returned angle.[/url]" msgstr "" "返回與給定向量的夾角,單位為弧度。\n" -"[url=https://raw.githubusercontent.com/godotengine/godot-docs/4.1/img/" +"[url=https://raw.githubusercontent.com/Redot-Engine/redot-docs/4.1/img/" "vector2_angle_to.png]返回夾角示意圖。[/url]" msgid "" @@ -109466,12 +109466,12 @@ msgid "" "in radians.\n" "[code]a.angle_to_point(b)[/code] is equivalent of doing [code](b - a).angle()" "[/code].\n" -"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"[url=https://raw.githubusercontent.com/Redot-Engine/redot-docs/master/img/" "vector2_angle_to_point.png]Illustration of the returned angle.[/url]" msgstr "" "返回連接兩點的直線與 X 軸之間的夾角,單位為弧度。\n" "[code]a.angle_to_point(b)[/code] 等價於 [code](b - a).angle()[/code]。\n" -"[url=https://raw.githubusercontent.com/godotengine/godot-docs/4.1/img/" +"[url=https://raw.githubusercontent.com/Redot-Engine/redot-docs/4.1/img/" "vector2_angle_to_point.png]返回夾角示意圖。[/url]" msgid "" |