-
-
Notifications
You must be signed in to change notification settings - Fork 50.6k
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
Conversation
@kvetoslavnovak, thanks for your PR! By analyzing the annotation information on this pull request, we identified @benjycui, @liqi07 and @visvadw to be potential reviewers |
It seems that it is a bug that |
@benjycui should it be add as an independent new issue or will you solve it within this translation PR? |
I will fix this bug, then merge this PR. Keep this PR open to remind me. |
@@ -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 | [] | | |||
| 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' | |
There was a problem hiding this comment.
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 ...' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be 'Search here'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated with 'Search here'
@@ -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 | [] | |
There was a problem hiding this comment.
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 | [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep.. typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
@benjycui I tried to track it. |
@kvetoslavnovak could you update your PR according to review? |
And this PR will be merged after #3318 |
Updated, can be merged after #3318 |
No description provided.