mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Merge pull request #1983 from bimlas/i18n-apply-translations-on-hardcoded-strings
i18n: Apply translations on hardcoded strings and add missing translation to English
This commit is contained in:
@@ -182,7 +182,7 @@ class StoragesTab extends React.Component {
|
|||||||
<div styleName='addStorage-body-section-path'>
|
<div styleName='addStorage-body-section-path'>
|
||||||
<input styleName='addStorage-body-section-path-input'
|
<input styleName='addStorage-body-section-path-input'
|
||||||
ref='addStoragePath'
|
ref='addStoragePath'
|
||||||
placeholder='Select Folder'
|
placeholder={i18n.__('Select Folder')}
|
||||||
value={this.state.newStorage.path}
|
value={this.state.newStorage.path}
|
||||||
onChange={(e) => this.handleAddStorageChange(e)}
|
onChange={(e) => this.handleAddStorageChange(e)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -234,7 +234,7 @@ class UiTab extends React.Component {
|
|||||||
disabled={OSX}
|
disabled={OSX}
|
||||||
type='checkbox'
|
type='checkbox'
|
||||||
/>
|
/>
|
||||||
Disable Direct Write(It will be applied after restarting)
|
{i18n.__('Disable Direct Write (It will be applied after restarting)')}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
: null
|
: null
|
||||||
@@ -474,7 +474,7 @@ class UiTab extends React.Component {
|
|||||||
ref='previewSmartQuotes'
|
ref='previewSmartQuotes'
|
||||||
type='checkbox'
|
type='checkbox'
|
||||||
/>
|
/>
|
||||||
Enable smart quotes
|
{i18n.__('Enable smart quotes')}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div styleName='group-checkBoxSection'>
|
<div styleName='group-checkBoxSection'>
|
||||||
@@ -484,7 +484,7 @@ class UiTab extends React.Component {
|
|||||||
ref='previewBreaks'
|
ref='previewBreaks'
|
||||||
type='checkbox'
|
type='checkbox'
|
||||||
/>
|
/>
|
||||||
Render newlines in Markdown paragraphs as <br>
|
{i18n.__('Render newlines in Markdown paragraphs as <br>')}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -4,9 +4,10 @@
|
|||||||
"Preferences": "Preferences",
|
"Preferences": "Preferences",
|
||||||
"Make a note": "Make a note",
|
"Make a note": "Make a note",
|
||||||
"Ctrl": "Ctrl",
|
"Ctrl": "Ctrl",
|
||||||
"Ctrl(^)": "Ctrl",
|
"Ctrl(^)": "Ctrl(^)",
|
||||||
"to create a new note": "to create a new note",
|
"to create a new note": "to create a new note",
|
||||||
"Toggle Mode": "Toggle Mode",
|
"Toggle Mode": "Toggle Mode",
|
||||||
|
"Add tag...": "Add tag...",
|
||||||
"Trash": "Trash",
|
"Trash": "Trash",
|
||||||
"MODIFICATION DATE": "MODIFICATION DATE",
|
"MODIFICATION DATE": "MODIFICATION DATE",
|
||||||
"Words": "Words",
|
"Words": "Words",
|
||||||
@@ -20,9 +21,12 @@
|
|||||||
".html": ".html",
|
".html": ".html",
|
||||||
"Print": "Print",
|
"Print": "Print",
|
||||||
"Your preferences for Boostnote": "Your preferences for Boostnote",
|
"Your preferences for Boostnote": "Your preferences for Boostnote",
|
||||||
|
"Help": "Help",
|
||||||
|
"Hide Help": "Hide Help",
|
||||||
"Storages": "Storages",
|
"Storages": "Storages",
|
||||||
"Add Storage Location": "Add Storage Location",
|
"Add Storage Location": "Add Storage Location",
|
||||||
"Add Folder": "Add Folder",
|
"Add Folder": "Add Folder",
|
||||||
|
"Select Folder": "Select Folder",
|
||||||
"Open Storage folder": "Open Storage folder",
|
"Open Storage folder": "Open Storage folder",
|
||||||
"Unlink": "Unlink",
|
"Unlink": "Unlink",
|
||||||
"Edit": "Edit",
|
"Edit": "Edit",
|
||||||
@@ -34,6 +38,8 @@
|
|||||||
"Solarized Dark": "Solarized Dark",
|
"Solarized Dark": "Solarized Dark",
|
||||||
"Dark": "Dark",
|
"Dark": "Dark",
|
||||||
"Show a confirmation dialog when deleting notes": "Show a confirmation dialog when deleting notes",
|
"Show a confirmation dialog when deleting notes": "Show a confirmation dialog when deleting notes",
|
||||||
|
"Disable Direct Write (It will be applied after restarting)": "Disable Direct Write (It will be applied after restarting)",
|
||||||
|
"Show only related tags": "Show only related tags",
|
||||||
"Editor Theme": "Editor Theme",
|
"Editor Theme": "Editor Theme",
|
||||||
"Editor Font Size": "Editor Font Size",
|
"Editor Font Size": "Editor Font Size",
|
||||||
"Editor Font Family": "Editor Font Family",
|
"Editor Font Family": "Editor Font Family",
|
||||||
@@ -51,6 +57,7 @@
|
|||||||
"⚠️ Please restart boostnote after you change the keymap": "⚠️ Please restart boostnote after you change the keymap",
|
"⚠️ Please restart boostnote after you change the keymap": "⚠️ Please restart boostnote after you change the keymap",
|
||||||
"Show line numbers in the editor": "Show line numbers in the editor",
|
"Show line numbers in the editor": "Show line numbers in the editor",
|
||||||
"Allow editor to scroll past the last line": "Allow editor to scroll past the last line",
|
"Allow editor to scroll past the last line": "Allow editor to scroll past the last line",
|
||||||
|
"Enable smart quotes": "Enable smart quotes",
|
||||||
"Bring in web page title when pasting URL on editor": "Bring in web page title when pasting URL on editor",
|
"Bring in web page title when pasting URL on editor": "Bring in web page title when pasting URL on editor",
|
||||||
"Preview": "Preview",
|
"Preview": "Preview",
|
||||||
"Preview Font Size": "Preview Font Size",
|
"Preview Font Size": "Preview Font Size",
|
||||||
@@ -127,6 +134,7 @@
|
|||||||
"Storage": "Storage",
|
"Storage": "Storage",
|
||||||
"Hotkeys": "Hotkeys",
|
"Hotkeys": "Hotkeys",
|
||||||
"Show/Hide Boostnote": "Show/Hide Boostnote",
|
"Show/Hide Boostnote": "Show/Hide Boostnote",
|
||||||
|
"Toggle editor mode": "Toggle editor mode",
|
||||||
"Restore": "Restore",
|
"Restore": "Restore",
|
||||||
"Permanent Delete": "Permanent Delete",
|
"Permanent Delete": "Permanent Delete",
|
||||||
"Confirm note deletion": "Confirm note deletion",
|
"Confirm note deletion": "Confirm note deletion",
|
||||||
@@ -146,12 +154,25 @@
|
|||||||
"UserName": "UserName",
|
"UserName": "UserName",
|
||||||
"Password": "Password",
|
"Password": "Password",
|
||||||
"Russian": "Russian",
|
"Russian": "Russian",
|
||||||
|
"Hungarian": "Hungarian",
|
||||||
"Command(⌘)": "Command(⌘)",
|
"Command(⌘)": "Command(⌘)",
|
||||||
|
"Add Storage": "Add Storage",
|
||||||
|
"Name": "Name",
|
||||||
|
"Type": "Type",
|
||||||
|
"File System": "File System",
|
||||||
|
"Setting up 3rd-party cloud storage integration:": "Setting up 3rd-party cloud storage integration:",
|
||||||
|
"Cloud-Syncing-and-Backup": "Cloud-Syncing-and-Backup",
|
||||||
|
"Location": "Location",
|
||||||
|
"Add": "Add",
|
||||||
|
"Select Folder": "Select Folder",
|
||||||
|
"Unlink Storage": "Unlink Storage",
|
||||||
|
"Unlinking removes this linked storage from Boostnote. No data is removed, please manually delete the folder from your hard drive if needed.": "Unlinking removes this linked storage from Boostnote. No data is removed, please manually delete the folder from your hard drive if needed.",
|
||||||
"Editor Rulers": "Editor Rulers",
|
"Editor Rulers": "Editor Rulers",
|
||||||
"Enable": "Enable",
|
"Enable": "Enable",
|
||||||
"Disable": "Disable",
|
"Disable": "Disable",
|
||||||
"Sanitization": "Sanitization",
|
"Sanitization": "Sanitization",
|
||||||
"Only allow secure html tags (recommended)": "Only allow secure html tags (recommended)",
|
"Only allow secure html tags (recommended)": "Only allow secure html tags (recommended)",
|
||||||
|
"Render newlines in Markdown paragraphs as <br>": "Render newlines in Markdown paragraphs as <br>",
|
||||||
"Allow styles": "Allow styles",
|
"Allow styles": "Allow styles",
|
||||||
"Allow dangerous html tags": "Allow dangerous html tags"
|
"Allow dangerous html tags": "Allow dangerous html tags"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user