Skip to content

Commit 8f76bca

Browse files
Update Translations from Transifex
1 parent 80e2a06 commit 8f76bca

File tree

6 files changed

+10
-43
lines changed

6 files changed

+10
-43
lines changed

.tx/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[main]
22
host = https://www.transifex.com
3-
lang_map = es_MX: es, fr_CA: fr, he_IL: he, tr_TR: tr
3+
lang_map = he_IL: he, tr_TR: tr, es_MX: es, fr_CA: fr
44

55
[o:wpilib:p:frc-docs:r:404]
66
file_filter = locale/<lang>/LC_MESSAGES/404.po

locale/es/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/entering-constants.po

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2023, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License
2+
# Copyright (C) 2024, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License
33
# This file is distributed under the same license as the FIRST Robotics Competition package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Paulina Maynez <[email protected]>, 2021
87
# Gibrán Verástegui <[email protected]>, 2021
98
# Diana Ramos <[email protected]>, 2021
109
# Diego Lozano Rangel, 2023
@@ -15,7 +14,7 @@ msgid ""
1514
msgstr ""
1615
"Project-Id-Version: FIRST Robotics Competition 2024\n"
1716
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2023-12-12 04:04+0000\n"
17+
"POT-Creation-Date: 2024-05-12 04:04+0000\n"
1918
"PO-Revision-Date: 2021-06-22 22:08+0000\n"
2019
"Last-Translator: Román Hernandez sosa, 2023\n"
2120
"Language-Team: Spanish (Mexico) (https://app.transifex.com/wpilib/teams/109324/es_MX/)\n"
@@ -40,22 +39,6 @@ msgstr ""
4039
"C++, consulte :ref:`docs/software/basic-programming/cpp-units:The C++ Units "
4140
"Library`."
4241

43-
#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/entering-constants.rst:8
44-
msgid ""
45-
"The relevant parts of the constants file from the RamseteCommand Example "
46-
"Project (`Java "
47-
"<https://github.com/wpilibsuite/allwpilib/tree/main/wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/examples/ramsetecommand>`__,"
48-
" `C++ "
49-
"<https://github.com/wpilibsuite/allwpilib/tree/main/wpilibcExamples/src/main/cpp/examples/RamseteCommand>`__)"
50-
" can be seen below."
51-
msgstr ""
52-
"Las partes relevantes del archivo de constantes del proyecto de ejemplo "
53-
"RamseteCommand (`Java "
54-
"<https://github.com/wpilibsuite/allwpilib/tree/main/wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/examples/ramsetecommand>`__,"
55-
" `C++ "
56-
"<https://github.com/wpilibsuite/allwpilib/tree/main/wpilibcExamples/src/main/cpp/examples/RamseteCommand>`__)"
57-
" pueden verse a continuación."
58-
5942
#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/entering-constants.rst:11
6043
msgid "Feedforward/Feedback Gains"
6144
msgstr "Ganancias de Feedforward/Feedback"

locale/fr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/entering-constants.po

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2023, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License
2+
# Copyright (C) 2024, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License
33
# This file is distributed under the same license as the FIRST Robotics Competition package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: FIRST Robotics Competition 2024\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-11-03 16:04+0000\n"
15+
"POT-Creation-Date: 2024-05-12 04:04+0000\n"
1616
"PO-Revision-Date: 2021-06-22 22:08+0000\n"
1717
"Last-Translator: Andre Theberge <[email protected]>, 2022\n"
1818
"Language-Team: French (Canada) (https://app.transifex.com/wpilib/teams/109324/fr_CA/)\n"
@@ -50,22 +50,6 @@ msgstr ""
5050
"standard <docs/software/commandbased/structuring-command-based-"
5151
"project:Constants>`."
5252

53-
#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/entering-constants.rst:8
54-
msgid ""
55-
"The relevant parts of the constants file from the RamseteCommand Example "
56-
"Project (`Java "
57-
"<https://github.com/wpilibsuite/allwpilib/tree/main/wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/examples/ramsetecommand>`__,"
58-
" `C++ "
59-
"<https://github.com/wpilibsuite/allwpilib/tree/main/wpilibcExamples/src/main/cpp/examples/RamseteCommand>`__)"
60-
" can be seen below."
61-
msgstr ""
62-
"Les parties pertinentes du fichier des constantes de l’exemple de projet "
63-
"RamseteCommand (`Java "
64-
"<https://github.com/wpilibsuite/allwpilib/tree/main/wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/examples/ramsetecommand>`__,"
65-
" `C++ "
66-
"<https://github.com/wpilibsuite/allwpilib/tree/main/wpilibcExamples/src/main/cpp/examples/RamseteCommand>`__)"
67-
" peuvent être vue ci-dessous. "
68-
6953
#: ../../frc-docs/source/docs/software/pathplanning/trajectory-tutorial/entering-constants.rst:11
7054
msgid "Feedforward/Feedback Gains"
7155
msgstr "Gains Prédicitif/Rétroactif"

locale/tr/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/entering-constants.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2023, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License
2+
# Copyright (C) 2024, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License
33
# This file is distributed under the same license as the FIRST Robotics Competition package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: FIRST Robotics Competition 2024\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-11-03 16:04+0000\n"
15+
"POT-Creation-Date: 2024-05-12 04:04+0000\n"
1616
"PO-Revision-Date: 2021-06-22 22:08+0000\n"
1717
"Last-Translator: ceren oktemer <[email protected]>, 2021\n"
1818
"Language-Team: Turkish (Turkey) (https://app.transifex.com/wpilib/teams/109324/tr_TR/)\n"

locale/zh_CN/LC_MESSAGES/docs/software/pathplanning/trajectory-tutorial/entering-constants.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2023, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License
2+
# Copyright (C) 2024, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License
33
# This file is distributed under the same license as the FIRST Robotics Competition package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: FIRST Robotics Competition 2024\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-11-03 16:04+0000\n"
15+
"POT-Creation-Date: 2024-05-12 04:04+0000\n"
1616
"PO-Revision-Date: 2021-06-22 22:08+0000\n"
1717
"Last-Translator: tianshuang Zhang <[email protected]>, 2021\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/wpilib/teams/109324/zh_CN/)\n"

0 commit comments

Comments
 (0)