This commit is contained in:
IgorTimofeev 2021-02-09 16:02:55 +03:00
commit 4d9ca1d0f2
10 changed files with 411 additions and 0 deletions

View File

@ -0,0 +1,111 @@
{
statistics = "统计",
messages = "消息",
account = "账号",
settings = "设置",
newMessage = "新消息",
newMessagePersonal = "个人消息",
newMessageToDeveloper = "发送消息",
dialogWith = "与这个人对话中:",
send = "发送",
toWho = "给谁:",
typeMessageText = "输入消息",
typeUserName = "用户名",
yourText = "你:",
hereBeYourDialogs = "这是你们的谈话内容",
categoryOverview = "预览",
categoryApplications = "软件",
categoryLibraries = "库",
categoryScripts = "脚本",
categoryUpdates = "更新",
statisticsNewUser = "新用户",
statisticsMostPopularUser = "最积极",
statisticsUsersCount = "用户数量",
statisticsPublicationsCount = "软件数量",
statisticsReviewsCount = "评论数量",
statisticsPopularPublication = "最受欢迎的软件",
statisticsMessagesCount = "信息数",
whatsNew = "What's new",
whatsNewInVersion = "What's new in version",
areYouSure = "Are your sure want to delete publication?",
createShortcut = "Create desktop shortcut",
editing = "Edit publication",
publicationName = "Publication name",
mainFileURL = "Main file URL",
mainFileName = "Main file name",
iconURL = "Icon URL",
description = "简介",
dependenciesAndResources = "依赖和资源",
save = "保存",
cancel = "取消",
fileName = "文件名称",
download = "下载",
downloading = "下载中",
tree = "要下载的文件",
addDependency = "Add dependency",
existingPublication = "Existing publication",
fileByURL = "File via URL",
add = "添加",
relativePath = "Relative path",
localizationDependency = "本地化文件",
login = "登录",
profile = "账户",
nickname = "昵称",
password = "密码",
nicknameOrEmail = "邮箱或昵称",
registrationDate = "注册日期",
edit = "Edit publication",
remove = "Delete publication",
open = "打开",
clearCache = "清除缓存",
exit = "注销",
changePassword = "修改密码",
newPassword = "新密码",
singleSession = "这不是我的电脑!",
currentPassword = "目前的密码",
language = "简介语言",
publications = "Publications",
notRegistered = "还没注册?",
createAccount = "注册",
registrationSuccessfull = "请去检查邮箱,并点击发来的链接",
search = "搜索",
byPopularity = "最受欢迎",
byRating = "最高评分",
byDate = "创建日期",
byName = "通过名称",
desc = "Descending",
asc = "Ascending",
publish = "Publish software",
install = "安装",
installed = "已安装",
update = "更新",
page = "页",
updateAll = "更新所有",
noUpdates = "已经是最新版",
changeReview = "修改评论",
developer = "开发者",
version = "版本",
license = "协议",
category = "类型",
updated = "已更新",
reviews = "评论",
yourRating = "你的评分",
writeReviewHere = "在这里写评论",
choosePath = "选择目录",
reviewsOfUsers = "Users reviews",
averageRating = "综合评分",
writeReview = "创建评论",
dependencies = "依赖",
wasReviewHelpful = "这条评论有用吗?",
yes = "有",
no = "没有",
of = "/",
usersLoveReview = "人认为这条评论有用",
thanksForVote = "感谢你的观点。",
}

View File

@ -0,0 +1,24 @@
{
moduleDisk = "磁盘",
moduleRAM = "内存",
moduleEvent = "事件",
moduleLua = "Lua interpreter",
diskLabel = "磁盘标签",
bootable = "可以启动",
of = " / ",
free = "空闲",
options = "选项",
arguments = "参数",
format = "抹掉",
execute = "执行",
waitingEvents = "等待事件",
processingEnabled = "已开启事件处理",
luaInfo = {
{color = 0x880000, text = _G._VERSION .. " Copyright (C) 1994-2021 Lua.org, PUC-Rio"},
"Type a statement and hit Enter to evaluate it",
"Prefix an expression with \"=\" to show its value",
" "
},
luaType = "在这里输入表达式"
}

View File

@ -0,0 +1,68 @@
{
toggleSyntaxHighlight = "切换语法高亮",
toggleAutocompletion = "切换自动补全",
toggleAutoBrackets = "切换自动括号",
toUpperCase = "转大写",
toLowerCase = "转小写",
convertCase = "反转大小写",
openingFile = "打开中",
arguments = "通过逗号分隔参数",
launchWithArguments = "使用...参数运行",
addBreakpoint = "添加断点",
clearBreakpoints = "清除断点",
finishDebug = "停止",
continueDebug = "继续",
gotoLine = "转到...行",
lineNumber = "行",
selectAndPasteColor = "选择和粘贴颜色",
url = "https://github.com/kebufu",
getFromWeb = "从URL打开",
downloading = "下载中...",
debugging = "在此行调试",
runtimeError = "运行错误",
variablesNotAvailable = "没有找到变量",
variables = "变量的值:",
pathToFile = "文件的位置",
selectWord = "选择目前的字",
gotoCyka = "转到",
gotoEnd = "滚动到底部",
gotoStart = "滚到顶部",
pageDown = "下一页",
pageUp = "上一页",
deleteLine = "删除此行",
cursorProperties = "光标属性",
cursorSymbol = "符号",
cursorColor = "颜色",
cursorBlinkDelay = "闪烁延迟",
selection = "选择: ",
none = "无",
properties = "属性",
about = "关于",
quit = "退出MineCode",
line = " 行",
symbol = " 符号",
lines = " 行, ",
symbols = " 符号",
file = "文件",
cursor = "光标: ",
new = "新建",
open = "打开",
openFile = "打开文件",
save = "保存",
saveAs = "另存为",
colorScheme = "颜色主题",
color = "颜色",
toggleTopToolBar = "切换顶部工具栏",
find = "找到",
findSomeShit = "让我们来找几坨屎(原文如此)",
cut = "剪切",
copy = "复制",
paste = "粘贴",
selectAll = "全选",
edit = "编辑",
comment = "切换注释",
indent = "缩进",
unindent = "取消缩进",
flashEEPROM = "烧录到EEPROM",
flashingEEPROM = "烧录中。 请不要关闭计算机。",
}

View File

@ -0,0 +1,18 @@
{
activeEffects = "目前的效果",
sent = "已发送",
received = "已接收",
nothingFound = "没有找到效果",
instructionTitle = "命令",
instructionData = "On the left side of the screen there are switches that tell nanites to activate biocontacts. Each person has a unique configuration of biocontacts, allowing nanites to impose various buffs / debuffs. Activating 2 contacts is safe for life, a larger number will cause serious injuries. You can activate up to 4 contacts at a time. Experiment, look for the desired effects and add them to your favorites for later use. The button \"save configuration\" is useful for transferring to your other configuration of nanites (for this you need to have an created instance in the inventory)",
syncWelcome = "欢迎",
syncInfo = "Before using the program, create and drink a packet of nanites. Then approach the system unit or server rack with the wireless modem installed for synchronization",
syncProgress = "There is a synchronization with nanites, do not leave the computer until the process is completed:",
syncContacts = "biocontact update %d of %d",
favourites = "选定的效果",
saveConfiguration = "保存配置",
saveFailed = "保存失败: in the inventory there are no unconfigured nanites",
notSynced = "There was an out-of-sync with nanites. It is recommended to close the program and start again.",
notWireless = "此电脑有网卡, 但纳米机器人只能通过无线网络感知命令. 插入无线网卡, 然后重试",
noModem = "The computer does not have a wireless modem to send and receive nanite commands over a network",
}

View File

@ -0,0 +1,26 @@
{
continue = "继续",
settings = "设置",
exit = "退出",
loadWorld = "加载世界",
controls = "控制:",
controlsHelp = {
"WASD移动, QE旋转",
"空格 - 跳跃, Ctrl - 蹲下",
"K - 指南针, P - 手表, M - 地图, F1 - 调试信息",
"12345 - 选择武器, 第一种武器可以",
"放置和破坏方块",
"鼠标 - 射击/互动",
"回车 - 命令行, 退格 - 目录",
},
rayEngineProperties = "Ray引擎™属性",
screenResolution = "屏幕分辨率",
drawDistance = "渲染距离: ",
shadingDistance = "阴影距离: ",
shadingCascades = "着色层叠: ",
raycastQuality = "光线投射质量: ",
dayNightCycle = "世界时间: ",
enableSemipixelRenderer = "Semipixel renderer: ",
enableDayNightCycle = "昼夜交替: ",
seconds = " 秒",
}

View File

@ -0,0 +1,3 @@
{
greeting = "你好, "
}

View File

@ -0,0 +1,107 @@
{
open = "打开",
cancel = "取消",
screen = "屏幕",
screenResolution = "分辨率",
screenAutoScale = "自动缩放",
screenWidth = "宽",
screenHeight = "高",
screenPreferredMonitor = "监视器",
screenScaleInfo = "使用此选项将允许您选择最佳屏幕分辨率以消除\"黑矩形\"效果",
screenInvalidResolution = "输入字段中的文本应由数字组成, 应大于%d, 并且最大分辨率不应超过%d个字符",
wallpaper = "壁纸",
wallpaperWallpaper = "壁纸",
wallpaperScreensaver = "屏幕保护程序",
wallpaperScreensaverPath = "屏幕保护程序脚本路径",
wallpaperScreensaverEnabled = "屏幕保护程序已启用",
wallpaperScreensaverDelay = "延迟",
wallpaperPath = "壁纸图像路径",
wallpaperEnabled = "已启用壁纸",
wallpaperBrightness = "壁纸亮度",
wallpaperStretch = "填充",
wallpaperCenter = "居中",
wallpaperInfo = "禁用此选项将显著减少RAM的消耗并提高性能.",
appearance = "外观",
appearanceExtensions = "显示文件扩展名",
appearanceHidden = "显示隐藏文件",
appearanceApplications = "应用程序图标",
appearanceHorizontal = "按水平方向",
appearanceVertical = "按垂直方向",
appearanceSize = "图标大小",
appearanceSpace = "图标间距",
appearanceColorScheme = "配色方案",
appearanceFiles = "文件属性",
appearanceDesktopBackground = "桌面背景",
appearanceDock = "Dock背景",
appearanceMenu = "目录背景",
appearanceTransparencyEnabled = "界面透明度",
appearanceTransparencyInfo = "禁用最后两个选项将显著减少对CPU/GPU的直接调用次数并提高性能.",
appearanceDropDownDefaultBackground = "下拉菜单背景",
appearanceDropDownDefaultText = "下拉菜单文本",
appearanceDropDownSeparator = "下拉菜单分隔符",
users = "用户",
localizations = "语言",
localizationsInfo = "你想要更多的语言包吗? 请向GitHub上的MineOS仓库发起pr请求",
time = "日期和时间",
timeFormat = "日期格式",
timeUseRealTimestamp = "真实时间",
timeInfo = "禁用此选项将允许您使用游戏时间而不是真正的游戏时间.如果主机不允许在1970年之后接收时间戳, 则此选项非常有用",
timeZone = "时区",
network = "网络(LAN)",
networkName = "其他电脑的名称",
networkEnabled = "在LAN中可见",
networkFileAccess = "访问文件",
networkRadius = "无线网卡探测半径",
networkRemote = "远程电脑设置",
networkThis = "此电脑设置",
networkNoModem = "安装网卡以使用网络(LAN)功能",
tasks = "开机自启",
tasksInfo = "您可以添加任意数量的脚本, 以便在指定的时间按顺序自动执行它们.",
tasksBefore = "在启动MineOS之前运行",
tasksAfter = "启动MineOS之后运行",
tasksPath = "脚本路径",
tasksEnabled = "脚本已启用",
disks = "磁盘",
disksFormat = "抹掉",
disksBootable = "可启动",
disksRename = "重命名",
disksStatistics = "统计",
disksControl = "控制",
disksPermissions = "访问权限",
disksReadOnly = "只读(RO)",
disksReadAndWrite = "读写(RW)",
disksSpaceTotal = "全部",
disksSpaceUsed = "已用",
disksSpaceFree = "可用",
disksInfo = "抹掉将删除所选磁盘的全部数据, 并且不可恢复, 无论是在游戏中还是在主机上.",
system = "系统",
systemArchitecture = "CPU架构",
systemUnloading = "自动卸载",
systemRAM = "内存管理",
systemUnload = "上传库",
systemInfo = "此选项通过使用\"弱链接\"方法卸载未使用的库来节省内存. 如果在复杂的相互依赖系统的行为中遇到任何故障, 请禁用它.",
users = "用户",
usersList = "用户管理",
usersEditIcon = "编辑头像",
usersChangeName = "更改用户名",
usersChangeNamePlaceholder = "输入新的用户名",
usersRemovePassword = "移除密码",
usersAddPassword = "添加密码",
usersAddPasswordPlaceholder1 = "输入原密码",
usersAddPasswordPlaceholder2 = "输入新密码",
usersPasswordsArentEqual = "输入的密码与原密码不相等",
usersClaim = "认领电脑",
usersClaimInfo = "此外, 你可以为那名玩家创建私有访问权限到你的电脑. 要这样做,那名玩家必须在线",
usersClaimPlaceholder = "输入在线玩家名",
}

View File

@ -78,6 +78,7 @@
-- Sample
{ path="Applications/Sample.app/Main.lua", id=1096 },
"Applications/Sample.app/Icon.pic",
"Applications/Sample.app/Localizations/Chinese.lang",
"Applications/Sample.app/Localizations/Russian.lang",
"Applications/Sample.app/Localizations/English.lang",
"Applications/Sample.app/Localizations/French.lang",
@ -92,6 +93,7 @@
"Applications/App Market.app/Icons/Lua.pic",
"Applications/App Market.app/Icons/Script.pic",
"Applications/App Market.app/Icons/FileNotExists.pic",
"Applications/App Market.app/Localizations/Chinese.lang",
"Applications/App Market.app/Localizations/Russian.lang",
"Applications/App Market.app/Localizations/English.lang",
"Applications/App Market.app/Localizations/French.lang",
@ -108,6 +110,7 @@
"Applications/MineCode IDE.app/Extensions/.lang/Icon.pic",
"Applications/MineCode IDE.app/Extensions/.lua/Icon.pic",
"Applications/MineCode IDE.app/Extensions/.lua/Context menu.lua",
"Applications/MineCode IDE.app/Localizations/Chinese.lang",
"Applications/MineCode IDE.app/Localizations/Russian.lang",
"Applications/MineCode IDE.app/Localizations/English.lang",
"Applications/MineCode IDE.app/Localizations/Spanish.lang",
@ -155,6 +158,7 @@
"Applications/Settings.app/Modules/7_Time/Icon.pic",
"Applications/Settings.app/Modules/8_System/Main.lua",
"Applications/Settings.app/Modules/8_System/Icon.pic",
"Applications/Settings.app/Localizations/Chinese.lang",
"Applications/Settings.app/Localizations/Russian.lang",
"Applications/Settings.app/Localizations/English.lang",
"Applications/Settings.app/Localizations/Spanish.lang",
@ -242,6 +246,7 @@
-- Nanomachines
{ path="Applications/Nanomachines.app/Main.lua", id=938, shortcut = true },
"Applications/Nanomachines.app/Icon.pic",
"Applications/Nanomachines.app/Localizations/Chinese.lang",
"Applications/Nanomachines.app/Localizations/English.lang",
"Applications/Nanomachines.app/Localizations/Spanish.lang",
"Applications/Nanomachines.app/Localizations/Russian.lang",

48
README-zh_CN.md Normal file
View File

@ -0,0 +1,48 @@
[English](https://github.com/IgorTimofeev/MineOS/) | 中文(简体)
## MineOS独立版已经发布!
你好, 亲爱的朋友. 感谢您在漫长的开发周期中与我们在一起并支持我们的想法. MineOS终于到了发布阶段: 现在它是一个完全独立的操作系统, 拥有自己的轻量级开发API和出色的
[插图维基](https://github.com/IgorTimofeev/MineOS/wiki).
MineOS是一个基于GUI的Minecraft Opencomputers模组的操作系统. 它有广泛和强大的定制能力, 以及一个应用程序市场, 在社区中发布你的创作.
下面是一些特性的列表:
- 多任务处理
- 双缓冲GUI
- 语言包和软件本地化
- 具有密码身份认证的多用户配置文件
- 拥有EEPROM固件, 具有引导卷选择/格式化/重命名功能和Internet恢复模式
- 通过网卡在本地网络上共享文件
- 到真实世界FTP服务器的客户端连接
- 具有语法高亮显示和调试器的内部IDE
- 为每个MineOS用户发布程序的应用程序市场
- 错误报告系统, 可向开发人员发送信息
- 动画, 壁纸, 屏幕保护程序, 配色方案和巨大的定制可能性
- 开源系统API和详细的说明文档
## 如何安装?
最简单的方法是使用默认的 **pastebin** 脚本.
插入OpenOS软盘, 插入Internet网卡, 开启电脑, 打开并在控制台中输入以下命令, 将操作系统写入已安装的硬盘:
pastebin run 0nM5b1jU
你可以使用鼠标中键或Insert键将其粘贴到控制台(默认情况下).
如果由于某种原因pastebin方法对你不可用(例如, 它在游戏服务器上被列入黑名单, 或者被互联网提供商屏蔽),
使用替代命令直接从Github页面下载安装程序:
wget -f https://raw.githubusercontent.com/IgorTimofeev/MineOS/master/Installer/BIOS.lua /tmp/bios.lua && flash -q /tmp/bios.lua && reboot
如果由于某种原因Github方法对你不可用(例如, 它在游戏服务器上被列入黑名单, 或者被互联网提供商屏蔽),
使用替代命令直接从dilidili页面下载安装程序:
wget -f https://dilidili.ml:1337/mirror/MineOS/IgorTimofeev/MineOS/master/Installer/BIOS.lua /tmp/bios.lua && flash -q /tmp/bios.lua && reboot
过一会儿, 一个很好的系统安装程序将显示.
安装程序将提示您选择首选语言, 选择并格式化引导卷, 创建用户配置文件并自定义一些设置.
之后, 系统将成功安装. 更强大的设置将能够更快地安装它, 因此建议使用
## 如何\*做某事\*?
[Wiki-wiki-wiki. Wi...
...
...ki.](https://github.com/IgorTimofeev/MineOS/wiki)

View File

@ -1,3 +1,4 @@
English | [中文(简体)](https://github.com/IgorTimofeev/MineOS/blob/master/README-zh_CN.md)
## MineOS Standalone has released!