Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transfer - lists labels - English Translation #3264

Merged
merged 4 commits into from
Oct 8, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Transfer - lists labels - English Translation
  • Loading branch information
kvetoslavnovak authored Oct 1, 2016
commit 391c0d2fea9d4c41d0181ba46e1c989a0a42c136
2 changes: 1 addition & 1 deletion components/transfer/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 25,7 @@ To transfer the elements between two columns in an intuitive and efficient way.
| onSelectChange | A callback function which is executed when selected items are changed. | Function(sourceSelectedKeys, targetSelectedKeys) | |
| listStyle | A custom CSS style used for rendering the transfer columns. | Object | |
| className | A custom CSS class. | String | |
| titles | A set of titles that are sorted from left to right. | Array | ['源列表', '目的列表'] |
| titles | A set of titles that are sorted from left to right. | Array | ['Source list', 'Target list'] |
| operations | A set of operations that are sorted form top to bottom. | Array | [] |
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

| operations | A set of operations that are sorted from top to bottom. | Array | [] |

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep.. typo

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

| showSearch | If included, a search box is shown on each column. | Boolean | false |
| searchPlaceholder | The hint text of the search box. | String | 'Please input the content' |
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

| searchPlaceholder | The hint text of the search box. | String | 'Search ...' |

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be 'Search here'

Copy link
Contributor Author

@kvetoslavnovak kvetoslavnovak Oct 8, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated with 'Search here'

Expand Down