mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Rebuild message files
This commit is contained in:
10
msg/js/fr.js
10
msg/js/fr.js
@@ -281,12 +281,12 @@ goog.require('Blockly.Msg');
|
||||
/** @export */ Blockly.Msg.MATH_TRIG_TOOLTIP_COS = "Renvoie le cosinus d’un angle en degrés (pas en radians).";
|
||||
/** @export */ Blockly.Msg.MATH_TRIG_TOOLTIP_SIN = "Renvoie le sinus d’un angle en degrés (pas en radians).";
|
||||
/** @export */ Blockly.Msg.MATH_TRIG_TOOLTIP_TAN = "Renvoie la tangente d’un angle en degrés (pas en radians).";
|
||||
/** @export */ Blockly.Msg.NEW_COLOUR_VARIABLE = "Create colour variable..."; // untranslated
|
||||
/** @export */ Blockly.Msg.NEW_NUMBER_VARIABLE = "Create number variable..."; // untranslated
|
||||
/** @export */ Blockly.Msg.NEW_STRING_VARIABLE = "Create string variable..."; // untranslated
|
||||
/** @export */ Blockly.Msg.NEW_COLOUR_VARIABLE = "Créer une variable couleur…";
|
||||
/** @export */ Blockly.Msg.NEW_NUMBER_VARIABLE = "Créer une variable nombre…";
|
||||
/** @export */ Blockly.Msg.NEW_STRING_VARIABLE = "Créer une variable chaîne…";
|
||||
/** @export */ Blockly.Msg.NEW_VARIABLE = "Créer une variable...";
|
||||
/** @export */ Blockly.Msg.NEW_VARIABLE_TITLE = "Le nom de la nouvelle variable :";
|
||||
/** @export */ Blockly.Msg.NEW_VARIABLE_TYPE_TITLE = "New variable type:"; // untranslated
|
||||
/** @export */ Blockly.Msg.NEW_VARIABLE_TYPE_TITLE = "Nouveau type de variable :";
|
||||
/** @export */ Blockly.Msg.ORDINAL_NUMBER_SUFFIX = ""; // untranslated
|
||||
/** @export */ Blockly.Msg.PROCEDURES_ALLOW_STATEMENTS = "autoriser les ordres";
|
||||
/** @export */ Blockly.Msg.PROCEDURES_BEFORE_PARAMS = "avec :";
|
||||
@@ -397,7 +397,7 @@ goog.require('Blockly.Msg');
|
||||
/** @export */ Blockly.Msg.VARIABLES_SET_HELPURL = "https://github.com/google/blockly/wiki/Variables#set"; // untranslated
|
||||
/** @export */ Blockly.Msg.VARIABLES_SET_TOOLTIP = "Fixe cette variable pour qu’elle soit égale à la valeur de l’entrée.";
|
||||
/** @export */ Blockly.Msg.VARIABLE_ALREADY_EXISTS = "Une variable appelée '%1' existe déjà.";
|
||||
/** @export */ Blockly.Msg.VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE = "Une variable nommée '%1' existe déjà pour une autre variable de type '%2'.";
|
||||
/** @export */ Blockly.Msg.VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE = "Une variable nommée '%1' existe déjà pour un autre type : '%2'.";
|
||||
/** @export */ Blockly.Msg.PROCEDURES_DEFRETURN_TITLE = Blockly.Msg.PROCEDURES_DEFNORETURN_TITLE;
|
||||
/** @export */ Blockly.Msg.CONTROLS_IF_IF_TITLE_IF = Blockly.Msg.CONTROLS_IF_MSG_IF;
|
||||
/** @export */ Blockly.Msg.CONTROLS_WHILEUNTIL_INPUT_DO = Blockly.Msg.CONTROLS_REPEAT_INPUT_DO;
|
||||
|
||||
Reference in New Issue
Block a user