-
-
Notifications
You must be signed in to change notification settings - Fork 7
Update Chinese #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Update Chinese #13
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
d7e1f7b
Add Chinese (zh_CN) language support
2b4a510
Translate README.md to Chinese
8043c14
Update strings.po
wabisabi926 69bf07c
Update README.md
wabisabi926 2af4d92
Update addon.xml
wabisabi926 fc48eef
Update addon.xml
wabisabi926 2a7ffb5
Update README.md
wabisabi926 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,64 @@ | ||
| # XBMC Media Center language file | ||
| # Addon Name: XBMC Playback Resumer | ||
| # Addon id: script.service.playbackresumer | ||
| # Addon version: 1.2.0 | ||
| # Addon Provider: bradvido88,bossanova808 | ||
| msgid "" | ||
| msgstr "" | ||
| "Project-Id-Version: XBMC-Addons\n" | ||
| "Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" | ||
| "POT-Creation-Date: 2026-04-27 09:16+0000\n" | ||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
| "Last-Translator: wabisabi926\n" | ||
| "Language-Team: LANGUAGE\n" | ||
| "MIME-Version: 1.0\n" | ||
| "Content-Type: text/plain; charset=UTF-8\n" | ||
| "Content-Transfer-Encoding: 8bit\n" | ||
| "Language: zh_CN\n" | ||
| "Plural-Forms: nplurals=1; plural=0;\n" | ||
|
|
||
| msgctxt "Addon Summary" | ||
| msgid "Periodically sets the resume point while videos are playing and optionally automatically resumes last played video if XBMC crashes or is shutdown during playback." | ||
| msgstr "在视频播放时定期设置恢复点,并在 XBMC 崩溃或播放期间关闭时自动恢复上次播放的视频。" | ||
|
|
||
| msgctxt "Addon Description" | ||
| msgid "This addon runs in the background as a service and will periodically update the resume point while videos are playing. It will also automatically resume a video if XBMC was shutdown while playing it. See setting to configure how often the resume point is set and whether to automatically resume." | ||
| msgstr "此插件作为服务在后台运行,会在视频播放时定期更新恢复点。如果 XBMC 在播放时关闭,它还会自动恢复视频播放。请参见设置以配置恢复点设置的频率以及是否自动恢复。" | ||
|
|
||
|
|
||
| msgctxt "#32000" | ||
| msgid "Resumer" | ||
| msgstr "播放恢复" | ||
|
|
||
| msgctxt "#32001" | ||
| msgid "Save resume point every X seconds" | ||
| msgstr "每 X 秒保存恢复点" | ||
|
|
||
| msgctxt "#32002" | ||
| msgid "Auto-Resume playback at startup" | ||
| msgstr "启动时自动恢复播放" | ||
|
|
||
| msgctxt "#32003" | ||
| msgid "Auto-Play a random video if nothing is playing" | ||
| msgstr "如果没有播放内容,自动播放随机视频" | ||
|
|
||
|
|
||
| msgctxt "#32030" | ||
| msgid "Exclude" | ||
| msgstr "排除" | ||
|
|
||
| msgctxt "#32031" | ||
| msgid "Exclude Live TV" | ||
| msgstr "排除直播电视" | ||
|
|
||
| msgctxt "#32032" | ||
| msgid "Exclude HTTP sources" | ||
| msgstr "排除 HTTP 源" | ||
|
|
||
| msgctxt "#32033" | ||
| msgid "Exclude path" | ||
| msgstr "排除路径" | ||
|
|
||
| msgctxt "#32034" | ||
| msgid "Folder's path (and subfolders)" | ||
| msgstr "文件夹路径(及其子文件夹)" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.