Skip to content

Commit

Permalink
fix: zh_Hant → zh_hant (maybe?)
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Jun 7, 2024
1 parent 71bc99a commit 36cecda
Show file tree
Hide file tree
Showing 48 changed files with 42 additions and 42 deletions.
60 changes: 30 additions & 30 deletions src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const OPEN_GRAPH = {
export const KNOWN_LANGUAGES = {
English: "en",
Deutsch: "de",
正體中文: "zh_Hant",
正體中文: "zh_hant",
} as const;
export const KNOWN_LANGUAGE_CODES = Object.values(KNOWN_LANGUAGES);

Expand Down Expand Up @@ -126,65 +126,65 @@ export const SIDEBAR: Sidebar = {
{ text: "Developing for Ultramarine", link: "de/release/errata" },
],
},
zh_Hant: {
介紹: [{ text: "歡迎", link: "zh_Hant/welcome" }],
zh_hant: {
介紹: [{ text: "歡迎", link: "zh_hant/welcome" }],
社羣: [
{ text: "參與社羣", link: "zh_Hant/community/community" },
{ text: "行為準則", link: "zh_Hant/community/codeofconduct" },
{ text: "參與社羣", link: "zh_hant/community/community" },
{ text: "行為準則", link: "zh_hant/community/codeofconduct" },
],
安裝: [
{ text: "取得 Ultramarine", link: "zh_Hant/installation/getting" },
{ text: "安裝過程", link: "zh_Hant/installation/installation" },
{ text: "取得 Ultramarine", link: "zh_hant/installation/getting" },
{ text: "安裝過程", link: "zh_hant/installation/installation" },
// {
// text: "Installation with Readymade",
//link: "zh_Hant/installation/readymade",
//link: "zh_hant/installation/readymade",
//},
{
text: "Raspberry Pi 安裝過程",
link: "zh_Hant/installation/rpi",
link: "zh_hant/installation/rpi",
},
{ text: "安裝之後…", link: "zh_Hant/installation/postinstall" },
{ text: "安裝之後…", link: "zh_hant/installation/postinstall" },
{
text: "進階安裝後步驟",
link: "zh_Hant/installation/post-advanced",
link: "zh_hant/installation/post-advanced",
},
],
貢獻: [
{ text: "貢獻指南", link: "zh_Hant/contributing/contributorguide" },
{ text: "原碼貢獻", link: "zh_Hant/contributing/hacking" },
{ text: "貢獻指南", link: "zh_hant/contributing/contributorguide" },
{ text: "原碼貢獻", link: "zh_hant/contributing/hacking" },
],
硬件: [
{ text: "系統要求", link: "zh_Hant/hardware/requirements" },
{ text: "Ultramarine Anywhere", link: "zh_Hant/hardware/anywhere" },
{ text: "NVIDIA", link: "zh_Hant/hardware/nvidia" },
{ text: "Microsoft Surface", link: "zh_Hant/hardware/surface" },
{ text: "系統要求", link: "zh_hant/hardware/requirements" },
{ text: "Ultramarine Anywhere", link: "zh_hant/hardware/anywhere" },
{ text: "NVIDIA", link: "zh_hant/hardware/nvidia" },
{ text: "Microsoft Surface", link: "zh_hant/hardware/surface" },
{
text: "Broadcom and Realtek Networking",
link: "zh_Hant/hardware/broadcom-realtek",
link: "zh_hant/hardware/broadcom-realtek",
},
{ text: "BIOS Keys", link: "zh_Hant/hardware/bioskeys" },
{ text: "BIOS Keys", link: "zh_hant/hardware/bioskeys" },
],
"關於 Linux": [
{ text: "何謂 Linux?", link: "zh_Hant/linux/overview" },
{ text: "檔案系統", link: "zh_Hant/linux/filesystem" },
{ text: "裝置檔案", link: "zh_Hant/linux/devicefiles" },
{ text: "權限", link: "zh_Hant/linux/permissions" },
{ text: "軟件及安裝包管理", link: "zh_Hant/linux/software" },
{ text: "The Shell", link: "zh_Hant/linux/shell" },
{ text: "安全及私隱", link: "zh_Hant/linux/securityprivacy" },
{ text: "何謂 Linux?", link: "zh_hant/linux/overview" },
{ text: "檔案系統", link: "zh_hant/linux/filesystem" },
{ text: "裝置檔案", link: "zh_hant/linux/devicefiles" },
{ text: "權限", link: "zh_hant/linux/permissions" },
{ text: "軟件及安裝包管理", link: "zh_hant/linux/software" },
{ text: "The Shell", link: "zh_hant/linux/shell" },
{ text: "安全及私隱", link: "zh_hant/linux/securityprivacy" },
],

用途: [
{ text: "電子遊戲", link: "zh_Hant/usage/gaming" },
{ text: "本地化", link: "zh_Hant/usage/l10n" },
{ text: "電子遊戲", link: "zh_hant/usage/gaming" },
{ text: "本地化", link: "zh_hant/usage/l10n" },
],

發佈版本通知: [{ text: "勘誤表", link: "zh_Hant/release/errata" }],
發佈版本通知: [{ text: "勘誤表", link: "zh_hant/release/errata" }],

開發: [
{
text: "為 Ultramarine 開發",
link: "zh_Hant/development/developing-for-ultramarine",
link: "zh_hant/development/developing-for-ultramarine",
},
],
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Ultramarine Linux 的原碼是開放的——所有人都能夠更改,複製

可惜,一些組件(例如驅動程式)可能由它們的原創者所擁有,導致我們無法改善它們的原碼。

詳請可到[原碼貢獻](/zh_Hant/contributing/hacking)開始您的旅程!
詳請可到[原碼貢獻](/zh_hant/contributing/hacking)開始您的旅程!

## 軟件包

Expand All @@ -38,7 +38,7 @@ Ultramarine 的系統裏已安裝了 Terra,這是一個社羣維護的軟件

Ultramarine 有很多不同的部件(由其在發佈前)需要林林總總的測試。以下是我們的發佈前程式:

- [ARM Chromebook Beta Program](/zh_Hant/chromebook/armbeta)
- [ARM Chromebook Beta Program](/zh_hant/chromebook/armbeta)
- [Ultramarine Atomic Open Beta](https://github.com/ultramarine-linux/ostree-config)

我們亦會經常宣佈新的程式,您可以以不同的[聯絡]方式得到最新資訊。
Expand All @@ -57,7 +57,7 @@ Ultramarine 亦不斷尋找更多使用者、貢獻人員以及社羣成員。

## 硬件

Ultramarine 的其中一個目標正是要支持更多的平台,詳見 [Ultramarine Anywhere](/zh_Hant/hardware/anywhere)
Ultramarine 的其中一個目標正是要支持更多的平台,詳見 [Ultramarine Anywhere](/zh_hant/hardware/anywhere)
我們正在尋找對其他較小人用的平台有較深了解、有不同學問的不同人士,以助我們擴展平台支持。
我們亦非常感謝硬件捐贈,由其是 Chromebook 和 RISC-V,因為它們是這個項目的焦點之一。

Expand Down Expand Up @@ -92,5 +92,5 @@ Ultramarine 是建於很多不同開放原碼、非專利、有近似或共同
- [KDE](https://community.kde.org/Get_Involved)
- [XFCE](https://docs.xfce.org/contribute/start)

[聯絡]: /zh_Hant/community/community
[聯絡]: /zh_hant/community/community
[Ultramarine-Linux/wiki]: https://github.com/Ultramarine-Linux/wiki
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Alert from "../../../../components/Docs/Alert.astro";

## 系統要求

若果您的電腦能夠運行微軟的 Windows 7,它很大可能亦能運行 Ultramarine Linux。您可以檢查電腦是否符合[硬件要求](/zh_Hant/hardware/requirements)
若果您的電腦能夠運行微軟的 Windows 7,它很大可能亦能運行 Ultramarine Linux。您可以檢查電腦是否符合[硬件要求](/zh_hant/hardware/requirements)

## 版本

Expand All @@ -18,7 +18,7 @@ Ultramarine Linux 有 4 個版本︰
- **GNOME**︰優雅而新淨,適合追求一個簡單而獨特的體驗的使用者。
- **Xfce**︰輕便而容易改製,適合追求一個輕快的體驗的使用者。

您可以檢查[系統要求](/zh_Hant/hardware/requirements)以確認您的裝置是否被支持。
您可以檢查[系統要求](/zh_hant/hardware/requirements)以確認您的裝置是否被支持。

[我們的網站](https://ultramarine-linux.org)裏提供不同格式及不同版本的 Ultramarine Linux。

Expand Down Expand Up @@ -77,7 +77,7 @@ CertUtil -hashfile PATH\TO\ULTRAMARINE.ISO SHA256
再利用 Notepad 打開核對和的檔案進行比較。

<Alert type="info">
Raspberry Pi 的使用者請至:[Raspberry Pi 安裝過程](/zh_Hant/installation/rpi)
Raspberry Pi 的使用者請至:[Raspberry Pi 安裝過程](/zh_hant/installation/rpi)
</Alert>

## 製造安裝介質
Expand All @@ -96,7 +96,7 @@ CertUtil -hashfile PATH\TO\ULTRAMARINE.ISO SHA256

寫入映射後,您可以插入媒體並重啟電腦,以啟動安裝介質。

大部分電腦有特別的按鍵,以讓使用者選取作啟動用的媒體或進入初始化介面。不同牌子會有不同的按鍵,詳請請至:[BIOS 按鍵](/zh_Hant/hardware/bioskeys)以了解如何進入上述畫面。
大部分電腦有特別的按鍵,以讓使用者選取作啟動用的媒體或進入初始化介面。不同牌子會有不同的按鍵,詳請請至:[BIOS 按鍵](/zh_hant/hardware/bioskeys)以了解如何進入上述畫面。

<Alert type="info">
如果您正在使用 Windows 10 或更加新的版本,請進入設定中的復原畫面並選擇「進階重啟」。重啟後,請選擇「使用其他媒體」。
Expand All @@ -107,7 +107,7 @@ CertUtil -hashfile PATH\TO\ULTRAMARINE.ISO SHA256
`sudo systemctl reboot --firmware`
</Alert>

#### [下一頁:安裝過程 →](/zh_Hant/installation/installation)
#### [下一頁:安裝過程 →](/zh_hant/installation/installation)

## Footnotes

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ description: "This wiki is meant to be the extended documentation for both end u
本 Wiki 現正翻譯至中文。若果有興趣成為我們的一份子,請至[本 Wiki 的 GitHub 原碼庫](https://github.com/Ultramarine-Linux/wiki)

開發者及安裝包製作者的檔案位於 [Fyra Developer](https://developer.fyralabs.com) (英)。
若想開始為 Ultramarine Linux 社羣貢獻,請移玉步至[貢獻部分](/zh_Hant/contributing/contributorguide)
若想開始為 Ultramarine Linux 社羣貢獻,請移玉步至[貢獻部分](/zh_hant/contributing/contributorguide)

若想安裝 Ultramarine Linux,請閱讀:[取得 Ultramarine](/zh_Hant/installation/getting)
若想安裝 Ultramarine Linux,請閱讀:[取得 Ultramarine](/zh_hant/installation/getting)

## 主要總準則

Expand Down Expand Up @@ -57,7 +57,7 @@ Ultramarine Linux 是對 Fedora 的法律限制下的沮喪,所衍生出來的

本團隊旨在令 Fedora 有更好的體驗:使用者可以在 FlatHub、RPMFusion 或 Terra 裏維護任何軟件。

我們建議使用者貢獻至本計劃,想了解更多請參考[貢獻指南](/zh_Hant/contributing/contributorguide)
我們建議使用者貢獻至本計劃,想了解更多請參考[貢獻指南](/zh_hant/contributing/contributorguide)

### 這不就是 Fedora 加上了幾個新桌面環境嘛!

Expand Down

0 comments on commit 36cecda

Please sign in to comment.