File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 .
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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"
3838msgstr "從《檔案》所開啟的音訊檔案會出現在此"
3939
4040#: src/MainWindow.vala:58
41- #, fuzzy
42- #| msgid "Try another search"
4341msgid "Try changing search terms"
44- msgstr "嘗試其他搜尋 "
42+ msgstr "試試看別的搜尋字串 "
4543
4644#: src/MainWindow.vala:83
4745msgid "Open Files…"
@@ -58,10 +56,9 @@ msgid_plural "%d invalid files were not added to the queue"
5856msgstr[ 0 ] "%d 個無效的檔案未被加入待播清單"
5957
6058#: src/MainWindow.vala:259
61- #, fuzzy , c-format
62- #| msgid "No Results"
59+ #, c-format
6360msgid "No Results for “%s”"
64- msgstr "無結果"
61+ msgstr "「%s」 無結果"
6562
6663#: src/MainWindow.vala:272
6764msgid "All files"
You can’t perform that action at this time.
0 commit comments