I18n: disambiguate and make a few more strings translatable

Those strings were at least partly disambiguated:
- Area
  - Zone
  - Measurement
- Ease
  - BBone Ease In / Out
- Back
  - Camera BG image depth
  - GP interpolate sequence
- Edge Crease
  - Theme
- Jitter
  - Brush
  - GPencil
  - Lens distorsion compositing node
- Cineon color management
  - Black
  - Gamma
  - White

Reviewed By: mont29

Differential Revision: https://developer.blender.org/D15791
This commit is contained in:
Damien Picard
2022-08-29 15:56:31 +02:00
committed by Bastien Montagne
parent 0db582c41c
commit 9120c86c3f
14 changed files with 37 additions and 12 deletions

View File

@@ -1,6 +1,8 @@
# SPDX-License-Identifier: GPL-2.0-or-later
from bpy.types import Header, Menu
from bpy.app.translations import contexts as i18n_contexts
class INFO_HT_header(Header):
bl_space_type = 'INFO'
@@ -61,6 +63,7 @@ class INFO_MT_info(Menu):
class INFO_MT_area(Menu):
bl_label = "Area"
bl_translation_context = i18n_contexts.id_windowmanager
def draw(self, context):
layout = self.layout