mirror of
https://bitbucket.org/smil3y/kde-l10n.git
synced 2025-02-24 19:12:54 +00:00
415 lines
11 KiB
Text
415 lines
11 KiB
Text
# Copyright (C) YEAR This_file_is_part_of_KDE
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
#
|
|
# Franklin Weng <franklin@mail.everfocus.com.tw>, 2010.
|
|
# Franklin Weng <franklin@goodhorse.idv.tw>, 2012.
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: \n"
|
|
"Report-Msgid-Bugs-To: xakepa10@gmail.com\n"
|
|
"POT-Creation-Date: 2014-12-09 18:22+0000\n"
|
|
"PO-Revision-Date: 2012-04-27 12:55+0800\n"
|
|
"Last-Translator: Franklin Weng <franklin@goodhorse.idv.tw>\n"
|
|
"Language-Team: Chinese Traditional <zh-l10n@linux.org.tw>\n"
|
|
"Language: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"X-Generator: Lokalize 1.1\n"
|
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
|
|
#: checkoutdialog.cpp:39
|
|
msgctxt "@title:window"
|
|
msgid "<application>Git</application> Checkout"
|
|
msgstr "<application>Git</application> 取出"
|
|
|
|
#: checkoutdialog.cpp:42
|
|
msgctxt "@action:button"
|
|
msgid "Checkout"
|
|
msgstr "取出"
|
|
|
|
#: checkoutdialog.cpp:52
|
|
msgctxt "@option:radio Git Checkout"
|
|
msgid "Branch:"
|
|
msgstr "分支:"
|
|
|
|
#: checkoutdialog.cpp:59
|
|
msgctxt "@option:radio Git Checkout"
|
|
msgid "Tag:"
|
|
msgstr "標籤:"
|
|
|
|
#: checkoutdialog.cpp:67 pushdialog.cpp:73
|
|
msgctxt "@title:group"
|
|
msgid "Options"
|
|
msgstr "選項"
|
|
|
|
#: checkoutdialog.cpp:72
|
|
msgctxt "@option:check"
|
|
msgid "Create New Branch: "
|
|
msgstr "建立新分支:"
|
|
|
|
#: checkoutdialog.cpp:73
|
|
msgctxt "@info:tooltip"
|
|
msgid "Create a new branch based on a selected branch or tag."
|
|
msgstr "依據選取的分支或標籤建立新分支。"
|
|
|
|
#: checkoutdialog.cpp:86 pushdialog.cpp:76
|
|
msgctxt "@option:check"
|
|
msgid "Force"
|
|
msgstr "強制"
|
|
|
|
#: checkoutdialog.cpp:87
|
|
msgctxt "@info:tooltip"
|
|
msgid "Discard local changes."
|
|
msgstr "放棄本地端的修改。"
|
|
|
|
#: checkoutdialog.cpp:119
|
|
msgctxt "@info:tooltip"
|
|
msgid "There are no tags in this repository."
|
|
msgstr "在此主目錄中沒有標籤。"
|
|
|
|
#: checkoutdialog.cpp:179
|
|
msgctxt "@title:group"
|
|
msgid "Branch Base"
|
|
msgstr "分支基底"
|
|
|
|
#: checkoutdialog.cpp:180
|
|
msgctxt "@title:group"
|
|
msgid "Checkout"
|
|
msgstr "取出"
|
|
|
|
#: checkoutdialog.cpp:199
|
|
msgctxt "@info:tooltip"
|
|
msgid "You must enter a valid name for the new branch first."
|
|
msgstr "您必須先輸入新分支的名稱。"
|
|
|
|
#: checkoutdialog.cpp:206
|
|
msgctxt "@info:tooltip"
|
|
msgid "A branch with the name '%1' already exists."
|
|
msgstr "已經有名為 '%1 的分支存在。"
|
|
|
|
#: checkoutdialog.cpp:213
|
|
msgctxt "@info:tooltip"
|
|
msgid "Branch names may not contain any whitespace."
|
|
msgstr "分支名稱不能包含空白。"
|
|
|
|
#: checkoutdialog.cpp:220
|
|
msgctxt "@info:tooltip"
|
|
msgid "You must select a valid branch first."
|
|
msgstr "您必須先選擇一個合法的分支。"
|
|
|
|
#: checkoutdialog.cpp:241
|
|
msgctxt ""
|
|
"@item:intext Prepended to the current branch name to get the default name "
|
|
"for a newly created branch"
|
|
msgid "branch"
|
|
msgstr "分支"
|
|
|
|
#: commitdialog.cpp:37
|
|
msgctxt "@title:window"
|
|
msgid "<application>Git</application> Commit"
|
|
msgstr "<application>Git</application> 提交"
|
|
|
|
#: commitdialog.cpp:40
|
|
msgctxt "@action:button"
|
|
msgid "Commit"
|
|
msgstr "提交"
|
|
|
|
#: commitdialog.cpp:46
|
|
msgctxt "@title:group"
|
|
msgid "Commit message"
|
|
msgstr "提交訊息"
|
|
|
|
#: commitdialog.cpp:61
|
|
msgctxt "@option:check"
|
|
msgid "Amend last commit"
|
|
msgstr "修正上次的提交"
|
|
|
|
#: commitdialog.cpp:67
|
|
msgctxt "@info:tooltip"
|
|
msgid "There is nothing to amend."
|
|
msgstr "沒有東西可修正。"
|
|
|
|
#: commitdialog.cpp:74
|
|
msgctxt "@action:button Add Signed-Off line to the message widget"
|
|
msgid "Sign off"
|
|
msgstr "簽署認可(sign off)"
|
|
|
|
#: commitdialog.cpp:75
|
|
msgctxt "@info:tooltip"
|
|
msgid "Add Signed-off-by line at the end of the commit message."
|
|
msgstr "在提交訊息的尾端加上簽署認可 (sign-off-by)。"
|
|
|
|
#: commitdialog.cpp:131
|
|
msgctxt "@info:tooltip"
|
|
msgid "You must enter a commit message first."
|
|
msgstr "您必須先輸入提交訊息。"
|
|
|
|
#: fileviewgitplugin.cpp:62
|
|
msgctxt "@action:inmenu"
|
|
msgid "<application>Git</application> Add"
|
|
msgstr "<application>Git</application> 新增"
|
|
|
|
#: fileviewgitplugin.cpp:68
|
|
msgctxt "@action:inmenu"
|
|
msgid "<application>Git</application> Remove"
|
|
msgstr "<application>Git</application> 移除"
|
|
|
|
#: fileviewgitplugin.cpp:74
|
|
msgctxt "@action:inmenu"
|
|
msgid "<application>Git</application> Checkout..."
|
|
msgstr "<application>Git</application> 取出..."
|
|
|
|
#: fileviewgitplugin.cpp:80
|
|
msgctxt "@action:inmenu"
|
|
msgid "<application>Git</application> Commit..."
|
|
msgstr "<application>Git</application> 提交..."
|
|
|
|
#: fileviewgitplugin.cpp:86
|
|
msgctxt "@action:inmenu"
|
|
msgid "<application>Git</application> Create Tag..."
|
|
msgstr "<application>Git</application> 建立標籤..."
|
|
|
|
#: fileviewgitplugin.cpp:91
|
|
msgctxt "@action:inmenu"
|
|
msgid "<application>Git</application> Push..."
|
|
msgstr "<application>Git</application> 傳回上游..."
|
|
|
|
#: fileviewgitplugin.cpp:95
|
|
msgctxt "@action:inmenu"
|
|
msgid "<application>Git</application> Pull..."
|
|
msgstr "<application>Git</application> 從上游合併..."
|
|
|
|
#: fileviewgitplugin.cpp:345
|
|
msgctxt "@info:status"
|
|
msgid "Adding files to <application>Git</application> repository..."
|
|
msgstr "將檔案新增到 <application>Git</application> 主目錄..."
|
|
|
|
#: fileviewgitplugin.cpp:346
|
|
msgctxt "@info:status"
|
|
msgid "Adding files to <application>Git</application> repository failed."
|
|
msgstr "將檔案新增到 <application>Git</application> 主目錄失敗。"
|
|
|
|
#: fileviewgitplugin.cpp:347
|
|
msgctxt "@info:status"
|
|
msgid "Added files to <application>Git</application> repository."
|
|
msgstr "已將檔案新增到 <application>Git</application> 主目錄。"
|
|
|
|
#: fileviewgitplugin.cpp:356
|
|
msgctxt "@info:status"
|
|
msgid "Removing files from <application>Git</application> repository..."
|
|
msgstr "將檔案從 <application>Git</application> 主目錄移除..."
|
|
|
|
#: fileviewgitplugin.cpp:357
|
|
msgctxt "@info:status"
|
|
msgid "Removing files from <application>Git</application> repository failed."
|
|
msgstr "將檔案從 <application>Git</application> 主目錄移除失敗。"
|
|
|
|
#: fileviewgitplugin.cpp:358
|
|
msgctxt "@info:status"
|
|
msgid "Removed files from <application>Git</application> repository."
|
|
msgstr "已將檔案從 <application>Git</application> 主目錄移除。"
|
|
|
|
#: fileviewgitplugin.cpp:392
|
|
msgctxt "@info:status"
|
|
msgid "Switched to branch '%1'"
|
|
msgstr "切換到分支 %1"
|
|
|
|
#: fileviewgitplugin.cpp:398
|
|
msgctxt ""
|
|
"@info:status Git HEAD pointer, parameter includes short SHA-1 & commit "
|
|
"message "
|
|
msgid "HEAD is now at %1"
|
|
msgstr "HEAD 目前指向 %1。"
|
|
|
|
#: fileviewgitplugin.cpp:402
|
|
msgctxt "@info:status"
|
|
msgid "Switched to a new branch '%1'"
|
|
msgstr "切換到新分支 %1"
|
|
|
|
#: fileviewgitplugin.cpp:413
|
|
msgctxt "@info:status"
|
|
msgid ""
|
|
"<application>Git</application> Checkout failed. Maybe your working directory "
|
|
"is dirty."
|
|
msgstr "<application>Git</application> 取出失敗。也許您的工作目錄裡發生衝突。"
|
|
|
|
#: fileviewgitplugin.cpp:472
|
|
msgctxt "@info:status"
|
|
msgid "Successfully created tag '%1'"
|
|
msgstr "成功建立標籤 %1"
|
|
|
|
#: fileviewgitplugin.cpp:477
|
|
msgctxt "@info:status"
|
|
msgid ""
|
|
"<application>Git</application> tag creation failed. A tag with the name '%1' "
|
|
"already exists."
|
|
msgstr "<application>Git</application> 標籤建立失敗。名為 %1 的標籤已存在。"
|
|
|
|
#: fileviewgitplugin.cpp:479
|
|
msgctxt "@info:status"
|
|
msgid "<application>Git</application> tag creation failed."
|
|
msgstr "<application>Git</application> 標籤建立失敗。"
|
|
|
|
#: fileviewgitplugin.cpp:491
|
|
msgctxt "@info:status"
|
|
msgid "Pushing branch %1 to %2:%3 failed."
|
|
msgstr "將分支 %1 傳回上游 %2:%3 失敗。"
|
|
|
|
#: fileviewgitplugin.cpp:493
|
|
msgctxt "@info:status"
|
|
msgid "Pushed branch %1 to %2:%3."
|
|
msgstr "標籤 %1 已傳回上游 %2:%3。"
|
|
|
|
#: fileviewgitplugin.cpp:495
|
|
msgctxt "@info:status"
|
|
msgid "Pushing branch %1 to %2:%3..."
|
|
msgstr "標籤 %1 正在傳回上游 %2:%3..."
|
|
|
|
#: fileviewgitplugin.cpp:512
|
|
msgctxt "@info:status"
|
|
msgid "Pulling branch %1 from %2 failed."
|
|
msgstr "從上游 %2 合併分支 %1 失敗。"
|
|
|
|
#: fileviewgitplugin.cpp:514
|
|
msgctxt "@info:status"
|
|
msgid "Pulled branch %1 from %2 successfully."
|
|
msgstr "已成功從上游 %2 合併分支 %1。"
|
|
|
|
#: fileviewgitplugin.cpp:516
|
|
msgctxt "@info:status"
|
|
msgid "Pulling branch %1 from %2..."
|
|
msgstr "正在從上游 %2 合併分支 %1..."
|
|
|
|
#: fileviewgitplugin.cpp:569 fileviewgitplugin.cpp:581
|
|
msgctxt "@info:status"
|
|
msgid "Branch is already up-to-date."
|
|
msgstr "分支已經是最新版了。"
|
|
|
|
#: fileviewgitplugin.cpp:585
|
|
msgctxt "@info:status"
|
|
msgid "Merge conflicts occurred. Fix them and commit the result."
|
|
msgstr "合併時發生衝突。請修正後再提交。"
|
|
|
|
#: pulldialog.cpp:33
|
|
msgctxt "@title:window"
|
|
msgid "<application>Git</application> Pull"
|
|
msgstr "<application>Git</application> 從上游合併"
|
|
|
|
#: pulldialog.cpp:36
|
|
msgctxt "@action:button"
|
|
msgid "Pull"
|
|
msgstr "從上游合併"
|
|
|
|
#: pulldialog.cpp:42
|
|
msgctxt "@title:group The source to pull from"
|
|
msgid "Source"
|
|
msgstr "來源"
|
|
|
|
#: pulldialog.cpp:46 pushdialog.cpp:48
|
|
msgctxt "@label:listbox a git remote"
|
|
msgid "Remote:"
|
|
msgstr "遠端:"
|
|
|
|
#: pulldialog.cpp:51
|
|
msgctxt "@label:listbox"
|
|
msgid "Remote branch:"
|
|
msgstr "遠端分支:"
|
|
|
|
#: pushdialog.cpp:34
|
|
msgctxt "@title:window"
|
|
msgid "<application>Git</application> Push"
|
|
msgstr "<application>Git</application> 傳回上游"
|
|
|
|
#: pushdialog.cpp:37
|
|
msgctxt "@action:button"
|
|
msgid "Push"
|
|
msgstr "傳回上游"
|
|
|
|
#: pushdialog.cpp:44
|
|
msgctxt "@title:group The remote host"
|
|
msgid "Destination"
|
|
msgstr "目的地"
|
|
|
|
#: pushdialog.cpp:56
|
|
msgctxt "@title:group"
|
|
msgid "Branches"
|
|
msgstr "分支"
|
|
|
|
#: pushdialog.cpp:60
|
|
msgctxt "@label:listbox"
|
|
msgid "Local Branch:"
|
|
msgstr "本地分支:"
|
|
|
|
#: pushdialog.cpp:67
|
|
msgctxt "@label:listbox"
|
|
msgid "Remote Branch:"
|
|
msgstr "遠端分支:"
|
|
|
|
#: pushdialog.cpp:77
|
|
msgctxt "@info:tooltip"
|
|
msgid ""
|
|
"Proceed even if the remote branch is not an ancestor of the local branch."
|
|
msgstr "即使本地端分支不是從遠端分支衍生而來,一樣進行。"
|
|
|
|
#. i18n: file: fileviewgitpluginsettings.kcfg:7
|
|
#. i18n: ectx: label, entry (commitDialogHeight), group (CommitDialogSettings)
|
|
#: rc.cpp:3
|
|
msgid "Dialog height"
|
|
msgstr "對話框高度"
|
|
|
|
#. i18n: file: fileviewgitpluginsettings.kcfg:12
|
|
#. i18n: ectx: label, entry (commitDialogWidth), group (CommitDialogSettings)
|
|
#: rc.cpp:6
|
|
msgid "Dialog width"
|
|
msgstr "對話框寬度"
|
|
|
|
#: tagdialog.cpp:40
|
|
msgctxt "@title:window"
|
|
msgid "<application>Git</application> Create Tag"
|
|
msgstr "<application>Git</application> 建立標籤"
|
|
|
|
#: tagdialog.cpp:43
|
|
msgctxt "@action:button"
|
|
msgid "Create Tag"
|
|
msgstr "建立標籤"
|
|
|
|
#: tagdialog.cpp:49
|
|
msgctxt "@title:group"
|
|
msgid "Tag Information"
|
|
msgstr "標籤資訊"
|
|
|
|
#: tagdialog.cpp:53
|
|
msgctxt "@label:textbox"
|
|
msgid "Tag Name:"
|
|
msgstr "標籤名稱:"
|
|
|
|
#: tagdialog.cpp:61
|
|
msgctxt "@label:textbox"
|
|
msgid "Tag Message:"
|
|
msgstr "標籤訊息:"
|
|
|
|
#: tagdialog.cpp:70
|
|
msgctxt "@title:group"
|
|
msgid "Attach to"
|
|
msgstr "附加到"
|
|
|
|
#: tagdialog.cpp:75
|
|
msgctxt "@label:listbox"
|
|
msgid "Branch:"
|
|
msgstr "分支:"
|
|
|
|
#: tagdialog.cpp:121
|
|
msgctxt "@info:tooltip"
|
|
msgid "You must enter a tag name first."
|
|
msgstr "您必須先輸入標籤名稱。"
|
|
|
|
#: tagdialog.cpp:124
|
|
msgctxt "@info:tooltip"
|
|
msgid "Tag names may not contain any whitespace."
|
|
msgstr "標籤名稱不能包含空白。"
|
|
|
|
#: tagdialog.cpp:127
|
|
msgctxt "@info:tooltip"
|
|
msgid "A tag named '%1' already exists."
|
|
msgstr "名為 '%1 的標籤已經存在。"
|