317 lines
9.8 KiB
Dart
317 lines
9.8 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
|
|
'home': 'Home',
|
|
'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...',
|
|
|
|
// Live Streaming Screen
|
|
'add_topic': 'Add Topic',
|
|
'search_topics': 'Search topics...',
|
|
'stop_casting': 'Stop casting',
|
|
'mute_microphone': 'Mute microphone',
|
|
'live_mode': 'Live Mode',
|
|
'cancel_delete': 'Cancel/Delete',
|
|
'go_live': 'Go Live',
|
|
'next': 'Next',
|
|
'done': 'Done',
|
|
'add_title': 'Add title',
|
|
'add_category': 'Add a category',
|
|
'add_details': 'Add details...',
|
|
'ready_to_create':
|
|
'Ready to create your live recording session for viewers, to help your stream monetize.',
|
|
'get_video_message':
|
|
'Get the video, and start streaming in 3 seconds. Tap Go LIVE and enjoy real-time moments with your audience.',
|
|
'no_favourites': 'No favourite videos',
|
|
'remove_from_favourites': 'Remove from favourites',
|
|
|
|
// Live Streaming Additional Keys
|
|
'ps5_fortnite': 'PS5 fortnite',
|
|
'device_camera': 'Device Camera',
|
|
'phone_camera': 'Phone Camera',
|
|
'phone_gaming': 'Phone gaming',
|
|
'live_studio': 'Live Studio',
|
|
'help': 'Help',
|
|
'live': 'LIVE',
|
|
'ps5': 'PS5',
|
|
'lms': 'LMS',
|
|
'view': 'VIEW',
|
|
'mobile_gaming': 'Mobile gaming',
|
|
'siqxin_permission':
|
|
'Siqxin needs your screen recording permission for viewers to see your screen in real-time.',
|
|
'add_live_goal': 'Add a Live goal',
|
|
'tips': 'Tips',
|
|
'pole': 'Pole',
|
|
'landscape': 'Landscape',
|
|
'clear': 'Clear',
|
|
'get_ready': 'Get Ready',
|
|
'countdown_message':
|
|
'Open the game and set up your LIVE before the countdown ends. LIVE will start after the countdown.',
|
|
'video_quality': 'Video quality',
|
|
'start_live_now': 'Start Live now',
|
|
'end_call': 'End Call',
|
|
'end_call_message': 'Are you sure you want to end this call?',
|
|
'andrew_blue': 'Andrew Blue',
|
|
'joined': 'joined',
|
|
'interact': 'Interact',
|
|
|
|
// 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',
|
|
'about': 'About',
|
|
'logout': 'Logout',
|
|
'posts': 'Posts',
|
|
'videos': 'Videos',
|
|
'photos': 'Photos',
|
|
'bio': 'Bio',
|
|
'website': 'Website',
|
|
'location': 'Location',
|
|
|
|
// Media Module - Common
|
|
'loading': 'Loading...',
|
|
'error': 'Error',
|
|
'retry': 'Retry',
|
|
'cancel_media': 'Cancel',
|
|
'save': 'Save',
|
|
'delete': 'Delete',
|
|
'edit': 'Edit',
|
|
'back': 'Back',
|
|
'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...',
|
|
|
|
// Camera Screen
|
|
'send_video': 'Send Video',
|
|
'live_streaming': 'Live Streaming',
|
|
'camera_not_ready': 'Camera not ready',
|
|
'error_taking_picture': 'Error taking picture',
|
|
'error_opening_gallery': 'Error opening gallery',
|
|
'no_other_camera_available': 'No other camera available',
|
|
'failed_to_switch_camera': 'Failed to switch camera',
|
|
'camera_permission_denied': 'Camera permission denied',
|
|
'no_cameras_available': 'No cameras available',
|
|
'failed_to_initialize_camera': 'Failed to initialize camera',
|
|
'initializing_camera': 'Initializing camera...',
|
|
'picture_saved_to': 'Picture saved to',
|
|
'selected_image': 'Selected image',
|
|
'retry_camera': 'Retry',
|
|
'tag_people': 'Tag people',
|
|
|
|
// Image Preview Screen
|
|
'sharing_image': 'Sharing image...',
|
|
|
|
'text': 'Text',
|
|
'crop': 'Crop',
|
|
|
|
'sticker': 'Sticker',
|
|
|
|
'add_story': 'Add Story',
|
|
'story_added_successfully': 'Story added successfully!',
|
|
|
|
'add_text_overlay': 'Add Text Overlay',
|
|
'enter_text': 'Enter text...',
|
|
|
|
'add_feature_coming_soon': 'Add feature coming soon...',
|
|
'edit_feature_coming_soon': 'Edit feature coming soon...',
|
|
'crop_feature_coming_soon': 'Crop feature coming soon...',
|
|
'sticker_feature_coming_soon': 'Sticker feature coming soon...',
|
|
'image_saved_to_gallery': 'Image saved to gallery!',
|
|
'draft_saved_successfully': 'Draft saved successfully!',
|
|
'changes_discarded': 'Changes discarded',
|
|
|
|
// Post Content Screen
|
|
'cover': 'Cover',
|
|
'add_video_title': 'Add Video Title',
|
|
'add_description': 'Add Description......',
|
|
'hashtags': 'Hashtags',
|
|
'add_hashtags': 'Add hashtags...',
|
|
'tag_people_action': 'Tag People',
|
|
|
|
'link': 'Link',
|
|
|
|
'more': 'More',
|
|
'drafts': 'Drafts',
|
|
'saved_to_drafts': 'Saved to drafts!',
|
|
'post': 'Post',
|
|
'posting_content': 'Posting content...',
|
|
'feature_coming_soon': 'Feature coming soon...',
|
|
|
|
// Video Feed Screen
|
|
'focus_on': 'Focus on',
|
|
|
|
// Bottom Sheets
|
|
'add_location': 'Add Location',
|
|
'search_locations': 'Search Locations',
|
|
'add_link': 'Add Link',
|
|
'tickets': 'Tickets',
|
|
'link_event_tickets': 'Link event tickets to your video',
|
|
'product_purchase': 'Product Purchase',
|
|
'link_product_mentioned': 'Link products mentioned in video',
|
|
'promo_codes_coupons': 'Promo Codes/Coupons',
|
|
'use_codes_for_discounts': 'Use codes for discounts',
|
|
'privacy_settings': 'Privacy Settings',
|
|
'everyone': 'Everyone',
|
|
'friends': 'Friends',
|
|
'followers_you_follow_back': 'Followers you follow back',
|
|
'only_you': 'Only you',
|
|
'more_options': 'More Options',
|
|
'allow_comments': 'Allow Comments',
|
|
'allow_reuse_of_content': 'Allow reuse of content',
|
|
'allow_high_quality_uploads': 'Allow high quality uploads',
|
|
'save_to_device': 'Save to Device',
|
|
'audience_controls': 'Audience Controls',
|
|
'this_video_is_for_18_and_above': 'This video is for 18 and above',
|
|
'setting': 'Setting',
|
|
'who_can_view_this_post': 'Who can view this post',
|
|
'video_privacy': 'Video Privacy',
|
|
'allow_comments_toggle': 'Allow Comments',
|
|
|
|
'save_draft': 'Save Draft',
|
|
'discard': 'Discard',
|
|
'location_selected': 'Location selected',
|
|
'link_type_selected': 'Link type selected',
|
|
'privacy_set_to': 'Privacy set to',
|
|
'settings_updated': 'Settings updated',
|
|
};
|
|
}
|