zhHant constant

CupThreadStrings const zhHant

Built-in Traditional Chinese strings.

Implementation

static const zhHant = CupThreadStrings(
  retry: '重試',
  cancel: '取消',
  close: '關閉',
  anonymous: '匿名使用者',
  justNow: '剛剛',
  minutesAgoSuffix: '分鐘前',
  hoursAgoSuffix: '小時前',
  daysAgoSuffix: '天前',

  featureRequests: '功能建議',
  proposeFeature: '提交建議',
  proposeAnIdea: '提出新想法',
  searchFeatureRequests: '搜尋功能建議...',
  all: '全部',
  underReview: '審核中',
  planned: '已排期',
  inProgress: '開發中',
  completed: '已完成',
  noFeatureRequestsFound: '暫無相關功能建議',
  beTheFirstToSuggest: '成為第一個提出建議的人吧!',
  failedToLoadRequests: '載入功能建議失敗',
  roadmap: '產品路線圖',
  noItemsInColumn: '該階段暫無內容',

  newFeatureRequest: '新增功能建議',
  titleLabel: '標題 *',
  titleHint: '希望增加或改進什麼?',
  detailsLabel: '詳情 *',
  detailsHint: '詳細描述您的想法及應用場景...',
  yourNameOptional: '您的稱呼(選填)',
  yourNameHint: '例如:張三',
  submitRequest: '提交建議',
  submitting: '提交中...',
  featureRequestSubmitted: '建議提交成功!',
  titleValidationMin3: '標題至少需要 3 個字元。',
  detailsValidationMin5: '詳情至少需要 5 個字元。',

  comments: '討論',
  writeAComment: '寫下您的看法...',
  send: '傳送',
  posting: '傳送中...',
  noCommentsYet: '暫無討論,快來發表第一條觀點吧!',
  vote: '投票',
  voted: '已投票',

  sendFeedback: '問題與回饋',
  submitFeedback: '提交回饋',
  feedbackSummaryHint: '簡要概述...',
  feedbackDetailsHint: '發生了什麼?您期望的結果是?',
  emailForRepliesOptional: '聯絡信箱(選填,用於回覆)',
  emailHint: 'yourname@example.com',
  feedbackSent: '感謝您的回饋!',
  attachments: '附件',
  addAttachment: '新增附件',
  remove: '刪除',
  attachmentDefaultName: '附件',

  whatsNew: '新功能',
  subscribeToUpdates: '訂閱最新版本動態',
  enterYourEmail: '輸入您的信箱',
  subscribe: '訂閱',
  subscribed: '已訂閱!',
  gotIt: '我知道了',
  version: '版本',

  userProfile: '使用者資料',
  payingCustomer: '付費用戶',
  freeTier: '免費版',
);