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] committed Mar 24, 2024
1 parent de9fc76 commit 528dad7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 45 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 = es_MX: es, fr_CA: fr, he_IL: he, tr_TR: tr
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
Original file line number Diff line number Diff line change
@@ -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 <EMAIL@ADDRESS>, YEAR.
#
Expand All @@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: FIRST Robotics Competition 2024\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-12-13 04:04+0000\n"
"POT-Creation-Date: 2024-03-24 04:03+0000\n"
"PO-Revision-Date: 2020-09-04 16:14+0000\n"
"Last-Translator: Hugo Espino <hugo-daniel7@hotmail.com>, 2023\n"
"Language-Team: Spanish (Mexico) (https://app.transifex.com/wpilib/teams/109324/es_MX/)\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: FIRST Robotics Competition 2024\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-12 04:04+0000\n"
"POT-Creation-Date: 2024-03-24 04:03+0000\n"
"PO-Revision-Date: 2023-12-29 04:05+0000\n"
"Last-Translator: Marc Lalonde, 2024\n"
"Language-Team: French (Canada) (https://app.transifex.com/wpilib/teams/109324/fr_CA/)\n"
Expand All @@ -26,28 +26,6 @@ msgstr ""
msgid "Using Compiler Arguments"
msgstr "Utiliser des arguments de compilation"

#: ../../frc-docs/source/docs/software/advanced-gradlerio/compiler-args.rst:4
msgid ""
"Compiler arguments allow us to change the behavior of our compiler. This "
"includes making warnings into errors, ignoring certain warnings and choosing"
" optimization level. When compiling code a variety of flags are already "
"included by default which can be found `here "
"<https://github.com/wpilibsuite/native-"
"utils/blob/main/src/main/java/edu/wpi/first/nativeutils/WPINativeUtilsExtension.java#L37>__`."
" Normally it could be proposed that the solution is to pass them in as flags"
" when compiling our code but this doesn't work in GradleRIO. Instead modify "
"the build.gradle."
msgstr ""
"Les arguments du compilateur nous permettent de modifier le comportement de "
"notre compilateur. Cela inclut transformer des avertissements en erreurs, "
"ignorer certains avertissements et choisir le niveau d'optimisation. Lors de"
" la compilation du code, une variété de drapeaux sont déjà inclus par "
"défaut, que l'on peut trouver `ici <https://github.com/wpilibsuite/native-"
"utils/blob/main/src/main/java/edu/wpi/first/nativeutils/WPINativeUtilsExtension.java#L37>__`."
" Normalement, on pourrait proposer de les passer en tant qu'options (flags) "
"lors de la compilation de notre code, mais cela ne fonctionne pas dans "
"GradleRIO. Au lieu de cela, modifiez le build.gradle."

#: ../../frc-docs/source/docs/software/advanced-gradlerio/compiler-args.rst:6
msgid "Modifying arguments is dangerous and can cause unexpected behavior."
msgstr ""
Expand All @@ -62,21 +40,6 @@ msgstr "C++"
msgid "Platforms"
msgstr "Plateformes"

#: ../../frc-docs/source/docs/software/advanced-gradlerio/compiler-args.rst:14
msgid ""
"Different compilers and different platforms use a variety of different "
"flags. Therefore to avoid breaking different platforms with compiler flags "
"configure all flags per platform. The platforms that are supported are "
"listed `here <https://github.com/wpilibsuite/native-"
"utils/blob/main/src/main/java/edu/wpi/first/nativeutils/WPINativeUtilsExtension.java#L96>__`"
msgstr ""
"Différents compilateurs et différentes plateformes utilisent une variété "
"d'options (flags) différentes. Par conséquent, afin d'éviter de perturber "
"différentes plateformes avec des options de compilateur, configurez toutes "
"les options par plateforme. Les plateformes prises en charge sont "
"répertoriées `ici <https://github.com/wpilibsuite/native-"
"utils/blob/main/src/main/java/edu/wpi/first/nativeutils/WPINativeUtilsExtension.java#L96>__`."

#: ../../frc-docs/source/docs/software/advanced-gradlerio/compiler-args.rst:17
msgid "Configuring for a Platform"
msgstr "Configuration pour une plateforme"
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <EMAIL@ADDRESS>, YEAR.
#
Expand All @@ -11,9 +11,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: FIRST Robotics Competition 2023\n"
"Project-Id-Version: FIRST Robotics Competition 2024\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-11 04:03+0000\n"
"POT-Creation-Date: 2024-03-24 04:03+0000\n"
"PO-Revision-Date: 2020-09-04 16:14+0000\n"
"Last-Translator: Marc Lalonde, 2023\n"
"Language-Team: French (Canada) (https://app.transifex.com/wpilib/teams/109324/fr_CA/)\n"
Expand Down

0 comments on commit 528dad7

Please sign in to comment.