mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-02 12:14:48 +02:00
mobile: fix errors
This commit is contained in:
@@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import { ThemeDefinition } from "@notesnook/theme";
|
||||
|
||||
export const THEME_LIGHT: ThemeDefinition = {
|
||||
export const THEME_LIGHT: any = {
|
||||
$schema:
|
||||
"https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json",
|
||||
name: "Notesnook Light",
|
||||
@@ -161,7 +161,7 @@ export const THEME_LIGHT: ThemeDefinition = {
|
||||
}
|
||||
};
|
||||
|
||||
export const THEME_DARK: ThemeDefinition = {
|
||||
export const THEME_DARK: any = {
|
||||
name: "Notesnook Dark",
|
||||
id: "default-dark",
|
||||
version: 2.1,
|
||||
|
||||
@@ -792,7 +792,7 @@ msgstr "Add to notebook"
|
||||
msgid "Add your first note"
|
||||
msgstr "Add your first note"
|
||||
|
||||
#: src/strings.ts:2794
|
||||
#: src/strings.ts:2843
|
||||
msgid "Add Your First Note"
|
||||
msgstr "Add Your First Note"
|
||||
|
||||
@@ -4588,7 +4588,7 @@ msgstr "No notebooks selected to move"
|
||||
msgid "No notebooks yet"
|
||||
msgstr "No notebooks yet"
|
||||
|
||||
#: src/strings.ts:2791
|
||||
#: src/strings.ts:2840
|
||||
msgid "No notes yet"
|
||||
msgstr "No notes yet"
|
||||
|
||||
@@ -8250,7 +8250,7 @@ msgstr "Your support request has been forwarded to our support team. We will get
|
||||
msgid "Your tags"
|
||||
msgstr "Your tags"
|
||||
|
||||
#: src/strings.ts:2793
|
||||
#: src/strings.ts:2842
|
||||
msgid "Your thoughts deserve a home. Create your first note and start organizing your life today."
|
||||
msgstr "Your thoughts deserve a home. Create your first note and start organizing your life today."
|
||||
|
||||
|
||||
@@ -792,7 +792,7 @@ msgstr ""
|
||||
msgid "Add your first note"
|
||||
msgstr ""
|
||||
|
||||
#: src/strings.ts:2794
|
||||
#: src/strings.ts:2843
|
||||
msgid "Add Your First Note"
|
||||
msgstr ""
|
||||
|
||||
@@ -4568,7 +4568,7 @@ msgstr ""
|
||||
msgid "No notebooks yet"
|
||||
msgstr ""
|
||||
|
||||
#: src/strings.ts:2791
|
||||
#: src/strings.ts:2840
|
||||
msgid "No notes yet"
|
||||
msgstr ""
|
||||
|
||||
@@ -8189,7 +8189,7 @@ msgstr ""
|
||||
msgid "Your tags"
|
||||
msgstr ""
|
||||
|
||||
#: src/strings.ts:2793
|
||||
#: src/strings.ts:2842
|
||||
msgid "Your thoughts deserve a home. Create your first note and start organizing your life today."
|
||||
msgstr ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user