I am missing translatable strings: "Please enter x or more characters", "The results could not be loaded." "No results found" and "Searching..." in wp-cred.po file. There is only "Set the %s Parent".
Hello. Thank you for contacting the Toolset support.
Well - the strings which you mentioned is part of select2 and select2.js file contains such string. If you are looking for following strings translation there is no way to translate it for now but I will ask our developers to add feature or way to show translated strings.
errorLoading: function () {
return 'The results could not be loaded.';
},
noResults: function () {
return 'No results found';
},
searching: function () {
return 'Searching…';
}
Could you please confirm you are looking at above strings and you are using select2?
If you do not know whats select2 then if would be great if you can tell me where exactly you would like to display translated strings with few screenshot that will help me to understand the issue.