mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
151 lines
6.4 KiB
PHP
151 lines
6.4 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Error getting contact object." => "获取联系人对象时出错。",
|
|
"Error reading contact photo." => "读取联系人照片时错误。",
|
|
"Error saving temporary file." => "保存临时文件错误。",
|
|
"The loading photo is not valid." => "载入的照片无效。",
|
|
"No photo path was submitted." => "未提供照片路径。",
|
|
"File doesn't exist:" => "文件不存在",
|
|
"Error loading image." => "加载图片错误。",
|
|
"Error getting PHOTO property." => "获取照片属性时出错。",
|
|
"Error saving contact." => "保存联系人时出错。",
|
|
"Error resizing image" => "缩放图像时出错",
|
|
"Error cropping image" => "裁切图像时出错",
|
|
"Error creating temporary image" => "创建临时图像时出错",
|
|
"Error finding image: " => "查找图像时出错: ",
|
|
"No file was uploaded. Unknown error" => "没有文件被上传。未知错误",
|
|
"There is no error, the file uploaded with success" => "文件上传成功,没有错误发生",
|
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "上传的文件长度超出了 php.ini 中 upload_max_filesize 的限制",
|
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "上传的文件长度超出了 HTML 表单中 MAX_FILE_SIZE 的限制",
|
|
"The uploaded file was only partially uploaded" => "已上传文件只上传了部分(不完整)",
|
|
"No file was uploaded" => "没有文件被上传",
|
|
"Missing a temporary folder" => "缺少临时目录",
|
|
"Failed to write to disk" => "写入磁盘失败",
|
|
"Not enough storage available" => "没有足够的存储空间",
|
|
"Error uploading contacts to storage." => "上传联系人到存储空间时出错",
|
|
"Couldn't save temporary image: " => "无法保存临时图像: ",
|
|
"Couldn't load temporary image: " => "无法加载临时图像: ",
|
|
"Contacts" => "联系人",
|
|
"Save" => "保存",
|
|
"Uploading..." => "上传中……",
|
|
"Importing..." => "导入中",
|
|
"Select photo" => "选择图片",
|
|
"Cancel" => "取消",
|
|
"OK" => "OK",
|
|
"No files selected for upload." => "没有选择文件以上传",
|
|
"The file you are trying to upload exceed the maximum size for file uploads on this server." => "您试图上传的文件超出了该服务器的最大文件限制",
|
|
"Error loading profile picture." => "载入档案图片时出错",
|
|
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "一些联系人已被标注为删除,但是尚未完成,请稍候。",
|
|
"Add" => "增加",
|
|
"Result: " => "结果: ",
|
|
" imported, " => " 已导入, ",
|
|
" failed." => " 失败。",
|
|
"Deletion failed" => "删除失败",
|
|
"Take over settings from recent server configuration?" => "从近期的服务器配置中导入设置?",
|
|
"Keep settings?" => "保留设置吗?",
|
|
"Cannot add server configuration" => "无法添加服务器配置",
|
|
"Connection test succeeded" => "连接测试成功",
|
|
"Connection test failed" => "连接测试失败",
|
|
"Do you really want to delete the current Server Configuration?" => "您真的想要删除当前服务器配置吗?",
|
|
"Confirm Deletion" => "确认删除",
|
|
"Error" => "错误",
|
|
"Displayname cannot be empty." => "显示名称不能为空",
|
|
"Show CardDav link" => "显示CardDav连接",
|
|
"Show read-only VCF link" => "显示只读VCF连接",
|
|
"Download" => "下载",
|
|
"Edit" => "编辑",
|
|
"Delete" => "删除",
|
|
"More..." => "更多",
|
|
"Less..." => "更少...",
|
|
"Unknown IM: " => "未知即时通讯服务:",
|
|
"Information about vCard is incorrect. Please reload the page." => "vCard 的信息不正确。请重新加载页面。",
|
|
"{name}'s Birthday" => "{name} 的生日",
|
|
"Contact" => "联系人",
|
|
"Other" => "其它",
|
|
"Jabber" => "Jabber",
|
|
"AIM" => "AIM",
|
|
"MSN" => "MSN",
|
|
"Twitter" => "Twitter",
|
|
"GoogleTalk" => "GoogleTalk",
|
|
"Facebook" => "Facebook",
|
|
"XMPP" => "XMPP",
|
|
"ICQ" => "ICQ",
|
|
"Yahoo" => "Yahoo",
|
|
"Skype" => "Skype",
|
|
"QQ" => "QQ",
|
|
"GaduGadu" => "GaduGadu",
|
|
"Work" => "工作",
|
|
"Home" => "家庭",
|
|
"Mobile" => "手机",
|
|
"Text" => "文本",
|
|
"Voice" => "语音",
|
|
"Message" => "消息",
|
|
"Fax" => "传真",
|
|
"Video" => "视频",
|
|
"Pager" => "传呼机",
|
|
"Internet" => "互联网",
|
|
"Friends" => "朋友",
|
|
"Family" => "家庭",
|
|
"Import" => "导入",
|
|
"Groups" => "组",
|
|
"Close" => "关闭",
|
|
"Keyboard shortcuts" => "快捷键",
|
|
"Navigation" => "导航",
|
|
"Next contact in list" => "列表中的下一个联系人",
|
|
"Previous contact in list" => "列表中的上一个联系人",
|
|
"Expand/collapse current addressbook" => "展开/收起此地址簿",
|
|
"Next addressbook" => "下一个地址簿",
|
|
"Previous addressbook" => "上一个地址簿",
|
|
"Actions" => "地址",
|
|
"Refresh contacts list" => "刷新联系人列表",
|
|
"Add new contact" => "新增联系人",
|
|
"Add new addressbook" => "新增地址簿",
|
|
"Delete current contact" => "删除当前联系人",
|
|
"Add contact" => "添加联系人",
|
|
"Delete current photo" => "删除当前照片",
|
|
"Edit current photo" => "编辑当前照片",
|
|
"Upload new photo" => "上传新照片",
|
|
"Select photo from ownCloud" => "从 ownCloud 选择照片",
|
|
"Additional names" => "其他名称",
|
|
"Nickname" => "昵称",
|
|
"Enter nickname" => "输入昵称",
|
|
"Title" => "标题",
|
|
"Organization" => "组织",
|
|
"Birthday" => "生日",
|
|
"Phone" => "电话",
|
|
"Email" => "电子邮件",
|
|
"Instant Messaging" => "即时通讯",
|
|
"Address" => "地址",
|
|
"Note" => "注释",
|
|
"Web site" => "网址",
|
|
"Delete contact" => "删除联系人",
|
|
"Preferred" => "偏好",
|
|
"Please specify a valid email address." => "请指定合法的电子邮件地址",
|
|
"Mail to address" => "发送邮件到地址",
|
|
"Delete email address" => "删除电子邮件地址",
|
|
"Enter phone number" => "输入电话号码",
|
|
"Delete phone number" => "删除电话号码",
|
|
"Go to web site" => "访问网址",
|
|
"View on map" => "在地图上显示",
|
|
"Street address" => "街道地址",
|
|
"Postal code" => "邮政编码",
|
|
"City" => "城市",
|
|
"Country" => "国家",
|
|
"Instant Messenger" => "即时通讯",
|
|
"Delete IM" => "删除即时通讯工具",
|
|
"Share" => "共享",
|
|
"Export" => "导出",
|
|
"The temporary image has been removed from cache." => "临时图像文件已从缓存中删除",
|
|
"Server configuration" => "服务器配置",
|
|
"User" => "用户",
|
|
"Password" => "密码",
|
|
"Help" => "帮助",
|
|
"CardDAV syncing addresses" => "CardDAV 同步地址",
|
|
"more info" => "更多信息",
|
|
"Primary address (Kontact et al)" => "主地址",
|
|
"iOS/OS X" => "iOS/OS X",
|
|
"Addressbooks" => "地址簿",
|
|
"New Address Book" => "新建地址簿",
|
|
"Name" => "名称",
|
|
"Description" => "描述"
|
|
);
|