Solian/lib/translations.dart

256 lines
12 KiB
Dart
Raw Normal View History

2024-05-18 10:17:16 +00:00
import 'package:get/get.dart';
class SolianMessages extends Translations {
@override
Map<String, Map<String, String>> get keys => {
'en_US': {
2024-05-20 15:39:23 +00:00
'hide': 'Hide',
2024-05-19 16:08:20 +00:00
'okay': 'Okay',
2024-05-18 16:56:32 +00:00
'next': 'Next',
2024-05-22 15:18:01 +00:00
'reset': 'Reset',
2024-05-18 10:17:16 +00:00
'page': 'Page',
2024-05-23 12:00:26 +00:00
'social': 'Social',
2024-05-23 13:12:47 +00:00
'contact': 'Contact',
'apply': 'Apply',
'cancel': 'Cancel',
'confirm': 'Confirm',
2024-05-26 15:13:43 +00:00
'leave': 'Leave',
2024-05-25 17:21:08 +00:00
'loading': 'Loading...',
'edit': 'Edit',
'delete': 'Delete',
2024-05-25 16:11:00 +00:00
'search': 'Search',
'reply': 'Reply',
'repost': 'Repost',
2024-05-27 15:07:01 +00:00
'openInBrowser': 'Open in browser',
2024-05-25 05:00:40 +00:00
'notification': 'Notification',
2024-05-18 16:56:32 +00:00
'errorHappened': 'An error occurred',
'email': 'Email',
'username': 'Username',
'nickname': 'Nickname',
'password': 'Password',
2024-05-22 15:18:01 +00:00
'description': 'Description',
'birthday': 'Birthday',
'firstName': 'First Name',
'lastName': 'Last Name',
2024-05-18 10:17:16 +00:00
'account': 'Account',
2024-05-22 15:18:01 +00:00
'accountPersonalize': 'Personalize',
'accountPersonalizeApplied':
'Account personalize settings has been saved.',
'accountFriend': 'Friend',
2024-05-23 13:12:47 +00:00
'accountFriendNew': 'New friend',
'accountFriendNewHint':
'Use someone\'s username to send a request of making friends with them!',
'accountFriendPending': 'Friend requests',
'accountFriendBlocked': 'Friend blocklist',
'accountFriendListHint': 'Swipe left to decline, right to approve',
'aspectRatio': 'Aspect Ratio',
'aspectRatioSquare': 'Square',
'aspectRatioPortrait': 'Portrait',
'aspectRatioLandscape': 'Landscape',
2024-05-18 16:56:32 +00:00
'signin': 'Sign in',
2024-05-28 12:13:36 +00:00
'signinRequired': 'Sign in',
'signinRequiredHint': 'Sign in to get full access of Solar Network',
'signinGreeting': 'Welcome back\nSolar Network',
'signinCaption':
'Sign in to create post, start a realm, message your friend and more!',
2024-05-19 10:01:00 +00:00
'signinRiskDetected':
'Risk detected, click Next to open a webpage and signin through it to pass security check.',
2024-05-18 16:56:32 +00:00
'signup': 'Sign up',
2024-05-25 05:00:40 +00:00
'signupGreeting': 'Welcome onboard',
'signupCaption':
'Create an account on Solarpass and then get the access of entire Solar Network!',
2024-05-18 16:56:32 +00:00
'signout': 'Sign out',
2024-05-27 13:21:10 +00:00
'joinedAt': 'Joined at @date',
2024-05-18 16:56:32 +00:00
'riskDetection': 'Risk Detected',
2024-05-18 14:23:36 +00:00
'matureContent': 'Mature Content',
'matureContentCaption':
'The content is rated and may not suitable for everyone to view',
2024-05-25 05:00:40 +00:00
'notifyAllRead': 'Mark all as read',
'notifyEmpty': 'All notifications read',
'notifyEmptyCaption': 'It seems like nothing happened recently',
2024-05-19 10:01:00 +00:00
'postAction': 'Post',
2024-05-25 05:19:16 +00:00
'postDetail': 'Post',
2024-05-25 09:21:27 +00:00
'postReplies': 'Replies',
2024-05-19 10:01:00 +00:00
'postPublishing': 'Post a post',
'postIdentityNotify': 'You will post this post as',
'postContentPlaceholder': 'What\'s happened?!',
2024-05-19 12:30:50 +00:00
'postReaction': 'Reactions of the Post',
'postActionList': 'Actions of Post',
2024-05-25 09:21:27 +00:00
'postReplyAction': 'Make a reply',
'postRepliedNotify': 'Replied a post from @username.',
'postRepostedNotify': 'Reposted a post from @username.',
'postEditingNotify': 'You\'re editing as post from you.',
'postReplyingNotify': 'You\'re replying a post from @username.',
'postRepostingNotify': 'You\'re reposting a post from @username.',
'postDeletionConfirm': 'Confirm post deletion',
'postDeletionConfirmCaption':
2024-05-26 15:13:43 +00:00
'Are your sure to delete post "@content"? This action cannot be undone!',
2024-05-19 12:30:50 +00:00
'reactAdd': 'React',
'reactCompleted': 'Your reaction has been added',
2024-05-19 16:08:20 +00:00
'reactUncompleted': 'Your reaction has been removed',
'attachmentAdd': 'Attach attachments',
'attachmentAddGalleryPhoto': 'Gallery photo',
'attachmentAddGalleryVideo': 'Gallery video',
'attachmentAddCameraPhoto': 'Capture photo',
'attachmentAddCameraVideo': 'Capture video',
'attachmentAddFile': 'Attach file',
'attachmentSetting': 'Adjust attachment',
'attachmentAlt': 'Alternative text',
2024-05-28 14:13:23 +00:00
'realm': 'Realm',
'realms': 'Realms',
'realmOrganizing': 'Organize a realm',
'realmAlias': 'Alias (Identifier)',
'realmName': 'Name',
'realmDescription': 'Description',
'realmPublic': 'Public Realm',
'realmCommunity': 'Community Realm',
2024-05-25 16:11:00 +00:00
'channelOrganizing': 'Organize a channel',
2024-05-28 16:14:41 +00:00
'channelOrganizeCommon': 'Create regular channel',
'channelOrganizeDirect': 'Create DM',
'channelOrganizeDirectHint': 'Choose friend to create DM',
2024-05-25 16:11:00 +00:00
'channelEditingNotify': 'You\'re editing channel @channel',
'channelAlias': 'Alias (Identifier)',
'channelName': 'Name',
'channelDescription': 'Description',
2024-05-28 16:14:41 +00:00
'channelDirectDescription': 'Direct message with @username',
2024-05-25 16:11:00 +00:00
'channelEncrypted': 'Encrypted Channel',
'channelMember': 'Channel member',
2024-05-26 15:13:43 +00:00
'channelMembers': 'Channel members',
2024-05-27 13:21:10 +00:00
'channelMembersAdd': 'Add channel members',
'channelMembersAddHint': 'Into @channel',
2024-05-25 16:11:00 +00:00
'channelType': 'Channel type',
'channelTypeCommon': 'Regular',
'channelTypeDirect': 'DM',
2024-05-26 15:13:43 +00:00
'channelAdjust': 'Channel Adjustment',
'channelDetail': 'Channel Detail',
'channelSettings': 'Channel settings',
'channelDeletionConfirm': 'Confirm channel deletion',
'channelDeletionConfirmCaption':
'Are you sure to delete channel @channel? This action cannot be undone!',
2024-05-25 17:21:08 +00:00
'messageDecoding': 'Decoding...',
'messageDecodeFailed': 'Unable to decode: @message',
2024-05-27 13:21:10 +00:00
'messageInputPlaceholder': 'Message @channel',
2024-05-18 10:17:16 +00:00
},
'zh_CN': {
2024-05-20 15:39:23 +00:00
'hide': '隐藏',
2024-05-19 16:08:20 +00:00
'okay': '确认',
2024-05-18 16:56:32 +00:00
'next': '下一步',
2024-05-22 15:18:01 +00:00
'reset': '重置',
'cancel': '取消',
'confirm': '确认',
2024-05-26 15:13:43 +00:00
'leave': '离开',
2024-05-25 17:21:08 +00:00
'loading': '载入中…',
'edit': '编辑',
'delete': '删除',
2024-05-18 10:17:16 +00:00
'page': '页面',
2024-05-23 12:00:26 +00:00
'social': '社交',
2024-05-23 13:12:47 +00:00
'contact': '联系',
'apply': '应用',
2024-05-25 16:11:00 +00:00
'search': '搜索',
'reply': '回复',
'repost': '转帖',
2024-05-27 15:07:01 +00:00
'openInBrowser': '在浏览器中打开',
2024-05-25 05:00:40 +00:00
'notification': '通知',
2024-05-18 16:56:32 +00:00
'errorHappened': '发生错误了',
'email': '邮件地址',
'username': '用户名',
'nickname': '显示名',
'password': '密码',
2024-05-22 15:18:01 +00:00
'description': '简介',
'birthday': '生日',
'firstName': '名称',
'lastName': '姓氏',
2024-05-18 10:17:16 +00:00
'account': '账号',
2024-05-22 15:18:01 +00:00
'accountPersonalize': '个性化',
'accountPersonalizeApplied': '账户的个性化设置已保存。',
'accountFriend': '好友',
2024-05-23 13:12:47 +00:00
'accountFriendNew': '添加好友',
'accountFriendNewHint': '使用他人的用户名来发送一个好友请求吧!',
'accountFriendPending': '好友请求',
'accountFriendBlocked': '好友黑名单',
'accountFriendListHint': '左滑来拒绝,右滑来接受',
'aspectRatio': '纵横比',
'aspectRatioSquare': '方型',
'aspectRatioPortrait': '竖型',
'aspectRatioLandscape': '横型',
2024-05-18 16:56:32 +00:00
'signin': '登录',
2024-05-28 12:13:36 +00:00
'signinRequired': '需要登录',
'signinRequiredHint': '登陆以获得 Solar Network 的全部功能使用权。',
'signinGreeting': '欢迎回来\nSolar Network',
2024-05-18 16:56:32 +00:00
'signinCaption': '登录以发表帖子、文章、创建领域、和你的朋友聊天,以及获取更多功能!',
'signinRiskDetected': '检测到风险,点击下一步按钮来打开一个网页,并通过在其上面登录来通过安全检查。',
'signup': '注册',
'signupGreeting': '欢迎加入\nSolar Network',
2024-05-18 16:56:32 +00:00
'signupCaption': '在 Solarpass 注册一个账号以获得整个 Solar Network 的存取权!',
'signout': '登出',
2024-05-27 13:21:10 +00:00
'joinedAt': '加入于 @date',
2024-05-18 16:56:32 +00:00
'riskDetection': '检测到风险',
2024-05-19 10:01:00 +00:00
'matureContent': '评级内容',
'matureContentCaption': '该内容已被评级为家长指导级或以上,这可能说明内容包含一系列不友好的成分',
2024-05-25 05:00:40 +00:00
'notifyAllRead': '已读所有通知',
'notifyEmpty': '通知箱为空',
'notifyEmptyCaption': '看起来最近没发生什么呢',
2024-05-19 10:01:00 +00:00
'postAction': '发表',
2024-05-25 05:19:16 +00:00
'postDetail': '帖子详情',
2024-05-25 09:21:27 +00:00
'postReplies': '帖子回复',
2024-05-19 10:01:00 +00:00
'postPublishing': '发表帖子',
'postIdentityNotify': '你将会以本身份发表帖子',
'postContentPlaceholder': '发生什么事了?!',
2024-05-19 12:30:50 +00:00
'postReaction': '帖子的反应',
'postActionList': '帖子的操作',
2024-05-25 09:21:27 +00:00
'postReplyAction': '发表一则回复',
'postRepliedNotify': '回了一个 @username 的帖子',
'postRepostedNotify': '转了一个 @username 的帖子',
'postEditingNotify': '你正在编辑一个你发布的帖子',
'postReplyingNotify': '你正在回一个来自 @username 的帖子',
'postRepostingNotify': '你正在转一个来自 @username 的帖子',
'postDeletionConfirm': '确认删除帖子',
2024-05-26 15:13:43 +00:00
'postDeletionConfirmCaption': '你确定要删除帖子 “@content” 吗?该操作不可撤销。',
2024-05-19 12:30:50 +00:00
'reactAdd': '作出反应',
'reactCompleted': '你的反应已被添加',
2024-05-19 16:08:20 +00:00
'reactUncompleted': '你的反应已被移除',
'attachmentAdd': '附加附件',
'attachmentAddGalleryPhoto': '相册照片',
'attachmentAddGalleryVideo': '相册视频',
'attachmentAddCameraPhoto': '拍摄图片',
'attachmentAddCameraVideo': '拍摄视频',
'attachmentAddFile': '附加文件',
'attachmentSetting': '调整附件',
'attachmentAlt': '替代文字',
2024-05-28 14:13:23 +00:00
'realm': '领域',
'realms': '领域',
'realmOrganizing': '组织领域',
'realmAlias': '别称(标识符)',
'realmName': '显示名称',
'realmDescription': '领域简介',
'realmPublic': '公开领域',
'realmCommunity': '社区领域',
2024-05-25 16:11:00 +00:00
'channelOrganizing': '组织频道',
2024-05-28 16:14:41 +00:00
'channelOrganizeCommon': '创建普通频道',
'channelOrganizeDirect': '创建私信频道',
'channelOrganizeDirectHint': '选择好友来创建私信',
2024-05-25 16:11:00 +00:00
'channelEditingNotify': '你正在编辑频道 @channel',
'channelAlias': '别称(标识符)',
'channelName': '显示名称',
'channelDescription': '频道简介',
2024-05-28 16:14:41 +00:00
'channelDirectDescription': '与 @username 的私聊',
2024-05-25 16:11:00 +00:00
'channelEncrypted': '加密频道',
'channelMember': '频道成员',
2024-05-26 15:13:43 +00:00
'channelMembers': '频道成员',
2024-05-27 13:21:10 +00:00
'channelMembersAdd': '添加频道成员',
'channelMembersAddHint': '到 @channel',
2024-05-25 16:11:00 +00:00
'channelType': '频道类型',
'channelTypeCommon': '普通频道',
'channelTypeDirect': '私信聊天',
2024-05-26 15:13:43 +00:00
'channelAdjust': '调整频道',
'channelDetail': '频道详情',
'channelSettings': '频道设置',
'channelDeletionConfirm': '确认删除频道',
'channelDeletionConfirmCaption': '你确认要删除频道 @channel 吗?该操作不可撤销。',
2024-05-25 17:21:08 +00:00
'messageDecoding': '解码信息中…',
'messageDecodeFailed': '解码信息失败:@message',
2024-05-27 13:21:10 +00:00
'messageInputPlaceholder': '在 @channel 发信息',
2024-05-18 10:17:16 +00:00
}
};
}