[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2018-07-29 00:15:23 +00:00
parent 1ad3164065
commit 5c2996d837
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 84 additions and 0 deletions

View File

@ -29,6 +29,7 @@ OC.L10N.register(
"Some events in this calendar are broken. Please check the JS console for more info." : "日历中的某些事件已损坏。更多信息请在JS控制台中查看。",
"Share Calendar" : "共享日历",
"Shared" : "已共享",
"Could not save WebCal-calendar" : "无法保存 WebCal 日历",
"WebDAV address for subscriptions" : "订阅的WebDAV地址",
"Email sent." : "邮件已发送。",
"Could not send your email." : "无法发送您的电子邮件。",
@ -54,6 +55,7 @@ OC.L10N.register(
"Every year" : "每年",
"never" : "从不",
"after" : "之后",
"Automatic ({timezone})" : "自动选择 ({timezone})",
"How about getting started by importing some calendars?" : "开始导入日历好吗?",
"At time of event" : "在事件发生的",
"5 minutes before" : "5分钟前",
@ -76,16 +78,52 @@ OC.L10N.register(
"end" : "结束",
"Editing reminders of unknown type not supported." : "不支持未知类型的编辑提醒",
"Week {number} of {year}" : "{year}年的第{number}周",
"Successfully imported {imported} objects" : "成功导入 {imported} 对象",
"Imported {imported} out of {all}, skipped one duplicate" : "从 {all} 个对象中导入了 {imported} 个对象,忽略了一个重复项",
"Imported {imported} out of {all}, one failure" : "从 {all} 个对象中导入了 {imported} 个对象,有一个对象导入失败",
"Imported {imported} out of {all}, {errors} failures" : "从 {all} 个对象中导入了 {imported} 个对象,有 {errors} 个对象导入失败",
"Imported {imported} out of {all}, skipped {duplicates} duplicates" : "从 {all} 个对象中导入了 {imported} 个对象,忽略了 {duplicates} 个重复项",
"Imported {imported} out of {all}, {errors} failures, skipped {duplicates} duplicates" : "从 {all} 个对象中导入了 {imported} 个对象,忽略了 {duplicates} 个重复项,{errors} 个对象导入失败",
"Audio alarm {time} before the event starts" : "在事件开始前 {time} 进行声音提醒",
"Pop-up {time} before the event starts" : "在事件开始前 {time} 弹出",
"Email {time} before the event starts" : "在事件开始前 {time} 发送邮件",
"None {time} before the event starts" : "在事件开始前 {time} 无动作",
"{type} {time} before the event starts" : "事件开始前 {type} {time} ",
"Audio alarm {time} before the event ends" : "在事件结束前 {time} 进行声音提醒",
"Pop-up {time} before the event ends" : "在事件结束前 {time} 弹出",
"Email {time} before the event ends" : "在事件结束前 {time} 发送邮件",
"None {time} before the event ends" : "在事件结束前 {time} 无动作",
"{type} {time} before the event ends" : "事件结束前 {type} {time} ",
"Audio alarm {time} after the event starts" : "在事件开始后 {time} 进行声音提醒",
"Pop-up {time} after the event starts" : "在事件开始后 {time} 弹出",
"Email {time} after the event starts" : "在事件开始后 {time} 发送邮件",
"None {time} after the event starts" : "在事件开始后 {time} 无动作",
"{type} {time} after the event starts" : "事件开始后 {type} {time} ",
"Audio alarm {time} after the event ends" : "在事件结束后 {time} 进行声音提醒",
"Pop-up {time} after the event ends" : "在事件结束后 {time} 弹出",
"Email {time} after the event ends" : "在事件结束后 {time} 发送邮件",
"None {time} after the event ends" : "在事件结束后 {time} 无动作",
"{type} {time} after the event ends" : "事件结束后 {type} {time} ",
"Audio alarm at the event's start" : "在事件开始时进行声音提醒",
"Pop-up at the event's start" : "在事件开始时弹出",
"Email at the event's start" : "在事件开始时发送邮件",
"None at the event's start" : "在事件开始时无动作",
"{type} at the event's start" : "{type} 事件开始时",
"Audio alarm at the event's end" : "在事件结束时进行声音提醒",
"Pop-up at the event's end" : "在事件结束时弹出",
"Email at the event's end" : "在事件结束时发送邮件",
"None at the event's end" : "在事件结束时无动作",
"{type} at the event's end" : "{type} 事件结束时",
"Audio alarm at {time}" : "在 {time} 时进行声音提醒",
"Pop-up at {time}" : "在 {time} 时弹出",
"Email at {time}" : "在 {time} 时发送邮件",
"None at {time}" : "在 {time} 时无动作",
"{type} at {time}" : "{type} {time}",
"{calendar} shared by {owner}" : "{calendar} 由 {owner} 共享",
"Please enter a valid WebCal-URL" : "请输入有效的WebCal地址",
"Severe error in webcal proxy. Please contact administrator for more information." : "webcal代理中出现严重错误。 要获取更详细信息,请与管理员联系。",
"A Calendar app for Nextcloud" : "用于 Nextcloud 的日历应用",
"The Calendar app is a user interface for Nextcloud's CalDAV server. Easily sync events from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Contacts - more to come.\n* 🌐 **WebCal Support!** Want to see your favorite teams matchdays in your calendar? No problem!\n* 🙋 **Attendees!** Invite people to your events.\n* 🙈 **Were not reinventing the wheel!** Based on the great [davclient.js](https://github.com/evert/davclient.js), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries." : "“日历”是 Nextcloud CalDav 服务器的一个用户界面应用。通过使用此应用,您可以在不同的设备上同步您的活动并进行在线编辑。\n\n* 🚀 **集成了其他的 Nextcloud 应用!** 现在仅仅集成了联系人功能 - 将来将会集成更多。\n* 🌐 **支持WebCal** 想要在您的日历上看到您最喜爱的球队的比赛时间?没问题!\n* 🙋 **参与人功能!** 邀请他人参与您的活动。\n* 🙈 **我们不是在做无用功!** 基于出色的 [davclient.js](https://github.com/evert/davclient.js), [ical.js](https://github.com/mozilla-comm/ical.js) 和 [fullcalendar](https://github.com/fullcalendar/fullcalendar) 库开发.",
"Title of the Event" : "事件标题",
"Starts" : "开始于",
"Ends" : "结束于",
@ -137,6 +175,7 @@ OC.L10N.register(
"Absolute" : "绝对",
"Repeat" : "重复",
"times every" : "次每",
"Email reminders have not been implemented in the CalDAV server yet, so none will be sent." : "邮件提醒功能在 CalDAV 服务器端尚未开发,所以无法发送。",
"Add" : "增加",
"Email address of attendee" : "参加者的邮箱地址",
"Please add your email address in the personal settings in order to add attendees." : "请在个人设置中设置您的邮箱地址以便添加为参与者",
@ -154,6 +193,7 @@ OC.L10N.register(
"The file contains objects incompatible with the selected calendar" : "该文件包含的内容与选择的日历不兼容",
"New calendar" : "新建日历",
"File is empty" : "文件是空的",
"File could not be parsed" : "文件无法进行分析",
"Import scheduled" : "导入时间表",
"%s shared the calendar <strong>%s</strong> with you" : "%s给你分享了日历 <strong>%s</strong>",
"Embed" : "嵌入",
@ -164,7 +204,9 @@ OC.L10N.register(
"No Calendars selected for import" : "未选择要导入的日历",
"Skip simple event editor" : "跳过简单事件编辑器",
"Show week numbers" : "显示周次",
"Timezone" : "时区",
"Primary CalDAV address" : "主要的 CalDAV 地址",
"iOS/macOS CalDAV address" : "iOS/macOS CalDAV 地址",
"Subscribe" : "订阅"
},
"nplurals=1; plural=0;");

View File

@ -27,6 +27,7 @@
"Some events in this calendar are broken. Please check the JS console for more info." : "日历中的某些事件已损坏。更多信息请在JS控制台中查看。",
"Share Calendar" : "共享日历",
"Shared" : "已共享",
"Could not save WebCal-calendar" : "无法保存 WebCal 日历",
"WebDAV address for subscriptions" : "订阅的WebDAV地址",
"Email sent." : "邮件已发送。",
"Could not send your email." : "无法发送您的电子邮件。",
@ -52,6 +53,7 @@
"Every year" : "每年",
"never" : "从不",
"after" : "之后",
"Automatic ({timezone})" : "自动选择 ({timezone})",
"How about getting started by importing some calendars?" : "开始导入日历好吗?",
"At time of event" : "在事件发生的",
"5 minutes before" : "5分钟前",
@ -74,16 +76,52 @@
"end" : "结束",
"Editing reminders of unknown type not supported." : "不支持未知类型的编辑提醒",
"Week {number} of {year}" : "{year}年的第{number}周",
"Successfully imported {imported} objects" : "成功导入 {imported} 对象",
"Imported {imported} out of {all}, skipped one duplicate" : "从 {all} 个对象中导入了 {imported} 个对象,忽略了一个重复项",
"Imported {imported} out of {all}, one failure" : "从 {all} 个对象中导入了 {imported} 个对象,有一个对象导入失败",
"Imported {imported} out of {all}, {errors} failures" : "从 {all} 个对象中导入了 {imported} 个对象,有 {errors} 个对象导入失败",
"Imported {imported} out of {all}, skipped {duplicates} duplicates" : "从 {all} 个对象中导入了 {imported} 个对象,忽略了 {duplicates} 个重复项",
"Imported {imported} out of {all}, {errors} failures, skipped {duplicates} duplicates" : "从 {all} 个对象中导入了 {imported} 个对象,忽略了 {duplicates} 个重复项,{errors} 个对象导入失败",
"Audio alarm {time} before the event starts" : "在事件开始前 {time} 进行声音提醒",
"Pop-up {time} before the event starts" : "在事件开始前 {time} 弹出",
"Email {time} before the event starts" : "在事件开始前 {time} 发送邮件",
"None {time} before the event starts" : "在事件开始前 {time} 无动作",
"{type} {time} before the event starts" : "事件开始前 {type} {time} ",
"Audio alarm {time} before the event ends" : "在事件结束前 {time} 进行声音提醒",
"Pop-up {time} before the event ends" : "在事件结束前 {time} 弹出",
"Email {time} before the event ends" : "在事件结束前 {time} 发送邮件",
"None {time} before the event ends" : "在事件结束前 {time} 无动作",
"{type} {time} before the event ends" : "事件结束前 {type} {time} ",
"Audio alarm {time} after the event starts" : "在事件开始后 {time} 进行声音提醒",
"Pop-up {time} after the event starts" : "在事件开始后 {time} 弹出",
"Email {time} after the event starts" : "在事件开始后 {time} 发送邮件",
"None {time} after the event starts" : "在事件开始后 {time} 无动作",
"{type} {time} after the event starts" : "事件开始后 {type} {time} ",
"Audio alarm {time} after the event ends" : "在事件结束后 {time} 进行声音提醒",
"Pop-up {time} after the event ends" : "在事件结束后 {time} 弹出",
"Email {time} after the event ends" : "在事件结束后 {time} 发送邮件",
"None {time} after the event ends" : "在事件结束后 {time} 无动作",
"{type} {time} after the event ends" : "事件结束后 {type} {time} ",
"Audio alarm at the event's start" : "在事件开始时进行声音提醒",
"Pop-up at the event's start" : "在事件开始时弹出",
"Email at the event's start" : "在事件开始时发送邮件",
"None at the event's start" : "在事件开始时无动作",
"{type} at the event's start" : "{type} 事件开始时",
"Audio alarm at the event's end" : "在事件结束时进行声音提醒",
"Pop-up at the event's end" : "在事件结束时弹出",
"Email at the event's end" : "在事件结束时发送邮件",
"None at the event's end" : "在事件结束时无动作",
"{type} at the event's end" : "{type} 事件结束时",
"Audio alarm at {time}" : "在 {time} 时进行声音提醒",
"Pop-up at {time}" : "在 {time} 时弹出",
"Email at {time}" : "在 {time} 时发送邮件",
"None at {time}" : "在 {time} 时无动作",
"{type} at {time}" : "{type} {time}",
"{calendar} shared by {owner}" : "{calendar} 由 {owner} 共享",
"Please enter a valid WebCal-URL" : "请输入有效的WebCal地址",
"Severe error in webcal proxy. Please contact administrator for more information." : "webcal代理中出现严重错误。 要获取更详细信息,请与管理员联系。",
"A Calendar app for Nextcloud" : "用于 Nextcloud 的日历应用",
"The Calendar app is a user interface for Nextcloud's CalDAV server. Easily sync events from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Contacts - more to come.\n* 🌐 **WebCal Support!** Want to see your favorite teams matchdays in your calendar? No problem!\n* 🙋 **Attendees!** Invite people to your events.\n* 🙈 **Were not reinventing the wheel!** Based on the great [davclient.js](https://github.com/evert/davclient.js), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries." : "“日历”是 Nextcloud CalDav 服务器的一个用户界面应用。通过使用此应用,您可以在不同的设备上同步您的活动并进行在线编辑。\n\n* 🚀 **集成了其他的 Nextcloud 应用!** 现在仅仅集成了联系人功能 - 将来将会集成更多。\n* 🌐 **支持WebCal** 想要在您的日历上看到您最喜爱的球队的比赛时间?没问题!\n* 🙋 **参与人功能!** 邀请他人参与您的活动。\n* 🙈 **我们不是在做无用功!** 基于出色的 [davclient.js](https://github.com/evert/davclient.js), [ical.js](https://github.com/mozilla-comm/ical.js) 和 [fullcalendar](https://github.com/fullcalendar/fullcalendar) 库开发.",
"Title of the Event" : "事件标题",
"Starts" : "开始于",
"Ends" : "结束于",
@ -135,6 +173,7 @@
"Absolute" : "绝对",
"Repeat" : "重复",
"times every" : "次每",
"Email reminders have not been implemented in the CalDAV server yet, so none will be sent." : "邮件提醒功能在 CalDAV 服务器端尚未开发,所以无法发送。",
"Add" : "增加",
"Email address of attendee" : "参加者的邮箱地址",
"Please add your email address in the personal settings in order to add attendees." : "请在个人设置中设置您的邮箱地址以便添加为参与者",
@ -152,6 +191,7 @@
"The file contains objects incompatible with the selected calendar" : "该文件包含的内容与选择的日历不兼容",
"New calendar" : "新建日历",
"File is empty" : "文件是空的",
"File could not be parsed" : "文件无法进行分析",
"Import scheduled" : "导入时间表",
"%s shared the calendar <strong>%s</strong> with you" : "%s给你分享了日历 <strong>%s</strong>",
"Embed" : "嵌入",
@ -162,7 +202,9 @@
"No Calendars selected for import" : "未选择要导入的日历",
"Skip simple event editor" : "跳过简单事件编辑器",
"Show week numbers" : "显示周次",
"Timezone" : "时区",
"Primary CalDAV address" : "主要的 CalDAV 地址",
"iOS/macOS CalDAV address" : "iOS/macOS CalDAV 地址",
"Subscribe" : "订阅"
},"pluralForm" :"nplurals=1; plural=0;"
}