Solian/lib/translations.dart

131 lines
5.8 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-18 10:17:16 +00:00
'page': 'Page',
'home': 'Home',
'apply': 'Apply',
'cancel': 'Cancel',
'confirm': 'Confirm',
'edit': 'Edit',
'delete': 'Delete',
'reply': 'Reply',
'repost': 'Repost',
2024-05-18 16:56:32 +00:00
'errorHappened': 'An error occurred',
'email': 'Email',
'username': 'Username',
'nickname': 'Nickname',
'password': 'Password',
2024-05-18 10:17:16 +00:00
'account': 'Account',
2024-05-18 16:56:32 +00:00
'personalize': 'Personalize',
'friend': 'Friend',
'aspectRatio': 'Aspect Ratio',
'aspectRatioSquare': 'Square',
'aspectRatioPortrait': 'Portrait',
'aspectRatioLandscape': 'Landscape',
2024-05-18 16:56:32 +00:00
'signin': 'Sign in',
'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',
'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',
'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-19 10:01:00 +00:00
'postAction': 'Post',
'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',
'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':
'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-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': '下一步',
'cancel': '取消',
'confirm': '确认',
'edit': '编辑',
'delete': '删除',
2024-05-18 10:17:16 +00:00
'page': '页面',
'home': '首页',
'apply': '应用',
'reply': '回复',
'repost': '转帖',
2024-05-18 16:56:32 +00:00
'errorHappened': '发生错误了',
'email': '邮件地址',
'username': '用户名',
'nickname': '显示名',
'password': '密码',
2024-05-18 10:17:16 +00:00
'account': '账号',
2024-05-18 16:56:32 +00:00
'personalize': '个性化',
'friend': '好友',
'aspectRatio': '纵横比',
'aspectRatioSquare': '方型',
'aspectRatioPortrait': '竖型',
'aspectRatioLandscape': '横型',
2024-05-18 16:56:32 +00:00
'signin': '登录',
'signinCaption': '登录以发表帖子、文章、创建领域、和你的朋友聊天,以及获取更多功能!',
'signinRiskDetected': '检测到风险,点击下一步按钮来打开一个网页,并通过在其上面登录来通过安全检查。',
'signup': '注册',
'signupCaption': '在 Solarpass 注册一个账号以获得整个 Solar Network 的存取权!',
'signout': '登出',
'riskDetection': '检测到风险',
2024-05-19 10:01:00 +00:00
'matureContent': '评级内容',
'matureContentCaption': '该内容已被评级为家长指导级或以上,这可能说明内容包含一系列不友好的成分',
'postAction': '发表',
'postPublishing': '发表帖子',
'postIdentityNotify': '你将会以本身份发表帖子',
'postContentPlaceholder': '发生什么事了?!',
2024-05-19 12:30:50 +00:00
'postReaction': '帖子的反应',
'postActionList': '帖子的操作',
'postRepliedNotify': '回了一个 @username 的帖子',
'postRepostedNotify': '转了一个 @username 的帖子',
'postEditingNotify': '你正在编辑一个你发布的帖子',
'postReplyingNotify': '你正在回一个来自 @username 的帖子',
'postRepostingNotify': '你正在转一个来自 @username 的帖子',
'postDeletionConfirm': '确认删除帖子',
'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-18 10:17:16 +00:00
}
};
}