179 lines
4.9 KiB
Dart
179 lines
4.9 KiB
Dart
class EnUs {
|
|
static const Map<String, String> values = {
|
|
//mine screen
|
|
'pay': 'Pay',
|
|
'favorites': 'Favorites',
|
|
'album': 'Album',
|
|
'cards': 'Cards',
|
|
'emojis': 'Emojis',
|
|
'settings': 'Settings',
|
|
'switch_language': 'Switch Language',
|
|
'theme': 'Switch Theme',
|
|
//discover screen
|
|
'friends_circle': 'Friends Circle',
|
|
'scan': 'Scan',
|
|
'shake': 'Shake',
|
|
'search': 'Search',
|
|
'nearby_people': 'Nearby People',
|
|
'drift_bottle': 'Drift Bottle',
|
|
'nearby_restaurants': 'Nearby Restaurants',
|
|
'shopping': 'Shopping',
|
|
'game': 'Game',
|
|
'mini_program': 'Mini Program',
|
|
//navbar
|
|
'app_bar_title': 'Chat Module',
|
|
'self_media_title': 'Self Media',
|
|
'message': 'Message',
|
|
'contacts': 'Contacts',
|
|
'discover': 'Discover',
|
|
'mine': 'Mine',
|
|
//chat info screen
|
|
'search_chat': 'Search Chat History',
|
|
'mute_notification': 'Mute Notifications',
|
|
'sticky_top': 'Sticky on Top',
|
|
'alert': 'Alert',
|
|
'background': 'Background',
|
|
'clear_chat_history': 'Clear Chat History',
|
|
'report': 'Report',
|
|
'chat_info': 'Chat Info',
|
|
// Search Screen
|
|
'filter_by': 'Filter by',
|
|
'date': 'Date',
|
|
'photos_and_videos': 'Photos & Videos',
|
|
'files': 'Files',
|
|
'links': 'Links',
|
|
'music_and_audio': 'Music & Audio',
|
|
'transactions': 'Transactions',
|
|
'mini': 'Mini Program',
|
|
'channels': 'Channels',
|
|
'cancel': 'Cancel',
|
|
'search_results_for': 'Search results for: ',
|
|
'leave_group': 'Leave Group',
|
|
'group_name': 'Group Name',
|
|
'group_qr_code': 'Group QR Code',
|
|
'group_notice': 'Group Notice',
|
|
//moments
|
|
'moments': 'Moments',
|
|
'like': 'Like',
|
|
'comment': 'Comment',
|
|
//qrcode mine
|
|
'scan_text': 'Scan the QR code to add me as a friend',
|
|
'change_style': 'Change Style',
|
|
'save_image': 'Save Image',
|
|
//chat info page
|
|
'confirm_clear': 'Confirm Clear',
|
|
'are_you_sure_clear_chat': 'are you sure to clear chat',
|
|
'yes_clear': 'Yes clear',
|
|
|
|
// Media Module - Navigation
|
|
'camera': 'Camera',
|
|
'favorites_media': 'Favorites',
|
|
'add': 'Add',
|
|
'notifications': 'Notifications',
|
|
'profile': 'Profile',
|
|
|
|
// Media Module - Video Feed Screen
|
|
'recommended': 'Recommended',
|
|
'following': 'Following',
|
|
'trending': 'Trending',
|
|
'loading_videos': 'Loading videos...',
|
|
'no_videos': 'No videos available',
|
|
'follow': 'Follow',
|
|
'following_btn': 'Following',
|
|
'unfollow': 'Unfollow',
|
|
'share': 'Share',
|
|
'comment_media': 'Comment',
|
|
'like_media': 'Like',
|
|
'views': 'views',
|
|
'ago': 'ago',
|
|
'just_now': 'just now',
|
|
'minutes': 'minutes',
|
|
'hours': 'hours',
|
|
'days': 'days',
|
|
'weeks': 'weeks',
|
|
'months': 'months',
|
|
'years': 'years',
|
|
|
|
// Media Module - Favourite Screen
|
|
'favourite_videos': 'Favourite Videos',
|
|
'loading_favourites': 'Loading favourite videos...',
|
|
'no_favourites': 'No favourite videos',
|
|
'remove_from_favourites': 'Remove from favourites',
|
|
|
|
// Media Module - Information Screen
|
|
'create_story': 'Create Story',
|
|
'new_messages': 'new messages',
|
|
'reacted_to_message': 'Reacted to your message',
|
|
'sent_ago': 'Sent ago',
|
|
'active': 'Active',
|
|
'messages': 'messages',
|
|
'plus_messages': '+ messages',
|
|
|
|
// Media Module - Profile Screen
|
|
'likes': 'Likes',
|
|
'followers': 'Followers',
|
|
'following_count': 'Following',
|
|
'mutual': 'Mutual',
|
|
'edit_profile': 'Edit Profile',
|
|
'settings_profile': 'Settings',
|
|
'privacy': 'Privacy',
|
|
'security': 'Security',
|
|
'help': 'Help',
|
|
'about': 'About',
|
|
'logout': 'Logout',
|
|
'posts': 'Posts',
|
|
'videos': 'Videos',
|
|
'photos': 'Photos',
|
|
'bio': 'Bio',
|
|
'website': 'Website',
|
|
'location': 'Location',
|
|
'joined': 'Joined',
|
|
|
|
// Media Module - Common
|
|
'loading': 'Loading...',
|
|
'error': 'Error',
|
|
'retry': 'Retry',
|
|
'cancel_media': 'Cancel',
|
|
'save': 'Save',
|
|
'delete': 'Delete',
|
|
'edit': 'Edit',
|
|
'done': 'Done',
|
|
'back': 'Back',
|
|
'next': 'Next',
|
|
'previous': 'Previous',
|
|
'close': 'Close',
|
|
'ok': 'OK',
|
|
'yes': 'Yes',
|
|
'no': 'No',
|
|
'confirm': 'Confirm',
|
|
'success': 'Success',
|
|
'failed': 'Failed',
|
|
'network_error': 'Network Error',
|
|
'try_again': 'Try Again',
|
|
'no_internet': 'No Internet Connection',
|
|
'check_connection': 'Please check your internet connection',
|
|
|
|
// Additional Media Module Keys
|
|
// 'following': 'Following',
|
|
'channel': 'Channel',
|
|
// 'messages': 'Messages',
|
|
'to_your_message': 'to your message',
|
|
'coming_soon': 'Coming Soon',
|
|
'loading_video': 'Loading video...',
|
|
'comments': 'Comments',
|
|
'find_friends': 'Find Friends',
|
|
'mini_programs': 'Mini Programs:',
|
|
'wallet': 'Wallet',
|
|
// 'edit': 'Edit',
|
|
'upload': 'Upload',
|
|
'shoot': 'Shoot',
|
|
'saved': 'Saved',
|
|
'games': 'Games',
|
|
'activities': 'Activities',
|
|
|
|
// Additional Keys
|
|
'history': 'History',
|
|
'recording': 'Recording...',
|
|
};
|
|
}
|