mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-02 20:21:19 +02:00
mobile: fix text capitalization
This commit is contained in:
@@ -6,12 +6,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: @lingui/cli\n"
|
||||
"Language: en\n"
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#: src/strings.ts:2442
|
||||
msgid " \"Notebook > Notes\""
|
||||
@@ -792,7 +786,7 @@ msgstr "Add to notebook"
|
||||
msgid "Add your first note"
|
||||
msgstr "Add your first note"
|
||||
|
||||
#: src/strings.ts:2843
|
||||
#: src/strings.ts:2847
|
||||
msgid "Add Your First Note"
|
||||
msgstr "Add Your First Note"
|
||||
|
||||
@@ -1915,8 +1909,8 @@ msgid "Confirm new password"
|
||||
msgstr "Confirm new password"
|
||||
|
||||
#: src/strings.ts:1501
|
||||
msgid "Confirm password"
|
||||
msgstr "Confirm password"
|
||||
msgid "Confirm Password"
|
||||
msgstr "Confirm Password"
|
||||
|
||||
#: src/strings.ts:2748
|
||||
msgid "Confirm password required"
|
||||
@@ -4588,7 +4582,7 @@ msgstr "No notebooks selected to move"
|
||||
msgid "No notebooks yet"
|
||||
msgstr "No notebooks yet"
|
||||
|
||||
#: src/strings.ts:2840
|
||||
#: src/strings.ts:2844
|
||||
msgid "No notes yet"
|
||||
msgstr "No notes yet"
|
||||
|
||||
@@ -8250,7 +8244,7 @@ msgstr "Your support request has been forwarded to our support team. We will get
|
||||
msgid "Your tags"
|
||||
msgstr "Your tags"
|
||||
|
||||
#: src/strings.ts:2842
|
||||
#: src/strings.ts:2846
|
||||
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."
|
||||
|
||||
|
||||
@@ -6,12 +6,6 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: @lingui/cli\n"
|
||||
"Language: pseudo-LOCALE\n"
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#: src/strings.ts:2442
|
||||
msgid " \"Notebook > Notes\""
|
||||
@@ -792,7 +786,7 @@ msgstr ""
|
||||
msgid "Add your first note"
|
||||
msgstr ""
|
||||
|
||||
#: src/strings.ts:2843
|
||||
#: src/strings.ts:2847
|
||||
msgid "Add Your First Note"
|
||||
msgstr ""
|
||||
|
||||
@@ -1904,7 +1898,7 @@ msgid "Confirm new password"
|
||||
msgstr ""
|
||||
|
||||
#: src/strings.ts:1501
|
||||
msgid "Confirm password"
|
||||
msgid "Confirm Password"
|
||||
msgstr ""
|
||||
|
||||
#: src/strings.ts:2748
|
||||
@@ -4568,7 +4562,7 @@ msgstr ""
|
||||
msgid "No notebooks yet"
|
||||
msgstr ""
|
||||
|
||||
#: src/strings.ts:2840
|
||||
#: src/strings.ts:2844
|
||||
msgid "No notes yet"
|
||||
msgstr ""
|
||||
|
||||
@@ -8189,7 +8183,7 @@ msgstr ""
|
||||
msgid "Your tags"
|
||||
msgstr ""
|
||||
|
||||
#: src/strings.ts:2842
|
||||
#: src/strings.ts:2846
|
||||
msgid "Your thoughts deserve a home. Create your first note and start organizing your life today."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -1498,7 +1498,7 @@ $day$: Current day (eg. Monday)`,
|
||||
newPassword: () => t`New password`,
|
||||
email: () => t`Email`,
|
||||
emailInvalid: () => t`Invalid email`,
|
||||
confirmPassword: () => t`Confirm password`,
|
||||
confirmPassword: () => t`Confirm Password`,
|
||||
currentPin: () => t`Current pin`,
|
||||
currentPassword: () => t`Current password`,
|
||||
newPin: () => t`New pin`,
|
||||
|
||||
Reference in New Issue
Block a user