EVA-Notify/src/plain-text/ReportPage.ts

14 lines
384 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

export interface ReportPageText {
placeHolderText: string;
}
export const reportPageZhCn: ReportPageText = {
placeHolderText:
'无论是有关于小程序的建议还是关于E志者协会的建议都可以提出来哦',
};
export const reportPageEnUs: ReportPageText = {
placeHolderText:
'Feel free to post your suggestions about the weapp or about us!',
};