Skip to content

Commit

Permalink
French translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldorion committed Jun 4, 2021
1 parent 41b4aa1 commit cdd485c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Updated registry names of procedure blocks
* Updated blocks to support the new variable type
* Added support for the integrated update checker
* Added support for French translations

# 1.1
* Added "Does the ArrayList contain "
Expand Down
9 changes: 9 additions & 0 deletions lang/texts_fr_FR.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
blockly.category.arraylist=ArrayList
blockly.block.arraylist_add_value=Ajouter la valeur %1 à %2
blockly.block.arraylist_clear=Supprimer %1
blockly.block.arraylist_contain=Est-ce que %1 contient %2
blockly.block.arraylist_get_value=Obtenir la valeur à l'''index %2 de %1
blockly.block.arraylist_isempty=Est-ce que %1 est vide
blockly.block.arraylist_remove_value=Supprimer la valeur à l'''index %2 de %1
blockly.block.arraylist_set_value=Mettre la valeur à l'''index %2 à %3 de %1
blockly.block.arraylist_size=Obtenir la taille de %1

0 comments on commit cdd485c

Please sign in to comment.