67 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			67 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php $TRANSLATIONS = array(
 | 
						|
"Can't create document" => "无法创建文档",
 | 
						|
"You don't have permission to rename this document" => "您没有重命名该文档的权限",
 | 
						|
"Documents" => "文档",
 | 
						|
"Failed to load documents." => "载入文档失败",
 | 
						|
"No documents are found. Please upload or create a document!" => "未找到任何文档。请上传或者创建文档!",
 | 
						|
"Share" => "共享",
 | 
						|
"Close" => "关闭",
 | 
						|
"No connection to server. Trying to reconnect." => "无法连接到服务,正在尝试重新连接。",
 | 
						|
"Leaving this page in Editor mode might cause unsaved data. It is recommended to use 'Close' button instead." => "从编辑模式离开当前页面可能会导致数据丢失。建议改用“关闭”按钮。",
 | 
						|
"Failed to load this document. Please check if it can be opened with an external odt editor. This might also mean it has been unshared or deleted recently." => "打开文档失败,请检查此文档是否可以使用外部 ODT 编辑器打开。同时,此文档可能已经关闭分享或者已经被删除。",
 | 
						|
"Save" => "保存",
 | 
						|
"Loading documents..." => "载入文档......",
 | 
						|
"'.' is an invalid file name." => "'.' 是一个无效的文件名。",
 | 
						|
"File name cannot be empty." => "文件名不能为空。",
 | 
						|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "无效名称,'\\', '/', '<', '>', ':', '\"', '|', '?' 和 '*' 不被允许使用。",
 | 
						|
"Align Left" => "左对齐",
 | 
						|
"Alignment" => "对齐",
 | 
						|
"Align Right" => "右对齐",
 | 
						|
"Annotate" => "注释",
 | 
						|
"Background" => "背景",
 | 
						|
"Bold" => "粗体",
 | 
						|
"Bottom" => "底部",
 | 
						|
"Cancel" => "取消",
 | 
						|
"Clone" => "克隆",
 | 
						|
"Color" => "颜色",
 | 
						|
"Create" => "创建",
 | 
						|
"Default Style" => "默认样式",
 | 
						|
"Delete" => "删除",
 | 
						|
"Family" => "字体族",
 | 
						|
"Font" => "字体",
 | 
						|
"Font Effects" => "字体效果",
 | 
						|
"Format" => "格式",
 | 
						|
"Increase Indent" => "增加缩进",
 | 
						|
"Insert Image" => "插入图片",
 | 
						|
"Invite Members" => "邀请用户",
 | 
						|
"Italic" => "斜体",
 | 
						|
"Loading" => "加载中",
 | 
						|
"Members" => "成员",
 | 
						|
"OK" => "OK",
 | 
						|
"Open" => "打开",
 | 
						|
"Options" => "选项",
 | 
						|
"Redo" => "重做",
 | 
						|
"Size" => "大小",
 | 
						|
"Style" => "样式",
 | 
						|
"Text" => "文本",
 | 
						|
"Underline" => "下划线",
 | 
						|
"Undo" => "撤消",
 | 
						|
"Unknown Author" => "未知作者",
 | 
						|
"Edit" => "编辑",
 | 
						|
"Local" => "本地",
 | 
						|
"External" => "外部",
 | 
						|
"scheme://domain.tld[:port]" => "scheme://domain.tld[:port]",
 | 
						|
"Server URL" => "服务器 URL",
 | 
						|
"Apply" => "应用",
 | 
						|
"New document" => "新建文档",
 | 
						|
"Upload (max. %s)" => "上传 (最大 %s)",
 | 
						|
"Upload" => "上传",
 | 
						|
"Save new documents to" => "保存新文档到",
 | 
						|
"Wrong password. Please retry." => "密码错误,请重新尝试。",
 | 
						|
"Password" => "密码",
 | 
						|
"Guest %s" => "访客 %s",
 | 
						|
"This link has been expired or is never existed. Please contact the person who shared it with you for details." => "该链接已失效或不存在。详情请联系文件分享者。",
 | 
						|
"Advanced feature-set" => "高级功能",
 | 
						|
"(Unstable)" => "(非稳定)"
 | 
						|
);
 |