Skip to content

Commit 7464cdc

Browse files
authored
Merge branch 'main' into leolost/queue-view
2 parents 7a26a94 + 6007bd0 commit 7464cdc

4 files changed

Lines changed: 11 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434

3535
- name: Build
3636
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@v5
56+
uses: actions/checkout@v6
5757

5858
- name: Lint
5959
run: io.elementary.vala-lint -d .

.github/workflows/merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
apt-get install git jq python3-git -y
2323
2424
- name: Clone repository
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
with:
2727
token: ${{ secrets.GIT_USER_TOKEN }}
2828

@@ -57,7 +57,7 @@ jobs:
5757

5858
steps:
5959
- name: Checkout
60-
uses: actions/checkout@v5
60+
uses: actions/checkout@v6
6161

6262
- name: Build
6363
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: Release
2222
uses: elementary/actions/release@main
@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@v5
52+
uses: actions/checkout@v6
5353

5454
- name: Build
5555
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.6

po/zh_TW.po

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2025-08-31 20:05+0000\n"
11-
"PO-Revision-Date: 2025-08-22 15:58+0000\n"
11+
"PO-Revision-Date: 2025-11-30 19:55+0000\n"
1212
"Last-Translator: Kisaragi Hiu <mail@kisaragi-hiu.com>\n"
1313
"Language-Team: Chinese (Traditional Han script) <https://"
14-
"l10n.elementaryos.org/projects/music/music/zh_Hant/>\n"
14+
"l10n.elementaryos.org/projects/music/music/zh_TW/>\n"
1515
"Language: zh_TW\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -38,10 +38,8 @@ msgid "Audio files opened from Files will appear here"
3838
msgstr "從《檔案》所開啟的音訊檔案會出現在此"
3939

4040
#: src/MainWindow.vala:58
41-
#, fuzzy
42-
#| msgid "Try another search"
4341
msgid "Try changing search terms"
44-
msgstr "嘗試其他搜尋"
42+
msgstr "試試看別的搜尋字串"
4543

4644
#: src/MainWindow.vala:83
4745
msgid "Open Files…"
@@ -58,10 +56,9 @@ msgid_plural "%d invalid files were not added to the queue"
5856
msgstr[0] "%d 個無效的檔案未被加入待播清單"
5957

6058
#: src/MainWindow.vala:259
61-
#, fuzzy, c-format
62-
#| msgid "No Results"
59+
#, c-format
6360
msgid "No Results for “%s”"
64-
msgstr "無結果"
61+
msgstr "「%s」無結果"
6562

6663
#: src/MainWindow.vala:272
6764
msgid "All files"

0 commit comments

Comments
 (0)