-
Notifications
You must be signed in to change notification settings - Fork 766
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hiram
committed
Jun 6, 2024
1 parent
19563be
commit 4159c5d
Showing
5 changed files
with
114 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
export default { | ||
film: 'film', | ||
iptv: 'iptv', | ||
site: 'Local', | ||
group: 'Group', | ||
all: 'All', | ||
searchHistory: 'SearchHistory', | ||
searchPlaceholder: 'Search resources', | ||
hotNoData: 'No data for the past three days' | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
export default { | ||
film: '影视', | ||
iptv: '电视', | ||
site: '本站', | ||
group: '组内', | ||
all: '全站', | ||
searchHistory: '搜索历史', | ||
searchPlaceholder: '搜索全网资源', | ||
hotNoData: '暂无近三天数据, 请查看其他分类' | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters