From 0825788e86809f10bb83d664084328dff0b47146 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sat, 15 Oct 2022 16:40:01 +0800 Subject: feat: Add combobox and textarea --- code/app/src/lib/i18n/en/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'code/app/src/lib/i18n/en/index.ts') diff --git a/code/app/src/lib/i18n/en/index.ts b/code/app/src/lib/i18n/en/index.ts index 1d6ff26..b9cdae7 100644 --- a/code/app/src/lib/i18n/en/index.ts +++ b/code/app/src/lib/i18n/en/index.ts @@ -20,6 +20,12 @@ const en: BaseTranslation = { tos: "Terms of service", privacyPolicy: "Privacy policy", signIntoYourAccount: "Sign into your account", + combobox: { + search: "Search", + noRecordsFound: "No records found", + createRecordHelpText: "Create a record by typing the name in the search bar and pressing enter", + createRecordButtonText: "Press enter or click here to create {0}" + }, signInPage: { notMyComputer: "This is not my computer", resetPassword: "Reset password", -- cgit v1.3