@@ -212,6 +212,8 @@ OC.L10N.register(
212212 "Title of the new application" : "新應用程式的標題" ,
213213 "Description of the new application" : "新應用程式的描述" ,
214214 "Resources" : "資源" ,
215+ "Show in app list" : "在應用程式清單中顯示" ,
216+ "This can be overridden by a per-account preference" : "個別帳號的偏好設定優先於此設定" ,
215217 "Create application" : "建立應用程式" ,
216218 "The title character limit is 200 characters. Please use a shorter title." : "標題字元限制為 200 個字元。請使用較短的標題。" ,
217219 "Cannot create new application. Title is missing." : "無法建立新應用程式。缺少標題。" ,
@@ -531,6 +533,7 @@ OC.L10N.register(
531533 "Copied to clipboard." : "已複製到剪貼簿" ,
532534 "Clipboard is not available" : "剪貼簿無法使用" ,
533535 "{shareTypeString}..." : "{shareTypeString}……" ,
536+ "Unsupported source: {source}" : "不支援的來源:{source}" ,
534537 "Failed to fetch {shareTypeString}" : "擷取 {shareTypeString} 失敗" ,
535538 "Request is not authorized. Are you logged in?" : "請求未經授權。您登入了嗎?" ,
536539 "Request not allowed." : "不允許請求。" ,
@@ -557,6 +560,7 @@ OC.L10N.register(
557560 "Could not update table." : "無法更新表格。" ,
558561 "Could not add application share." : "無法新增應用程式分享。" ,
559562 "Could not remove application share." : "無法移除應用程式分享。" ,
563+ "Could not update display mode." : "無法更新顯示模式。" ,
560564 "Could not insert application." : "無法插入應用程式" ,
561565 "Could not update application." : "無法更新應用程式" ,
562566 "Could not transfer table." : "無法轉移表格。" ,
0 commit comments