Skip to content

Commit a6eabee

Browse files
committed
feat: add localization strings for label editor and translation
1 parent ed53ec0 commit a6eabee

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

lib/l10n/app_en.arb

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,15 @@
175175
"labels": "Labels",
176176
"labels_description": "Labels help you categorize and prioritize conversations and leads. You can assign a label to a conversation or contact using the side panel.",
177177
"labels_add": "Add label",
178+
"labels_editor_title": "Label title",
179+
"labels_editor_title_hint": "Enter label title",
180+
"labels_editor_title_invalid": "Invalid label title",
181+
"labels_editor_description": "Label description",
182+
"labels_editor_description_hint": "Enter label description",
183+
"labels_editor_color": "Color",
184+
"labels_editor_color_hint": "Enter color code (e.g., #000000)",
185+
"labels_editor_color_invalid": "Invalid color code",
186+
"labels_editor_show_on_sidebar": "Show label on sidebar",
178187
"labels_search": "Search labels",
179188
"labels_search_hint": "Type something...",
180189
"attributes": "Attributes",
@@ -323,5 +332,6 @@
323332
"phone": "Phone",
324333
"call": "Call",
325334
"message": "Message",
326-
"mark_auto_offline": "Mark offline automatically"
335+
"mark_auto_offline": "Mark offline automatically",
336+
"translate": "Translate"
327337
}

0 commit comments

Comments
 (0)