mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
fix
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)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -190,6 +190,7 @@
|
|||||||
"Setting up 3rd-party cloud storage integration:": "设置整合第三方云存储:",
|
"Setting up 3rd-party cloud storage integration:": "设置整合第三方云存储:",
|
||||||
"Cloud-Syncing-and-Backup": "云端同步和备份",
|
"Cloud-Syncing-and-Backup": "云端同步和备份",
|
||||||
"Location": "路径",
|
"Location": "路径",
|
||||||
|
"Select Folder": "选择目录",
|
||||||
"Add": "添加",
|
"Add": "添加",
|
||||||
"Available Keys": "可用按键",
|
"Available Keys": "可用按键",
|
||||||
"Select Directory": "选择目录",
|
"Select Directory": "选择目录",
|
||||||
|
|||||||
Reference in New Issue
Block a user