en_US.dart 368 B

1234567891011121314
  1. const Map<String, String> en_US = {
  2. 'app_name': 'YY Circle',
  3. 'welcome': 'Welcome',
  4. 'title': 'This is Title!',
  5. 'loading': 'Loading...',
  6. 'load_error_try_again': 'Load Error,Please click to try again!',
  7. 'load_no_data': 'No Data',
  8. 'part_time': 'Part Time',
  9. 'full_time': 'Full Time',
  10. 'e_wallet': 'E-Wallet',
  11. 'news_feed': 'News Feed',
  12. 'me': 'Me',
  13. };