@vtex/admin-ui
Version:
> VTEX admin component library
139 lines (138 loc) • 3.48 kB
TypeScript
export declare const messages: {
popover: {
'en-US': {
error: string;
retry: string;
noResultsTitle: string;
noResultsSubtitle: string;
searchPlaceholder: string;
};
'es-AR': {
error: string;
retry: string;
noResultsTitle: string;
noResultsSubtitle: string;
searchPlaceholder: string;
};
'fr-FR': {
error: string;
retry: string;
noResultsTitle: string;
noResultsSubtitle: string;
searchPlaceholder: string;
};
'pt-BR': {
error: string;
retry: string;
noResultsTitle: string;
noResultsSubtitle: string;
searchPlaceholder: string;
};
'ja-JP': {
error: string;
retry: string;
noResultsTitle: string;
noResultsSubtitle: string;
searchPlaceholder: string;
};
'ko-KR': {
error: string;
retry: string;
noResultsTitle: string;
noResultsSubtitle: string;
searchPlaceholder: string;
};
'it-IT': {
error: string;
retry: string;
noResultsTitle: string;
noResultsSubtitle: string;
searchPlaceholder: string;
};
'nl-NL': {
error: string;
retry: string;
noResultsTitle: string;
noResultsSubtitle: string;
searchPlaceholder: string;
};
'ro-RO': {
error: string;
retry: string;
noResultsTitle: string;
noResultsSubtitle: string;
searchPlaceholder: string;
};
'bg-BG': {
error: string;
retry: string;
noResultsTitle: string;
noResultsSubtitle: string;
searchPlaceholder: string;
};
};
tag: {
'en-US': {
removeLabel: string;
};
'es-AR': {
removeLabel: string;
};
'fr-FR': {
removeLabel: string;
};
'pt-BR': {
removeLabel: string;
};
'ja-JP': {
removeLabel: string;
};
'ko-KR': {
removeLabel: string;
};
'it-IT': {
removeLabel: string;
};
'nl-NL': {
removeLabel: string;
};
'ro-RO': {
removeLabel: string;
};
'bg-BG': {
removeLabel: string;
};
};
fieldMultiple: {
'en-US': {
placeholder: string;
};
'es-AR': {
placeholder: string;
};
'fr-FR': {
placeholder: string;
};
'pt-BR': {
placeholder: string;
};
'ja-JP': {
placeholder: string;
};
'ko-KR': {
placeholder: string;
};
'it-IT': {
placeholder: string;
};
'nl-NL': {
placeholder: string;
};
'ro-RO': {
placeholder: string;
};
'bg-BG': {
placeholder: string;
};
};
};