mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
intl: add strings for homepage
This commit is contained in:
@@ -5516,6 +5516,10 @@ msgstr "Set as dark theme"
|
||||
msgid "Set as default"
|
||||
msgstr "Set as default"
|
||||
|
||||
#: src/strings.ts:2464
|
||||
msgid "Set as homepage"
|
||||
msgstr "Set as homepage"
|
||||
|
||||
#: src/strings.ts:720
|
||||
msgid "Set as light theme"
|
||||
msgstr "Set as light theme"
|
||||
|
||||
@@ -5490,6 +5490,10 @@ msgstr ""
|
||||
msgid "Set as default"
|
||||
msgstr ""
|
||||
|
||||
#: src/strings.ts:2464
|
||||
msgid "Set as homepage"
|
||||
msgstr ""
|
||||
|
||||
#: src/strings.ts:720
|
||||
msgid "Set as light theme"
|
||||
msgstr ""
|
||||
|
||||
@@ -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}"`,
|
||||
addToNotebook: () => t`Add to notebook`,
|
||||
notebookAdded: () => t`Notebook added`,
|
||||
addNotes: () => t`Add notes`
|
||||
addNotes: () => t`Add notes`,
|
||||
setAsHomepage: () => t`Set as homepage`
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user