Type Alias TranslationsType

TranslationsType: {
    breadcrumbDelimiter: string;
    loadError: string;
    loading: string;
    matchIndex: string;
    noData: string;
    noMatch: string;
    queryResult: string;
}

Translatable strings.

Type declaration

  • breadcrumbDelimiter: string
    " » "
    
  • loadError: string
    "Error"
    
  • loading: string
    "Loading..."
    
  • matchIndex: string
    "${match} of ${matches}"
    
  • noData: string
    "No data"
    
  • noMatch: string
    "No result"
    
  • queryResult: string
    "Found ${matches} of ${count}"