From 1927ab7404d8dc0f892a8fdf74893ad86734c0c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 04:09:21 +0000 Subject: [PATCH] Update Translations from Transifex --- .tx/config | 2 +- frc-docs | 2 +- .../examples-tutorials/wpilib-examples.po | 50 ++++------- .../creating-drive-subsystem.po | 19 +--- .../creating-following-trajectory.po | 27 +----- .../pathplanning/trajectory-tutorial/index.po | 13 ++- .../drivesim-tutorial/index.po | 22 +---- .../drivesim-tutorial/simulation-instance.po | 4 +- .../examples-tutorials/wpilib-examples.po | 48 ++++------ .../creating-drive-subsystem.po | 18 +--- .../creating-following-trajectory.po | 88 ++++++------------- .../pathplanning/trajectory-tutorial/index.po | 27 ++---- .../drivesim-tutorial/index.po | 24 ++--- .../examples-tutorials/wpilib-examples.po | 49 ++++------- .../creating-drive-subsystem.po | 2 +- .../creating-following-trajectory.po | 9 +- .../pathplanning/trajectory-tutorial/index.po | 24 +---- .../drivesim-tutorial/index.po | 8 +- .../examples-tutorials/wpilib-examples.po | 48 ++++------ .../creating-drive-subsystem.po | 2 +- .../creating-following-trajectory.po | 8 +- .../pathplanning/trajectory-tutorial/index.po | 11 ++- .../drivesim-tutorial/index.po | 8 +- 23 files changed, 144 insertions(+), 369 deletions(-) diff --git a/.tx/config b/.tx/config index 76f0fe0d8..e77742e6f 100644 --- a/.tx/config +++ b/.tx/config @@ -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//LC_MESSAGES/404.po diff --git a/frc-docs b/frc-docs index 957066bfa..de7670e34 160000 --- a/frc-docs +++ b/frc-docs @@ -1 +1 @@ -Subproject commit 957066bfa55aaa25576880bc9ec3783c7adcd330 +Subproject commit de7670e343c5773aed02756f1be900c8fa9b2424 diff --git a/locale/es/LC_MESSAGES/docs/software/examples-tutorials/wpilib-examples.po b/locale/es/LC_MESSAGES/docs/software/examples-tutorials/wpilib-examples.po index 5199952ec..ab3e7b7eb 100644 --- a/locale/es/LC_MESSAGES/docs/software/examples-tutorials/wpilib-examples.po +++ b/locale/es/LC_MESSAGES/docs/software/examples-tutorials/wpilib-examples.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2023, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License +# Copyright (C) 2024, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License # This file is distributed under the same license as the FIRST Robotics Competition package. # FIRST AUTHOR , YEAR. # @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: FIRST Robotics Competition 2024\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-02 04:04+0000\n" +"POT-Creation-Date: 2024-05-11 04:03+0000\n" "PO-Revision-Date: 2020-04-25 02:02+0000\n" "Last-Translator: Román Hernandez sosa, 2023\n" "Language-Team: Spanish (Mexico) (https://app.transifex.com/wpilib/teams/109324/es_MX/)\n" @@ -92,11 +92,11 @@ msgstr "" "robot comunes. Los sensores pueden estar presentes, pero no son el concepto " "enfatizado de estos ejemplos." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:44 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:43 msgid "Sensor Examples" msgstr "Ejemplos de sensores" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:46 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:45 msgid "" "These examples demonstrate sensor reading and data processing using WPILib." " Mechanisms control may be present, but is not the emphasized concept of " @@ -106,7 +106,7 @@ msgstr "" " usando WPILib. El control de mecanismos puede estar presente, pero no es el" " concepto enfatizado de estos ejemplos." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:48 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:47 msgid "" "**Axis Camera Sample** (`Java " "`__," @@ -167,7 +167,7 @@ msgstr "" " Demuestra la generación y seguimiento de trayectorias con un mecanum drive " "usando las clases ``TrajectoryGenerator`` y ``MecanumControllerCommand``." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:74 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:73 msgid "" "**SwerveControllerCommand** (`Java " "`__," @@ -183,11 +183,11 @@ msgstr "" " Demuestra la generación y seguimiento de trayectorias con un swerve drive " "usando las clases ``TrajectoryGenerator`` y ``SwerveControllerCommand``." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:77 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:76 msgid "State-Space Examples" msgstr "Ejemplos de Espacio de Estado" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:79 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:78 msgid "" "These examples demonstrate the use of the :ref:`State-Space Control " "`." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:83 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:82 msgid "" "**StateSpaceElevator** (`Java " "`__," @@ -211,7 +211,7 @@ msgstr "" "`" " __): Demuestra el control del espacio de estados de un ascensor." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:84 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:83 msgid "" "**StateSpaceArm** (`Java " "`__," @@ -225,33 +225,15 @@ msgstr "" "`__):" " Demuestra el control estado-espacio de un brazo." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:85 -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:94 -msgid "" -"**StateSpaceDriveSimulation** (`Java " -"`__," -" `C++ " -"`__):" -" Demonstrates state-space control of a differential drivetrain in " -"combination with a RAMSETE path following controller and Field2d class." -msgstr "" -"**StateSpaceDriveSimulation** (`Java " -"`__," -" `C++ " -"`__):" -" Demuestra un control estado-espacio de un drivetrain diferencial en " -"combinación del seguimiento de trayectorias con un controlador RAMSETE y la " -"clase Field2d." - -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:88 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:86 msgid "Simulation Physics Examples" msgstr "Ejemplos de Simulación Física" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:90 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:88 msgid "These examples demonstrate the use of the physics simulation." msgstr "Estos ejemplos demuestran el uso de la simulación física." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:95 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:92 msgid "" "**SimpleDifferentialDriveSimulation** (`Java " "`__," @@ -266,11 +248,11 @@ msgstr "" " Un ejemplo básico de un drivetrain básico que se puede utilizar en " "simulación." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:98 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:95 msgid "Miscellaneous Examples" msgstr "Ejemplos varios" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:100 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:97 msgid "" "These examples demonstrate miscellaneous WPILib functionality that does not " "fit into any of the above categories." @@ -278,7 +260,7 @@ msgstr "" "Estos ejemplos demuestran diversas funciones de WPILib que no encajan en " "ninguna de las categorías anteriores." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:104 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:101 msgid "" "**HAL** (`C++ " "`__):" diff --git a/locale/es/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.po b/locale/es/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.po index 284cfff7f..cc83b244e 100644 --- a/locale/es/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.po +++ b/locale/es/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.po @@ -7,7 +7,6 @@ # Heber Sepúlveda , 2021 # Paulina Maynez , 2021 # Lian Eng , 2021 -# Fernanda Reveles , 2021 # Román Hernandez sosa, 2023 # Austin Shalit , 2024 # Fernando Soltero , 2024 @@ -17,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: FIRST Robotics Competition 2024\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-16 16:04+0000\n" +"POT-Creation-Date: 2024-05-11 04:03+0000\n" "PO-Revision-Date: 2021-06-22 22:08+0000\n" "Last-Translator: Fernando Soltero , 2024\n" "Language-Team: Spanish (Mexico) (https://app.transifex.com/wpilib/teams/109324/es_MX/)\n" @@ -48,22 +47,6 @@ msgstr "" "primer paso es escribir una clase adecuada :ref:`subsistema " "` ." -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.rst:6 -msgid "" -"The full drive class from the RamseteCommand Example Project (`Java " -"`__," -" `C++ " -"`__)" -" can be seen below. The rest of the article will describe the steps " -"involved in writing this class." -msgstr "" -"La clase de drive completa del RamseteCommand Example Project (`Java " -"`__," -" `C++ " -"`__)" -" se puede ver a continuación. El resto del artículo describirá los pasos " -"necesarios para escribir esta clase." - #: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.rst:38 msgid "Configuring the Drive Encoders" msgstr "Configuración de los codificadores de unidad" diff --git a/locale/es/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.po b/locale/es/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.po index c8d078fdf..5692478f5 100644 --- a/locale/es/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.po +++ b/locale/es/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.po @@ -4,7 +4,6 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Heber Sepúlveda , 2021 # Paulina Maynez , 2021 # Austin Shalit , 2021 # Fernando Soltero , 2021 @@ -15,7 +14,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-11 04:03+0000\n" "PO-Revision-Date: 2021-06-22 22:08+0000\n" "Last-Translator: Dylan Gallegos, 2023\n" "Language-Team: Spanish (Mexico) (https://app.transifex.com/wpilib/teams/109324/es_MX/)\n" @@ -37,30 +36,6 @@ msgstr "" "Con nuestro subsistema de accionamiento escrito, es hora de generar una " "trayectoria y escribir un comando autónomo para seguirla." -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:6 -msgid "" -"As per the :ref:`standard command-based project structure " -"`, we will do this in the " -"``getAutonomousCommand`` method of the ``RobotContainer`` class. The full " -"method from the RamseteCommand Example Project (`Java " -"`__," -" `C++ " -"`__)" -" can be seen below. The rest of the article will break down the different " -"parts of the method in more detail." -msgstr "" -"Según la :ref:` estructura estandar de un proyecto a base de comandos " -"`, haremos esto en el método de la clase " -"``RobotContainer``. El método completo del proyecto RamseteCommand Example " -"(`Java " -"`__," -" `C++ " -"`__)" -" puede verse debajo. El resto del articulo se separará en diferentes partes" -" del método en más detalle." - #: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:0 msgid "Java" msgstr "Java" diff --git a/locale/es/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/index.po b/locale/es/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/index.po index 2d8399c88..96603612d 100644 --- a/locale/es/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/index.po +++ b/locale/es/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/index.po @@ -1,23 +1,22 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, FIRST and other WPILib Contributors +# Copyright (C) 2024, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License # This file is distributed under the same license as the FIRST Robotics Competition package. # FIRST AUTHOR , YEAR. # # Translators: # Iván Samaniego , 2021 -# Fernanda Reveles , 2021 # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: FIRST Robotics Competition 2021\n" +"Project-Id-Version: FIRST Robotics Competition 2024\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-23 04:03+0000\n" +"POT-Creation-Date: 2024-05-11 04:03+0000\n" "PO-Revision-Date: 2021-06-22 22:08+0000\n" -"Last-Translator: Fernanda Reveles , 2021\n" -"Language-Team: Spanish (Mexico) (https://www.transifex.com/wpilib/teams/109324/es_MX/)\n" +"Last-Translator: Iván Samaniego , 2021\n" +"Language-Team: Spanish (Mexico) (https://app.transifex.com/wpilib/teams/109324/es_MX/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_MX\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" diff --git a/locale/es/LC_MESSAGES/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/index.po b/locale/es/LC_MESSAGES/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/index.po index 0cb5e531c..1bb856397 100644 --- a/locale/es/LC_MESSAGES/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/index.po +++ b/locale/es/LC_MESSAGES/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2022, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License +# Copyright (C) 2024, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License # This file is distributed under the same license as the FIRST Robotics Competition package. # FIRST AUTHOR , YEAR. # @@ -12,12 +12,12 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: FIRST Robotics Competition 2022\n" +"Project-Id-Version: FIRST Robotics Competition 2024\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-31 04:03+0000\n" +"POT-Creation-Date: 2024-05-11 04:03+0000\n" "PO-Revision-Date: 2021-06-22 22:10+0000\n" "Last-Translator: Diego Lozano Rangel, 2022\n" -"Language-Team: Spanish (Mexico) (https://www.transifex.com/wpilib/teams/109324/es_MX/)\n" +"Language-Team: Spanish (Mexico) (https://app.transifex.com/wpilib/teams/109324/es_MX/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -28,20 +28,6 @@ msgstr "" msgid "Drivetrain Simulation Tutorial" msgstr "Tutorial de simulación de transmisión" -#: ../../frc-docs/source/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/index.rst:5 -msgid "" -"``StateSpaceDifferentialDriveSimulation`` (`Java " -"`__," -" `C++ " -"`__)" -" uses the command-based framework." -msgstr "" -"``StateSpaceDifferentialDriveSimulation`` (`Java " -"`__," -" `C++ " -"`__)" -" utiliza el marco basado en comandos." - #: ../../frc-docs/source/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/index.rst:6 msgid "" "``SimpleDifferentialDriveSimulation`` (`Java " diff --git a/locale/es/LC_MESSAGES/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/simulation-instance.po b/locale/es/LC_MESSAGES/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/simulation-instance.po index 4601dc6dd..3d45c2132 100644 --- a/locale/es/LC_MESSAGES/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/simulation-instance.po +++ b/locale/es/LC_MESSAGES/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/simulation-instance.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2023, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License +# Copyright (C) 2024, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License # This file is distributed under the same license as the FIRST Robotics Competition package. # FIRST AUTHOR , YEAR. # @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: FIRST Robotics Competition 2024\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-12-28 16:04+0000\n" +"POT-Creation-Date: 2024-05-11 04:03+0000\n" "PO-Revision-Date: 2021-06-22 22:10+0000\n" "Last-Translator: Román Hernandez sosa, 2023\n" "Language-Team: Spanish (Mexico) (https://app.transifex.com/wpilib/teams/109324/es_MX/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/software/examples-tutorials/wpilib-examples.po b/locale/fr/LC_MESSAGES/docs/software/examples-tutorials/wpilib-examples.po index 880e92271..93ee35510 100644 --- a/locale/fr/LC_MESSAGES/docs/software/examples-tutorials/wpilib-examples.po +++ b/locale/fr/LC_MESSAGES/docs/software/examples-tutorials/wpilib-examples.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: FIRST Robotics Competition 2024\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-08 16:03+0000\n" +"POT-Creation-Date: 2024-05-11 04:03+0000\n" "PO-Revision-Date: 2020-04-25 02:02+0000\n" "Last-Translator: Marc Lalonde, 2024\n" "Language-Team: French (Canada) (https://app.transifex.com/wpilib/teams/109324/fr_CA/)\n" @@ -88,11 +88,11 @@ msgstr "" "robot courants. Les capteurs peuvent être présents, mais ils ne constituent " "pas le point focal dans ces exemples." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:44 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:43 msgid "Sensor Examples" msgstr "Exemples de programmation de capteurs" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:46 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:45 msgid "" "These examples demonstrate sensor reading and data processing using WPILib." " Mechanisms control may be present, but is not the emphasized concept of " @@ -102,7 +102,7 @@ msgstr "" "traitement des données à l’aide de WPILib. Le contrôle des mécanismes peut " "être présent, mais ce n’est pas le point focal de ces exemples." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:48 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:47 msgid "" "**Axis Camera Sample** (`Java " "`__," @@ -164,7 +164,7 @@ msgstr "" "type mécanum à l’aide des classes ``TrajectoryGenerator`` et " "``MecanumControllerCommand``." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:74 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:73 msgid "" "**SwerveControllerCommand** (`Java " "`__," @@ -181,11 +181,11 @@ msgstr "" "type swerve à l'aide des classes ``TrajectoryGenerator`` et " "``SwerveControllerCommand``." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:77 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:76 msgid "State-Space Examples" msgstr "Exemples d'espace d'état" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:79 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:78 msgid "" "These examples demonstrate the use of the :ref:`State-Space Control " "`." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:83 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:82 msgid "" "**StateSpaceElevator** (`Java " "`__," @@ -209,7 +209,7 @@ msgstr "" "`__):" " Démontre le contrôle de l'espace d'état d'un élévateur." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:84 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:83 msgid "" "**StateSpaceArm** (`Java " "`__," @@ -223,33 +223,15 @@ msgstr "" "`__):" " Démontre le contrôle de l'espace d'état d'un bras." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:85 -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:94 -msgid "" -"**StateSpaceDriveSimulation** (`Java " -"`__," -" `C++ " -"`__):" -" Demonstrates state-space control of a differential drivetrain in " -"combination with a RAMSETE path following controller and Field2d class." -msgstr "" -"**StateSpaceDriveSimulation** (`Java " -"`__," -" `C++ " -"`__):" -" Démontre le contrôle de l'espace d'états d'une transmission différentielle " -"en combinaison avec un contrôleur de suivi de trajectoire RAMSETE et une " -"classe Field2d." - -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:88 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:86 msgid "Simulation Physics Examples" msgstr "Exemples de physique de simulation" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:90 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:88 msgid "These examples demonstrate the use of the physics simulation." msgstr "Ces exemples démontrent l'utilisation de la simulation physique." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:95 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:92 msgid "" "**SimpleDifferentialDriveSimulation** (`Java " "`__," @@ -264,11 +246,11 @@ msgstr "" " Un exemple simple d’une base pilotable qui peut être utilisée dans la " "simulation." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:98 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:95 msgid "Miscellaneous Examples" msgstr "Exemples divers" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:100 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:97 msgid "" "These examples demonstrate miscellaneous WPILib functionality that does not " "fit into any of the above categories." @@ -276,7 +258,7 @@ msgstr "" "Ces exemples illustrent une variété de fonctionnalités WPILib qui ne " "s’inscrivent dans aucune des catégories ci-dessus." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:104 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:101 msgid "" "**HAL** (`C++ " "`__):" diff --git a/locale/fr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.po b/locale/fr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.po index e68cce927..1a954cf3b 100644 --- a/locale/fr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.po +++ b/locale/fr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: FIRST Robotics Competition 2024\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-16 16:04+0000\n" +"POT-Creation-Date: 2024-05-11 04:03+0000\n" "PO-Revision-Date: 2021-06-22 22:08+0000\n" "Last-Translator: Regis Bekale , 2024\n" "Language-Team: French (Canada) (https://app.transifex.com/wpilib/teams/109324/fr_CA/)\n" @@ -44,22 +44,6 @@ msgstr "" "à créer une classe sous-système de déplacement appropriée :ref:`subsystem " "`." -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.rst:6 -msgid "" -"The full drive class from the RamseteCommand Example Project (`Java " -"`__," -" `C++ " -"`__)" -" can be seen below. The rest of the article will describe the steps " -"involved in writing this class." -msgstr "" -"La classe de déplacement complète du projet d’exemple RamseteCommand (`Java " -"`__," -" `C++ " -"`__)" -" peut être vu ci-dessous. Le reste de l’article décrira les étapes " -"nécessaires dans l’écriture de cette classe." - #: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.rst:38 msgid "Configuring the Drive Encoders" msgstr "Configuration des encodeurs du sous-système de déplacement" diff --git a/locale/fr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.po b/locale/fr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.po index 53c65cb79..e337a9257 100644 --- a/locale/fr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.po +++ b/locale/fr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2022, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License +# Copyright (C) 2024, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License # This file is distributed under the same license as the FIRST Robotics Competition package. # FIRST AUTHOR , YEAR. # @@ -11,12 +11,12 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: FIRST Robotics Competition 2022\n" +"Project-Id-Version: FIRST Robotics Competition 2024\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-29 04:15+0000\n" +"POT-Creation-Date: 2024-05-11 04:03+0000\n" "PO-Revision-Date: 2021-06-22 22:08+0000\n" "Last-Translator: Regis Bekale , 2021\n" -"Language-Team: French (Canada) (https://www.transifex.com/wpilib/teams/109324/fr_CA/)\n" +"Language-Team: French (Canada) (https://app.transifex.com/wpilib/teams/109324/fr_CA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -35,53 +35,19 @@ msgstr "" "Avec notre sous-système de déplacement écrit, il est maintenant temps de " "générer une trajectoire et d’écrire une commande autonome pour la suivre." -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:6 -msgid "" -"As per the :ref:`standard command-based project structure " -"`, we will do this in the " -"``getAutonomousCommand`` method of the ``RobotContainer`` class. The full " -"method from the RamseteCommand Example Project (`Java " -"`__," -" `C++ " -"`__)" -" can be seen below. The rest of the article will break down the different " -"parts of the method in more detail." -msgstr "" -"Selon le projet :ref:`structure standard d'un projet orienté commande " -"`, nous le ferons dans la méthode " -"``getAutonomousCommand`` de la classe ``RobotContainer``. La méthode " -"complète du projet d’exemple RamseteCommand (`Java " -"`__," -" `C++ " -"`__)" -" peut être vue ci-dessous. Le reste de l’article décomposera plus en détail" -" les différentes parties de la méthode." - -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:10 -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:38 -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:63 -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:86 -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:111 -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:134 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:0 msgid "Java" msgstr "Java" -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:18 -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:46 -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:71 -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:94 -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:119 -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:142 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:0 msgid "C++ (Source)" msgstr "C++ (Source)" -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:27 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:30 msgid "Configuring the Trajectory Constraints" msgstr "Configuration des contraintes de la trajectoire" -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:29 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:32 msgid "" "First, we must set some configuration parameters for the trajectory which " "will ensure that the generated trajectory is followable." @@ -90,11 +56,11 @@ msgstr "" "la trajectoire qui garantiront que la trajectoire ainsi générée peut " "effectivement être suivie." -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:32 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:35 msgid "Creating a Voltage Constraint" msgstr "Création d’une contrainte de tension" -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:34 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:37 msgid "" "The first piece of configuration we will need is a voltage constraint. This" " will ensure that the generated trajectory never commands the robot to go " @@ -105,7 +71,7 @@ msgstr "" "générée ne contraigne jamais le robot d’aller plus vite qu’il n’est capable " "d’atteindre avec l’alimentation de tension disponible:" -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:54 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:60 msgid "" "Notice that we set the maximum voltage to 10V, rather than the nominal " "battery voltage of 12V. This gives us some \"headroom\" to deal with " @@ -116,11 +82,11 @@ msgstr "" " faire face à un éventuel \"creux de tension\" pendant le suivi de la " "trajectoire." -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:57 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:63 msgid "Creating the Configuration" msgstr "Création de la configuration" -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:59 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:65 msgid "" "Now that we have our voltage constraint, we can create our " "``TrajectoryConfig`` instance, which wraps together all of our path " @@ -130,11 +96,11 @@ msgstr "" "notre instance ``TrajectoryConfig``, qui englobe toutes nos contraintes de " "trajectoire :" -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:80 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:90 msgid "Generating the Trajectory" msgstr "Génération de la trajectoire" -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:82 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:92 msgid "" "With our trajectory configuration in hand, we are now ready to generate our " "trajectory. For this example, we will be generating a \"clamped cubic\" " @@ -149,7 +115,7 @@ msgstr "" "uniquement pour les points de passage intérieurs (également connu sous le " "nom \"points noeuds\"). Comme ailleurs, toutes les distances sont en mètres." -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:102 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:116 msgid "" "Instead of generating the trajectory on the roboRIO as outlined above, one " "can also :ref:`import a PathWeaver JSON " @@ -161,11 +127,11 @@ msgstr "" "`." -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:105 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:119 msgid "Creating the RamseteCommand" msgstr "Création de la commande Ramsete ou RamseteCommand" -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:107 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:121 msgid "" "We will first reset our robot's pose to the starting pose of the trajectory." " This ensures that the robot's location on the coordinate system and the " @@ -175,7 +141,7 @@ msgstr "" " de la trajectoire. Cela garantit que l'emplacement du robot sur le système " "de coordonnées et la position de départ de la trajectoire sont identiques." -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:150 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:172 msgid "" "This declaration is fairly substantial, so we'll go through it argument-by-" "argument:" @@ -183,7 +149,7 @@ msgstr "" "Cette déclaration est assez substantielle, nous allons donc la scruter " "paramètre par paramètre:" -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:152 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:174 msgid "" "The trajectory: This is the trajectory to be followed; accordingly, we pass " "the command the trajectory we just constructed in our earlier steps." @@ -192,7 +158,7 @@ msgstr "" " à la commande la trajectoire que nous venons de construire dans nos étapes " "antérieures." -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:153 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:175 msgid "" "The pose supplier: This is a method reference (or lambda) to the :ref:`drive" " subsystem method that returns the pose " @@ -206,7 +172,7 @@ msgstr "" "subsystem:Odometry Accessor Method>`. Le contrôleur RAMSETE a besoin de la " "mesure de pose actuelle pour déterminer les sorties de roue requises." -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:157 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:179 msgid "" "The wheel speed supplier: This is a method reference (or lambda) to the " ":ref:`drive subsystem method that returns the wheel speeds " @@ -218,7 +184,7 @@ msgstr "" "de roue `" -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:160 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:182 msgid "" "The output consumer: This is a method reference (or lambda) to the " ":ref:`drive subsystem method that passes the voltage outputs to the drive " @@ -230,7 +196,7 @@ msgstr "" "tension aux moteurs d'entraînement `." -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:161 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:183 msgid "" "The robot drive: This is the drive subsystem itself, included to ensure the " "command does not operate on the drive at the same time as any other command " @@ -241,7 +207,7 @@ msgstr "" "fonctionne pas sur la base pilotable en même temps que toute autre commande " "qui utilise cette même base pilotable." -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:163 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:185 msgid "" "Finally, note that we append a final \"stop\" command in sequence after the " "path-following command, to ensure that the robot stops moving at the end of " @@ -251,11 +217,11 @@ msgstr "" "après la commande de suivi de la trajectoire, pour s’assurer que le robot " "s'immobilise à la fin de la trajectoire." -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:166 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:188 msgid "Video" msgstr "Vidéo" -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:168 +#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.rst:190 msgid "" "If all has gone well, your robot's autonomous routine should look something " "like this:" diff --git a/locale/fr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/index.po b/locale/fr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/index.po index 947f3de17..a08199c3c 100644 --- a/locale/fr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/index.po +++ b/locale/fr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, FIRST and other WPILib Contributors +# Copyright (C) 2024, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License # This file is distributed under the same license as the FIRST Robotics Competition package. # FIRST AUTHOR , YEAR. # @@ -9,35 +9,18 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: FIRST Robotics Competition 2021\n" +"Project-Id-Version: FIRST Robotics Competition 2024\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-05 04:04+0000\n" +"POT-Creation-Date: 2024-05-11 04:03+0000\n" "PO-Revision-Date: 2021-06-22 22:08+0000\n" "Last-Translator: Regis Bekale , 2021\n" -"Language-Team: French (Canada) (https://www.transifex.com/wpilib/teams/109324/fr_CA/)\n" +"Language-Team: French (Canada) (https://app.transifex.com/wpilib/teams/109324/fr_CA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr_CA\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/index.rst:2 msgid "Trajectory Tutorial" msgstr "Didacticiel sur la pratique des trajectoires" - -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/index.rst:4 -msgid "" -"This is full tutorial for implementing trajectory generation and following " -"on a differential-drive robot. The full code used in this tutorial can be " -"found in the RamseteCommand example project (`Java " -"`__," -" `C++ " -"`__)." -msgstr "" -"Il s’agit d’un tutoriel complet portant sur la mise en application de la " -"génération et du suivi de trajectoires sur un robot à entraînement " -"différentiel. Le code complet utilisé dans ce didacticiel peut être trouvé " -"dans l'exempe de projet RamseteCommand (`Java " -"`__," -" `C++ " -"`__)." diff --git a/locale/fr/LC_MESSAGES/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/index.po b/locale/fr/LC_MESSAGES/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/index.po index a4be030dc..f6d1c8370 100644 --- a/locale/fr/LC_MESSAGES/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/index.po +++ b/locale/fr/LC_MESSAGES/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, FIRST and other WPILib Contributors +# Copyright (C) 2024, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License # This file is distributed under the same license as the FIRST Robotics Competition package. # FIRST AUTHOR , YEAR. # @@ -10,17 +10,17 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: FIRST Robotics Competition 2021\n" +"Project-Id-Version: FIRST Robotics Competition 2024\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-10 16:03+0000\n" +"POT-Creation-Date: 2024-05-11 04:03+0000\n" "PO-Revision-Date: 2021-06-22 22:10+0000\n" "Last-Translator: Andre Theberge , 2021\n" -"Language-Team: French (Canada) (https://www.transifex.com/wpilib/teams/109324/fr_CA/)\n" +"Language-Team: French (Canada) (https://app.transifex.com/wpilib/teams/109324/fr_CA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr_CA\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: ../../frc-docs/source/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/index.rst:2 msgid "Drivetrain Simulation Tutorial" @@ -38,20 +38,6 @@ msgstr "" "code que nous aborderons dans ce didacticiel soit indépendant du framework, " "il existe deux exemples complets disponibles - un pour chaque framework." -#: ../../frc-docs/source/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/index.rst:5 -msgid "" -"``StateSpaceDifferentialDriveSimulation`` (`Java " -"`__," -" `C++ " -"`__)" -" uses the command-based framework." -msgstr "" -"``StateSpaceDifferentialDriveSimulation`` (`Java " -"`__," -" `C++ " -"`__)" -" utilise le framework basé sur les commandes" - #: ../../frc-docs/source/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/index.rst:6 msgid "" "``SimpleDifferentialDriveSimulation`` (`Java " diff --git a/locale/tr/LC_MESSAGES/docs/software/examples-tutorials/wpilib-examples.po b/locale/tr/LC_MESSAGES/docs/software/examples-tutorials/wpilib-examples.po index 4a03b93d3..8e28a90f9 100644 --- a/locale/tr/LC_MESSAGES/docs/software/examples-tutorials/wpilib-examples.po +++ b/locale/tr/LC_MESSAGES/docs/software/examples-tutorials/wpilib-examples.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2023, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License +# Copyright (C) 2024, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License # This file is distributed under the same license as the FIRST Robotics Competition package. # FIRST AUTHOR , YEAR. # @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: FIRST Robotics Competition 2024\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-02 04:04+0000\n" +"POT-Creation-Date: 2024-05-11 04:03+0000\n" "PO-Revision-Date: 2020-04-25 02:02+0000\n" "Last-Translator: Müfit ALKAYA , 2021\n" "Language-Team: Turkish (Turkey) (https://app.transifex.com/wpilib/teams/109324/tr_TR/)\n" @@ -86,11 +86,11 @@ msgstr "" "Bu örnekler, yaygın robot kontrollerinin WPILib uygulamalarını gösterir. " "Sensörler mevcut olabilir, ancak bu örneklerin vurgulanan konsepti değildir." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:44 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:43 msgid "Sensor Examples" msgstr "Sensör Örnekleri" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:46 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:45 msgid "" "These examples demonstrate sensor reading and data processing using WPILib." " Mechanisms control may be present, but is not the emphasized concept of " @@ -100,7 +100,7 @@ msgstr "" "Mekanizma kontrolü mevcut olabilir, ancak bu örneklerin vurgulanan konsepti " "değildir." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:48 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:47 msgid "" "**Axis Camera Sample** (`Java " "`__," @@ -161,7 +161,7 @@ msgstr "" " __): ``TrajectoryGenerator`` ve ``MecanumControllerCommand`` sınıflarını " "kullanarak bir mecanum sürücü ile yörünge oluşturmayı ve takibi gösterir." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:74 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:73 msgid "" "**SwerveControllerCommand** (`Java " "`__," @@ -178,11 +178,11 @@ msgstr "" "kullanarak bir swerve sürücüsüyle yörünge oluşturmayı ve takip etmeyi " "gösterir." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:77 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:76 msgid "State-Space Examples" msgstr "State-Space Durum Uzayı Örnekleri" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:79 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:78 msgid "" "These examples demonstrate the use of the :ref:`State-Space Control " "`. 'ın kullanımını gösterir." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:83 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:82 msgid "" "**StateSpaceElevator** (`Java " "`__," @@ -206,7 +206,7 @@ msgstr "" "`" " __): Bir asansörün durum alanı kontrolünü gösterir." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:84 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:83 msgid "" "**StateSpaceArm** (`Java " "`__," @@ -220,32 +220,15 @@ msgstr "" "`" " __): Bir Kolun durum-uzay kontrolünü gösterir." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:85 -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:94 -msgid "" -"**StateSpaceDriveSimulation** (`Java " -"`__," -" `C++ " -"`__):" -" Demonstrates state-space control of a differential drivetrain in " -"combination with a RAMSETE path following controller and Field2d class." -msgstr "" -"** StateSpaceDriveSimulation ** (`Java " -"`" -" __, `C ++ " -"`" -" __): Controller ve Field2d sınıfını takip eden bir RAMSETE yolu ile " -"birlikte bir diferansiyel aktarma organının durum alanı kontrolünü gösterir." - -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:88 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:86 msgid "Simulation Physics Examples" msgstr "Simülasyon Fiziği Örnekleri" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:90 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:88 msgid "These examples demonstrate the use of the physics simulation." msgstr "Bu örnekler, fizik simülasyonunun kullanımını göstermektedir." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:95 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:92 msgid "" "**SimpleDifferentialDriveSimulation** (`Java " "`__," @@ -260,11 +243,11 @@ msgstr "" " `__): Simülasyonda kullanılabilecek temel bir aktarma organının barebone " "örneği." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:98 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:95 msgid "Miscellaneous Examples" msgstr "Çeşitli Örnekler" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:100 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:97 msgid "" "These examples demonstrate miscellaneous WPILib functionality that does not " "fit into any of the above categories." @@ -272,7 +255,7 @@ msgstr "" "Bu örnekler, yukarıdaki kategorilerin hiçbirine uymayan çeşitli WPILib " "işlevselliğini gösterir." -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:104 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:101 msgid "" "**HAL** (`C++ " "`__):" diff --git a/locale/tr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.po b/locale/tr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.po index 01deb2732..f16fd9536 100644 --- a/locale/tr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.po +++ b/locale/tr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: FIRST Robotics Competition 2024\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-16 16:04+0000\n" +"POT-Creation-Date: 2024-05-11 04:03+0000\n" "PO-Revision-Date: 2021-06-22 22:08+0000\n" "Last-Translator: Müfit ALKAYA , 2024\n" "Language-Team: Turkish (Turkey) (https://app.transifex.com/wpilib/teams/109324/tr_TR/)\n" diff --git a/locale/tr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.po b/locale/tr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.po index 459a8ae84..8811c6c2a 100644 --- a/locale/tr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.po +++ b/locale/tr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2022, FIRST and other WPILib Contributors +# Copyright (C) 2024, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License # This file is distributed under the same license as the FIRST Robotics Competition package. # FIRST AUTHOR , YEAR. # # Translators: -# Müfit ALKAYA , 2021 # Hasan Bilgin , 2021 # ceren oktemer , 2021 # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: FIRST Robotics Competition 2022\n" +"Project-Id-Version: FIRST Robotics Competition 2024\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-01 04:07+0000\n" +"POT-Creation-Date: 2024-05-11 04:03+0000\n" "PO-Revision-Date: 2021-06-22 22:08+0000\n" "Last-Translator: ceren oktemer , 2021\n" -"Language-Team: Turkish (Turkey) (https://www.transifex.com/wpilib/teams/109324/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (https://app.transifex.com/wpilib/teams/109324/tr_TR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/tr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/index.po b/locale/tr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/index.po index 511e64d46..d2a6f989c 100644 --- a/locale/tr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/index.po +++ b/locale/tr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, FIRST and other WPILib Contributors +# Copyright (C) 2024, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License # This file is distributed under the same license as the FIRST Robotics Competition package. # FIRST AUTHOR , YEAR. # @@ -9,12 +9,12 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: FIRST Robotics Competition 2021\n" +"Project-Id-Version: FIRST Robotics Competition 2024\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-09 04:05+0000\n" +"POT-Creation-Date: 2024-05-11 04:03+0000\n" "PO-Revision-Date: 2021-06-22 22:08+0000\n" "Last-Translator: Müfit ALKAYA , 2021\n" -"Language-Team: Turkish (Turkey) (https://www.transifex.com/wpilib/teams/109324/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (https://app.transifex.com/wpilib/teams/109324/tr_TR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -24,19 +24,3 @@ msgstr "" #: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/index.rst:2 msgid "Trajectory Tutorial" msgstr "Rota Eğitimi" - -#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/index.rst:4 -msgid "" -"This is full tutorial for implementing trajectory generation and following " -"on a differential-drive robot. The full code used in this tutorial can be " -"found in the RamseteCommand example project (`Java " -"`__," -" `C++ " -"`__)." -msgstr "" -"Bu, yörünge oluşturmayı uygulamak ve diferansiyel tahrikli bir robotu takip " -"etmek için tam bir eğitimdir. Bu öğreticide kullanılan tam kod, " -"RamseteCommand örnek projesinde bulunabilir. (`Java " -"`__," -" `C++ " -"`__)." diff --git a/locale/tr/LC_MESSAGES/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/index.po b/locale/tr/LC_MESSAGES/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/index.po index b550d0112..63c3308ac 100644 --- a/locale/tr/LC_MESSAGES/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/index.po +++ b/locale/tr/LC_MESSAGES/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, FIRST and other WPILib Contributors +# Copyright (C) 2024, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License # This file is distributed under the same license as the FIRST Robotics Competition package. # FIRST AUTHOR , YEAR. # @@ -10,12 +10,12 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: FIRST Robotics Competition 2021\n" +"Project-Id-Version: FIRST Robotics Competition 2024\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-06 16:03+0000\n" +"POT-Creation-Date: 2024-05-11 04:03+0000\n" "PO-Revision-Date: 2021-06-22 22:10+0000\n" "Last-Translator: Esra ÖZEMRE , 2021\n" -"Language-Team: Turkish (Turkey) (https://www.transifex.com/wpilib/teams/109324/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (https://app.transifex.com/wpilib/teams/109324/tr_TR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/software/examples-tutorials/wpilib-examples.po b/locale/zh_CN/LC_MESSAGES/docs/software/examples-tutorials/wpilib-examples.po index 4d92ecab7..2243e2db3 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/software/examples-tutorials/wpilib-examples.po +++ b/locale/zh_CN/LC_MESSAGES/docs/software/examples-tutorials/wpilib-examples.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2023, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License +# Copyright (C) 2024, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License # This file is distributed under the same license as the FIRST Robotics Competition package. # FIRST AUTHOR , YEAR. # @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: FIRST Robotics Competition 2024\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-02 04:04+0000\n" +"POT-Creation-Date: 2024-05-11 04:03+0000\n" "PO-Revision-Date: 2020-04-25 02:02+0000\n" "Last-Translator: Michael Zhang , 2021\n" "Language-Team: Chinese (China) (https://app.transifex.com/wpilib/teams/109324/zh_CN/)\n" @@ -72,18 +72,18 @@ msgid "" "examples." msgstr "这些示例演示了通用机器人控件的WPILib实现。可能存在传感器,但不是这些示例的重点概念。" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:44 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:43 msgid "Sensor Examples" msgstr "传感器实例" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:46 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:45 msgid "" "These examples demonstrate sensor reading and data processing using WPILib." " Mechanisms control may be present, but is not the emphasized concept of " "these examples." msgstr "这些示例演示了使用WPILib进行传感器读取和数据处理。可能存在机制控制,但不是这些示例强调的概念。" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:48 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:47 msgid "" "**Axis Camera Sample** (`Java " "`__," @@ -138,7 +138,7 @@ msgstr "" "`__):" " 演示使用TrajectoryGenerator和MecanumControllerCommand类用麦克纳姆轮实现轨迹的生成与追踪" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:74 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:73 msgid "" "**SwerveControllerCommand** (`Java " "`__," @@ -152,11 +152,11 @@ msgstr "" " `C++ " "`__):使用TrajectoryGenerator和SwerveControllerCommand类演示轨迹生成和转向驱动。" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:77 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:76 msgid "State-Space Examples" msgstr "状态空间示例" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:79 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:78 msgid "" "These examples demonstrate the use of the :ref:`State-Space Control " "`的使用。" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:83 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:82 msgid "" "**StateSpaceElevator** (`Java " "`__," @@ -179,7 +179,7 @@ msgstr "" "`__):" " 演示电梯的状态空间控制" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:84 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:83 msgid "" "**StateSpaceArm** (`Java " "`__," @@ -193,31 +193,15 @@ msgstr "" "`__):" " 演示机械臂的状态空间控制" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:85 -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:94 -msgid "" -"**StateSpaceDriveSimulation** (`Java " -"`__," -" `C++ " -"`__):" -" Demonstrates state-space control of a differential drivetrain in " -"combination with a RAMSETE path following controller and Field2d class." -msgstr "" -"•Statespacedrivessimulation(`Java " -"`__," -" `C++ " -"`__):" -" 结合RAMSETE路径跟踪控制器和Field2d类演示差速传动系统的状态空间控制" - -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:88 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:86 msgid "Simulation Physics Examples" msgstr "模拟物理实例" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:90 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:88 msgid "These examples demonstrate the use of the physics simulation." msgstr "这些示例说明了物理模拟的用法。" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:95 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:92 msgid "" "**SimpleDifferentialDriveSimulation** (`Java " "`__," @@ -231,17 +215,17 @@ msgstr "" "`__):" " 结合RAMSETE路径跟踪控制器和Field2d类演示了差速传动系统的状态空间控制" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:98 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:95 msgid "Miscellaneous Examples" msgstr "其他例子" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:100 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:97 msgid "" "These examples demonstrate miscellaneous WPILib functionality that does not " "fit into any of the above categories." msgstr "这些示例演示了不属于上述任何类别的其他WPILib功能。" -#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:104 +#: ../../frc-docs/source/docs/software/examples-tutorials/wpilib-examples.rst:101 msgid "" "**HAL** (`C++ " "`__):" diff --git a/locale/zh_CN/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.po b/locale/zh_CN/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.po index 2e799f138..f40c2e44b 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.po +++ b/locale/zh_CN/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: FIRST Robotics Competition 2024\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-16 16:04+0000\n" +"POT-Creation-Date: 2024-05-11 04:03+0000\n" "PO-Revision-Date: 2021-06-22 22:08+0000\n" "Last-Translator: Team 5308 , 2024\n" "Language-Team: Chinese (China) (https://app.transifex.com/wpilib/teams/109324/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.po b/locale/zh_CN/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.po index 718d5d674..b8696ab5c 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.po +++ b/locale/zh_CN/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/creating-following-trajectory.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2022, FIRST and other WPILib Contributors +# Copyright (C) 2024, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License # This file is distributed under the same license as the FIRST Robotics Competition package. # FIRST AUTHOR , YEAR. # @@ -11,12 +11,12 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: FIRST Robotics Competition 2022\n" +"Project-Id-Version: FIRST Robotics Competition 2024\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-01 04:07+0000\n" +"POT-Creation-Date: 2024-05-11 04:03+0000\n" "PO-Revision-Date: 2021-06-22 22:08+0000\n" "Last-Translator: Team 5308 , 2021\n" -"Language-Team: Chinese (China) (https://www.transifex.com/wpilib/teams/109324/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/wpilib/teams/109324/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/index.po b/locale/zh_CN/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/index.po index 8b12c4aa4..01050767f 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/index.po +++ b/locale/zh_CN/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/index.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, FIRST and other WPILib Contributors +# Copyright (C) 2024, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License # This file is distributed under the same license as the FIRST Robotics Competition package. # FIRST AUTHOR , YEAR. # # Translators: # 楚涵 张 , 2021 -# tianshuang Zhang <2948026254@qq.com>, 2021 # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: FIRST Robotics Competition 2021\n" +"Project-Id-Version: FIRST Robotics Competition 2024\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-23 04:03+0000\n" +"POT-Creation-Date: 2024-05-11 04:03+0000\n" "PO-Revision-Date: 2021-06-22 22:08+0000\n" -"Last-Translator: tianshuang Zhang <2948026254@qq.com>, 2021\n" -"Language-Team: Chinese (China) (https://www.transifex.com/wpilib/teams/109324/zh_CN/)\n" +"Last-Translator: 楚涵 张 , 2021\n" +"Language-Team: Chinese (China) (https://app.transifex.com/wpilib/teams/109324/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/index.po b/locale/zh_CN/LC_MESSAGES/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/index.po index 59a0f1434..ddaaff5b7 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/index.po +++ b/locale/zh_CN/LC_MESSAGES/docs/software/wpilib-tools/robot-simulation/drivesim-tutorial/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, FIRST and other WPILib Contributors +# Copyright (C) 2024, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License # This file is distributed under the same license as the FIRST Robotics Competition package. # FIRST AUTHOR , YEAR. # @@ -9,12 +9,12 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: FIRST Robotics Competition 2021\n" +"Project-Id-Version: FIRST Robotics Competition 2024\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-06 16:03+0000\n" +"POT-Creation-Date: 2024-05-11 04:03+0000\n" "PO-Revision-Date: 2021-06-22 22:10+0000\n" "Last-Translator: Yitong Zhao , 2021\n" -"Language-Team: Chinese (China) (https://www.transifex.com/wpilib/teams/109324/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/wpilib/teams/109324/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n"