mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 14:09:34 +01:00
intl: add more strings
This commit is contained in:
committed by
Abdullah Atta
parent
29cb444746
commit
8437394891
@@ -2014,7 +2014,7 @@ All attachments will be downloaded & cached again on access.
|
||||
pleaseTryAgain: () => t`Please try again`,
|
||||
securityKeyRegistered: () => t`Security key successfully registered.`,
|
||||
restartNow: () => t`Restart now`,
|
||||
copied: () => t`Copied to clipboard`,
|
||||
copied: () => t`Copied`,
|
||||
invalidCors: () => t`Invalid CORS proxy url`,
|
||||
vaultCleared: () => t`Vault cleared`,
|
||||
vaultDeleted: () => t`Vault deleted`,
|
||||
@@ -2257,6 +2257,7 @@ Use this if changes from other devices are not appearing on this device. This wi
|
||||
enter6DigitCode: () =>
|
||||
t`Please confirm your identity by entering the authentication code from your authenticator app.`,
|
||||
insertLink: () => t`Insert link`,
|
||||
editLink: () => t`Edit link`,
|
||||
insert: () => t`Insert`,
|
||||
moveToTrashDesc: (interval: number) =>
|
||||
t`These items will be **kept in your Trash for ${interval} days** after which they will be permanently deleted.`,
|
||||
@@ -2265,5 +2266,154 @@ Use this if changes from other devices are not appearing on this device. This wi
|
||||
newNotebookDesc: () => t`Notebooks are the best way to organize your notes.`,
|
||||
encryptedBackup: () => t`Encrypted backup`,
|
||||
encryptedBackupDesc: () =>
|
||||
t`Please enter the password to decrypt and restore this backup.`
|
||||
t`Please enter the password to decrypt and restore this backup.`,
|
||||
addToDictionary: () => t`Add to dictionary`,
|
||||
cut: () => t`Cut`,
|
||||
copyLinkText: () => t`Copy link text`,
|
||||
copyImage: () => t`Copy image`,
|
||||
paste: () => t`Paste`,
|
||||
configure: () => t`Configure`,
|
||||
usingOfficialInstance: () => t`Using official Notesnook instance`,
|
||||
usingInstance: (instance: string, version: string) =>
|
||||
t`Using ${instance} (v${version})`,
|
||||
|
||||
bold: () => t`Bold`,
|
||||
italic: () => t`Italic`,
|
||||
underline: () => t`Underline`,
|
||||
strikethrough: () => t`Strikethrough`,
|
||||
noteLink: () => t`Bi-directional note link`,
|
||||
link: () => t`Link`,
|
||||
linkEdit: () => t`Edit link`,
|
||||
linkRemove: () => t`Remove link`,
|
||||
openLink: () => t`Open link`,
|
||||
// copyLink: () => t`Copy link`,
|
||||
linkSettings: () => t`Link settings`,
|
||||
code: () => t`Code`,
|
||||
codeRemove: () => t`Code remove`,
|
||||
formatClear: () => t`Clear all formatting`,
|
||||
subscript: () => t`Subscript`,
|
||||
superscript: () => t`Superscript`,
|
||||
// insert: () => t`Insert`,
|
||||
bulletList: () => t`Bullet list`,
|
||||
numberedList: () => t`Numbered list`,
|
||||
checklist: () => t`Checklist`,
|
||||
fontFamily: () => t`Font family`,
|
||||
fontSize: () => t`Font size`,
|
||||
headings: () => t`Headings`,
|
||||
alignCenter: () => t`Alignment`,
|
||||
ltr: () => t`Text direction`,
|
||||
highlight: () => t`Highlight`,
|
||||
textColor: () => t`Text color`,
|
||||
mathInline: () => t`Math (inline)`,
|
||||
tableSettings: () => t`Table settings`,
|
||||
columnProperties: () => t`Column properties`,
|
||||
rowProperties: () => t`Row properties`,
|
||||
cellProperties: () => t`Cell properties`,
|
||||
insertColumnLeft: () => t`Insert column left`,
|
||||
insertColumnRight: () => t`Insert column right`,
|
||||
moveColumnLeft: () => t`Move column left`,
|
||||
moveColumnRight: () => t`Move column right`,
|
||||
deleteColumn: () => t`Delete column`,
|
||||
splitCells: () => t`Split cells`,
|
||||
mergeCells: () => t`Merge cells`,
|
||||
insertRowAbove: () => t`Insert row above`,
|
||||
insertRowBelow: () => t`Insert row below`,
|
||||
moveRowUp: () => t`Move row up`,
|
||||
moveRowDown: () => t`Move row down`,
|
||||
deleteRow: () => t`Delete row`,
|
||||
deleteTable: () => t`Delete table`,
|
||||
cellBackgroundColor: () => t`Cell background color`,
|
||||
backgroundColor: () => t`Background color`,
|
||||
cellBorderColor: () => t`Cell border color`,
|
||||
cellTextColor: () => t`Cell text color`,
|
||||
cellBorderWidth: () => t`Cell border width`,
|
||||
none: () => t`Cell border width`,
|
||||
imageSettings: () => t`Image settings`,
|
||||
// alignCenter: () => t`Align center`,
|
||||
alignLeft: () => t`Align left`,
|
||||
alignRight: () => t`Align right`,
|
||||
imageFloat: () => t`Float image`,
|
||||
imageProperties: () => t`Image properties`,
|
||||
previewAttachment: () => t`Preview attachment`,
|
||||
more: () => t`More`,
|
||||
attachmentSettings: () => t`Attachment settings`,
|
||||
downloadAttachment: () => t`Download attachment`,
|
||||
removeAttachment: () => t`Remove attachment`,
|
||||
embedSettings: () => t`Embed settings`,
|
||||
// alignCenter: () => t`Align center`,
|
||||
// alignLeft: () => t`Align left`,
|
||||
// alignRight: () => t`Align right`,
|
||||
embedProperties: () => t`Embed properties`,
|
||||
webclipSettings: () => t`Web clip settings`,
|
||||
fullscreen: () => t`Full screen`,
|
||||
openInNewTab: () => t`Open in new tab`,
|
||||
openSource: () => t`Open source`,
|
||||
outdent: () => t`Lift list item`,
|
||||
indent: () => t`Sink list item`,
|
||||
|
||||
chooseBlockToInsert: () => t`Choose a block to insert`,
|
||||
horizontalRule: () => t`Horizontal rule`,
|
||||
codeBlock: () => t`Code block`,
|
||||
quote: () => t`Quote`,
|
||||
mathAndFormulas: () => t`Math & formulas`,
|
||||
callout: () => t`Callout`,
|
||||
image: () => t`Image`,
|
||||
insertImage: () => t`Insert an image`,
|
||||
uploadFromDisk: () => t`Upload from disk`,
|
||||
takePhotoUsingCamera: () => t`Take a photo using camera`,
|
||||
table: () => t`Table`,
|
||||
insertTable: () => t`Insert a table`,
|
||||
embed: () => t`Embed`,
|
||||
insertEmbed: () => t`Insert an embed`,
|
||||
attachment: () => t`Attachment`,
|
||||
taskList: () => t`Task list`,
|
||||
outlineList: () => t`Outline list`,
|
||||
attachImageFromURL: () => t`Attach image from URL`,
|
||||
|
||||
paragraph: () => t`Paragraph`,
|
||||
heading: (level: number) => t`Heading ${level}`,
|
||||
|
||||
toggleIndentationMode: () => t`Toggle indentation mode`,
|
||||
changeLanguage: () => t`Change language`,
|
||||
selectLanguage: () => t`Select language`,
|
||||
spaces: () => t`Spaces`,
|
||||
lineColumn: (line: number, column: number) =>
|
||||
t`Line ${line}, Column ${column}`,
|
||||
selectedCode: (selected: number) => t`${selected} selected`,
|
||||
searchLanguages: () => t`Search languages`,
|
||||
|
||||
untitled: () => t`Untitled`,
|
||||
readonlyTaskList: () => t`Make task list readonly`,
|
||||
sortTaskList: () => t`Move all checked tasks to bottom`,
|
||||
clearCompletedTasks: () => t`Clear completed tasks`,
|
||||
|
||||
chooseCustomColor: () => t`Choose custom color`,
|
||||
deleteMode: () => t`Delete mode`,
|
||||
|
||||
fromURL: () => t`From URL`,
|
||||
enterEmbedSourceURL: () => t`Enter embed source URL`,
|
||||
pasteEmbedCode: () => t`Paste embed code here. Only iframes are supported.`,
|
||||
fromCode: () => t`From code`,
|
||||
|
||||
expand: () => t`Expand`,
|
||||
matchCase: () => t`Match case`,
|
||||
matchWholeWord: () => t`Match whole word`,
|
||||
replace: () => t`Replace`,
|
||||
replaceAll: () => t`Replace all`,
|
||||
nextMatch: () => t`Next match`,
|
||||
previousMatch: () => t`Previous match`,
|
||||
toggleReplace: () => t`Toggle replace`,
|
||||
enableRegex: () => t`Enable regex`,
|
||||
|
||||
width: () => t`Width`,
|
||||
height: () => t`Height`,
|
||||
pasteImageURL: () => t`Paste image URL here`,
|
||||
linkText: () => t`Link text`,
|
||||
|
||||
insertTableOfSize: (rows: number, columns: number) =>
|
||||
t`Insert a ${rows}x${columns} table`,
|
||||
setTableSizeNotice: () => t`Please set a table size`,
|
||||
clickToReset: (title: string) => t`Click to reset ${title}`,
|
||||
increase: (title: string) => t`Increase ${title}`,
|
||||
decrease: (title: string) => t`Decrease ${title}`
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user