@@ -871,6 +871,10 @@ msgstr "Deretan koordinat memiliki panjang yang berbeda"
871
871
msgid "Coordinate arrays types have different sizes"
872
872
msgstr "Tipe array koordinat memiliki ukuran yang berbeda"
873
873
874
+ #: ports/espressif/common-hal/rclcpy/Publisher.c
875
+ msgid "Could not publish to ROS topic"
876
+ msgstr ""
877
+
874
878
#: shared-bindings/_bleio/Adapter.c
875
879
msgid "Could not set address"
876
880
msgstr "Tidak dapat mengatur alamat"
@@ -883,6 +887,11 @@ msgstr "Tidak dapat memulai interupsi, RX sibuk"
883
887
msgid "Couldn't allocate decoder"
884
888
msgstr "Tidak dapat mengalokasikan dekoder"
885
889
890
+ #: ports/espressif/common-hal/rclcpy/__init__.c
891
+ #, c-format
892
+ msgid "Critical ROS failure during soft reboot, reset required: %d"
893
+ msgstr ""
894
+
886
895
#: ports/stm/common-hal/analogio/AnalogOut.c
887
896
msgid "DAC Channel Init Error"
888
897
msgstr "Terjadi kesalahan saat menginisialisasi kanal DAC"
@@ -1312,6 +1321,10 @@ msgstr ""
1312
1321
msgid "Invalid MAC address"
1313
1322
msgstr ""
1314
1323
1324
+ #: ports/espressif/common-hal/rclcpy/__init__.c
1325
+ msgid "Invalid ROS domain ID"
1326
+ msgstr ""
1327
+
1315
1328
#: ports/espressif/common-hal/espidf/__init__.c py/moderrno.c
1316
1329
msgid "Invalid argument"
1317
1330
msgstr "Argumen tidak valid"
@@ -1874,6 +1887,10 @@ msgstr "Ukuran program tidak valid"
1874
1887
msgid "Program too long"
1875
1888
msgstr "Program terlalu lama"
1876
1889
1890
+ #: shared-bindings/rclcpy/Publisher.c
1891
+ msgid "Publishers can only be created from a parent node"
1892
+ msgstr ""
1893
+
1877
1894
#: shared-bindings/digitalio/DigitalInOut.c
1878
1895
msgid "Pull not used when direction is output."
1879
1896
msgstr "Pull tidak digunakan saat arah output."
@@ -1894,6 +1911,26 @@ msgstr "Kesalahan DeInit RNG"
1894
1911
msgid "RNG Init Error"
1895
1912
msgstr "Kesalahan Init RNG"
1896
1913
1914
+ #: ports/espressif/common-hal/rclcpy/__init__.c
1915
+ msgid "ROS failed to initialize. Is agent connected?"
1916
+ msgstr ""
1917
+
1918
+ #: ports/espressif/common-hal/rclcpy/__init__.c
1919
+ msgid "ROS internal setup failure"
1920
+ msgstr ""
1921
+
1922
+ #: ports/espressif/common-hal/rclcpy/__init__.c
1923
+ msgid "ROS memory allocator failure"
1924
+ msgstr ""
1925
+
1926
+ #: ports/espressif/common-hal/rclcpy/Node.c
1927
+ msgid "ROS node failed to initialize"
1928
+ msgstr ""
1929
+
1930
+ #: ports/espressif/common-hal/rclcpy/Publisher.c
1931
+ msgid "ROS topic failed to initialize"
1932
+ msgstr ""
1933
+
1897
1934
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
1898
1935
#: ports/nordic/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1899
1936
msgid "RS485"
0 commit comments