intl: fix strings

This commit is contained in:
Ammar Ahmed
2024-10-19 11:46:50 +05:00
parent 289832d166
commit 71b85d2a4d
3 changed files with 51 additions and 11 deletions

View File

@@ -495,7 +495,7 @@ $headline$: Use starting line of the note as title.`,
},
regenerate: () => t`Regenerate`,
redo: () => t`Redo`,
createYourAccount: () => t`Create your {"\n"}account`,
createYourAccount: () => t`Create your account`,
pinned: () => t`Pinned`,
editNotebook: () => t`Edit notebook`,
newNotebook: () => t`New notebook`,
@@ -513,7 +513,7 @@ $headline$: Use starting line of the note as title.`,
appliedDark: () => t`Applied as dark theme`,
appliedLight: () => t`Applied as light theme`,
basic: () => t`Basic`,
loginToYourAccount: () => t`Login to your {"\n"}account`,
loginToYourAccount: () => t`Login to your account`,
continue: () => t`Continue`,
unlockWithBiometrics: () => t`Unlock with biometrics`,
fileCheck: () => t`Run file check`,
@@ -525,7 +525,7 @@ $headline$: Use starting line of the note as title.`,
changePasswordConfirm: () => t`I understand, change my password`,
next: () => t`Next`,
forgotPassword: () => t`Forgot password?`,
cancelLogin: "Cancel login",
cancelLogin: () => t`Cancel login`,
logoutFromDevice: () => t`Logout from this device`,
useAccountPassword: () => t`Use account password`,
addColor: () => t`Add color`,
@@ -1069,12 +1069,20 @@ $headline$: Use starting line of the note as title.`,
t`Sync your notes in the background even when the app is closed. This is an experimental feature. If you face any issues, please turn it off.`,
forcePullChanges: () => t`Force pull changes`,
forcePullChangesDesc: () =>
t`Use this if changes from other devices are not appearing on this device. This will overwrite the data on this device with the latest data from the server.\n\nThis must only be used for troubleshooting. Using it regularly for sync is not recommended and will lead to unexpected data loss and other issues. If you are having persistent issues with sync, please report them to us at support@streetwriters.co.`,
[
t`Use this if changes from other devices are not appearing on this device. This will overwrite the data on this device with the latest data from the server.`,
"",
t`This must only be used for troubleshooting. Using it regularly for sync is not recommended and will lead to unexpected data loss and other issues. If you are having persistent issues with sync, please report them to us at support@streetwriters.co.`
].join("\n"),
forceSyncNotice: () =>
`This must only be used for troubleshooting. Using this regularly for sync is not recommended and will lead to unexpected data loss and other issues. If you are having persistent issues with sync, please report them to us at support@streetwriters.co.`,
forcePushChanges: () => t`Force push changes`,
forcePushChangesDesc: () =>
t`Use this if changes made on this device are not appearing on other devices. This will overwrite the data on the server with the data from this device.\n\nThis must only be used for troubleshooting. Using it regularly for sync is not recommended and will lead to unexpected data loss and other issues. If you are having persistent issues with sync, please report them to us at support@streetwriters.co.`,
[
t`Use this if changes made on this device are not appearing on other devices. This will overwrite the data on the server with the data from this device.`,
"",
t`This must only be used for troubleshooting. Using it regularly for sync is not recommended and will lead to unexpected data loss and other issues. If you are having persistent issues with sync, please report them to us at support@streetwriters.co.`
].join("\n"),
start: () => t`Start`,
customization: () => t`Customization`,
appearance: () => t`Appearance`,