Skip to content

Commit

Permalink
Update Translations from Transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 2, 2024
1 parent 7a20d02 commit bace1f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .tx/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[main]
host = https://www.transifex.com
lang_map = he_IL: he, tr_TR: tr, es_MX: es, fr_CA: fr
lang_map = fr_CA: fr, he_IL: he, tr_TR: tr, es_MX: es

[o:wpilib:p:frc-docs:r:404]
file_filter = locale/<lang>/LC_MESSAGES/404.po
Expand Down
2 changes: 1 addition & 1 deletion frc-docs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: FIRST Robotics Competition 2024\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-06 16:03+0000\n"
"POT-Creation-Date: 2024-05-02 16:03+0000\n"
"PO-Revision-Date: 2020-08-20 04:15+0000\n"
"Last-Translator: Marc Lalonde, 2024\n"
"Language-Team: French (Canada) (https://app.transifex.com/wpilib/teams/109324/fr_CA/)\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: FIRST Robotics Competition 2024\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-07 04:04+0000\n"
"POT-Creation-Date: 2024-05-02 16:03+0000\n"
"PO-Revision-Date: 2020-08-20 04:15+0000\n"
"Last-Translator: Jacob Lubecki, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/wpilib/teams/109324/ja/)\n"
Expand Down Expand Up @@ -80,33 +80,6 @@ msgstr ""
" - `C++ "
"<https://github.com/wpilibsuite/allwpilib/blob/main/wpilibc/src/main/native/cpp/TimedRobot.cpp>`__"

#: ../../frc-docs/source/docs/software/vscode-overview/creating-robot-program.rst:22
msgid ""
"The :code:`TimedRobot` class is the base class recommended for most users. "
"It provides control of the robot program through a collection of "
":code:`init()`, :code:`periodic()`, and :code:`exit()` methods, which are "
"called by WPILib during specific robot states (e.g. autonomous or "
"teleoperated). During these calls, your code typically polls each input "
"device and acts according to the data it receives. For instance, you would "
"typically determine the position of the joystick and state of the joystick "
"buttons on each call and act accordingly. The ``TimedRobot`` class also "
"provides an example of retrieving autonomous routines through "
"SendableChooser (`Java "
"<https://github.wpilib.org/allwpilib/docs/release/java/edu/wpi/first/wpilibj/smartdashboard/SendableChooser.html>`__/"
" `C++ "
"<https://github.wpilib.org/allwpilib/docs/release/cpp/classfrc_1_1_sendable_chooser.html>`__"
msgstr ""
":code:`TimedRobot` クラスはほとんどのユーザーに推奨される基底クラスです。 このクラスは :code:`init()` 、 "
":code:`periodic()` 、 :code:`exit()` "
"メソッドのコレクションを通してロボットプログラムの制御を提供します。これらのメソッドは特定のロボット状態(例えば自律動作や遠隔操作)の時に WPILib"
" によって呼び出されます。これらのメソッドが呼び出される間、あなたのコードは各入力デバイスの状態を取得し、受け取ったデータに従って動作します。 "
"例えば、ジョイスティックの位置とジョイスティックのボタンの状態を呼び出しごとに判断し、それに従って動作します。 ``TimedRobot`` "
"クラスでは、SendableChooser (`Java "
"<https://github.wpilib.org/allwpilib/docs/release/java/edu/wpi/first/wpilibj/smartdashboard/SendableChooser.html>`__"
" / `C++ "
"<https://github.wpilib.org/allwpilib/docs/release/cpp/classfrc_1_1_sendable_chooser.html>`__)"
" を使って自律ルーチンを取得する例も提供しています。"

#: ../../frc-docs/source/docs/software/vscode-overview/creating-robot-program.rst:24
msgid ""
"A `TimedRobot Skeleton` template is available that removes some informative "
Expand Down

0 comments on commit bace1f4

Please sign in to comment.