2
0
Эх сурвалжийг харах

i18n: Sync classref translations with current 3.x codebase

Rémi Verschelde 3 жил өмнө
parent
commit
defb801120
44 өөрчлөгдсөн 18892 нэмэгдсэн , 3490 устгасан
  1. 1 1
      doc/classes/KinematicBody.xml
  2. 1 1
      doc/classes/KinematicBody2D.xml
  3. 1 1
      doc/classes/RoomGroup.xml
  4. 1 1
      doc/classes/RoomManager.xml
  5. 1 1
      doc/classes/SpatialMaterial.xml
  6. 490 83
      doc/translations/ar.po
  7. 488 82
      doc/translations/ca.po
  8. 487 82
      doc/translations/classes.pot
  9. 472 95
      doc/translations/cs.po
  10. 475 105
      doc/translations/de.po
  11. 490 83
      doc/translations/el.po
  12. 499 122
      doc/translations/es.po
  13. 466 92
      doc/translations/fa.po
  14. 492 84
      doc/translations/fi.po
  15. 487 82
      doc/translations/fil.po
  16. 491 118
      doc/translations/fr.po
  17. 488 82
      doc/translations/gl.po
  18. 488 82
      doc/translations/hi.po
  19. 488 82
      doc/translations/hu.po
  20. 488 82
      doc/translations/id.po
  21. 488 82
      doc/translations/is.po
  22. 476 99
      doc/translations/it.po
  23. 480 107
      doc/translations/ja.po
  24. 490 83
      doc/translations/ko.po
  25. 488 82
      doc/translations/lv.po
  26. 487 82
      doc/translations/mr.po
  27. 487 82
      doc/translations/nb.po
  28. 487 82
      doc/translations/ne.po
  29. 488 82
      doc/translations/nl.po
  30. 473 92
      doc/translations/pl.po
  31. 483 101
      doc/translations/pt.po
  32. 482 104
      doc/translations/pt_BR.po
  33. 492 83
      doc/translations/ro.po
  34. 481 102
      doc/translations/ru.po
  35. 487 82
      doc/translations/sk.po
  36. 488 82
      doc/translations/sr_Cyrl.po
  37. 488 82
      doc/translations/sv.po
  38. 488 82
      doc/translations/th.po
  39. 488 82
      doc/translations/tl.po
  40. 473 90
      doc/translations/tr.po
  41. 492 84
      doc/translations/uk.po
  42. 494 84
      doc/translations/vi.po
  43. 426 114
      doc/translations/zh_CN.po
  44. 492 84
      doc/translations/zh_TW.po

+ 1 - 1
doc/classes/KinematicBody.xml

@@ -173,7 +173,7 @@
 			Lock the body's Z axis movement. Deprecated alias for [member axis_lock_motion_z].
 		</member>
 		<member name="moving_platform_apply_velocity_on_leave" type="int" setter="set_moving_platform_apply_velocity_on_leave" getter="get_moving_platform_apply_velocity_on_leave" enum="KinematicBody.MovingPlatformApplyVelocityOnLeave" default="0">
-			Sets the behaviour to apply when you leave a moving platform. By default, to be physically accurate, when you leave the last platform velocity is applied. See [enum MovingPlatformApplyVelocityOnLeave] constants for available behaviour.
+			Sets the behavior to apply when you leave a moving platform. By default, to be physically accurate, when you leave the last platform velocity is applied. See [enum MovingPlatformApplyVelocityOnLeave] constants for available behavior.
 		</member>
 	</members>
 	<constants>

+ 1 - 1
doc/classes/KinematicBody2D.xml

@@ -145,7 +145,7 @@
 			If [code]true[/code], the body's movement will be synchronized to the physics frame. This is useful when animating movement via [AnimationPlayer], for example on moving platforms. Do [b]not[/b] use together with [method move_and_slide] or [method move_and_collide] functions.
 		</member>
 		<member name="moving_platform_apply_velocity_on_leave" type="int" setter="set_moving_platform_apply_velocity_on_leave" getter="get_moving_platform_apply_velocity_on_leave" enum="KinematicBody2D.MovingPlatformApplyVelocityOnLeave" default="0">
-			Sets the behaviour to apply when you leave a moving platform. By default, to be physically accurate, when you leave the last platform velocity is applied. See [enum MovingPlatformApplyVelocityOnLeave] constants for available behaviour.
+			Sets the behavior to apply when you leave a moving platform. By default, to be physically accurate, when you leave the last platform velocity is applied. See [enum MovingPlatformApplyVelocityOnLeave] constants for available behavior.
 		</member>
 	</members>
 	<constants>

+ 1 - 1
doc/classes/RoomGroup.xml

@@ -4,7 +4,7 @@
 		Groups [Room]s together to allow common functionality.
 	</brief_description>
 	<description>
-		Although [Room] behaviour can be specified individually, sometimes it is faster and more convenient to write functionality for a group of rooms.
+		Although [Room] behavior can be specified individually, sometimes it is faster and more convenient to write functionality for a group of rooms.
 		[RoomGroup]s should be placed as children of the [b]room list[/b] (the parent [Node] of your [Room]s), and [Room]s should be placed in turn as children of a [RoomGroup] in order to assign them to the RoomGroup.
 		A [RoomGroup] can for example be used to specify [Room]s that are [b]outside[/b], and switch on or off a directional light, sky, or rain effect as the player enters / exits the area.
 		[RoomGroup]s receive [b]gameplay callbacks[/b] when the [code]gameplay_monitor[/code] is switched on, as [code]signal[/code]s or [code]notification[/code]s as they enter and exit the [b]gameplay area[/b] (see [RoomManager] for details).

+ 1 - 1
doc/classes/RoomManager.xml

@@ -68,7 +68,7 @@
 			[b]Note:[/b] This value is unused when using [code]Full[/code] PVS mode.
 		</member>
 		<member name="preview_camera" type="NodePath" setter="set_preview_camera_path" getter="get_preview_camera_path" default="NodePath(&quot;&quot;)">
-			Portal culling normally operates using the current [Camera] / [Camera]s, however for debugging purposes within the editor, you can use this setting to override this behaviour and force it to use a particular camera to get a better idea of what the occlusion culling is doing.
+			Portal culling normally operates using the current [Camera] / [Camera]s, however for debugging purposes within the editor, you can use this setting to override this behavior and force it to use a particular camera to get a better idea of what the occlusion culling is doing.
 		</member>
 		<member name="process_priority" type="int" setter="set_process_priority" getter="get_process_priority" overrides="Node" default="10000" />
 		<member name="pvs_mode" type="int" setter="set_pvs_mode" getter="get_pvs_mode" enum="RoomManager.PVSMode" default="1">

+ 1 - 1
doc/classes/SpatialMaterial.xml

@@ -44,7 +44,7 @@
 			<argument index="0" name="flag" type="int" enum="SpatialMaterial.Flags" />
 			<argument index="1" name="enable" type="bool" />
 			<description>
-				If [code]true[/code], enables the specified flag. Flags are optional behaviour that can be turned on and off. Only one flag can be enabled at a time with this function, the flag enumerators cannot be bit-masked together to enable or disable multiple flags at once. Flags can also be enabled by setting the corresponding member to [code]true[/code]. See [enum Flags] enumerator for options.
+				If [code]true[/code], enables the specified flag. Flags are optional behavior that can be turned on and off. Only one flag can be enabled at a time with this function, the flag enumerators cannot be bit-masked together to enable or disable multiple flags at once. Flags can also be enabled by setting the corresponding member to [code]true[/code]. See [enum Flags] enumerator for options.
 			</description>
 		</method>
 		<method name="set_texture">

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 490 - 83
doc/translations/ar.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 488 - 82
doc/translations/ca.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 487 - 82
doc/translations/classes.pot


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 472 - 95
doc/translations/cs.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 475 - 105
doc/translations/de.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 490 - 83
doc/translations/el.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 499 - 122
doc/translations/es.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 466 - 92
doc/translations/fa.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 492 - 84
doc/translations/fi.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 487 - 82
doc/translations/fil.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 491 - 118
doc/translations/fr.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 488 - 82
doc/translations/gl.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 488 - 82
doc/translations/hi.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 488 - 82
doc/translations/hu.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 488 - 82
doc/translations/id.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 488 - 82
doc/translations/is.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 476 - 99
doc/translations/it.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 480 - 107
doc/translations/ja.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 490 - 83
doc/translations/ko.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 488 - 82
doc/translations/lv.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 487 - 82
doc/translations/mr.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 487 - 82
doc/translations/nb.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 487 - 82
doc/translations/ne.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 488 - 82
doc/translations/nl.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 473 - 92
doc/translations/pl.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 483 - 101
doc/translations/pt.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 482 - 104
doc/translations/pt_BR.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 492 - 83
doc/translations/ro.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 481 - 102
doc/translations/ru.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 487 - 82
doc/translations/sk.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 488 - 82
doc/translations/sr_Cyrl.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 488 - 82
doc/translations/sv.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 488 - 82
doc/translations/th.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 488 - 82
doc/translations/tl.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 473 - 90
doc/translations/tr.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 492 - 84
doc/translations/uk.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 494 - 84
doc/translations/vi.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 426 - 114
doc/translations/zh_CN.po


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 492 - 84
doc/translations/zh_TW.po


Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно