1234567891011121314 |
- const Map<String, String> zh_CN = {
- 'app_name': 'YY Circle',
- 'welcome': '欢迎',
- 'title': '这是标题',
- 'loading': '加载中...',
- 'load_error_try_again': '加载失败,请点击重试',
- 'load_no_data': '暂无数据',
- 'part_time': '兼职工作',
- 'full_time': '全职工作',
- 'e_wallet': '电子钱包',
- 'news_feed': '朋友圈',
- 'me': '我的',
- };
|