{ "translations": { "Request failed, network connection unavailable!" : "請求失敗,網路連線不可用!", "Request unauthorized. Are you logged in?" : "請求未經授權。您登入了嗎?", "Request forbidden. Are you an admin?" : "請求被禁止。您是管理員嗎?", "Token expired or app not enabled! Reload the page!" : "權杖已過期或應用程式未啟用!請重新載入頁面!", "Internal server error! Please check your data/nextcloud.log file for additional information!" : "內部伺服器錯誤!請檢查您的 data/nextcloud.log 檔案以取得額外資訊!", "Request failed, Nextcloud is in currently in maintenance mode!" : "請求失敗,Nextcloud 目前正處於維護模式!", "News feeds" : "新聞提要", "Unread articles" : "未讀文章", "News" : "新聞", "News folders" : "新聞資料夾", "Shared with me" : "與我分享", "An RSS/Atom feed reader" : "RSS/Atom feed 閱讀程式", "📰 A RSS/Atom Feed reader App for Nextcloud\n\n- 📲 Synchronize your feeds with multiple mobile or desktop [clients](https://nextcloud.github.io/news/clients/)\n- 🔄 Automatic updates of your news feeds\n- 🆓 Free and open source under AGPLv3, no ads or premium functions\n\n**System Cron is currently required for this app to work**\n\nRequirements can be found [here](https://nextcloud.github.io/news/install/#dependencies)\n\nThe Changelog is available [here](https://github.com/nextcloud/news/blob/master/CHANGELOG.md)\n\nCreate a [bug report](https://github.com/nextcloud/news/issues/new/choose)\n\nCreate a [feature request](https://github.com/nextcloud/news/discussions/new)\n\nReport a [feed issue](https://github.com/nextcloud/news/discussions/new)" : "📰 Nextcloud 的 RSS/Atom Feed 閱讀器應用程式\n\n- 📲 讓您的 feed 在多個行動裝置與桌面[客戶端](https://nextcloud.github.io/news/clients/)間同步\n- 🔄 自動更新您的新聞 feed\n- 🆓 以 AGPLv3 授權的自由且開放原始碼軟體,無廣告或付費功能\n\n**此應用程式需要系統 Cron 才能正常運作**\n\n需求可以在[此處]找到(https://nextcloud.github.io/news/install/#dependencies)\n\nChangelog可在[此處]獲得(https://github.com/nextcloud/news/blob/master/CHANGELOG.md)\n\n創建一個[錯誤報告](https://github.com/nextcloud/news/issues/new/choose)\n\n創建一個[功能請求](https://github.com/nextcloud/news/discussions/new)\n\n報告[feed 問題](https://github.com/nextcloud/news/discussions/new)", "Use system cron for updates" : "使用系統 cron 來更新", "Disable this if you use a custom updater." : "如果使用自定義更新程序,請停用此功能。", "Purge interval" : "清除間距", "Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored." : "從數據庫中移除已刪除的 feed 與資料夾後的最小秒數;低於60秒的值將會被忽略。", "Maximum read count per feed" : "每個 feed 的最大閱讀次數", "Defines the maximum amount of articles that can be read per feed which won't be deleted by the cleanup job; if old articles reappear after being read, increase this value; negative values such as -1 will turn this feature off." : "定義每個 feed 可以讀取的最大文章數,清理作業不會刪除這些文章;如果舊文章在閱讀後又重新出現,請增加此值;負值,如 -1 將會把這個功能關閉。", "Maximum redirects" : "最大重新導向", "How many redirects the feed fetcher should follow." : "Feed 擷取程式應遵循多少重新導向。", "Feed fetcher timeout" : "Feed 擷取程式逾時", "Maximum number of seconds to wait for an RSS or Atom feed to load; if it takes longer the update will be aborted." : "等待 RSS 或 Atom feed 載入的最大秒數;如果花了更長的時間,更新將會被中止。", "Explore Service URL" : "探索服務 URL", "If given, this service's URL will be queried for displaying the feeds in the explore feed section. To fall back to the built in explore service, leave this input empty." : "若提供,將使用此服務的 URL 進行查詢以在探索 feed 區塊中顯示 feed。要汰退至內建的探索服務,請將此輸入留空。", "For more information check the wiki." : "要取得更多資訊,請看 wiki。", "Update interval" : "更新間距", "Interval in seconds in which the feeds will be updated." : "Feed 更新的時間間隔(以秒為單位)。", "For more information check the documentation." : "要取得更多資訊,請參見說明書。", "Saved" : "已儲存", "Download" : "下載", "Close" : " 關閉", "Subscribe to" : "訂閱", "No articles available" : "沒有文章", "No unread articles available" : "沒有未讀文章", "Open website" : "開啟網站", "Star article" : "加上星號", "Unstar article" : "移除星號", "Keep article unread" : "維持未讀狀態", "Remove keep article unread" : "停止維持未讀狀態", "Share" : "分享", "Share with users" : "與用戶分享", "Username" : "用戶名稱", "No users found" : "找不到用戶", "Error while searching for us
Diffstat (limited to 'block/partitions')
-rw-r--r--block/partitions/sun.c4
-rw-r--r--block/partitions/sun.h8
2 files changed, 3 insertions, 9 deletions
diff --git a/block/partitions/sun.c b/block/partitions/sun.c
index 90f36724e796..28b44100f2b1 100644
--- a/block/partitions/sun.c
+++ b/block/partitions/sun.c
@@ -9,7 +9,9 @@
*/
#include "check.h"
-#include "sun.h"
+
+#define SUN_LABEL_MAGIC 0xDABE
+#define SUN_VTOC_SANITY 0x600DDEEE
int sun_partition(struct parsed_partitions *state)
{
diff --git a/block/partitions/sun.h b/block/partitions/sun.h
deleted file mode 100644
index 4c8877a5b52d..000000000000
--- a/block/partitions/sun.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/*
- * fs/partitions/sun.h
- */
-
-#define SUN_LABEL_MAGIC 0xDABE
-#define SUN_VTOC_SANITY 0x600DDEEE
-
置頂", "Pin to top" : "置頂", "Newest first" : "最新的放最前面", "Oldest first" : "最舊的放最前面", "Default order" : "默認排序", "Enable full text" : "啟用全文", "Disable full text" : "停用全文", "Unread updated" : "已更新未讀項目", "Ignore updated" : "略過更新", "Open feed URL" : "開啟 feed URL", "Delete" : "刪除", "Dismiss" : "撤銷", "Collapse" : "收合", "Deleted folder" : "已刪除的資料夾", "Undo delete folder" : "取消刪除資料夾", "Starred" : "星號", "All articles" : "所有文章", "Settings" : "設定", "Disable mark read through scrolling" : "停用捲動時標記已讀", "Compact view" : "簡潔檢視", "Expand articles on key navigation" : "按鍵導航展開文章", "Show all articles" : "顯示全部文章", "Reverse ordering (oldest on top)" : "反向排序(最舊的文章排在最上面)", "Subscriptions (OPML)" : "訂閱(OPML)", "Import" : "匯入", "Export" : "匯出", "Error when importing: File does not contain valid OPML" : "匯入時發生錯誤:檔案不包含有效的 OPML", "Error when importing: OPML is does neither contain feeds nor folders" : "匯入時發生錯誤:OPML 既不包含 feed 也不包含資料夾", "Unread/Starred Articles" : "未讀/已加星號文章", "Error when importing: file does not contain valid JSON" : "匯入時發生錯誤:檔案並不包含有效的 JSON", "Help" : "說明", "Keyboard shortcuts" : "鍵盤快捷鍵", "Documentation" : "說明文件", "Report a bug" : "舉報問題" },"pluralForm" :"nplurals=1; plural=0;" }