intl: add strings for homepage

This commit is contained in:
Abdullah Atta
2025-04-08 09:32:33 +05:00
parent ad1921a938
commit 9752ccf7cb
3 changed files with 10 additions and 1 deletions

View File

@@ -5516,6 +5516,10 @@ msgstr "Set as dark theme"
msgid "Set as default" msgid "Set as default"
msgstr "Set as default" msgstr "Set as default"
#: src/strings.ts:2464
msgid "Set as homepage"
msgstr "Set as homepage"
#: src/strings.ts:720 #: src/strings.ts:720
msgid "Set as light theme" msgid "Set as light theme"
msgstr "Set as light theme" msgstr "Set as light theme"

View File

@@ -5490,6 +5490,10 @@ msgstr ""
msgid "Set as default" msgid "Set as default"
msgstr "" msgstr ""
#: src/strings.ts:2464
msgid "Set as homepage"
msgstr ""
#: src/strings.ts:720 #: src/strings.ts:720
msgid "Set as light theme" msgid "Set as light theme"
msgstr "" msgstr ""

View File

@@ -2460,5 +2460,6 @@ Use this if changes from other devices are not appearing on this device. This wi
linkingNotesTo: (title: string) => t`Select notes to link to "${title}"`, linkingNotesTo: (title: string) => t`Select notes to link to "${title}"`,
addToNotebook: () => t`Add to notebook`, addToNotebook: () => t`Add to notebook`,
notebookAdded: () => t`Notebook added`, notebookAdded: () => t`Notebook added`,
addNotes: () => t`Add notes` addNotes: () => t`Add notes`,
setAsHomepage: () => t`Set as homepage`
}; };