Skip to content

Commit 61b9bac

Browse files
authored
Merge pull request #758 from zendesk/mbien/search-field-translations
chore: add new translation strings for search field
2 parents da42515 + c0008a7 commit 61b9bac

File tree

1 file changed

+10
-0
lines changed
  • src/modules/ticket-fields/translations

1 file changed

+10
-0
lines changed

src/modules/ticket-fields/translations/en-us.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,13 @@ parts:
102102
title: "[A11Y] Hidden label for screen readers informing how they can remove the file with keyboard navigation. {{fileName}} will be replaced by file name, e.g., [image.png]. Alternative English if you encounter declension issues: [Press Delete to remove the file {{fileName}}]"
103103
screenshot: "https://drive.google.com/file/d/1JFVE2twzUkg-U6gGAs2EHqD-3jPvtJDA/view?usp=drive_link"
104104
value: "File: {{fileName}}, press delete to remove"
105+
- translation:
106+
key: "cph-theme-ticket-fields.search-field.no-matches-found"
107+
title: "Message shown in combobox when searched option is not found"
108+
screenshot: "https://drive.google.com/file/d/19FVPWQfvZyuayyi0qWLAXk_LDyup3Tf6/view?usp=drive_link"
109+
value: "No matches found"
110+
- translation:
111+
key: "cph-theme-ticket-fields.search-field.placeholder"
112+
title: "Placeholder shown in combobox, {{label}} will be replaced by field label. Alternative English for languages with grammar/declension issues: [Search label {{label}}]."
113+
screenshot: "https://drive.google.com/file/d/1uy01ESlYxmssiOxDD5gVNhP96xCnDQd0/view?usp=drive_link"
114+
value: "Search {{label}}"

0 commit comments

Comments
 (0)