組件清單¶
指定多個清單的組件,出現在使用者儀表板上作為選項,從用使用者可以選擇一個作為預設檢視。請參閱 儀表板 來瞭解更多資訊。
提示
儀表板上出現的每個組件清單都會顯示狀態。
Each component list has a name displayed to the user and a slug used in the URL. Component lists can be managed using the Weblate 的 REST API. Instance administrators can also use the low-level Django 管理介面 when direct database-object management is necessary.
提示
Change dashboard settings for anonymous users from the admin interface, altering what dashboard is presented to unauthenticated users.
自動組件清單¶
Add components to the list automatically based on their slug by creating Automatic component list assignment rules.
對於維護大型安裝的逐漸清單有用,或者如果您希望在 Weblate 安裝中有一個包含所有組件的組件清單。
提示
製作組件清單,包含自己的 Weblate 安裝時的所有組件。
Define Automatic component list assignment with
^.*$as regular expression in both the project and the component fields.