aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/lib/i18n/en/index.ts
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-10-15 10:40:01 +0200
committerivarlovlie <git@ivarlovlie.no>2022-10-15 10:40:01 +0200
commit0825788e86809f10bb83d664084328dff0b47146 (patch)
tree452a82c22ccb78b903c6f8e049cd69937f120fa1 /code/app/src/lib/i18n/en/index.ts
parent3a928023a46b4fb50b2e1eb7447aaaf24b0718a1 (diff)
downloadgreatoffice-0825788e86809f10bb83d664084328dff0b47146.tar.xz
greatoffice-0825788e86809f10bb83d664084328dff0b47146.zip
feat: Add combobox and textarea
Diffstat (limited to 'code/app/src/lib/i18n/en/index.ts')
-rw-r--r--code/app/src/lib/i18n/en/index.ts6
1 files changed, 6 insertions, 0 deletions
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",