1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00
This commit is contained in:
hooklife
2018-05-19 03:44:44 +08:00
parent e0e1290fae
commit ca345cf008
2 changed files with 2 additions and 1 deletions

View File

@@ -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)}
/> />

View File

@@ -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": "选择目录",