2012-11-18 20:10:05 +01:00
< ? php
2013-03-03 00:46:54 +01:00
if ( ! function_exists ( " string_plural_select_zh_cn " )) {
2012-11-18 20:10:05 +01:00
function string_plural_select_zh_cn ( $n ){
2018-05-17 09:31:29 +02:00
$n = intval ( $n );
2021-01-30 02:02:54 +01:00
return intval ( 0 );
2013-03-03 00:46:54 +01:00
}}
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Access denied.' ] = '权限拒绝。' ;
$a -> strings [ 'User not found.' ] = '找不到用户。' ;
$a -> strings [ 'Access to this profile has been restricted.' ] = '使用权这个简介被限制了.' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Events' ] = '活动日历' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'View' ] = '查看' ;
$a -> strings [ 'Previous' ] = '上' ;
$a -> strings [ 'Next' ] = '下' ;
$a -> strings [ 'today' ] = '今天' ;
$a -> strings [ 'month' ] = '月' ;
$a -> strings [ 'week' ] = '星期' ;
$a -> strings [ 'day' ] = '日' ;
$a -> strings [ 'list' ] = '列表' ;
$a -> strings [ 'User not found' ] = '找不到用户' ;
$a -> strings [ 'This calendar format is not supported' ] = '这个日历格式不被支持' ;
$a -> strings [ 'No exportable data found' ] = '找不到可导出的数据' ;
$a -> strings [ 'calendar' ] = '日历' ;
$a -> strings [ 'Public access denied.' ] = '拒绝公开访问' ;
$a -> strings [ 'The requested item doesn\'t exist or has been deleted.' ] = '请求的项目不存在或已被删除。' ;
$a -> strings [ 'The feed for this item is unavailable.' ] = '此订阅的项目不可用。' ;
$a -> strings [ 'Permission denied.' ] = '权限不够。' ;
$a -> strings [ 'Item not found' ] = '项目没找到' ;
$a -> strings [ 'Edit post' ] = '编辑文章' ;
$a -> strings [ 'Save' ] = '保存' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Loading...' ] = '加载中…' ;
$a -> strings [ 'Upload photo' ] = '上传照片' ;
$a -> strings [ 'upload photo' ] = '上传照片' ;
$a -> strings [ 'Attach file' ] = '附上文件' ;
$a -> strings [ 'attach file' ] = '附上文件' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Insert web link' ] = '插入网页链接' ;
$a -> strings [ 'web link' ] = '网页链接' ;
$a -> strings [ 'Insert video link' ] = '插入视频链接' ;
$a -> strings [ 'video link' ] = '视频链接' ;
$a -> strings [ 'Insert audio link' ] = '插入音频链接' ;
$a -> strings [ 'audio link' ] = '音频链接' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Set your location' ] = '设定您的位置' ;
$a -> strings [ 'set location' ] = '指定位置' ;
$a -> strings [ 'Clear browser location' ] = '清空浏览器位置' ;
$a -> strings [ 'clear location' ] = '清除位置' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Please wait' ] = '请稍等' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Permission settings' ] = '权限设置' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'CC: email addresses' ] = '抄送: 电子邮件地址' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Public post' ] = '公开帖子' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Set title' ] = '指定标题' ;
$a -> strings [ 'Categories (comma-separated list)' ] = '分类(逗号分隔)' ;
$a -> strings [ 'Example: bob@example.com, mary@example.com' ] = '比如: li@example.com, wang@example.com' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Preview' ] = '预览' ;
$a -> strings [ 'Cancel' ] = '取消' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Bold' ] = '粗体' ;
$a -> strings [ 'Italic' ] = '斜体' ;
$a -> strings [ 'Underline' ] = '下划线' ;
$a -> strings [ 'Quote' ] = '引语' ;
$a -> strings [ 'Code' ] = '源代码' ;
$a -> strings [ 'Link' ] = '链接' ;
$a -> strings [ 'Link or Media' ] = '链接或媒体' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Message' ] = '消息' ;
$a -> strings [ 'Browser' ] = '浏览器' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Permissions' ] = '权限' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Open Compose page' ] = '打开撰写页面' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Event can not end before it has started.' ] = '活动不能在开始之前结束。' ;
$a -> strings [ 'Event title and start time are required.' ] = '活动标题和开始时间是必须的。' ;
$a -> strings [ 'Create New Event' ] = '创建新的事件' ;
$a -> strings [ 'Event details' ] = '事件细节' ;
$a -> strings [ 'Starting date and Title are required.' ] = '需要开始日期和标题。' ;
$a -> strings [ 'Event Starts:' ] = '活动开始 :' ;
$a -> strings [ 'Required' ] = '必须的' ;
$a -> strings [ 'Finish date/time is not known or not relevant' ] = '结束日期/时间未知或无关' ;
$a -> strings [ 'Event Finishes:' ] = '事件结束:' ;
$a -> strings [ 'Description:' ] = '描述:' ;
$a -> strings [ 'Location:' ] = '位置:' ;
$a -> strings [ 'Title:' ] = '标题:' ;
$a -> strings [ 'Share this event' ] = '分享这个事件' ;
$a -> strings [ 'Submit' ] = '提交' ;
$a -> strings [ 'Basic' ] = '基本' ;
$a -> strings [ 'Advanced' ] = '高级' ;
$a -> strings [ 'Failed to remove event' ] = '删除事件失败' ;
$a -> strings [ 'Photos' ] = '照片' ;
$a -> strings [ 'Upload' ] = '上传' ;
$a -> strings [ 'Files' ] = '文件' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Submit Request' ] = '提交要求' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'You already added this contact.' ] = '您已添加此联系人。' ;
$a -> strings [ 'The network type couldn\'t be detected. Contact can\'t be added.' ] = '网络类型无法被检测。无法添加联系人。' ;
$a -> strings [ 'Diaspora support isn\'t enabled. Contact can\'t be added.' ] = 'Diaspora 支持没被启用。无法添加联系人。' ;
$a -> strings [ 'OStatus support is disabled. Contact can\'t be added.' ] = 'OStatus 支持没被启用。无法添加联系人。' ;
$a -> strings [ 'Connect/Follow' ] = '连接/关注' ;
$a -> strings [ 'Please answer the following:' ] = '请确认这个关注:' ;
$a -> strings [ 'Your Identity Address:' ] = '你的身份地址:' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Profile URL' ] = '简介 URL' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Tags:' ] = '标签:' ;
$a -> strings [ '%s knows you' ] = '%s认识你' ;
$a -> strings [ 'Add a personal note:' ] = '添加一个个人便条:' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Status Messages and Posts' ] = '状态消息和帖子' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'The contact could not be added.' ] = '无法添加此联系人。' ;
$a -> strings [ 'Unable to locate original post.' ] = '找不到当初的新闻' ;
$a -> strings [ 'Empty post discarded.' ] = '空帖子被丢弃了。' ;
$a -> strings [ 'Post updated.' ] = '发布更新' ;
$a -> strings [ 'Item wasn\'t stored.' ] = '项目未存储。' ;
$a -> strings [ 'Item couldn\'t be fetched.' ] = '无法提取项目。' ;
$a -> strings [ 'Item not found.' ] = '项目找不到。' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'No valid account found.' ] = '找不到效的账户。' ;
$a -> strings [ 'Password reset request issued. Check your email.' ] = '重设密码要求发布了。核对您的收件箱。' ;
$a -> strings [ '
Dear % 1 $s ,
A request was recently received at " %2 $s " to reset your account
password . In order to confirm this request , please select the verification link
below or paste it into your web browser address bar .
If you did NOT request this change , please DO NOT follow the link
provided and ignore and / or delete this email , the request will expire shortly .
Your password will not be changed unless we can verify that you
issued this request . '] = '
亲爱的 % 1 $s,
2022-05-12 14:29:05 +02:00
“ % 2 $s”最近收了重置您的帐号密码
的请求。要确认此请求,请选择下方的验证链接
忽视或将其粘贴到您的网页浏览器地址栏中。
如果您没有请求此更改,请不要跟随链接,
忽视并 / 或删除此电子邮件,此请求会很快过期。
除非我们可以验证此请求是您发出的,
您的密码将不会被更改。 ' ;
$a -> strings [ '
Follow this link soon to verify your identity :
% 1 $s
You will then receive a follow - up message containing the new password .
You may change that password from your account settings page after logging in .
The login details are as follows :
Site Location : % 2 $s
Login Name : % 3 $s '] = '
请跟随这条链接并验证您的身份:
% 1 $s
后续您会收到含有新的密码的消息。
登录后,您可以在您的帐号设置页面更改密码。
登录详情如下:
站点位置: % 2 $s
登录名称: % 3 $s ' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Password reset requested at %s' ] = '重设密码要求被发布%s' ;
$a -> strings [ 'Request could not be verified. (You may have previously submitted it.) Password reset failed.' ] = '要求确认不了。(您可能已经提交它。)重设密码失败了。' ;
$a -> strings [ 'Request has expired, please make a new one.' ] = '请求超时,请重试。' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Forgot your Password?' ] = '忘记了你的密码?' ;
$a -> strings [ 'Enter your email address and submit to have your password reset. Then check your email for further instructions.' ] = '请输入您的邮件地址并确认来重置密码。然后核对收件箱以获取接下来的步骤。' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Nickname or Email: ' ] = '昵称或邮件地址:' ;
$a -> strings [ 'Reset' ] = '复位' ;
$a -> strings [ 'Password Reset' ] = '复位密码' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Your password has been reset as requested.' ] = '如您所请求的,您的密码已被重设。' ;
$a -> strings [ 'Your new password is' ] = '您的新密码是' ;
$a -> strings [ 'Save or copy your new password - and then' ] = '保存或复制您的新密码——然后' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'click here to login' ] = '点击这里登录' ;
$a -> strings [ 'Your password may be changed from the <em>Settings</em> page after successful login.' ] = '您的密码可以在成功登录后在<em>设置</em>页修改。' ;
$a -> strings [ 'Your password has been reset.' ] = '您的密码已被重置。' ;
$a -> strings [ '
Dear % 1 $s ,
Your password has been changed as requested . Please retain this
information for your records ( or change your password immediately to
something that you will remember ) .
'] = '
2022-05-12 14:29:05 +02:00
亲爱的 % 1 $s:
您的密码已按您的要求更改了。请保留
此消息作为记录(或立即将您的密码更改为
一些你会记住的东西)。
2021-10-10 08:22:58 +02:00
' ;
$a -> strings [ '
Your login details are as follows :
Site Location : % 1 $s
Login Name : % 2 $s
Password : % 3 $s
You may change that password from your account settings page after logging in .
'] = '
您的登录详细信息如下:
站点位置: % 1 $s
登录名: % 2 $s
密码: % 3 $s
您可以在登录后从帐号设置页面更改该密码。
' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Your password has been changed at %s' ] = '您在%s的密码已被更改' ;
$a -> strings [ 'No keywords to match. Please add keywords to your profile.' ] = '没有要匹配的关键字。请向您的个人资料中添加关键字。' ;
$a -> strings [ 'No matches' ] = '没有结果' ;
$a -> strings [ 'Profile Match' ] = '简介符合' ;
$a -> strings [ 'New Message' ] = '新的消息' ;
$a -> strings [ 'No recipient selected.' ] = '没有选择的接受者。' ;
$a -> strings [ 'Unable to locate contact information.' ] = '无法找到联系人信息。' ;
$a -> strings [ 'Message could not be sent.' ] = '消息发不了。' ;
$a -> strings [ 'Message collection failure.' ] = '通信受到错误。' ;
$a -> strings [ 'Discard' ] = '丢弃' ;
$a -> strings [ 'Messages' ] = '消息' ;
$a -> strings [ 'Conversation not found.' ] = '找不到对话。' ;
$a -> strings [ 'Message was not deleted.' ] = '消息未被删除。' ;
$a -> strings [ 'Conversation was not removed.' ] = '对话没有被移除。' ;
$a -> strings [ 'Please enter a link URL:' ] = '请输入一个链接 URL: ' ;
$a -> strings [ 'Send Private Message' ] = '发私人的通信' ;
$a -> strings [ 'To:' ] = '到:' ;
$a -> strings [ 'Subject:' ] = '题目:' ;
$a -> strings [ 'Your message:' ] = '你的消息:' ;
$a -> strings [ 'No messages.' ] = '没有消息' ;
$a -> strings [ 'Message not available.' ] = '通信不可用的' ;
$a -> strings [ 'Delete message' ] = '删除消息' ;
$a -> strings [ 'D, d M Y - g:i A' ] = 'D, d M Y - g:i A' ;
$a -> strings [ 'Delete conversation' ] = '删除交谈' ;
$a -> strings [ 'No secure communications available. You <strong>may</strong> be able to respond from the sender\'s profile page.' ] = '没可用的安全交通。您<strong>可能</strong>会在发送人的简介页会回答。' ;
$a -> strings [ 'Send Reply' ] = '发送回复' ;
$a -> strings [ 'Unknown sender - %s' ] = '生发送人-%s' ;
$a -> strings [ 'You and %s' ] = '您和%s' ;
$a -> strings [ '%s and You' ] = '%s和您' ;
$a -> strings [ '%d message' ] = [
0 => '%d通知' ,
2020-08-18 17:33:46 +02:00
];
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Personal Notes' ] = '个人笔记' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Personal notes are visible only by yourself.' ] = '私人笔记只对您自己可见。' ;
$a -> strings [ 'Subscribing to contacts' ] = '订阅联系人' ;
$a -> strings [ 'No contact provided.' ] = '未提供联系人。' ;
$a -> strings [ 'Couldn\'t fetch information for contact.' ] = '无法获取联系人信息。' ;
$a -> strings [ 'Couldn\'t fetch friends for contact.' ] = '无法取得联系人的朋友信息。' ;
$a -> strings [ 'Couldn\'t fetch following contacts.' ] = '无法抓取正在关注的联系人。' ;
$a -> strings [ 'Couldn\'t fetch remote profile.' ] = '无法抓取远程个人资料。' ;
$a -> strings [ 'Unsupported network' ] = '不支持的网络' ;
$a -> strings [ 'Done' ] = '完成' ;
$a -> strings [ 'success' ] = '成功' ;
$a -> strings [ 'failed' ] = '失败' ;
$a -> strings [ 'ignored' ] = '已忽视的' ;
$a -> strings [ 'Keep this window open until done.' ] = '保持窗口打开直到完成。' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Photo Albums' ] = '相册' ;
$a -> strings [ 'Recent Photos' ] = '最近的照片' ;
$a -> strings [ 'Upload New Photos' ] = '上传新照片' ;
$a -> strings [ 'everybody' ] = '每人' ;
$a -> strings [ 'Contact information unavailable' ] = '联系人信息不可用' ;
$a -> strings [ 'Album not found.' ] = '取回不了相册.' ;
$a -> strings [ 'Album successfully deleted' ] = '相册已成功删除' ;
$a -> strings [ 'Album was empty.' ] = '相册是空的。' ;
$a -> strings [ 'Failed to delete the photo.' ] = '删除照片失败。' ;
$a -> strings [ 'a photo' ] = '一张照片' ;
$a -> strings [ '%1$s was tagged in %2$s by %3$s' ] = '%1$s被%3$s标签在%2$s' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Image exceeds size limit of %s' ] = '图片超过 %s 的大小限制' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Image upload didn\'t complete, please try again' ] = '图片上传未完成,请重试' ;
$a -> strings [ 'Image file is missing' ] = '缺少图片文件' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Server can\'t accept new file upload at this time, please contact your administrator' ] = '服务器此时无法接受新文件上载,请与您的系统管理员联系' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Image file is empty.' ] = '图片文件空的。' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Unable to process image.' ] = '处理不了图像.' ;
$a -> strings [ 'Image upload failed.' ] = '图像上载失败了.' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'No photos selected' ] = '没有照片挑选了' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Access to this item is restricted.' ] = '这个项目使用权限的。' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Upload Photos' ] = '上传照片' ;
$a -> strings [ 'New album name: ' ] = '新册名:' ;
$a -> strings [ 'or select existing album:' ] = '或选择现有专辑:' ;
$a -> strings [ 'Do not show a status post for this upload' ] = '别显示现状报到关于这个上传' ;
$a -> strings [ 'Do you really want to delete this photo album and all its photos?' ] = '您真的想删除这个相册和所有里面的照相吗?' ;
$a -> strings [ 'Delete Album' ] = '删除相册' ;
$a -> strings [ 'Edit Album' ] = '编照片册' ;
$a -> strings [ 'Drop Album' ] = '丢弃相册' ;
$a -> strings [ 'Show Newest First' ] = '先表示最新的' ;
$a -> strings [ 'Show Oldest First' ] = '先表示最老的' ;
$a -> strings [ 'View Photo' ] = '看照片' ;
$a -> strings [ 'Permission denied. Access to this item may be restricted.' ] = '无权利。用这个项目可能受限制。' ;
$a -> strings [ 'Photo not available' ] = '不可获得的照片' ;
$a -> strings [ 'Do you really want to delete this photo?' ] = '您真的想删除这个照相吗?' ;
$a -> strings [ 'Delete Photo' ] = '删除照片' ;
$a -> strings [ 'View photo' ] = '看照片' ;
$a -> strings [ 'Edit photo' ] = '编辑照片' ;
$a -> strings [ 'Delete photo' ] = '删除照片' ;
$a -> strings [ 'Use as profile photo' ] = '用为资料图' ;
$a -> strings [ 'Private Photo' ] = '私人照片' ;
$a -> strings [ 'View Full Size' ] = '看全尺寸' ;
$a -> strings [ 'Tags: ' ] = '标签:' ;
$a -> strings [ '[Select tags to remove]' ] = '[选择要删除的标签]' ;
$a -> strings [ 'New album name' ] = '新册名' ;
$a -> strings [ 'Caption' ] = '字幕' ;
$a -> strings [ 'Add a Tag' ] = '加标签' ;
$a -> strings [ 'Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping' ] = '例子:@zhang, @Zhang_San, @li@example.com, #Beijing, #ktv' ;
$a -> strings [ 'Do not rotate' ] = '不要旋转' ;
$a -> strings [ 'Rotate CW (right)' ] = '顺时针地转动(左)' ;
$a -> strings [ 'Rotate CCW (left)' ] = '反顺时针地转动(右)' ;
$a -> strings [ 'This is you' ] = '这是你' ;
$a -> strings [ 'Comment' ] = '评论' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Select' ] = '选择' ;
$a -> strings [ 'Delete' ] = '删除' ;
$a -> strings [ 'Like' ] = '喜欢' ;
$a -> strings [ 'I like this (toggle)' ] = '我喜欢这(切换)' ;
$a -> strings [ 'Dislike' ] = '不喜欢' ;
$a -> strings [ 'I don\'t like this (toggle)' ] = '我不喜欢这(切换)' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Map' ] = '地图' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'View Album' ] = '看照片册' ;
$a -> strings [ 'Bad Request.' ] = '请求错误' ;
$a -> strings [ 'Contact not found.' ] = '联系人没有找到。' ;
$a -> strings [ '[Friendica System Notify]' ] = '[Friendica系统通知]' ;
$a -> strings [ 'User deleted their account' ] = '用户已删除其帐号' ;
$a -> strings [ 'On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups.' ] = '在您的Friendica节点上, 用户删除了他们的帐户。请确保从备份中删除他们的数据。' ;
$a -> strings [ 'The user id is %d' ] = '用户 id 为 %d' ;
$a -> strings [ 'Remove My Account' ] = '删除我的账户' ;
$a -> strings [ 'This will completely remove your account. Once this has been done it is not recoverable.' ] = '这要完全删除您的账户。这一做过,就不能恢复。' ;
$a -> strings [ 'Please enter your password for verification:' ] = '请输入密码来确认:' ;
$a -> strings [ 'Resubscribing to OStatus contacts' ] = '重新订阅 OStatus 联系人' ;
$a -> strings [ 'Error' ] = [
0 => '错误' ,
];
$a -> strings [ 'Failed to connect with email account using the settings provided.' ] = '不能连接电子邮件账户用输入的设置。' ;
$a -> strings [ 'Connected Apps' ] = '已连接的应用程序' ;
$a -> strings [ 'Name' ] = '名字' ;
$a -> strings [ 'Home Page' ] = '主页' ;
$a -> strings [ 'Created' ] = '已创建' ;
$a -> strings [ 'Remove authorization' ] = '撤消权能' ;
$a -> strings [ 'Save Settings' ] = '保存设置' ;
$a -> strings [ 'Addon Settings' ] = '插件设置' ;
$a -> strings [ 'No Addon settings configured' ] = '无插件设置配置完成' ;
$a -> strings [ 'Additional Features' ] = '附加功能' ;
$a -> strings [ 'Diaspora (Socialhome, Hubzilla)' ] = 'Diaspora (Socialhome, Hubzilla)' ;
$a -> strings [ 'enabled' ] = '已启用' ;
$a -> strings [ 'disabled' ] = '已停用' ;
$a -> strings [ 'Built-in support for %s connectivity is %s' ] = '包括的支持为%s连通性是%s' ;
$a -> strings [ 'OStatus (GNU Social)' ] = 'OStatus (GNU Social)' ;
$a -> strings [ 'Email access is disabled on this site.' ] = '电子邮件访问在这个站上被禁用。' ;
$a -> strings [ 'None' ] = '没有' ;
$a -> strings [ 'Social Networks' ] = '社交网络' ;
$a -> strings [ 'General Social Media Settings' ] = '通用社交媒体设置' ;
$a -> strings [ 'Followed content scope' ] = '关注的内容范围' ;
$a -> strings [ 'By default, conversations in which your follows participated but didn\'t start will be shown in your timeline. You can turn this behavior off, or expand it to the conversations in which your follows liked a post.' ] = '默认情况下,由未关注对象发起的、但有你的关注对象参与的对话会在你的时间线上显示。你可以关闭这个行为,或者把时间线扩展到含有你关注对象喜欢了的内容的对话。' ;
$a -> strings [ 'Only conversations my follows started' ] = '只是我的关注对象发起的对话' ;
$a -> strings [ 'Conversations my follows started or commented on (default)' ] = '我的关注对象发起或者参与评论的对话(默认)' ;
$a -> strings [ 'Any conversation my follows interacted with, including likes' ] = '所有我的关注对象互动了的对话,包括喜欢' ;
$a -> strings [ 'Enable Content Warning' ] = '开启内容警告' ;
$a -> strings [ 'Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This enables the automatic collapsing instead of setting the content warning as the post title. Doesn\'t affect any other content filtering you eventually set up.' ] = '在 Mastodon 或 Pleroma 网络上的用户可以为其文章设置内容警告,让文章默认折叠。此选项开启自动折叠,而不是把内容警告作为文章标题。这不会影响你设置的其它的内容过滤。' ;
$a -> strings [ 'Enable intelligent shortening' ] = '开启智能缩短' ;
$a -> strings [ 'Normally the system tries to find the best link to add to shortened posts. If disabled, every shortened post will always point to the original friendica post.' ] = '正常情况下系统会试图为被减短的文章找到最适合的链接。如果关闭的话,每一条缩短后的文章都会指向同一条 friendica 文章。' ;
$a -> strings [ 'Enable simple text shortening' ] = '开启简单文本缩短' ;
$a -> strings [ 'Normally the system shortens posts at the next line feed. If this option is enabled then the system will shorten the text at the maximum character limit.' ] = '正常情况下系统会在下一个换行处缩短文章。如果开启了这个选项,那么系统会在最大字符限制处缩短文章。' ;
$a -> strings [ 'Attach the link title' ] = '附加链接标题' ;
$a -> strings [ 'When activated, the title of the attached link will be added as a title on posts to Diaspora. This is mostly helpful with "remote-self" contacts that share feed content.' ] = '激活后, 附加链接的标题将作为标题添加到Diaspora的帖子中。这对共享提要内容的“远程自我”联系人最有帮助。' ;
$a -> strings [ 'Your legacy ActivityPub/GNU Social account' ] = '您以往的 ActivityPub/GNU Social 帐号' ;
$a -> strings [ 'Repair OStatus subscriptions' ] = '修复 OStatus 订阅' ;
$a -> strings [ 'Email/Mailbox Setup' ] = '邮件收件箱设置' ;
$a -> strings [ 'If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox.' ] = '如果您想用这股服务(可选的)跟邮件熟人交流,请指定怎么连通您的收件箱。' ;
$a -> strings [ 'Last successful email check:' ] = '上个成功收件箱检查:' ;
$a -> strings [ 'IMAP server name:' ] = 'IMAP服务器名字: ' ;
$a -> strings [ 'IMAP port:' ] = 'IMAP服务器端口: ' ;
$a -> strings [ 'Security:' ] = '安全:' ;
$a -> strings [ 'Email login name:' ] = '邮件登录名:' ;
$a -> strings [ 'Email password:' ] = '邮件密码:' ;
$a -> strings [ 'Reply-to address:' ] = '回复地址:' ;
$a -> strings [ 'Send public posts to all email contacts:' ] = '发送公开文章给所有的邮件联系人:' ;
$a -> strings [ 'Action after import:' ] = '进口后行动:' ;
$a -> strings [ 'Mark as seen' ] = '标注看过' ;
$a -> strings [ 'Move to folder' ] = '搬到文件夹' ;
$a -> strings [ 'Move to folder:' ] = '搬到文件夹:' ;
$a -> strings [ 'No suggestions available. If this is a new site, please try again in 24 hours.' ] = '没有建议。如果这是新网站, 请24小时后再试。' ;
$a -> strings [ 'Friend Suggestions' ] = '朋友推荐' ;
$a -> strings [ 'photo' ] = '照片' ;
$a -> strings [ 'status' ] = '状态' ;
$a -> strings [ '%1$s tagged %2$s\'s %3$s with %4$s' ] = '%1$s 把 %2$s 的 %3$s 标记为 %4$s' ;
$a -> strings [ 'Remove Item Tag' ] = '去除项目标签' ;
$a -> strings [ 'Select a tag to remove: ' ] = '选择删除一个标签: ' ;
$a -> strings [ 'Remove' ] = '移走' ;
$a -> strings [ 'User imports on closed servers can only be done by an administrator.' ] = '只有系统管理员才能在关闭的服务器上执行用户导入。' ;
$a -> strings [ 'This site has exceeded the number of allowed daily account registrations. Please try again tomorrow.' ] = '这个网站超过一天最多账户注册。请明天再试。' ;
$a -> strings [ 'Import' ] = '导入' ;
$a -> strings [ 'Move account' ] = '把账户搬出' ;
$a -> strings [ 'You can import an account from another Friendica server.' ] = '您会从别的Friendica服务器进口账户' ;
$a -> strings [ 'You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here.' ] = '你需要从老服务器导出你的账户并在这里上传。我们会在这里重建你的账户,包括你所有的联系人。我们也会通知你的朋友们你搬到了这里。' ;
$a -> strings [ 'This feature is experimental. We can\'t import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora' ] = '这个特性是实验性的。我们不能从 OStatus 网络 (GNU Social/Statusnet) 或者 Diaspora 导入联系人' ;
$a -> strings [ 'Account file' ] = '账户文件' ;
$a -> strings [ 'To export your account, go to "Settings->Export your personal data" and select "Export account"' ] = '为了导出你的账户,点击「设置→导出你的个人信息」和选择「导出账户」' ;
$a -> strings [ 'You aren\'t following this contact.' ] = '你没有关注这个联系人。' ;
$a -> strings [ 'Unfollowing is currently not supported by your network.' ] = '取消关注现在不被你的网络支持。' ;
$a -> strings [ 'Disconnect/Unfollow' ] = '断开连接/取消关注' ;
$a -> strings [ 'Invalid request.' ] = '无效请求。' ;
$a -> strings [ 'Sorry, maybe your upload is bigger than the PHP configuration allows' ] = '不好意思, 可能你上传的是PHP设置允许的大' ;
$a -> strings [ 'Or - did you try to upload an empty file?' ] = '或者,你是不是上传空的文件?' ;
$a -> strings [ 'File exceeds size limit of %s' ] = '文件超过了 %s 的大小限制' ;
$a -> strings [ 'File upload failed.' ] = '文件上传失败。' ;
$a -> strings [ 'Wall Photos' ] = '墙照片' ;
$a -> strings [ 'Number of daily wall messages for %s exceeded. Message failed.' ] = '一天最多墙通知给%s超过了。通知没有通过 。' ;
$a -> strings [ 'Unable to check your home location.' ] = '核对不了您的主页。' ;
$a -> strings [ 'No recipient.' ] = '没有接受者。' ;
$a -> strings [ 'If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders.' ] = '如果您想%s回答, 请核对您网站的隐私设置允许生发送人的私人邮件。' ;
$a -> strings [ 'No system theme config value set.' ] = '未设置系统主题配置值。' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Delete this item?' ] = '删除这个项目?' ;
$a -> strings [ 'toggle mobile' ] = '切换移动设备' ;
$a -> strings [ 'Method not allowed for this module. Allowed method(s): %s' ] = '此模块不允许使用模块。允许的方法:%s' ;
$a -> strings [ 'Page not found.' ] = '页发现。' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'You must be logged in to use addons. ' ] = '您用插件前要登录' ;
$a -> strings [ 'The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it.' ] = '表格安全令牌不对。最可能因为表格开着太久(三个小时以上)提交前。' ;
$a -> strings [ 'All contacts' ] = '所有联络人' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Followers' ] = '关注者' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Following' ] = '正在关注' ;
$a -> strings [ 'Mutual friends' ] = '互为好友' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Could not find any unarchived contact entry for this URL (%s)' ] = '找不到此URL(%s)的任何未存档联系人条目' ;
$a -> strings [ 'The contact entries have been archived' ] = '联系人条目已存档' ;
$a -> strings [ 'Could not find any contact entry for this URL (%s)' ] = '找不到此URL(%s)的任何联系人条目' ;
$a -> strings [ 'The contact has been blocked from the node' ] = '该联系人已被本节点屏蔽。' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Post update version number has been set to %s.' ] = '更新后版本号已设置为%s' ;
$a -> strings [ 'Check for pending update actions.' ] = '检查待定的更新操作。' ;
$a -> strings [ 'Done.' ] = '好了。' ;
$a -> strings [ 'Execute pending post updates.' ] = '实行待定的发帖更新。' ;
$a -> strings [ 'All pending post updates are done.' ] = '所有待定的发帖更新都已完成。' ;
$a -> strings [ 'Enter user nickname: ' ] = '输入用户昵称:' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Enter new password: ' ] = '输入新密码:' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Password update failed. Please try again.' ] = '密码更新失败了。请再试。' ;
$a -> strings [ 'Password changed.' ] = '密码已改变。' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Enter user name: ' ] = '输入用户名:' ;
$a -> strings [ 'Enter user email address: ' ] = '输入用户电子邮件地址:' ;
$a -> strings [ 'Enter a language (optional): ' ] = '输入语言(可选): ' ;
$a -> strings [ 'User is not pending.' ] = '用户未挂起。' ;
$a -> strings [ 'Type "yes" to delete %s' ] = '键入“yes”可删除%s' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'newer' ] = '更新' ;
$a -> strings [ 'older' ] = '更旧' ;
$a -> strings [ 'Frequently' ] = '频繁' ;
$a -> strings [ 'Hourly' ] = '每小时' ;
$a -> strings [ 'Twice daily' ] = '每天两次' ;
$a -> strings [ 'Daily' ] = '每天' ;
$a -> strings [ 'Weekly' ] = '每周' ;
$a -> strings [ 'Monthly' ] = '每月' ;
$a -> strings [ 'OStatus' ] = 'OStatus' ;
$a -> strings [ 'RSS/Atom' ] = 'RSS/Atom' ;
$a -> strings [ 'Email' ] = '电子邮件' ;
$a -> strings [ 'Diaspora' ] = 'Diaspora' ;
$a -> strings [ 'Zot!' ] = 'Zot!' ;
$a -> strings [ 'LinkedIn' ] = 'LinkedIn' ;
$a -> strings [ 'XMPP/IM' ] = 'XMPP/IM' ;
$a -> strings [ 'MySpace' ] = 'MySpace' ;
$a -> strings [ 'Google+' ] = 'Google+' ;
$a -> strings [ 'pump.io' ] = 'pump.io' ;
$a -> strings [ 'Twitter' ] = '推特' ;
$a -> strings [ 'Diaspora Connector' ] = 'Diaspora连接器' ;
$a -> strings [ 'GNU Social Connector' ] = 'GNU Social 连接器' ;
$a -> strings [ 'ActivityPub' ] = '活动插件' ;
$a -> strings [ '%s likes this.' ] = '%s 赞了这个。' ;
$a -> strings [ '%s doesn\'t like this.' ] = '%s 觉得不赞。' ;
$a -> strings [ '%s attends.' ] = '%s 参加。' ;
$a -> strings [ '%s doesn\'t attend.' ] = '%s 不参加。' ;
$a -> strings [ '%s attends maybe.' ] = '%s可能参加。' ;
$a -> strings [ '%s reshared this.' ] = '%s转推了本文。' ;
$a -> strings [ 'and' ] = '和' ;
$a -> strings [ 'and %d other people' ] = '和 %d 个其他人' ;
$a -> strings [ '<span %1$s>%2$d people</span> like this' ] = '<span %1$s>%2$d个人</span>喜欢' ;
$a -> strings [ '%s like this.' ] = '%s 赞了这个。' ;
$a -> strings [ '<span %1$s>%2$d people</span> don\'t like this' ] = '<span %1$s>%2$d个人</span>不喜欢' ;
$a -> strings [ '%s don\'t like this.' ] = '%s 踩了这个。' ;
$a -> strings [ '<span %1$s>%2$d people</span> attend' ] = '<span %1$s>%2$d 人</span>参加' ;
$a -> strings [ '%s attend.' ] = '%s 参加。' ;
$a -> strings [ '<span %1$s>%2$d people</span> don\'t attend' ] = '<span %1$s>%2$d 人</span>不参加' ;
$a -> strings [ '%s don\'t attend.' ] = '%s 不参加。' ;
$a -> strings [ '<span %1$s>%2$d people</span> attend maybe' ] = '<span %1$s>%2$d人</span>可能参加' ;
$a -> strings [ '%s attend maybe.' ] = '%s可能参加。' ;
$a -> strings [ '<span %1$s>%2$d people</span> reshared this' ] = '<span %1$s>%2$d人</span>转推了本文' ;
$a -> strings [ 'Visible to <strong>everybody</strong>' ] = '<strong>大家</strong>可见的' ;
$a -> strings [ 'Please enter a image/video/audio/webpage URL:' ] = '请输入一个图片/视频/音频/网页 URL: ' ;
$a -> strings [ 'Tag term:' ] = '标签:' ;
$a -> strings [ 'Save to Folder:' ] = '保存再文件夹:' ;
$a -> strings [ 'Where are you right now?' ] = '你当前在哪里?' ;
$a -> strings [ 'Delete item(s)?' ] = '删除项目吗?' ;
$a -> strings [ 'New Post' ] = '新帖' ;
$a -> strings [ 'Share' ] = '分享' ;
$a -> strings [ 'Image' ] = '图片' ;
$a -> strings [ 'View %s\'s profile @ %s' ] = '看%s的个人资料@ %s' ;
$a -> strings [ 'Categories:' ] = '类别 :' ;
$a -> strings [ 'Filed under:' ] = '归档于 :' ;
$a -> strings [ '%s from %s' ] = '%s 来自 %s' ;
$a -> strings [ 'View in context' ] = '查看全文' ;
$a -> strings [ 'remove' ] = '删除' ;
$a -> strings [ 'Delete Selected Items' ] = '删除选中项目' ;
$a -> strings [ 'You had been addressed (%s).' ] = '您已得到解决( 1%s).' ;
$a -> strings [ 'You are following %s.' ] = '您正在关注1%s.' ;
$a -> strings [ 'Tagged' ] = '标记' ;
$a -> strings [ '%s is participating in this thread.' ] = '1%s正在参与此线程。' ;
$a -> strings [ 'Stored' ] = '数据处理' ;
$a -> strings [ 'Global' ] = '全球' ;
$a -> strings [ 'General Features' ] = '通用特性' ;
$a -> strings [ 'Photo Location' ] = '照片地点' ;
$a -> strings [ 'Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map.' ] = '照片元数据通常被剥离。这将在剥离元数据之前提取位置(如果存在),并将其链接到地图。' ;
$a -> strings [ 'Trending Tags' ] = '趋势标签' ;
$a -> strings [ 'Show a community page widget with a list of the most popular tags in recent public posts.' ] = '显示带有最近公共帖子中最受欢迎标签列表的社区页面小部件。' ;
$a -> strings [ 'Post Composition Features' ] = '发帖编写功能' ;
$a -> strings [ 'Auto-mention Forums' ] = '自动提示论坛' ;
$a -> strings [ 'Add/remove mention when a forum page is selected/deselected in ACL window.' ] = '在ACL窗口中选择/取消选择论坛页面时添加/删除提及。' ;
$a -> strings [ 'Explicit Mentions' ] = '明确提及' ;
$a -> strings [ 'Add explicit mentions to comment box for manual control over who gets mentioned in replies.' ] = '在“评论”框中添加显式提及,以手动控制在答复中提及的人。' ;
$a -> strings [ 'Post/Comment Tools' ] = '文章/评论工具' ;
$a -> strings [ 'Post Categories' ] = '文章种类' ;
$a -> strings [ 'Add categories to your posts' ] = '加入种类给您的文章' ;
$a -> strings [ 'Advanced Profile Settings' ] = '高级简介设置' ;
$a -> strings [ 'List Forums' ] = '列出各论坛' ;
$a -> strings [ 'Show visitors public community forums at the Advanced Profile Page' ] = '在“高级简介设置”页上向访问者显示公共社区论坛' ;
$a -> strings [ 'Tag Cloud' ] = '标签云' ;
$a -> strings [ 'Provide a personal tag cloud on your profile page' ] = '在您的个人简介中提供个人标签云' ;
$a -> strings [ 'Display Membership Date' ] = '显示成员资格日期' ;
$a -> strings [ 'Display membership date in profile' ] = '在个人资料中显示成员资格日期' ;
$a -> strings [ 'Forums' ] = '论坛' ;
$a -> strings [ 'External link to forum' ] = '到论坛的外链' ;
$a -> strings [ 'show more' ] = '显示更多' ;
$a -> strings [ '%1$s poked %2$s' ] = '%1$s戳%2$s' ;
$a -> strings [ 'event' ] = '活动' ;
$a -> strings [ 'Follow Thread' ] = '关注主题' ;
$a -> strings [ 'View Status' ] = '查看状态' ;
$a -> strings [ 'View Profile' ] = '查看个人资料' ;
$a -> strings [ 'View Photos' ] = '查看照片' ;
$a -> strings [ 'Network Posts' ] = '网络文章' ;
$a -> strings [ 'View Contact' ] = '查看联系人' ;
$a -> strings [ 'Send PM' ] = '发送私信' ;
$a -> strings [ 'Block' ] = '屏蔽' ;
$a -> strings [ 'Ignore' ] = '忽视' ;
$a -> strings [ 'Poke' ] = '戳' ;
$a -> strings [ 'Nothing new here' ] = '这里没有什么新的' ;
$a -> strings [ 'Go back' ] = '回去' ;
$a -> strings [ 'Clear notifications' ] = '清理出通知' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Logout' ] = '注销' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'End this session' ] = '结束此次会话' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Login' ] = '登录' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Sign in' ] = '登录' ;
$a -> strings [ 'Status' ] = '状态' ;
$a -> strings [ 'Your posts and conversations' ] = '你的消息和交谈' ;
$a -> strings [ 'Profile' ] = '个人资料' ;
$a -> strings [ 'Your profile page' ] = '你的简介页' ;
$a -> strings [ 'Your photos' ] = '你的照片' ;
$a -> strings [ 'Your events' ] = '你的活动' ;
$a -> strings [ 'Personal notes' ] = '个人笔记' ;
$a -> strings [ 'Your personal notes' ] = '你的个人笔记' ;
$a -> strings [ 'Home' ] = '主页' ;
$a -> strings [ 'Register' ] = '注册' ;
$a -> strings [ 'Create an account' ] = '注册' ;
$a -> strings [ 'Help' ] = '帮助' ;
$a -> strings [ 'Help and documentation' ] = '帮助及文档' ;
$a -> strings [ 'Apps' ] = '应用程序' ;
$a -> strings [ 'Addon applications, utilities, games' ] = '可加的应用,设施,游戏' ;
$a -> strings [ 'Search' ] = '搜索' ;
$a -> strings [ 'Search site content' ] = '搜索网站内容' ;
$a -> strings [ 'Full Text' ] = '全文' ;
$a -> strings [ 'Tags' ] = '标签:' ;
$a -> strings [ 'Contacts' ] = '联系人' ;
$a -> strings [ 'Community' ] = '社会' ;
$a -> strings [ 'Conversations on this and other servers' ] = '此服务器和其他服务器上的对话' ;
$a -> strings [ 'Events and Calendar' ] = '事件和日历' ;
$a -> strings [ 'Directory' ] = '目录' ;
$a -> strings [ 'People directory' ] = '人物名录' ;
$a -> strings [ 'Information' ] = '资料' ;
$a -> strings [ 'Information about this friendica instance' ] = '关于这个Friendica服务器的资料' ;
$a -> strings [ 'Terms of Service' ] = '服务条款' ;
$a -> strings [ 'Terms of Service of this Friendica instance' ] = '此Friendica实例的服务条款' ;
$a -> strings [ 'Network' ] = '网络' ;
$a -> strings [ 'Conversations from your friends' ] = '来自你的朋友们的交谈' ;
$a -> strings [ 'Introductions' ] = '介绍' ;
$a -> strings [ 'Friend Requests' ] = '友谊邀请' ;
$a -> strings [ 'Notifications' ] = '通知' ;
$a -> strings [ 'See all notifications' ] = '看所有的通知' ;
$a -> strings [ 'Private mail' ] = '私人的邮件' ;
$a -> strings [ 'Inbox' ] = '收件箱' ;
$a -> strings [ 'Outbox' ] = '发件箱' ;
$a -> strings [ 'Accounts' ] = '账户' ;
$a -> strings [ 'Manage other pages' ] = '管理别的页' ;
$a -> strings [ 'Settings' ] = '设置' ;
$a -> strings [ 'Account settings' ] = '帐户设置' ;
$a -> strings [ 'Manage/edit friends and contacts' ] = '管理/编辑朋友和联系人' ;
$a -> strings [ 'Admin' ] = '管理' ;
$a -> strings [ 'Site setup and configuration' ] = '网站开办和配置' ;
$a -> strings [ 'Navigation' ] = '导航' ;
$a -> strings [ 'Site map' ] = '网站地图' ;
$a -> strings [ 'Embedding disabled' ] = '嵌入已停用' ;
$a -> strings [ 'Embedded content' ] = '嵌入内容' ;
$a -> strings [ 'first' ] = '首先' ;
$a -> strings [ 'prev' ] = '上个' ;
$a -> strings [ 'next' ] = '下个' ;
$a -> strings [ 'last' ] = '最后' ;
$a -> strings [ 'Image/photo' ] = '图像/照片' ;
$a -> strings [ '<a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s</a> %3$s' ] = '<a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s</a>%3$s' ;
$a -> strings [ 'Click to open/close' ] = '点击为开关' ;
$a -> strings [ '$1 wrote:' ] = '$1写: ' ;
$a -> strings [ 'Encrypted content' ] = '加密的内容' ;
$a -> strings [ 'Invalid source protocol' ] = '无效的源协议' ;
$a -> strings [ 'Invalid link protocol' ] = '无效的连接协议' ;
$a -> strings [ 'Loading more entries...' ] = '正在加载更多...' ;
$a -> strings [ 'Follow' ] = '关注' ;
$a -> strings [ 'Add New Contact' ] = '添加新的联系人' ;
$a -> strings [ 'Enter address or web location' ] = '输入地址或网络位置' ;
$a -> strings [ 'Example: bob@example.com, http://example.com/barbara' ] = '比如: li@example.com, http://example.com/li' ;
$a -> strings [ 'Connect' ] = '连接' ;
$a -> strings [ '%d invitation available' ] = [
0 => '%d邀请可用的' ,
2020-08-18 17:33:46 +02:00
];
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Find People' ] = '查找个人' ;
$a -> strings [ 'Enter name or interest' ] = '输入名字或兴趣' ;
$a -> strings [ 'Examples: Robert Morgenstein, Fishing' ] = '比如:罗伯特·摩根斯坦,钓鱼' ;
$a -> strings [ 'Find' ] = '搜索' ;
$a -> strings [ 'Similar Interests' ] = '相似兴趣' ;
$a -> strings [ 'Random Profile' ] = '随机简介' ;
$a -> strings [ 'Invite Friends' ] = '邀请朋友们' ;
$a -> strings [ 'Global Directory' ] = '综合目录' ;
$a -> strings [ 'Local Directory' ] = '本地目录' ;
$a -> strings [ 'Groups' ] = '群组' ;
$a -> strings [ 'Everyone' ] = '所有人' ;
$a -> strings [ 'Relationships' ] = '关系' ;
$a -> strings [ 'All Contacts' ] = '所有联系人' ;
$a -> strings [ 'Protocols' ] = '协议' ;
$a -> strings [ 'All Protocols' ] = '所有协议' ;
$a -> strings [ 'Saved Folders' ] = '保存的文件夹' ;
$a -> strings [ 'Everything' ] = '一切' ;
$a -> strings [ 'Categories' ] = '种类' ;
$a -> strings [ '%d contact in common' ] = [
0 => '%d 个共同的联系人' ,
2020-08-18 17:33:46 +02:00
];
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Archives' ] = '存档' ;
$a -> strings [ 'News' ] = '新闻' ;
$a -> strings [ 'Account Types' ] = '账户类型' ;
$a -> strings [ 'Export' ] = '导出' ;
$a -> strings [ 'Export calendar as ical' ] = '导出日历为 ical' ;
$a -> strings [ 'Export calendar as csv' ] = '导出日历为 csv' ;
$a -> strings [ 'No contacts' ] = '没有联系人' ;
$a -> strings [ '%d Contact' ] = [
0 => '%d 联系人' ,
2020-08-18 17:33:46 +02:00
];
2022-05-12 14:29:05 +02:00
$a -> strings [ 'View Contacts' ] = '查看联系人' ;
$a -> strings [ 'Remove term' ] = '删除关键字' ;
$a -> strings [ 'Saved Searches' ] = '保存的搜索' ;
$a -> strings [ 'Trending Tags (last %d hour)' ] = [
0 => '趋势标签(最近%d小时 )' ,
2020-03-09 11:14:31 +01:00
];
2022-05-12 14:29:05 +02:00
$a -> strings [ 'More Trending Tags' ] = '更多趋势标签' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'XMPP:' ] = 'XMPP: ' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Network:' ] = '网络' ;
2021-10-10 08:22:58 +02:00
$a -> strings [ 'Unfollow' ] = '取消关注' ;
2022-05-12 14:29:05 +02:00
$a -> strings [ 'Yourself' ] = '你自己' ;
$a -> strings [ 'Mutuals' ] = '互惠互利' ;
$a -> strings [ 'Post to Email' ] = '电邮发布' ;
$a -> strings [ 'Public' ] = '公开' ;
$a -> strings [ 'This content will be shown to all your followers and can be seen in the community pages and by anyone with its link.' ] = '此内容将显示给您的所有追随者,并可在社区页面中查看,任何具有其链接的人都可以看到。' ;
$a -> strings [ 'Limited/Private' ] = '私人' ;
$a -> strings [ 'This content will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won\'t appear anywhere public.' ] = '此内容将仅向第一个框中的人显示,第二个框中提到的人除外。它不会出现在任何公共场合。' ;
$a -> strings [ 'Connectors' ] = '连接器' ;
$a -> strings [ 'The database configuration file "config/local.config.php" could not be written. Please use the enclosed text to create a configuration file in your web server root.' ] = '无法写入数据库配置文件“config/local.config.php”。请使用附带的文本在您的Web服务器根目录中创建配置文件。' ;
$a -> strings [ 'You may need to import the file "database.sql" manually using phpmyadmin or mysql.' ] = '您可能要手工地进口文件「database.sql」用phpmyadmin或mysql。' ;
$a -> strings [ 'Could not find a command line version of PHP in the web server PATH.' ] = '没找到命令行PHP在网服务器PATH。' ;
$a -> strings [ 'PHP executable path' ] = 'PHP可执行路径' ;
$a -> strings [ 'Enter full path to php executable. You can leave this blank to continue the installation.' ] = '输入全路线到php执行程序。您会留空白为继续安装。' ;
$a -> strings [ 'Command line PHP' ] = '命令行PHP' ;
$a -> strings [ 'PHP executable is not the php cli binary (could be cgi-fgci version)' ] = 'PHP执行程序不是命令行PHP執行檔( 有可能是cgi-fgci版本) ' ;
$a -> strings [ 'Found PHP version: ' ] = '找到 PHP 版本:' ;
$a -> strings [ 'PHP cli binary' ] = '命令行PHP執行檔' ;
$a -> strings [ 'The command line version of PHP on your system does not have "register_argc_argv" enabled.' ] = '您系统的命令行PHP没有能够「register_argc_argv」。' ;
$a -> strings [ 'This is required for message delivery to work.' ] = '这必要为通信发布成功。' ;
$a -> strings [ 'PHP register_argc_argv' ] = 'PHP register_argc_argv' ;