[tx-robot] updated from transifex
This commit is contained in:
parent
48fbddc9f3
commit
815fe50c8a
|
@ -2,7 +2,7 @@ OC.L10N.register(
|
|||
"comments",
|
||||
{
|
||||
"Comments" : "Kommentare",
|
||||
"You commented" : "Von Dir kommentiert",
|
||||
"You commented" : "Du hast kommentiert",
|
||||
"%1$s commented" : "%1$s kommentierte",
|
||||
"{author} commented" : "{author} kommentierte",
|
||||
"You commented on %1$s" : "Du hast %1$s kommentiert",
|
||||
|
@ -32,9 +32,9 @@ OC.L10N.register(
|
|||
"Post" : "Speichern",
|
||||
"Cancel" : "Abbrechen",
|
||||
"[Deleted user]" : "[Gelöschter Benutzer]",
|
||||
"More comments …" : "Weitere Kommentare…",
|
||||
"More comments …" : "Weitere Kommentare …",
|
||||
"Save" : "Speichern",
|
||||
"Allowed characters {count} of {max}" : "Erlaubte Zeichen {count} von {max}",
|
||||
"Allowed characters {count} of {max}" : "{count} von {max} Zeichen benutzt",
|
||||
"Error occurred while retrieving comment with ID {id}" : "Es ist ein Fehler beim Empfangen des Kommentars mit der ID {id} aufgetreten",
|
||||
"Error occurred while updating comment with id {id}" : "Es ist ein Fehler beim Aktualisieren des Kommentars mit der ID {id} aufgetreten",
|
||||
"Error occurred while posting comment" : "Es ist ein Fehler beim Veröffentlichen des Kommentars aufgetreten"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ "translations": {
|
||||
"Comments" : "Kommentare",
|
||||
"You commented" : "Von Dir kommentiert",
|
||||
"You commented" : "Du hast kommentiert",
|
||||
"%1$s commented" : "%1$s kommentierte",
|
||||
"{author} commented" : "{author} kommentierte",
|
||||
"You commented on %1$s" : "Du hast %1$s kommentiert",
|
||||
|
@ -30,9 +30,9 @@
|
|||
"Post" : "Speichern",
|
||||
"Cancel" : "Abbrechen",
|
||||
"[Deleted user]" : "[Gelöschter Benutzer]",
|
||||
"More comments …" : "Weitere Kommentare…",
|
||||
"More comments …" : "Weitere Kommentare …",
|
||||
"Save" : "Speichern",
|
||||
"Allowed characters {count} of {max}" : "Erlaubte Zeichen {count} von {max}",
|
||||
"Allowed characters {count} of {max}" : "{count} von {max} Zeichen benutzt",
|
||||
"Error occurred while retrieving comment with ID {id}" : "Es ist ein Fehler beim Empfangen des Kommentars mit der ID {id} aufgetreten",
|
||||
"Error occurred while updating comment with id {id}" : "Es ist ein Fehler beim Aktualisieren des Kommentars mit der ID {id} aufgetreten",
|
||||
"Error occurred while posting comment" : "Es ist ein Fehler beim Veröffentlichen des Kommentars aufgetreten"
|
||||
|
|
|
@ -12,15 +12,22 @@ OC.L10N.register(
|
|||
"<strong>Comments</strong> for files" : "文件的<strong>评论</strong>",
|
||||
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "用户在“ {file}”中的评论中提到了您,此评论已被删除",
|
||||
"{user} mentioned you in a comment on “{file}”" : "{user} 在 “{file}” 的评论中提到了您",
|
||||
"Files app plugin to add comments to files" : "文件 应用插件可向文件添加注释",
|
||||
"Files app plugin to add comments to files" : "文件应用插件可向文件添加评论",
|
||||
"Edit comment" : "编辑评论",
|
||||
"Delete comment" : "删除评论",
|
||||
"Cancel edit" : "取消编辑",
|
||||
"Post comment" : "发表评论",
|
||||
"No comments yet, start the conversation!" : "还没有评论,开始对话吧!",
|
||||
"No more messages" : "没有更多消息",
|
||||
"Retry" : "重试",
|
||||
"Unable to load the comments list" : "无法加载评论列表",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n 条未读评论"],
|
||||
"_1 new comment_::_{unread} new comments_" : ["{unread} 条新评论"],
|
||||
"Comment" : "评论",
|
||||
"An error occurred while trying to edit the comment" : "编辑评论时出错",
|
||||
"Comment deleted" : "评论已删除",
|
||||
"An error occurred while trying to delete the comment" : "删除评论时出错",
|
||||
"An error occurred while trying to create the comment" : "创建评论时出错",
|
||||
"New comment …" : "新评论 ...",
|
||||
"Post" : "发布",
|
||||
"Cancel" : "取消",
|
||||
|
@ -28,7 +35,7 @@ OC.L10N.register(
|
|||
"More comments …" : "更多评论 ...",
|
||||
"Save" : "保存",
|
||||
"Allowed characters {count} of {max}" : "当前字数: {count},最多允许:{max}",
|
||||
"Error occurred while retrieving comment with ID {id}" : "取回 ID 为 {id} 的评论时发生错误",
|
||||
"Error occurred while retrieving comment with ID {id}" : "检索 ID 为 {id} 的评论时发生错误",
|
||||
"Error occurred while updating comment with id {id}" : "更新 id 为 {id} 的评论出错",
|
||||
"Error occurred while posting comment" : "发表评论时发生错误"
|
||||
},
|
||||
|
|
|
@ -10,15 +10,22 @@
|
|||
"<strong>Comments</strong> for files" : "文件的<strong>评论</strong>",
|
||||
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "用户在“ {file}”中的评论中提到了您,此评论已被删除",
|
||||
"{user} mentioned you in a comment on “{file}”" : "{user} 在 “{file}” 的评论中提到了您",
|
||||
"Files app plugin to add comments to files" : "文件 应用插件可向文件添加注释",
|
||||
"Files app plugin to add comments to files" : "文件应用插件可向文件添加评论",
|
||||
"Edit comment" : "编辑评论",
|
||||
"Delete comment" : "删除评论",
|
||||
"Cancel edit" : "取消编辑",
|
||||
"Post comment" : "发表评论",
|
||||
"No comments yet, start the conversation!" : "还没有评论,开始对话吧!",
|
||||
"No more messages" : "没有更多消息",
|
||||
"Retry" : "重试",
|
||||
"Unable to load the comments list" : "无法加载评论列表",
|
||||
"_%n unread comment_::_%n unread comments_" : ["%n 条未读评论"],
|
||||
"_1 new comment_::_{unread} new comments_" : ["{unread} 条新评论"],
|
||||
"Comment" : "评论",
|
||||
"An error occurred while trying to edit the comment" : "编辑评论时出错",
|
||||
"Comment deleted" : "评论已删除",
|
||||
"An error occurred while trying to delete the comment" : "删除评论时出错",
|
||||
"An error occurred while trying to create the comment" : "创建评论时出错",
|
||||
"New comment …" : "新评论 ...",
|
||||
"Post" : "发布",
|
||||
"Cancel" : "取消",
|
||||
|
@ -26,7 +33,7 @@
|
|||
"More comments …" : "更多评论 ...",
|
||||
"Save" : "保存",
|
||||
"Allowed characters {count} of {max}" : "当前字数: {count},最多允许:{max}",
|
||||
"Error occurred while retrieving comment with ID {id}" : "取回 ID 为 {id} 的评论时发生错误",
|
||||
"Error occurred while retrieving comment with ID {id}" : "检索 ID 为 {id} 的评论时发生错误",
|
||||
"Error occurred while updating comment with id {id}" : "更新 id 为 {id} 的评论出错",
|
||||
"Error occurred while posting comment" : "发表评论时发生错误"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
|
|
|
@ -10,7 +10,7 @@ OC.L10N.register(
|
|||
"You deleted calendar {calendar}" : "Du hast den Kalender {calendar} gelöscht",
|
||||
"{actor} updated calendar {calendar}" : "{actor} hat den Kalender {calendar} aktualisiert",
|
||||
"You updated calendar {calendar}" : "Du hast den Kalender {calendar} aktualisiert",
|
||||
"You shared calendar {calendar} as public link" : "Du hast den Kalender {calendar} als öffentlichen Link geteilt",
|
||||
"You shared calendar {calendar} as public link" : "Du hast den Kalender {calendar} als öffentlichen Link geteilt",
|
||||
"You removed public link for calendar {calendar}" : "Du hast den öffentlichen Link für Kalender {calendar} entfernt",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor} hat den Kalender {calendar} mit Dir geteilt",
|
||||
"You shared calendar {calendar} with {user}" : "Du hast den Kalender {calendar} mit {user} geteilt",
|
||||
|
@ -52,7 +52,7 @@ OC.L10N.register(
|
|||
"Description:" : "Beschreibung:",
|
||||
"Untitled event" : "Termin ohne Titel",
|
||||
"_%n year_::_%n years_" : ["%n Jahr","%n Jahre"],
|
||||
"_%n month_::_%n months_" : ["%n Monat","%n Monate"],
|
||||
"_%n month_::_%n months_" : ["%n Monat","%n Monate"],
|
||||
"_%n day_::_%n days_" : ["%n Tag","%n Tage"],
|
||||
"_%n hour_::_%n hours_" : ["%n Stunde","%n Stunden"],
|
||||
"_%n minute_::_%n minutes_" : ["%n Minute","%n Minuten"],
|
||||
|
@ -97,7 +97,7 @@ OC.L10N.register(
|
|||
"Save" : "Speichern",
|
||||
"Your attendance was updated successfully." : "Dein Anwesenheits-Status wurde aktualisiert.",
|
||||
"Calendar server" : "Kalender-Server",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installiere außerdem die {calendarappstoreopen}Kalender-App{linkclose}, oder {calendardocopen}verbinde Deinen Desktop & Mobilgerät zur Synchronisierung ↗{linkclose}.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installiere außerdem die {calendarappstoreopen}Kalender-App{linkclose} oder {calendardocopen}verbinde Deinen Desktop & Mobilgerät zur Synchronisierung ↗{linkclose}.",
|
||||
"Send invitations to attendees" : "Einladungen an die Teilnehmer versenden",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Bitte stelle sicher, dass Du {emailopen}den E-Mail Server{linkclose} ordnungsgemäß einrichtest.",
|
||||
"Automatically generate a birthday calendar" : "Automatisch einen Kalender für Geburtstage erstellen",
|
||||
|
@ -108,7 +108,7 @@ OC.L10N.register(
|
|||
"Enable notifications for events via push" : "Benachrichtigungen für Termine per Push aktivieren",
|
||||
"Hello %s," : "Hallo %s,",
|
||||
"The meeting »%1$s« with %2$s was canceled." : "Der Termin »%1$s« mit %2$s wurde abgesagt.",
|
||||
"The meeting »%1$s« with %2$s was updated." : "Der Termin »%1$s« mit %2$s wurde aktualisiert.",
|
||||
"The meeting »%1$s« with %2$s was updated." : "Der Termin »%1$s« mit %2$s wurde aktualisiert.",
|
||||
"%1$s invited you to »%2$s«" : "%1$s hat Dich zu »%2$s« eingeladen",
|
||||
"When:" : "Wann:"
|
||||
},
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"You deleted calendar {calendar}" : "Du hast den Kalender {calendar} gelöscht",
|
||||
"{actor} updated calendar {calendar}" : "{actor} hat den Kalender {calendar} aktualisiert",
|
||||
"You updated calendar {calendar}" : "Du hast den Kalender {calendar} aktualisiert",
|
||||
"You shared calendar {calendar} as public link" : "Du hast den Kalender {calendar} als öffentlichen Link geteilt",
|
||||
"You shared calendar {calendar} as public link" : "Du hast den Kalender {calendar} als öffentlichen Link geteilt",
|
||||
"You removed public link for calendar {calendar}" : "Du hast den öffentlichen Link für Kalender {calendar} entfernt",
|
||||
"{actor} shared calendar {calendar} with you" : "{actor} hat den Kalender {calendar} mit Dir geteilt",
|
||||
"You shared calendar {calendar} with {user}" : "Du hast den Kalender {calendar} mit {user} geteilt",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"Description:" : "Beschreibung:",
|
||||
"Untitled event" : "Termin ohne Titel",
|
||||
"_%n year_::_%n years_" : ["%n Jahr","%n Jahre"],
|
||||
"_%n month_::_%n months_" : ["%n Monat","%n Monate"],
|
||||
"_%n month_::_%n months_" : ["%n Monat","%n Monate"],
|
||||
"_%n day_::_%n days_" : ["%n Tag","%n Tage"],
|
||||
"_%n hour_::_%n hours_" : ["%n Stunde","%n Stunden"],
|
||||
"_%n minute_::_%n minutes_" : ["%n Minute","%n Minuten"],
|
||||
|
@ -95,7 +95,7 @@
|
|||
"Save" : "Speichern",
|
||||
"Your attendance was updated successfully." : "Dein Anwesenheits-Status wurde aktualisiert.",
|
||||
"Calendar server" : "Kalender-Server",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installiere außerdem die {calendarappstoreopen}Kalender-App{linkclose}, oder {calendardocopen}verbinde Deinen Desktop & Mobilgerät zur Synchronisierung ↗{linkclose}.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installiere außerdem die {calendarappstoreopen}Kalender-App{linkclose} oder {calendardocopen}verbinde Deinen Desktop & Mobilgerät zur Synchronisierung ↗{linkclose}.",
|
||||
"Send invitations to attendees" : "Einladungen an die Teilnehmer versenden",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Bitte stelle sicher, dass Du {emailopen}den E-Mail Server{linkclose} ordnungsgemäß einrichtest.",
|
||||
"Automatically generate a birthday calendar" : "Automatisch einen Kalender für Geburtstage erstellen",
|
||||
|
@ -106,7 +106,7 @@
|
|||
"Enable notifications for events via push" : "Benachrichtigungen für Termine per Push aktivieren",
|
||||
"Hello %s," : "Hallo %s,",
|
||||
"The meeting »%1$s« with %2$s was canceled." : "Der Termin »%1$s« mit %2$s wurde abgesagt.",
|
||||
"The meeting »%1$s« with %2$s was updated." : "Der Termin »%1$s« mit %2$s wurde aktualisiert.",
|
||||
"The meeting »%1$s« with %2$s was updated." : "Der Termin »%1$s« mit %2$s wurde aktualisiert.",
|
||||
"%1$s invited you to »%2$s«" : "%1$s hat Dich zu »%2$s« eingeladen",
|
||||
"When:" : "Wann:"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
|
|
@ -97,7 +97,7 @@ OC.L10N.register(
|
|||
"Save" : "Speichern",
|
||||
"Your attendance was updated successfully." : "Ihr Teilnehmerstatus wurde aktualisiert.",
|
||||
"Calendar server" : "Kalender-Server",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installieren Sie außerdem die {calendarappstoreopen}Kalender-App{linkclose}, oder {calendardocopen}verbinden Sie Ihren Desktop & Mobilgerät zur Synchronisierung ↗{linkclose}.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installieren Sie außerdem die {calendarappstoreopen}Kalender-App{linkclose} oder {calendardocopen}verbinden Sie Ihren Desktop & Mobilgerät zur Synchronisierung ↗{linkclose}.",
|
||||
"Send invitations to attendees" : "Einladungen an die Teilnehmer versenden",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Bitte stellen Sie sicher, dass Sie {emailopen}den E-Mail Server{linkclose} ordnungsgemäß einrichtet haben.",
|
||||
"Automatically generate a birthday calendar" : "Automatisch einen Kalender für Geburtstage erstellen",
|
||||
|
@ -105,7 +105,7 @@ OC.L10N.register(
|
|||
"Hence they will not be available immediately after enabling but will show up after some time." : "Die Einträge werden nicht sofort angezeigt. Nach der Aktivierung wird es ein wenig dauern bis zur Anzeige.",
|
||||
"Send notifications for events" : "Sende Benachrichtigungen für Termine",
|
||||
"Notifications are sent via background jobs, so these must occur often enough." : "Benachrichtigungen werden von Hintergrundjobs versendet, so dass diese häufig genug ausgeführt werden müssen.",
|
||||
"Enable notifications for events via push" : "Benachrichtigungen für Ereignisse per Push aktivieren",
|
||||
"Enable notifications for events via push" : "Benachrichtigungen für Termine per Push aktivieren",
|
||||
"Hello %s," : "Hallo %s,",
|
||||
"The meeting »%1$s« with %2$s was canceled." : "Der Termin »%1$s« mit %2$s wurde abgesagt.",
|
||||
"The meeting »%1$s« with %2$s was updated." : "Der Termin »%1$s« mit %2$s wurde aktualisiert.",
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
"Save" : "Speichern",
|
||||
"Your attendance was updated successfully." : "Ihr Teilnehmerstatus wurde aktualisiert.",
|
||||
"Calendar server" : "Kalender-Server",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installieren Sie außerdem die {calendarappstoreopen}Kalender-App{linkclose}, oder {calendardocopen}verbinden Sie Ihren Desktop & Mobilgerät zur Synchronisierung ↗{linkclose}.",
|
||||
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installieren Sie außerdem die {calendarappstoreopen}Kalender-App{linkclose} oder {calendardocopen}verbinden Sie Ihren Desktop & Mobilgerät zur Synchronisierung ↗{linkclose}.",
|
||||
"Send invitations to attendees" : "Einladungen an die Teilnehmer versenden",
|
||||
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Bitte stellen Sie sicher, dass Sie {emailopen}den E-Mail Server{linkclose} ordnungsgemäß einrichtet haben.",
|
||||
"Automatically generate a birthday calendar" : "Automatisch einen Kalender für Geburtstage erstellen",
|
||||
|
@ -103,7 +103,7 @@
|
|||
"Hence they will not be available immediately after enabling but will show up after some time." : "Die Einträge werden nicht sofort angezeigt. Nach der Aktivierung wird es ein wenig dauern bis zur Anzeige.",
|
||||
"Send notifications for events" : "Sende Benachrichtigungen für Termine",
|
||||
"Notifications are sent via background jobs, so these must occur often enough." : "Benachrichtigungen werden von Hintergrundjobs versendet, so dass diese häufig genug ausgeführt werden müssen.",
|
||||
"Enable notifications for events via push" : "Benachrichtigungen für Ereignisse per Push aktivieren",
|
||||
"Enable notifications for events via push" : "Benachrichtigungen für Termine per Push aktivieren",
|
||||
"Hello %s," : "Hallo %s,",
|
||||
"The meeting »%1$s« with %2$s was canceled." : "Der Termin »%1$s« mit %2$s wurde abgesagt.",
|
||||
"The meeting »%1$s« with %2$s was updated." : "Der Termin »%1$s« mit %2$s wurde aktualisiert.",
|
||||
|
|
|
@ -40,6 +40,7 @@ OC.L10N.register(
|
|||
"You solved todo {todo} in list {calendar}" : "您在列表 {calendar} 中解决了待办事项 {todo}",
|
||||
"{actor} reopened todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中重新打开了待办事项 {todo}",
|
||||
"You reopened todo {todo} in list {calendar}" : "您在列表 {calendar} 中重新打开了待办事项 {todo}",
|
||||
"Calendar and tasks" : "日历和任务",
|
||||
"A <strong>calendar</strong> was modified" : "<strong>日历</strong>已经修改",
|
||||
"A calendar <strong>event</strong> was modified" : "日历中<strong>事件</strong>已经修改",
|
||||
"A calendar <strong>todo</strong> was modified" : "列表中<strong>待办事项</strong>已经修改",
|
||||
|
@ -64,8 +65,13 @@ OC.L10N.register(
|
|||
"%1$s via %2$s" : "%1$s 通过 %2$s",
|
||||
"Invitation canceled" : "邀请已取消",
|
||||
"Invitation updated" : "邀请已更新",
|
||||
"Invitation" : "邀请",
|
||||
"Title:" : "标题:",
|
||||
"Time:" : "时间:",
|
||||
"Location:" : "地区:",
|
||||
"Link:" : "链接:",
|
||||
"Organizer:" : "组织者:",
|
||||
"Attendees:" : "与会者:",
|
||||
"Accept" : "接受",
|
||||
"Decline" : "拒绝",
|
||||
"More options …" : "更多选项",
|
||||
|
@ -76,8 +82,11 @@ OC.L10N.register(
|
|||
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "您的%s 需要配置使用HTTPS以在iOS/macOS中使用CalDAV和CardDAV。",
|
||||
"Configures a CalDAV account" : "配置一个 CalDAV 账号",
|
||||
"Configures a CardDAV account" : "配置一个 CardDAV 账号",
|
||||
"Events" : "事件",
|
||||
"Tasks" : "任务",
|
||||
"Untitled task" : "无标题任务",
|
||||
"Completed on %s" : "已完成 %s",
|
||||
"Due on %s" : "到期于%s",
|
||||
"WebDAV" : "WebDAV",
|
||||
"WebDAV endpoint" : "WebDAV端点",
|
||||
"There was an error updating your attendance status." : "更新您的出席状态时出错。",
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
"You solved todo {todo} in list {calendar}" : "您在列表 {calendar} 中解决了待办事项 {todo}",
|
||||
"{actor} reopened todo {todo} in list {calendar}" : "{actor} 在列表 {calendar} 中重新打开了待办事项 {todo}",
|
||||
"You reopened todo {todo} in list {calendar}" : "您在列表 {calendar} 中重新打开了待办事项 {todo}",
|
||||
"Calendar and tasks" : "日历和任务",
|
||||
"A <strong>calendar</strong> was modified" : "<strong>日历</strong>已经修改",
|
||||
"A calendar <strong>event</strong> was modified" : "日历中<strong>事件</strong>已经修改",
|
||||
"A calendar <strong>todo</strong> was modified" : "列表中<strong>待办事项</strong>已经修改",
|
||||
|
@ -62,8 +63,13 @@
|
|||
"%1$s via %2$s" : "%1$s 通过 %2$s",
|
||||
"Invitation canceled" : "邀请已取消",
|
||||
"Invitation updated" : "邀请已更新",
|
||||
"Invitation" : "邀请",
|
||||
"Title:" : "标题:",
|
||||
"Time:" : "时间:",
|
||||
"Location:" : "地区:",
|
||||
"Link:" : "链接:",
|
||||
"Organizer:" : "组织者:",
|
||||
"Attendees:" : "与会者:",
|
||||
"Accept" : "接受",
|
||||
"Decline" : "拒绝",
|
||||
"More options …" : "更多选项",
|
||||
|
@ -74,8 +80,11 @@
|
|||
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "您的%s 需要配置使用HTTPS以在iOS/macOS中使用CalDAV和CardDAV。",
|
||||
"Configures a CalDAV account" : "配置一个 CalDAV 账号",
|
||||
"Configures a CardDAV account" : "配置一个 CardDAV 账号",
|
||||
"Events" : "事件",
|
||||
"Tasks" : "任务",
|
||||
"Untitled task" : "无标题任务",
|
||||
"Completed on %s" : "已完成 %s",
|
||||
"Due on %s" : "到期于%s",
|
||||
"WebDAV" : "WebDAV",
|
||||
"WebDAV endpoint" : "WebDAV端点",
|
||||
"There was an error updating your attendance status." : "更新您的出席状态时出错。",
|
||||
|
|
|
@ -13,11 +13,11 @@ OC.L10N.register(
|
|||
"Press Ctrl-C to copy." : "请按 Ctrl-C 键复制",
|
||||
"Invalid Federated Cloud ID" : "联合云 ID 不正确",
|
||||
"Server to server sharing is not enabled on this server" : "此服务器未启用服务器到服务器共享功能",
|
||||
"Couldn't establish a federated share." : "无法建立一个远程共享",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "无法建立共享,可能密码是错误的。",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "共享协作请求发送成功!您将收到邀请。注意留意您的通知提醒。",
|
||||
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "无法建立联合共享,可能是要联合的服务器版本太旧(Nextcloud <= 9)。",
|
||||
"It is not allowed to send federated group shares from this server." : "不允许从此服务器发送联合分组共享。",
|
||||
"Couldn't establish a federated share." : "无法建立一个联合云共享",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "无法建立联合云共享,可能密码是错误的。",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "联合云共享请求发送成功!您将收到邀请。注意您的通知提醒。",
|
||||
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "无法建立联合云共享,可能是要联合的服务器版本太旧(Nextcloud <= 9)。",
|
||||
"It is not allowed to send federated group shares from this server." : "不允许从此服务器发送联合云分组共享。",
|
||||
"Sharing %1$s failed, because this item is already shared with %2$s" : "共享 %1$s 失败,因为该项已经共享给 %2$s",
|
||||
"Not allowed to create a federated share with the same user" : "不能给您自己共享文件",
|
||||
"File is already shared with %s" : "文件已经共享与 %s",
|
||||
|
@ -33,11 +33,12 @@ OC.L10N.register(
|
|||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "通过我的联合云 ID,共享给我,看%s",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "通过我的 #Nextcloud 联合云 ID 与我共享",
|
||||
"Sharing" : "共享",
|
||||
"Federated file sharing" : "联合文件共享",
|
||||
"Provide federated file sharing across servers" : "在服务器间提供联合文件共享",
|
||||
"Federated file sharing" : "联合云文件共享",
|
||||
"Provide federated file sharing across servers" : "在服务器间提供联合云文件共享",
|
||||
"Federated Cloud Sharing" : "联合云共享",
|
||||
"Open documentation" : "打开文档",
|
||||
"Adjust how people can share between servers." : "调整人们如何在服务器之间共享。",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "允许此服务器上的用户将共享发送到其他服务器(此选项还允许 WebDAV 访问公共共享)",
|
||||
"Allow users on this server to receive shares from other servers" : "允许用户从其他服务器接收共享",
|
||||
"Allow users on this server to send shares to groups on other servers" : "允许此服务器上的用户向其他服务器上的分组发送共享",
|
||||
"Allow users on this server to receive group shares from other servers" : "允许此服务器上的用户接收其他服务器的分组共享",
|
||||
|
|
|
@ -11,11 +11,11 @@
|
|||
"Press Ctrl-C to copy." : "请按 Ctrl-C 键复制",
|
||||
"Invalid Federated Cloud ID" : "联合云 ID 不正确",
|
||||
"Server to server sharing is not enabled on this server" : "此服务器未启用服务器到服务器共享功能",
|
||||
"Couldn't establish a federated share." : "无法建立一个远程共享",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "无法建立共享,可能密码是错误的。",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "共享协作请求发送成功!您将收到邀请。注意留意您的通知提醒。",
|
||||
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "无法建立联合共享,可能是要联合的服务器版本太旧(Nextcloud <= 9)。",
|
||||
"It is not allowed to send federated group shares from this server." : "不允许从此服务器发送联合分组共享。",
|
||||
"Couldn't establish a federated share." : "无法建立一个联合云共享",
|
||||
"Couldn't establish a federated share, maybe the password was wrong." : "无法建立联合云共享,可能密码是错误的。",
|
||||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "联合云共享请求发送成功!您将收到邀请。注意您的通知提醒。",
|
||||
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "无法建立联合云共享,可能是要联合的服务器版本太旧(Nextcloud <= 9)。",
|
||||
"It is not allowed to send federated group shares from this server." : "不允许从此服务器发送联合云分组共享。",
|
||||
"Sharing %1$s failed, because this item is already shared with %2$s" : "共享 %1$s 失败,因为该项已经共享给 %2$s",
|
||||
"Not allowed to create a federated share with the same user" : "不能给您自己共享文件",
|
||||
"File is already shared with %s" : "文件已经共享与 %s",
|
||||
|
@ -31,11 +31,12 @@
|
|||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "通过我的联合云 ID,共享给我,看%s",
|
||||
"Share with me through my #Nextcloud Federated Cloud ID" : "通过我的 #Nextcloud 联合云 ID 与我共享",
|
||||
"Sharing" : "共享",
|
||||
"Federated file sharing" : "联合文件共享",
|
||||
"Provide federated file sharing across servers" : "在服务器间提供联合文件共享",
|
||||
"Federated file sharing" : "联合云文件共享",
|
||||
"Provide federated file sharing across servers" : "在服务器间提供联合云文件共享",
|
||||
"Federated Cloud Sharing" : "联合云共享",
|
||||
"Open documentation" : "打开文档",
|
||||
"Adjust how people can share between servers." : "调整人们如何在服务器之间共享。",
|
||||
"Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "允许此服务器上的用户将共享发送到其他服务器(此选项还允许 WebDAV 访问公共共享)",
|
||||
"Allow users on this server to receive shares from other servers" : "允许用户从其他服务器接收共享",
|
||||
"Allow users on this server to send shares to groups on other servers" : "允许此服务器上的用户向其他服务器上的分组发送共享",
|
||||
"Allow users on this server to receive group shares from other servers" : "允许此服务器上的用户接收其他服务器的分组共享",
|
||||
|
|
|
@ -3,14 +3,14 @@ OC.L10N.register(
|
|||
{
|
||||
"Added to the list of trusted servers" : "添加到受信任服务器列表中",
|
||||
"Server is already in the list of trusted servers." : "服务器已在受信任服务器列表中。",
|
||||
"No server to federate with found" : "没有找到联合服务器",
|
||||
"No server to federate with found" : "没有找到联合云服务器",
|
||||
"Could not add server" : "无法添加服务器",
|
||||
"Federation" : "联合",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory." : "联合功能允许您连接其他受信任服务器以交换用户目录。",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "联合功能允许您与其他受信任的服务器连接并交换用户目录。 例如,这将用于自动完成外部用户组成共享联合。",
|
||||
"Federation" : "联合云",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory." : "联合云功能允许您连接其他受信任服务器以交换用户目录。",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "联合云功能允许您与其他受信任的服务器连接并交换用户目录。 例如,这将用于自动完成外部用户组成共享联合。",
|
||||
"Trusted servers" : "受信任服务器",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "联合(Federation)应用允许您连接其他受信任的服务器以交换用户目录。例如,这将用于自动完成外部用户的联合共享。为了创建一个联合的共享,没有必要将一台服务器添加为受信任服务器",
|
||||
"Add server automatically once a federated share was created successfully" : "一旦联合共享创建成功自动添加服务器",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "联合云(Federation)应用允许您连接其他受信任的服务器以交换用户目录。例如,这将用于自动完成外部用户的联合共享。无需将服务器添加为受信任服务器即可创建联合共享。",
|
||||
"Add server automatically once a federated share was created successfully" : "一旦联合云共享创建成功自动添加服务器",
|
||||
"+ Add trusted server" : "+ 添加受信任服务器",
|
||||
"Trusted server" : "受信任服务器",
|
||||
"Add" : "添加"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
{ "translations": {
|
||||
"Added to the list of trusted servers" : "添加到受信任服务器列表中",
|
||||
"Server is already in the list of trusted servers." : "服务器已在受信任服务器列表中。",
|
||||
"No server to federate with found" : "没有找到联合服务器",
|
||||
"No server to federate with found" : "没有找到联合云服务器",
|
||||
"Could not add server" : "无法添加服务器",
|
||||
"Federation" : "联合",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory." : "联合功能允许您连接其他受信任服务器以交换用户目录。",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "联合功能允许您与其他受信任的服务器连接并交换用户目录。 例如,这将用于自动完成外部用户组成共享联合。",
|
||||
"Federation" : "联合云",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory." : "联合云功能允许您连接其他受信任服务器以交换用户目录。",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "联合云功能允许您与其他受信任的服务器连接并交换用户目录。 例如,这将用于自动完成外部用户组成共享联合。",
|
||||
"Trusted servers" : "受信任服务器",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "联合(Federation)应用允许您连接其他受信任的服务器以交换用户目录。例如,这将用于自动完成外部用户的联合共享。为了创建一个联合的共享,没有必要将一台服务器添加为受信任服务器",
|
||||
"Add server automatically once a federated share was created successfully" : "一旦联合共享创建成功自动添加服务器",
|
||||
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "联合云(Federation)应用允许您连接其他受信任的服务器以交换用户目录。例如,这将用于自动完成外部用户的联合共享。无需将服务器添加为受信任服务器即可创建联合共享。",
|
||||
"Add server automatically once a federated share was created successfully" : "一旦联合云共享创建成功自动添加服务器",
|
||||
"+ Add trusted server" : "+ 添加受信任服务器",
|
||||
"Trusted server" : "受信任服务器",
|
||||
"Add" : "添加"
|
||||
|
|
|
@ -187,6 +187,7 @@ OC.L10N.register(
|
|||
"No recommendations. Start typing." : "Keine Empfehlungen. Beginne mit der Eingabe.",
|
||||
"Resharing is not allowed" : "Weiterteilen ist nicht erlaubt",
|
||||
"Name or email …" : "Name oder E-Mail-Adresse …",
|
||||
"Name, email, or Federated Cloud ID …" : "Name, E-Mail-Adresse oder Federated-Cloud-ID …",
|
||||
"Searching …" : "Suche …",
|
||||
"No elements found." : "Keine Elemente gefunden.",
|
||||
"Search globally" : "Global suchen",
|
||||
|
|
|
@ -185,6 +185,7 @@
|
|||
"No recommendations. Start typing." : "Keine Empfehlungen. Beginne mit der Eingabe.",
|
||||
"Resharing is not allowed" : "Weiterteilen ist nicht erlaubt",
|
||||
"Name or email …" : "Name oder E-Mail-Adresse …",
|
||||
"Name, email, or Federated Cloud ID …" : "Name, E-Mail-Adresse oder Federated-Cloud-ID …",
|
||||
"Searching …" : "Suche …",
|
||||
"No elements found." : "Keine Elemente gefunden.",
|
||||
"Search globally" : "Global suchen",
|
||||
|
|
|
@ -187,6 +187,7 @@ OC.L10N.register(
|
|||
"No recommendations. Start typing." : "Keine Empfehlungen. Beginnen Sie mit der Eingabe.",
|
||||
"Resharing is not allowed" : "Das Weiterverteilen ist nicht erlaubt ",
|
||||
"Name or email …" : "Name oder E-Mail-Adresse …",
|
||||
"Name, email, or Federated Cloud ID …" : "Name, E-Mail oder Federated-Cloud-ID …",
|
||||
"Searching …" : "Suche …",
|
||||
"No elements found." : "Keine Elemente gefunden.",
|
||||
"Search globally" : "Global suchen",
|
||||
|
|
|
@ -185,6 +185,7 @@
|
|||
"No recommendations. Start typing." : "Keine Empfehlungen. Beginnen Sie mit der Eingabe.",
|
||||
"Resharing is not allowed" : "Das Weiterverteilen ist nicht erlaubt ",
|
||||
"Name or email …" : "Name oder E-Mail-Adresse …",
|
||||
"Name, email, or Federated Cloud ID …" : "Name, E-Mail oder Federated-Cloud-ID …",
|
||||
"Searching …" : "Suche …",
|
||||
"No elements found." : "Keine Elemente gefunden.",
|
||||
"Search globally" : "Global suchen",
|
||||
|
|
|
@ -187,6 +187,7 @@ OC.L10N.register(
|
|||
"No recommendations. Start typing." : "Non hai recomendacións. Comece a escribir.",
|
||||
"Resharing is not allowed" : "Non se permite volver compartir",
|
||||
"Name or email …" : "Nome ou correo…",
|
||||
"Name, email, or Federated Cloud ID …" : "Nome, correo ou ID da nube federada...",
|
||||
"Searching …" : "Buscando…",
|
||||
"No elements found." : "Non se atoparon elementos.",
|
||||
"Search globally" : "Busca global",
|
||||
|
|
|
@ -185,6 +185,7 @@
|
|||
"No recommendations. Start typing." : "Non hai recomendacións. Comece a escribir.",
|
||||
"Resharing is not allowed" : "Non se permite volver compartir",
|
||||
"Name or email …" : "Nome ou correo…",
|
||||
"Name, email, or Federated Cloud ID …" : "Nome, correo ou ID da nube federada...",
|
||||
"Searching …" : "Buscando…",
|
||||
"No elements found." : "Non se atoparon elementos.",
|
||||
"Search globally" : "Busca global",
|
||||
|
|
|
@ -187,6 +187,7 @@ OC.L10N.register(
|
|||
"No recommendations. Start typing." : "Nessun consiglio. Inizia a digitare.",
|
||||
"Resharing is not allowed" : "La ri-condivisione non è consentita",
|
||||
"Name or email …" : "Nome o email...",
|
||||
"Name, email, or Federated Cloud ID …" : "Nome, email o ID di cloud federata...",
|
||||
"Searching …" : "Ricerca in corso...",
|
||||
"No elements found." : "Nessun elemento trovato.",
|
||||
"Search globally" : "Cerca globalmente",
|
||||
|
|
|
@ -185,6 +185,7 @@
|
|||
"No recommendations. Start typing." : "Nessun consiglio. Inizia a digitare.",
|
||||
"Resharing is not allowed" : "La ri-condivisione non è consentita",
|
||||
"Name or email …" : "Nome o email...",
|
||||
"Name, email, or Federated Cloud ID …" : "Nome, email o ID di cloud federata...",
|
||||
"Searching …" : "Ricerca in corso...",
|
||||
"No elements found." : "Nessun elemento trovato.",
|
||||
"Search globally" : "Cerca globalmente",
|
||||
|
|
|
@ -14,11 +14,17 @@ OC.L10N.register(
|
|||
"No deleted shares" : "Ingen slettede delinger",
|
||||
"Shares you deleted will show up here" : "Delinger du har slettet vil vises her",
|
||||
"Pending shares" : "Ventende delinger",
|
||||
"No pending shares" : "Ingen ventende delinger",
|
||||
"Shares you have received but not confirmed will show up here" : "Delinger du har mottatt men ikke bekreftet vil vises her",
|
||||
"Shares" : "Delinger",
|
||||
"No shares" : "Ingen delinger",
|
||||
"Shares will show up here" : "Delinger vil vises her",
|
||||
"Restore" : "Gjenopprett",
|
||||
"Restore share" : "Gjenopprett deling",
|
||||
"Something happened. Unable to restore the share." : "Noe skjedde. Ikke mulig å gjenopprette delingen.",
|
||||
"Accept share" : "Aksepter deling",
|
||||
"Reject share" : "Avvis deling",
|
||||
"Something happened. Unable to reject the share." : "Noe skjedde. Ikke mulig å avvise delingen.",
|
||||
"Waiting…" : "Venter...",
|
||||
"error" : "feil",
|
||||
"finished" : "fullført",
|
||||
|
@ -42,6 +48,7 @@ OC.L10N.register(
|
|||
"Removed share for group {group}" : "Fjernet deling for gruppen {group}",
|
||||
"{actor} shared with group {group}" : "{actor} delt med gruppen {group}",
|
||||
"{actor} removed share for group {group}" : "{actor} fjernet deling for gruppen {group}",
|
||||
"Share for group {group} expired" : "Deling for gruppen {group} utløpt",
|
||||
"You shared {file} with group {group}" : "Du delte {file} med gruppen {group}",
|
||||
"You removed group {group} from {file}" : "Du fjernet gruppen {group} fra {file}",
|
||||
"{actor} shared {file} with group {group}" : "{actor} delte {file} med gruppen {group}",
|
||||
|
|
|
@ -12,11 +12,17 @@
|
|||
"No deleted shares" : "Ingen slettede delinger",
|
||||
"Shares you deleted will show up here" : "Delinger du har slettet vil vises her",
|
||||
"Pending shares" : "Ventende delinger",
|
||||
"No pending shares" : "Ingen ventende delinger",
|
||||
"Shares you have received but not confirmed will show up here" : "Delinger du har mottatt men ikke bekreftet vil vises her",
|
||||
"Shares" : "Delinger",
|
||||
"No shares" : "Ingen delinger",
|
||||
"Shares will show up here" : "Delinger vil vises her",
|
||||
"Restore" : "Gjenopprett",
|
||||
"Restore share" : "Gjenopprett deling",
|
||||
"Something happened. Unable to restore the share." : "Noe skjedde. Ikke mulig å gjenopprette delingen.",
|
||||
"Accept share" : "Aksepter deling",
|
||||
"Reject share" : "Avvis deling",
|
||||
"Something happened. Unable to reject the share." : "Noe skjedde. Ikke mulig å avvise delingen.",
|
||||
"Waiting…" : "Venter...",
|
||||
"error" : "feil",
|
||||
"finished" : "fullført",
|
||||
|
@ -40,6 +46,7 @@
|
|||
"Removed share for group {group}" : "Fjernet deling for gruppen {group}",
|
||||
"{actor} shared with group {group}" : "{actor} delt med gruppen {group}",
|
||||
"{actor} removed share for group {group}" : "{actor} fjernet deling for gruppen {group}",
|
||||
"Share for group {group} expired" : "Deling for gruppen {group} utløpt",
|
||||
"You shared {file} with group {group}" : "Du delte {file} med gruppen {group}",
|
||||
"You removed group {group} from {file}" : "Du fjernet gruppen {group} fra {file}",
|
||||
"{actor} shared {file} with group {group}" : "{actor} delte {file} med gruppen {group}",
|
||||
|
|
|
@ -187,6 +187,7 @@ OC.L10N.register(
|
|||
"No recommendations. Start typing." : "Brak rekomendacji. Możesz napisać.",
|
||||
"Resharing is not allowed" : "Udostępnianie jest niedozwolone",
|
||||
"Name or email …" : "Nazwa lub adres e-mail…",
|
||||
"Name, email, or Federated Cloud ID …" : "Nazwa, adres e-mail lub ID Chmury Federacyjnej…",
|
||||
"Searching …" : "Wyszukiwanie…",
|
||||
"No elements found." : "Nie znaleziono elementów.",
|
||||
"Search globally" : "Szukaj globalnie",
|
||||
|
|
|
@ -185,6 +185,7 @@
|
|||
"No recommendations. Start typing." : "Brak rekomendacji. Możesz napisać.",
|
||||
"Resharing is not allowed" : "Udostępnianie jest niedozwolone",
|
||||
"Name or email …" : "Nazwa lub adres e-mail…",
|
||||
"Name, email, or Federated Cloud ID …" : "Nazwa, adres e-mail lub ID Chmury Federacyjnej…",
|
||||
"Searching …" : "Wyszukiwanie…",
|
||||
"No elements found." : "Nie znaleziono elementów.",
|
||||
"Search globally" : "Szukaj globalnie",
|
||||
|
|
|
@ -186,6 +186,8 @@ OC.L10N.register(
|
|||
"Error, please enter proper password and/or expiration date" : "错误,请输入正确的密码和/或过期日期",
|
||||
"No recommendations. Start typing." : "没有推荐。开始输入。",
|
||||
"Resharing is not allowed" : "不允许二次共享",
|
||||
"Name or email …" : "姓名或电子邮件 ...",
|
||||
"Name, email, or Federated Cloud ID …" : "名称,电子邮件或联合云 ID ...",
|
||||
"Searching …" : "正在搜索 ...",
|
||||
"No elements found." : "未发现元素。",
|
||||
"Search globally" : "全局搜索",
|
||||
|
@ -228,6 +230,7 @@ OC.L10N.register(
|
|||
"Uploading files" : "正在上传文件",
|
||||
"Uploaded files:" : "上传的文件: ",
|
||||
"By uploading files, you agree to the %1$sterms of service%2$s." : "通过上传文件,您同意了 %1$s 服务条款 %2$s。",
|
||||
"Name, email, or federated cloud ID …" : "名称,电子邮件或联合云 ID ...",
|
||||
"Uploading files…" : "正在上传文件... "
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
"Error, please enter proper password and/or expiration date" : "错误,请输入正确的密码和/或过期日期",
|
||||
"No recommendations. Start typing." : "没有推荐。开始输入。",
|
||||
"Resharing is not allowed" : "不允许二次共享",
|
||||
"Name or email …" : "姓名或电子邮件 ...",
|
||||
"Name, email, or Federated Cloud ID …" : "名称,电子邮件或联合云 ID ...",
|
||||
"Searching …" : "正在搜索 ...",
|
||||
"No elements found." : "未发现元素。",
|
||||
"Search globally" : "全局搜索",
|
||||
|
@ -226,6 +228,7 @@
|
|||
"Uploading files" : "正在上传文件",
|
||||
"Uploaded files:" : "上传的文件: ",
|
||||
"By uploading files, you agree to the %1$sterms of service%2$s." : "通过上传文件,您同意了 %1$s 服务条款 %2$s。",
|
||||
"Name, email, or federated cloud ID …" : "名称,电子邮件或联合云 ID ...",
|
||||
"Uploading files…" : "正在上传文件... "
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -350,7 +350,7 @@ OC.L10N.register(
|
|||
"The cron.php needs to be executed by the system user \"%s\"." : "Cron.php turi įvykdyti sistemos naudotojas \"%s\".",
|
||||
"To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Norint tai paleisti, jums reikia PHP POSIX plėtinio. Išsamesnei informacijai, žiūrėkite {linkstart}PHP dokumentaciją{linkend}.",
|
||||
"As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Būdami administratoriumi, galite reguliuoti bendrinimo elgseną. Išsamesnei informacijai, žiūrėkite dokumentaciją.",
|
||||
"Allow apps to use the Share API" : "Leidžia programėlėms naudoti bendrinimo API",
|
||||
"Allow apps to use the Share API" : "Leisti programėlėms naudoti bendrinimo API",
|
||||
"Set default expiration date for shares" : "Nustatyti viešiniams numatytąją galiojimo pabaigos datą",
|
||||
"Expire after " : "Nustoja galioti po ",
|
||||
"days" : "dienos",
|
||||
|
@ -365,7 +365,7 @@ OC.L10N.register(
|
|||
"Restrict users to only share with users in their groups" : "Apriboti naudotojus ir leisti jiems bendrinti tik su naudotojais savo grupėse",
|
||||
"Exclude groups from sharing" : "Išskirti grupes iš bendrinimo",
|
||||
"These groups will still be able to receive shares, but not to initiate them." : "Šios grupės vis tiek galės gauti viešinius, tačiau negalės jų inicijuoti.",
|
||||
"Restrict username autocompletion to users within the same groups" : "Apriboti naudotojo vardo automatinį užbaigimą kietiems tų pačių grupių naudotojams.",
|
||||
"Restrict username autocompletion to users within the same groups" : "Apriboti naudotojo vardo automatinį užbaigimą kitiems tų pačių grupių naudotojams",
|
||||
"This text will be shown on the public link upload page when the file list is hidden." : "Šis tekstas bus rodomas viešų nuorodų įkėlimo puslapyje, kai failų sąrašas bus paslėptas.",
|
||||
"Default share permissions" : "Numatytieji viešinių leidimai",
|
||||
"Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Sukurta {communityopen}Nextcloud bendruomenės{linkclose}, {githubopen}pirminis kodas{linkclose} yra licencijuotas pagal {licenseopen}AGPL{linkclose}.",
|
||||
|
|
|
@ -348,7 +348,7 @@
|
|||
"The cron.php needs to be executed by the system user \"%s\"." : "Cron.php turi įvykdyti sistemos naudotojas \"%s\".",
|
||||
"To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Norint tai paleisti, jums reikia PHP POSIX plėtinio. Išsamesnei informacijai, žiūrėkite {linkstart}PHP dokumentaciją{linkend}.",
|
||||
"As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Būdami administratoriumi, galite reguliuoti bendrinimo elgseną. Išsamesnei informacijai, žiūrėkite dokumentaciją.",
|
||||
"Allow apps to use the Share API" : "Leidžia programėlėms naudoti bendrinimo API",
|
||||
"Allow apps to use the Share API" : "Leisti programėlėms naudoti bendrinimo API",
|
||||
"Set default expiration date for shares" : "Nustatyti viešiniams numatytąją galiojimo pabaigos datą",
|
||||
"Expire after " : "Nustoja galioti po ",
|
||||
"days" : "dienos",
|
||||
|
@ -363,7 +363,7 @@
|
|||
"Restrict users to only share with users in their groups" : "Apriboti naudotojus ir leisti jiems bendrinti tik su naudotojais savo grupėse",
|
||||
"Exclude groups from sharing" : "Išskirti grupes iš bendrinimo",
|
||||
"These groups will still be able to receive shares, but not to initiate them." : "Šios grupės vis tiek galės gauti viešinius, tačiau negalės jų inicijuoti.",
|
||||
"Restrict username autocompletion to users within the same groups" : "Apriboti naudotojo vardo automatinį užbaigimą kietiems tų pačių grupių naudotojams.",
|
||||
"Restrict username autocompletion to users within the same groups" : "Apriboti naudotojo vardo automatinį užbaigimą kitiems tų pačių grupių naudotojams",
|
||||
"This text will be shown on the public link upload page when the file list is hidden." : "Šis tekstas bus rodomas viešų nuorodų įkėlimo puslapyje, kai failų sąrašas bus paslėptas.",
|
||||
"Default share permissions" : "Numatytieji viešinių leidimai",
|
||||
"Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Sukurta {communityopen}Nextcloud bendruomenės{linkclose}, {githubopen}pirminis kodas{linkclose} yra licencijuotas pagal {licenseopen}AGPL{linkclose}.",
|
||||
|
|
|
@ -376,6 +376,7 @@ OC.L10N.register(
|
|||
"Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Toon disclaimer tekst op de publieke link upload pagina (alleen getoond wanneer de bestandslijst verborgen is)",
|
||||
"This text will be shown on the public link upload page when the file list is hidden." : "Deze tekst wordt getoond op de openbare link uploadpagina als het bestandsoverzicht is verborgen.",
|
||||
"Default share permissions" : "Standaard delen autorisaties",
|
||||
"Reasons to use Nextcloud in your organization" : "Redenen om Nextcloud te gebruiken in uw organisatie",
|
||||
"Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Ontwikkeld door de {communityopen}Nextcloud community{linkclose}, de {githubopen}broncode{linkclose} is gelicenseerd onder de {licenseopen}AGPL{linkclose}.",
|
||||
"Like our Facebook page" : "Vind onze Facebook pagina leuk",
|
||||
"Follow us on Twitter" : "Volg ons op Twitter",
|
||||
|
@ -412,6 +413,7 @@ OC.L10N.register(
|
|||
"New password" : "Nieuw wachtwoord",
|
||||
"Change password" : "Wijzig wachtwoord",
|
||||
"Use a second factor besides your password to increase security for your account." : "Gebruik een tweede factor naast je wachtwoord om de beveiliging van je account te verhogen. ",
|
||||
"If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Als u toepassingen van derden gebruikt om met Nextcloud te verbinden, zorg er dan voor om voor elke app een wachtwoord te maken en te configureren voordat \"tweede factor authenticatie\" wordt geactiveerd.",
|
||||
"An error occurred. Please upload an ASCII-encoded PEM certificate." : "Er trad een fout op. Upload als een ASCII-gecodeerd PEM certificaat.",
|
||||
"Valid until {date}" : "Geldig tot {date}",
|
||||
"Local" : "Lokaal",
|
||||
|
|
|
@ -374,6 +374,7 @@
|
|||
"Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Toon disclaimer tekst op de publieke link upload pagina (alleen getoond wanneer de bestandslijst verborgen is)",
|
||||
"This text will be shown on the public link upload page when the file list is hidden." : "Deze tekst wordt getoond op de openbare link uploadpagina als het bestandsoverzicht is verborgen.",
|
||||
"Default share permissions" : "Standaard delen autorisaties",
|
||||
"Reasons to use Nextcloud in your organization" : "Redenen om Nextcloud te gebruiken in uw organisatie",
|
||||
"Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Ontwikkeld door de {communityopen}Nextcloud community{linkclose}, de {githubopen}broncode{linkclose} is gelicenseerd onder de {licenseopen}AGPL{linkclose}.",
|
||||
"Like our Facebook page" : "Vind onze Facebook pagina leuk",
|
||||
"Follow us on Twitter" : "Volg ons op Twitter",
|
||||
|
@ -410,6 +411,7 @@
|
|||
"New password" : "Nieuw wachtwoord",
|
||||
"Change password" : "Wijzig wachtwoord",
|
||||
"Use a second factor besides your password to increase security for your account." : "Gebruik een tweede factor naast je wachtwoord om de beveiliging van je account te verhogen. ",
|
||||
"If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Als u toepassingen van derden gebruikt om met Nextcloud te verbinden, zorg er dan voor om voor elke app een wachtwoord te maken en te configureren voordat \"tweede factor authenticatie\" wordt geactiveerd.",
|
||||
"An error occurred. Please upload an ASCII-encoded PEM certificate." : "Er trad een fout op. Upload als een ASCII-gecodeerd PEM certificaat.",
|
||||
"Valid until {date}" : "Geldig tot {date}",
|
||||
"Local" : "Lokaal",
|
||||
|
|
|
@ -263,6 +263,7 @@ OC.L10N.register(
|
|||
"{license}-licensed" : "{license}-许可协议",
|
||||
"Details" : "详情",
|
||||
"Changelog" : "更改日志",
|
||||
"by {author}\n{license}" : "按照 {author}\n{license}",
|
||||
"New user" : "新建用户",
|
||||
"Enter group name" : "输入群组名称",
|
||||
"Add group" : "添加分组",
|
||||
|
|
|
@ -261,6 +261,7 @@
|
|||
"{license}-licensed" : "{license}-许可协议",
|
||||
"Details" : "详情",
|
||||
"Changelog" : "更改日志",
|
||||
"by {author}\n{license}" : "按照 {author}\n{license}",
|
||||
"New user" : "新建用户",
|
||||
"Enter group name" : "输入群组名称",
|
||||
"Add group" : "添加分组",
|
||||
|
|
|
@ -36,12 +36,12 @@ OC.L10N.register(
|
|||
"Operation %s does not exist" : "Operation %s existert nicht",
|
||||
"Operation %s is invalid" : "Operation %s ist ungültig",
|
||||
"At least one check needs to be provided" : "Mindestens ein Test muss bereitgestellt werden",
|
||||
"The provided operation data is too long" : "Die angegebenen Betriebsdaten sind zu lang",
|
||||
"The provided operation data is too long" : "Die bereitgestellten Betriebsdaten sind zu lang",
|
||||
"Invalid check provided" : "Ungültiger Test bereitgestellt",
|
||||
"Check %s does not exist" : "Die Prüfung %s existiert nicht",
|
||||
"Check %s is invalid" : "Die Prüfung %s ist ungültig",
|
||||
"Check %s is not allowed with this entity" : "Die Prüfung %s ist mit dieser Entität unzulässig",
|
||||
"The provided check value is too long" : "Der angegebene Prüfwert ist zu lang",
|
||||
"The provided check value is too long" : "Der bereitgestellte Prüfwert ist zu lang",
|
||||
"Check #%s does not exist" : "Die Prüfung #%s existiert nicht",
|
||||
"Check %s is invalid or does not exist" : "Die Prüfung %s ist ungültig ist oder nicht existiert",
|
||||
"Flow" : "Ablauf",
|
||||
|
|
|
@ -34,12 +34,12 @@
|
|||
"Operation %s does not exist" : "Operation %s existert nicht",
|
||||
"Operation %s is invalid" : "Operation %s ist ungültig",
|
||||
"At least one check needs to be provided" : "Mindestens ein Test muss bereitgestellt werden",
|
||||
"The provided operation data is too long" : "Die angegebenen Betriebsdaten sind zu lang",
|
||||
"The provided operation data is too long" : "Die bereitgestellten Betriebsdaten sind zu lang",
|
||||
"Invalid check provided" : "Ungültiger Test bereitgestellt",
|
||||
"Check %s does not exist" : "Die Prüfung %s existiert nicht",
|
||||
"Check %s is invalid" : "Die Prüfung %s ist ungültig",
|
||||
"Check %s is not allowed with this entity" : "Die Prüfung %s ist mit dieser Entität unzulässig",
|
||||
"The provided check value is too long" : "Der angegebene Prüfwert ist zu lang",
|
||||
"The provided check value is too long" : "Der bereitgestellte Prüfwert ist zu lang",
|
||||
"Check #%s does not exist" : "Die Prüfung #%s existiert nicht",
|
||||
"Check %s is invalid or does not exist" : "Die Prüfung %s ist ungültig ist oder nicht existiert",
|
||||
"Flow" : "Ablauf",
|
||||
|
|
|
@ -36,12 +36,12 @@ OC.L10N.register(
|
|||
"Operation %s does not exist" : "Operation %s existiert nicht",
|
||||
"Operation %s is invalid" : "Operation %s ist ungültig",
|
||||
"At least one check needs to be provided" : "Mindestens ein Test muss bereitgestellt werden",
|
||||
"The provided operation data is too long" : "Die angegebenen Betriebsdaten sind zu lang",
|
||||
"The provided operation data is too long" : "Die bereitgestellten Betriebsdaten sind zu lang",
|
||||
"Invalid check provided" : "Ungültiger Test bereitgestellt",
|
||||
"Check %s does not exist" : "Die Prüfung %s existiert nicht",
|
||||
"Check %s is invalid" : "Die Prüfung %s ist ungültig",
|
||||
"Check %s is not allowed with this entity" : "Die Prüfung %s ist mit dieser Entität unzulässig",
|
||||
"The provided check value is too long" : "Der angegebene Prüfwert ist zu lang",
|
||||
"The provided check value is too long" : "Der bereitgestellte Prüfwert ist zu lang",
|
||||
"Check #%s does not exist" : "Die Prüfung #%s existiert nicht",
|
||||
"Check %s is invalid or does not exist" : "Die Prüfung %s ist ungültig ist oder nicht existiert",
|
||||
"Flow" : "Ablauf",
|
||||
|
|
|
@ -34,12 +34,12 @@
|
|||
"Operation %s does not exist" : "Operation %s existiert nicht",
|
||||
"Operation %s is invalid" : "Operation %s ist ungültig",
|
||||
"At least one check needs to be provided" : "Mindestens ein Test muss bereitgestellt werden",
|
||||
"The provided operation data is too long" : "Die angegebenen Betriebsdaten sind zu lang",
|
||||
"The provided operation data is too long" : "Die bereitgestellten Betriebsdaten sind zu lang",
|
||||
"Invalid check provided" : "Ungültiger Test bereitgestellt",
|
||||
"Check %s does not exist" : "Die Prüfung %s existiert nicht",
|
||||
"Check %s is invalid" : "Die Prüfung %s ist ungültig",
|
||||
"Check %s is not allowed with this entity" : "Die Prüfung %s ist mit dieser Entität unzulässig",
|
||||
"The provided check value is too long" : "Der angegebene Prüfwert ist zu lang",
|
||||
"The provided check value is too long" : "Der bereitgestellte Prüfwert ist zu lang",
|
||||
"Check #%s does not exist" : "Die Prüfung #%s existiert nicht",
|
||||
"Check %s is invalid or does not exist" : "Die Prüfung %s ist ungültig ist oder nicht existiert",
|
||||
"Flow" : "Ablauf",
|
||||
|
|
|
@ -36,10 +36,12 @@ OC.L10N.register(
|
|||
"Operation %s does not exist" : "Operacja do wykonania %s nie istnieje",
|
||||
"Operation %s is invalid" : "Operacja %s jest nieprawidłowa",
|
||||
"At least one check needs to be provided" : "Co najmniej jedno sprawdzenie musi być dostarczone",
|
||||
"The provided operation data is too long" : "Podane dane operacji są za długie",
|
||||
"Invalid check provided" : "Sprawdzenie niepoprawnie dostarczone",
|
||||
"Check %s does not exist" : "Sprawdź, czy %s nie istnieje",
|
||||
"Check %s is invalid" : "Sprawdź, czy %s jest nieprawidłowy",
|
||||
"Check %s is not allowed with this entity" : "Sprawdzenie %s jest niedozwolone w tym obiekcie",
|
||||
"The provided check value is too long" : "Podana wartość kontrolna jest za długa",
|
||||
"Check #%s does not exist" : "Sprawdź, czy #%s nie istnieje",
|
||||
"Check %s is invalid or does not exist" : "Sprawdź, czy %s jest nieprawidłowa lub nie istnieje",
|
||||
"Flow" : "Przepływ",
|
||||
|
|
|
@ -34,10 +34,12 @@
|
|||
"Operation %s does not exist" : "Operacja do wykonania %s nie istnieje",
|
||||
"Operation %s is invalid" : "Operacja %s jest nieprawidłowa",
|
||||
"At least one check needs to be provided" : "Co najmniej jedno sprawdzenie musi być dostarczone",
|
||||
"The provided operation data is too long" : "Podane dane operacji są za długie",
|
||||
"Invalid check provided" : "Sprawdzenie niepoprawnie dostarczone",
|
||||
"Check %s does not exist" : "Sprawdź, czy %s nie istnieje",
|
||||
"Check %s is invalid" : "Sprawdź, czy %s jest nieprawidłowy",
|
||||
"Check %s is not allowed with this entity" : "Sprawdzenie %s jest niedozwolone w tym obiekcie",
|
||||
"The provided check value is too long" : "Podana wartość kontrolna jest za długa",
|
||||
"Check #%s does not exist" : "Sprawdź, czy #%s nie istnieje",
|
||||
"Check %s is invalid or does not exist" : "Sprawdź, czy %s jest nieprawidłowa lub nie istnieje",
|
||||
"Flow" : "Przepływ",
|
||||
|
|
|
@ -36,10 +36,12 @@ OC.L10N.register(
|
|||
"Operation %s does not exist" : "操作 %s 不存在",
|
||||
"Operation %s is invalid" : "操作 %s 无效",
|
||||
"At least one check needs to be provided" : "至少需要提供一次检查",
|
||||
"The provided operation data is too long" : "提供的操作数据太长",
|
||||
"Invalid check provided" : "提供的检查无效",
|
||||
"Check %s does not exist" : "检查 %s 不存在",
|
||||
"Check %s is invalid" : "检查%s是不可用",
|
||||
"Check %s is not allowed with this entity" : "对于此实体,检查%s是不被允许的",
|
||||
"The provided check value is too long" : "提供的检查值太长",
|
||||
"Check #%s does not exist" : "检查 #%s 不存在",
|
||||
"Check %s is invalid or does not exist" : "检查%s是不可用或者不存在",
|
||||
"Flow" : "流程",
|
||||
|
|
|
@ -34,10 +34,12 @@
|
|||
"Operation %s does not exist" : "操作 %s 不存在",
|
||||
"Operation %s is invalid" : "操作 %s 无效",
|
||||
"At least one check needs to be provided" : "至少需要提供一次检查",
|
||||
"The provided operation data is too long" : "提供的操作数据太长",
|
||||
"Invalid check provided" : "提供的检查无效",
|
||||
"Check %s does not exist" : "检查 %s 不存在",
|
||||
"Check %s is invalid" : "检查%s是不可用",
|
||||
"Check %s is not allowed with this entity" : "对于此实体,检查%s是不被允许的",
|
||||
"The provided check value is too long" : "提供的检查值太长",
|
||||
"Check #%s does not exist" : "检查 #%s 不存在",
|
||||
"Check %s is invalid or does not exist" : "检查%s是不可用或者不存在",
|
||||
"Flow" : "流程",
|
||||
|
|
|
@ -49,10 +49,11 @@ OC.L10N.register(
|
|||
"Checked database schema update for apps" : "Duomenų bazės struktūra paruošta įskiepių atnaujinimui",
|
||||
"Updated \"%1$s\" to %2$s" : "Atnaujinta „%1$s“ į %2$s",
|
||||
"Set log level to debug" : "Žurnalo išvesties lygis nustatytas į derinimo",
|
||||
"Reset log level" : "Atstatyti registravimo lygį",
|
||||
"Reset log level" : "Atstatytas registravimo lygis",
|
||||
"Starting code integrity check" : "Pradedama kodo vientisumo patikra",
|
||||
"Finished code integrity check" : "Kodo vientisumo patikra užbaigta",
|
||||
"%s (incompatible)" : "%s (nesuderinama)",
|
||||
"The following apps have been disabled: %s" : "Šios programėlės buvo išjungtos: %s",
|
||||
"Already up to date" : "Naudojama naujausia versija",
|
||||
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Jūsų svetainės serveris nėra tinkamai sukonfiguruotas, Failų sinchronizavimas negalimas, nes neveikia WebDAV interfeisas.",
|
||||
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Jūsų svetainės serveris nėra sukonfiguruotas atpažinti \"{url}\". Daugiau informacijos rasite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacijoje</a>.",
|
||||
|
@ -277,6 +278,7 @@ OC.L10N.register(
|
|||
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Tolimesnę informaciją apie tai, kaip tai konfigūruoti, galite rasti %1$sdokumentacijoje%2$s.",
|
||||
"App update required" : "Reikalingas programėlės atnaujinimas",
|
||||
"%1$s will be updated to version %2$s" : "%1$s bus atnaujinta į versiją %2$s",
|
||||
"The following apps will be updated:" : "Bus atnaujintos šios programėlės:",
|
||||
"These incompatible apps will be disabled:" : "Bus išjungtos šios nesuderinamos programėlės:",
|
||||
"The theme %s has been disabled." : "Apipavidalinimas %s buvo išjungtas.",
|
||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Prieš tęsdami, įsitikinkite, kad pasidarėte duomenų bazės, konfigūracijos aplanko bei duomenų aplanko atsarginę kopiją.",
|
||||
|
@ -290,7 +292,7 @@ OC.L10N.register(
|
|||
"Maintenance mode" : "Techninės priežiūros veiksena",
|
||||
"This %s instance is currently in maintenance mode, which may take a while." : "Šis %s egzempliorius šiuo metu yra techninės priežiūros veiksenoje, kas savo ruožtu gali šiek tiek užtrukti.",
|
||||
"This page will refresh itself when the instance is available again." : "Šis puslapis bus įkeltas iš naujo, kai egzempliorius bus ir vėl prieinamas.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Susisiekite su savo sistemos administratoriumi jei šis pranešimas nedingsta arba jei jis pasirodė netikėtai.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Susisiekite su savo sistemos administratoriumi, jei šis pranešimas nedingsta arba, jei jis pasirodė netikėtai.",
|
||||
"Following apps have been disabled: %s" : "Šios programėlės buvo išjungtos: %s",
|
||||
"({scope})" : "({scope})",
|
||||
"Searching other places" : "Ieškoma kitose vietose",
|
||||
|
|
|
@ -47,10 +47,11 @@
|
|||
"Checked database schema update for apps" : "Duomenų bazės struktūra paruošta įskiepių atnaujinimui",
|
||||
"Updated \"%1$s\" to %2$s" : "Atnaujinta „%1$s“ į %2$s",
|
||||
"Set log level to debug" : "Žurnalo išvesties lygis nustatytas į derinimo",
|
||||
"Reset log level" : "Atstatyti registravimo lygį",
|
||||
"Reset log level" : "Atstatytas registravimo lygis",
|
||||
"Starting code integrity check" : "Pradedama kodo vientisumo patikra",
|
||||
"Finished code integrity check" : "Kodo vientisumo patikra užbaigta",
|
||||
"%s (incompatible)" : "%s (nesuderinama)",
|
||||
"The following apps have been disabled: %s" : "Šios programėlės buvo išjungtos: %s",
|
||||
"Already up to date" : "Naudojama naujausia versija",
|
||||
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Jūsų svetainės serveris nėra tinkamai sukonfiguruotas, Failų sinchronizavimas negalimas, nes neveikia WebDAV interfeisas.",
|
||||
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Jūsų svetainės serveris nėra sukonfiguruotas atpažinti \"{url}\". Daugiau informacijos rasite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentacijoje</a>.",
|
||||
|
@ -275,6 +276,7 @@
|
|||
"Further information how to configure this can be found in the %1$sdocumentation%2$s." : "Tolimesnę informaciją apie tai, kaip tai konfigūruoti, galite rasti %1$sdokumentacijoje%2$s.",
|
||||
"App update required" : "Reikalingas programėlės atnaujinimas",
|
||||
"%1$s will be updated to version %2$s" : "%1$s bus atnaujinta į versiją %2$s",
|
||||
"The following apps will be updated:" : "Bus atnaujintos šios programėlės:",
|
||||
"These incompatible apps will be disabled:" : "Bus išjungtos šios nesuderinamos programėlės:",
|
||||
"The theme %s has been disabled." : "Apipavidalinimas %s buvo išjungtas.",
|
||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Prieš tęsdami, įsitikinkite, kad pasidarėte duomenų bazės, konfigūracijos aplanko bei duomenų aplanko atsarginę kopiją.",
|
||||
|
@ -288,7 +290,7 @@
|
|||
"Maintenance mode" : "Techninės priežiūros veiksena",
|
||||
"This %s instance is currently in maintenance mode, which may take a while." : "Šis %s egzempliorius šiuo metu yra techninės priežiūros veiksenoje, kas savo ruožtu gali šiek tiek užtrukti.",
|
||||
"This page will refresh itself when the instance is available again." : "Šis puslapis bus įkeltas iš naujo, kai egzempliorius bus ir vėl prieinamas.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Susisiekite su savo sistemos administratoriumi jei šis pranešimas nedingsta arba jei jis pasirodė netikėtai.",
|
||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Susisiekite su savo sistemos administratoriumi, jei šis pranešimas nedingsta arba, jei jis pasirodė netikėtai.",
|
||||
"Following apps have been disabled: %s" : "Šios programėlės buvo išjungtos: %s",
|
||||
"({scope})" : "({scope})",
|
||||
"Searching other places" : "Ieškoma kitose vietose",
|
||||
|
|
|
@ -10,6 +10,7 @@ OC.L10N.register(
|
|||
"The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "应用%1$s的文件替换不正确。请确认版本与当前服务器兼容。",
|
||||
"Sample configuration detected" : "示例配置检测",
|
||||
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "您似乎直接把 config.php 的样例文件直接复制使用。这可能会破坏您的安装。在对 config.php 进行修改之前请先阅读相关文档。",
|
||||
"Other activities" : "其他动态",
|
||||
"%1$s and %2$s" : "%1$s 和 %2$s",
|
||||
"%1$s, %2$s and %3$s" : "%1$s,%2$s 和 %3$s",
|
||||
"%1$s, %2$s, %3$s and %4$s" : "%1$s,%2$s,%3$s 和 %4$s",
|
||||
|
@ -22,6 +23,7 @@ OC.L10N.register(
|
|||
"PHP %s or higher is required." : "要求 PHP 版本 %s 或者更高。",
|
||||
"PHP with a version lower than %s is required." : "需要版本低于 %s 的PHP。",
|
||||
"%sbit or higher PHP required." : "需要 %s 或更高版本的 PHP。",
|
||||
"The following architectures are supported: %s" : "支持以下架构:%s",
|
||||
"The following databases are supported: %s" : "支持以下数据库:%s",
|
||||
"The command line tool %s could not be found" : "命令行工具 %s 未找到",
|
||||
"The library %s is not available." : "库文件 %s 不可用",
|
||||
|
@ -216,8 +218,8 @@ OC.L10N.register(
|
|||
"Action \"%s\" not supported or implemented." : "操作 \"%s\" 不支持或未实现。",
|
||||
"Authentication failed, wrong token or provider ID given" : "认证失败,提供了错误的token或提供者ID",
|
||||
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "缺少参数来完成请求。缺少的参数为:\"%s\"",
|
||||
"ID \"%1$s\" already used by cloud federation provider \"%2$s\"" : "ID \"%1$s\" 已被云联合提供商 \"%2$s\" 使用",
|
||||
"Cloud Federation Provider with ID: \"%s\" does not exist." : "ID为 \"%s\" 的云联合提供商不存在。",
|
||||
"ID \"%1$s\" already used by cloud federation provider \"%2$s\"" : "ID \"%1$s\" 已被联合云提供商 \"%2$s\" 使用",
|
||||
"Cloud Federation Provider with ID: \"%s\" does not exist." : "ID为 \"%s\" 的联合云提供商不存在。",
|
||||
"Could not obtain lock type %d on \"%s\"." : "无法在 \"%s\" 上获取锁类型 %d。",
|
||||
"Storage unauthorized. %s" : "存储认证失败。%s",
|
||||
"Storage incomplete configuration. %s" : "存储未完成配置。%s",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "应用%1$s的文件替换不正确。请确认版本与当前服务器兼容。",
|
||||
"Sample configuration detected" : "示例配置检测",
|
||||
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "您似乎直接把 config.php 的样例文件直接复制使用。这可能会破坏您的安装。在对 config.php 进行修改之前请先阅读相关文档。",
|
||||
"Other activities" : "其他动态",
|
||||
"%1$s and %2$s" : "%1$s 和 %2$s",
|
||||
"%1$s, %2$s and %3$s" : "%1$s,%2$s 和 %3$s",
|
||||
"%1$s, %2$s, %3$s and %4$s" : "%1$s,%2$s,%3$s 和 %4$s",
|
||||
|
@ -20,6 +21,7 @@
|
|||
"PHP %s or higher is required." : "要求 PHP 版本 %s 或者更高。",
|
||||
"PHP with a version lower than %s is required." : "需要版本低于 %s 的PHP。",
|
||||
"%sbit or higher PHP required." : "需要 %s 或更高版本的 PHP。",
|
||||
"The following architectures are supported: %s" : "支持以下架构:%s",
|
||||
"The following databases are supported: %s" : "支持以下数据库:%s",
|
||||
"The command line tool %s could not be found" : "命令行工具 %s 未找到",
|
||||
"The library %s is not available." : "库文件 %s 不可用",
|
||||
|
@ -214,8 +216,8 @@
|
|||
"Action \"%s\" not supported or implemented." : "操作 \"%s\" 不支持或未实现。",
|
||||
"Authentication failed, wrong token or provider ID given" : "认证失败,提供了错误的token或提供者ID",
|
||||
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "缺少参数来完成请求。缺少的参数为:\"%s\"",
|
||||
"ID \"%1$s\" already used by cloud federation provider \"%2$s\"" : "ID \"%1$s\" 已被云联合提供商 \"%2$s\" 使用",
|
||||
"Cloud Federation Provider with ID: \"%s\" does not exist." : "ID为 \"%s\" 的云联合提供商不存在。",
|
||||
"ID \"%1$s\" already used by cloud federation provider \"%2$s\"" : "ID \"%1$s\" 已被联合云提供商 \"%2$s\" 使用",
|
||||
"Cloud Federation Provider with ID: \"%s\" does not exist." : "ID为 \"%s\" 的联合云提供商不存在。",
|
||||
"Could not obtain lock type %d on \"%s\"." : "无法在 \"%s\" 上获取锁类型 %d。",
|
||||
"Storage unauthorized. %s" : "存储认证失败。%s",
|
||||
"Storage incomplete configuration. %s" : "存储未完成配置。%s",
|
||||
|
|
Loading…
Reference in New Issue