From fc38a5fe2a60a80c321d6418090d6363958007bc Mon Sep 17 00:00:00 2001 From: Damien Picard Date: Sat, 1 Apr 2023 17:54:37 +0200 Subject: [PATCH] Animall: update French translations --- animation_animall/translations.py | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/animation_animall/translations.py b/animation_animall/translations.py index 03b77e0b..67fc4b56 100644 --- a/animation_animall/translations.py +++ b/animation_animall/translations.py @@ -29,13 +29,6 @@ translations_tuple = ( ("fr_FR", "Choisir un nom pour la catégorie du panneau", (False, ())), ), - (("Operator", "Insert Key"), - (("bpy.types.ANIM_OT_insert_keyframe_animall", - "bpy.types.ANIM_OT_insert_keyframe_animall"), - ()), - ("fr_FR", "Insérer une clé", - (False, ())), - ), (("Operator", "Clear Animation"), (("bpy.types.ANIM_OT_clear_animation_animall",), ()), @@ -49,6 +42,12 @@ translations_tuple = ( "En cas d’échec, essayez de les supprimer manuellement", (False, ())), ), + (("Operator", "Insert Key"), + (("bpy.types.ANIM_OT_insert_keyframe_animall",), + ()), + ("fr_FR", "Insérer une clé", + (False, ())), + ), (("*", "Insert a Keyframe"), (("bpy.types.ANIM_OT_insert_keyframe_animall",), ()), @@ -67,6 +66,18 @@ translations_tuple = ( ("fr_FR", "Supprimer une image clé", (False, ())), ), + (("Operator", "Update Vertex Color Animation"), + (("bpy.types.ANIM_OT_update_vertex_color_animation_animall",), + ()), + ("fr_FR", "Mettre à jour l’animation des couleurs de sommets", + (False, ())), + ), + (("*", "Update old vertex color channel formats from pre-3.3 versions"), + (("bpy.types.ANIM_OT_update_vertex_color_animation_animall",), + ()), + ("fr_FR", "Mettre à jour les formats des canaux depuis les versions antérieures à la 3.3", + (False, ())), + ), (("*", "Animate"), (("bpy.types.VIEW3D_PT_animall",), ()), -- 2.11.4.GIT