buildDefaultChineseOptions static method

LocalizationOptions buildDefaultChineseOptions()

Implementation

static LocalizationOptions buildDefaultChineseOptions() {
  return LocalizationOptions(
    'zh',
    notificationReportModeTitle: '发生应用错误',
    notificationReportModeContent: '单击此处将错误报告发送给支持团队。',
    dialogReportModeTitle: '错误',
    dialogReportModeDescription:
        '应用程序中发生意外错误。 错误报告已准备好发送给支持团队。 请单击“接受”以发送错误报告,或单击“取消”以关闭报告。',
    dialogReportModeAccept: '接受',
    dialogReportModeCancel: '取消',
    pageReportModeTitle: '错误',
    pageReportModeDescription:
        '应用程序中发生意外错误。 错误报告已准备好发送给支持团队。 请单击“接受”以发送错误报告,或单击“取消”以关闭报告。',
    pageReportModeAccept: '接受',
    pageReportModeCancel: '取消',
    toastHandlerDescription: '发生了错误:',
    snackbarHandlerDescription: '发生了错误:',
  );
}