@ryusei/code
Version:
<div align="center"> <a href="https://code.ryuseijs.com"> <img alt="RyuseiCode" src="https://code.ryuseijs.com/images/svg/logo.svg" width="70"> </a>
18 lines (17 loc) • 408 B
text/typescript
/**
* The collection of i18n strings.
*
* @since 0.1.0
*/
export const I18N = {
search : 'Search',
searchToolbar: 'Search/Replace Toolbar',
wholeWord : 'Match Whole Word',
prevMatch : 'Previous Match',
nextMatch : 'Next Match',
replace : 'Replace',
replaceAll : 'Replace All',
matchCase : 'Match Case',
regexp : 'Regex',
noResults : 'No results',
};