@@ -871,6 +871,10 @@ msgstr "Deretan koordinat memiliki panjang yang berbeda"
871871msgid "Coordinate arrays types have different sizes"
872872msgstr "Tipe array koordinat memiliki ukuran yang berbeda"
873873
874+ #: ports/espressif/common-hal/rclcpy/Publisher.c
875+ msgid "Could not publish to ROS topic"
876+ msgstr ""
877+
874878#: shared-bindings/_bleio/Adapter.c
875879msgid "Could not set address"
876880msgstr "Tidak dapat mengatur alamat"
@@ -883,6 +887,11 @@ msgstr "Tidak dapat memulai interupsi, RX sibuk"
883887msgid "Couldn't allocate decoder"
884888msgstr "Tidak dapat mengalokasikan dekoder"
885889
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+
886895#: ports/stm/common-hal/analogio/AnalogOut.c
887896msgid "DAC Channel Init Error"
888897msgstr "Terjadi kesalahan saat menginisialisasi kanal DAC"
@@ -1312,6 +1321,10 @@ msgstr ""
13121321msgid "Invalid MAC address"
13131322msgstr ""
13141323
1324+ #: ports/espressif/common-hal/rclcpy/__init__.c
1325+ msgid "Invalid ROS domain ID"
1326+ msgstr ""
1327+
13151328#: ports/espressif/common-hal/espidf/__init__.c py/moderrno.c
13161329msgid "Invalid argument"
13171330msgstr "Argumen tidak valid"
@@ -1874,6 +1887,10 @@ msgstr "Ukuran program tidak valid"
18741887msgid "Program too long"
18751888msgstr "Program terlalu lama"
18761889
1890+ #: shared-bindings/rclcpy/Publisher.c
1891+ msgid "Publishers can only be created from a parent node"
1892+ msgstr ""
1893+
18771894#: shared-bindings/digitalio/DigitalInOut.c
18781895msgid "Pull not used when direction is output."
18791896msgstr "Pull tidak digunakan saat arah output."
@@ -1894,6 +1911,26 @@ msgstr "Kesalahan DeInit RNG"
18941911msgid "RNG Init Error"
18951912msgstr "Kesalahan Init RNG"
18961913
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+
18971934#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
18981935#: ports/nordic/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
18991936msgid "RS485"
0 commit comments