зеркало из https://github.com/nextcloud/activity.git
44 строки
2.1 KiB
JavaScript
44 строки
2.1 KiB
JavaScript
OC.L10N.register(
|
||
"activity",
|
||
{
|
||
"Activity" : "活動",
|
||
"Personal activity feed for %s" : "個人動態 %s",
|
||
"Your feed URL is invalid" : "您的 Feed URL 是無效的",
|
||
"Your settings have been updated." : "您的設定已更新",
|
||
"Mail" : "電子郵件",
|
||
"Stream" : "串流",
|
||
"Activities" : "活動",
|
||
"Error loading activities" : "載入活動時發生錯誤",
|
||
"No activities" : "沒有活動",
|
||
", " : ", ",
|
||
"{parameterList} and {lastParameter}" : "{parameterList} 和 {lastParameter}",
|
||
"_{parameterList} and {linkStart}%n more{linkEnd}_::_{parameterList} and {linkStart}%n more{linkEnd}_" : ["{parameterList} 和{linkStart}其他 %n 個{linkEnd}"],
|
||
"in {directory}" : "在 {directory}",
|
||
"This stream will show events like additions, changes & shares" : "這邊會顯示檔案的新增、更動、分享等動態",
|
||
"There are no events for this filter" : "在此篩選器下沒有活動",
|
||
"Today" : "今天",
|
||
"Yesterday" : "昨天",
|
||
"\"remote user\"" : "「遠端用戶」",
|
||
"Activity notification" : "活動通知",
|
||
"All Activities" : "所有活動",
|
||
"Activities by you" : "您的活動",
|
||
"Activities by others" : "其他人的活動",
|
||
"%s and %s" : "%s 與 %s",
|
||
"Hello %s," : "哈囉 %s ,",
|
||
"You are receiving this email because the following things happened at %s" : "您會收到郵件是因為 %s 發生此事件",
|
||
"* %1$s - %2$s" : "* %1$s - %2$s",
|
||
"_* and %n more _::_* and %n more _" : ["* 和其他 %n 個"],
|
||
"Notify about your own actions via email" : "透過郵件來通知有關於您的活動狀態",
|
||
"You need to set up your email address before you can receive notification emails." : "您必須先設定電子郵件,才能接收通知。",
|
||
"Send emails:" : "寄送郵件:",
|
||
"Hourly" : "每小時",
|
||
"Daily" : "每日",
|
||
"Weekly" : "每週",
|
||
"Activity feed" : "動態",
|
||
"Enable RSS feed" : "啟用 RSS feed",
|
||
"No activity yet" : "尚無活動",
|
||
"No more events to load" : "已載入所有事件",
|
||
"Files" : "檔案"
|
||
},
|
||
"nplurals=1; plural=0;");
|