liquid_feedback_frontend

annotate locale/translations.zh-TW.lua @ 1185:fef745f9e22f

Updated translation files
author bsw
date Thu Mar 26 21:01:05 2015 +0100 (2015-03-26)
parents a97bb3ca4cb4
children b27b327be05e
rev   line source
bsw@1185 1 #!/usr/bin/env lua
Chun-Ting@841 2 return {
bsw@1116 3 ["#{closed_ago} ago"] = false;
bsw@1116 4 ["#{count} Neutral"] = false;
bsw@1116 5 ["#{count} No"] = false;
bsw@1116 6 ["#{count} Yes, alternative choice"] = false;
bsw@1116 7 ["#{count} Yes, first choice"] = false;
bsw@973 8 ["#{count} canceled"] = "#{count} 個已取消";
Chun-Ting@844 9 ["#{count} finished"] = "#{count} 個已結束";
Chun-Ting@841 10 ["#{count} in discussion"] = "#{count} 個項目討論中";
Chun-Ting@841 11 ["#{count} in verification"] = "#{count} 個項目驗證中";
Chun-Ting@841 12 ["#{count} in voting"] = "#{count} 個項目表決中";
bsw@1116 13 ["#{count} matching issues found"] = false;
bsw@1116 14 ["#{count} matching members found"] = false;
Chun-Ting@845 15 ["#{count} more areas in this unit"] = "此單位的另外 #{count} 個領域";
Chun-Ting@841 16 ["#{count} new"] = "#{count} 個新的";
Chun-Ting@856 17 ["#{count} of them have an area delegation set"] = "其中 #{count} 個已設有領域委任";
Chun-Ting@858 18 ["#{count} of your outgoing delegation(s) are broken"] = "您所委任的表決中有 #{count} 個已經毀損";
bsw@1116 19 ["#{count} supporter"] = false;
bsw@1116 20 ["#{duration}"] = false;
Chun-Ting@858 21 ["#{interested_issues_to_vote_count} issue(s) you are interested in"] = "#{interested_issues_to_vote_count} 個您所關心的議題";
bsw@936 22 ["#{interval_text} [interval]"] = false;
bsw@936 23 ["#{interval_text} ago"] = false;
bsw@936 24 ["#{interval_text} left"] = false;
bsw@1116 25 ["#{interval} ago"] = false;
Chun-Ting@841 26 ["#{issues_to_vote_count} issue(s)"] = "#{issues_to_vote_count} 個議題";
bsw@1116 27 ["#{issue} is in voting"] = false;
Chun-Ting@841 28 ["#{name}\n\n"] = "#{name}\n\n";
Chun-Ting@841 29 ["#{number} Image(s) has been deleted"] = "#{number} 張圖片已被刪除";
Chun-Ting@841 30 ["#{number} Image(s) has been updated"] = "#{number} 張圖片已被更新";
bsw@1116 31 ["#{percentage}%"] = false;
Chun-Ting@841 32 ["#{policy_name} ##{issue_id}"] = false;
Chun-Ting@841 33 ["#{policy} ##{id}"] = false;
bsw@1116 34 ["#{result}: #{yes_count} Yes (#{yes_percent}), #{no_count} No (#{no_percent}), #{neutral_count} Abstention (#{neutral_percent})"] = false;
bsw@1116 35 ["#{result}: No votes (0)"] = false;
bsw@1116 36 ["(+ #{count} potential)"] = false;
bsw@1116 37 ["(1) Admission"] = false;
bsw@1116 38 ["(1) Admission phase"] = false;
bsw@1116 39 ["(2) Discussion"] = false;
bsw@1116 40 ["(2) Discussion phase"] = false;
bsw@1116 41 ["(3) Verification"] = false;
bsw@1116 42 ["(3) Verification phase"] = false;
bsw@1116 43 ["(4) Voting"] = false;
bsw@1116 44 ["(4) Voting phase"] = false;
bsw@1116 45 ["(5) Result"] = false;
bsw@1116 46 ["(invited)"] = false;
Chun-Ting@841 47 ["(new window)"] = "(新視窗)";
Chun-Ting@841 48 ["+ #{weight}"] = "+ #{weight}";
bsw@1116 49 ["+ add new subject area"] = false;
Chun-Ting@841 50 ["+getElementById("] = false;
bsw@1116 51 ["1 matching issue found"] = false;
bsw@1116 52 ["1 matching member found"] = false;
bsw@1116 53 ["4 phases of a decision"] = false;
bsw@1116 54 ["A short title (80 chars max)"] = false;
Chun-Ting@841 55 ["API key has been created"] = "API-碼已被製造";
Chun-Ting@841 56 ["API key has been deleted"] = "API-碼已被刪除";
Chun-Ting@856 57 ["Abandon global delegation for this area"] = "停止此領域中的全面委任";
Chun-Ting@856 58 ["Abandon unit and area delegations for this issue"] = "停止此議題的單位及領域委任";
jbe@992 59 ["Abandon unit delegation"] = false;
Chun-Ting@856 60 ["Abandon unit delegation for this area"] = "停止此領域的單位委任";
Chun-Ting@841 61 ["About site"] = "關於本站";
Chun-Ting@841 62 ["Abstention"] = "棄權";
Chun-Ting@841 63 ["Abstention [many entries]"] = "棄權";
Chun-Ting@841 64 ["Abstention [single entry]"] = "棄權";
Chun-Ting@841 65 ["Accepted at"] = "接受於";
bsw@1116 66 ["Account history"] = false;
bsw@1116 67 ["Activated"] = false;
Chun-Ting@841 68 ["Active?"] = "確定啟用?";
bsw@1116 69 ["Add a new competing initiative to issue"] = false;
bsw@1116 70 ["Add a new suggestion for improvement"] = false;
Chun-Ting@841 71 ["Address"] = "地址";
Chun-Ting@841 72 ["Admin?"] = "管理員?";
bsw@1116 73 ["Administrative notice:"] = false;
bsw@1116 74 ["Admission"] = false;
Chun-Ting@844 75 ["Admission time"] = "遞交期";
Chun-Ting@844 76 ["Admitted"] = "已遞交";
Chun-Ting@856 77 ["All areas in my units"] = "我單位中所有領域";
bsw@1116 78 ["All fields are optional. Please enter only data which should be published."] = false;
bsw@1116 79 ["All initiatives failed 2nd quorum"] = false;
Chun-Ting@841 80 ["All units"] = "所有單位";
bsw@1116 81 ["Allowed policies"] = false;
Chun-Ting@856 82 ["Apply global delegation for this area (Currently: #{delegate_name} [#{scope}])"] = "對此領域使用全面委任 (目前: #{delegate_name} [#{scope}])";
Chun-Ting@856 83 ["Apply global or area delegation for this issue (Currently: #{delegate_name} [#{scope}])"] = "對此議題使用全面或是領域委任 (目前: #{delegate_name} [#{scope}])";
Chun-Ting@856 84 ["Apply unit delegation for this area (Currently: #{delegate_name} [#{scope}])"] = "對此領域使用單位委任 (目前: #{delegate_name} [#{scope}])";
Chun-Ting@856 85 ["Apply unit or area delegation for this issue (Currently: #{delegate_name} [#{scope}])"] = "對此議題使用單位或領域委任 (目前: #{delegate_name} [#{scope}])";
Chun-Ting@845 86 ["Approval (#th preference) [many entries]"] = "贊同 (第 # 順位)";
Chun-Ting@845 87 ["Approval (#th preference) [single entry]"] = "贊同 (第 # 順位)";
Chun-Ting@845 88 ["Approval (first preference) [many entries]"] = "贊同 (第一順位)";
Chun-Ting@845 89 ["Approval (first preference) [single entry]"] = "贊同 (第一順位)";
Chun-Ting@845 90 ["Approval (second preference) [many entries]"] = "贊同 (第二順位)";
Chun-Ting@845 91 ["Approval (second preference) [single entry]"] = "贊同 (第二順位)";
Chun-Ting@845 92 ["Approval (third preference) [many entries]"] = "贊同 (第三順位)";
Chun-Ting@845 93 ["Approval (third preference) [single entry]"] = "贊同 (第三順位)";
Chun-Ting@845 94 ["Approval [many entries]"] = "贊同";
Chun-Ting@845 95 ["Approval [single entry]"] = "贊同";
Chun-Ting@841 96 ["Approved"] = "通過";
bsw@1116 97 ["Are you aware that revoking an initiative is irrevocable?"] = false;
Chun-Ting@844 98 ["Area"] = "領域";
Chun-Ting@856 99 ["Area delegation"] = "領域委任";
bsw@1116 100 ["As long as you are interested in this issue yourself, the delegation is suspended for this issue, but it will be applied again in the voting phase unless you vote yourself."] = false;
bsw@1116 101 ["As soon as one initiative of this issue reaches the 1st quorum of #{quorum} support, the issue will proceed to discussion phase."] = false;
Chun-Ting@841 102 ["Author"] = "作者";
bsw@1116 103 ["Available policies"] = false;
Chun-Ting@841 104 ["Avatar"] = "頭像";
bsw@1116 105 ["Ballot of '#{member_name}'"] = false;
Chun-Ting@841 106 ["Become a member"] = "成為成員";
bsw@1116 107 ["Before creating a new issue, please check any existant issues before, if the topic is already in discussion."] = false;
bsw@1116 108 ["Best not admitted initiative"] = false;
Chun-Ting@841 109 ["Birthday"] = "生日";
Chun-Ting@856 110 ["Broken delegations"] = "毀損的委任";
Chun-Ting@841 111 ["Calculation"] = "計數";
Chun-Ting@856 112 ["Can't remove last initiator"] = "無法移除最末位發起者";
Chun-Ting@841 113 ["Can't send confirmation email"] = "無法寄送確認電郵";
Chun-Ting@841 114 ["Cancel"] = "取消";
jbe@1033 115 ["Cancel issue"] = false;
bsw@1116 116 ["Cancel issue ##{id}"] = false;
jbe@1033 117 ["Canceled by administrative intervention"] = false;
Chun-Ting@841 118 ["Change email address"] = "更改電郵地址";
Chun-Ting@841 119 ["Change order"] = "更改排序";
bsw@1116 120 ["Check and enter personal data"] = false;
bsw@1116 121 ["Check your #{scope} delegation to '#{trustee_name}' for '#{context}'"] = false;
jbe@992 122 ["Check your delegations!"] = false;
bsw@1116 123 ["Check your outgoing delegations"] = false;
bsw@1116 124 ["Choose a formatting engine:"] = false;
bsw@1116 125 ["Choose a member to invite"] = false;
bsw@1116 126 ["Choose an initiator to remove"] = false;
Chun-Ting@841 127 ["Choose member"] = "選擇成員";
bsw@1116 128 ["Choose timing"] = false;
bsw@1116 129 ["Choose your delegatee"] = false;
Chun-Ting@844 130 ["Closed"] = "結案";
Chun-Ting@844 131 ["Closed issues"] = "已結案議題";
bsw@1116 132 ["Closed user group"] = false;
Chun-Ting@841 133 ["Collective opinion of supporters"] = "支持者的整體意見";
bsw@1116 134 ["Collective rating"] = false;
Chun-Ting@841 135 ["Compare"] = "比較";
bsw@1116 136 ["Comparision of revisions #{id1} and #{id2}"] = false;
bsw@1116 137 ["Competing initiatives"] = false;
bsw@1116 138 ["Competing initiatives failed the 2nd quorum (#{num}/#{den}):"] = false;
bsw@1116 139 ["Competing initiatives in pairwise comparison to best initiative:"] = false;
bsw@1116 140 ["Competing initiatives in pairwise comparison to winner:"] = false;
Chun-Ting@841 141 ["Configure notifications now"] = "立即設定通知";
Chun-Ting@841 142 ["Confirm"] = "確認";
bsw@1116 143 ["Confirm notification address"] = false;
bsw@1116 144 ["Confirm your email address"] = false;
Chun-Ting@841 145 ["Confirmation code"] = "確認碼";
Chun-Ting@841 146 ["Confirmation code invalid!"] = "確認碼無效!";
Chun-Ting@841 147 ["Contacts"] = "通訊錄";
bsw@1116 148 ["Create a new issue"] = false;
Chun-Ting@844 149 ["Create new policy"] = "新增新的規則";
Chun-Ting@844 150 ["Create new unit"] = "新增新的單位";
Chun-Ting@844 151 ["Created at"] = "新增於";
bsw@1116 152 ["Current delegatee"] = false;
Chun-Ting@844 153 ["Current name"] = "目前代號";
jbe@992 154 ["Current phase is already closed."] = false;
Chun-Ting@841 155 ["Current status"] = "目前狀態";
jbe@992 156 ["Current unit and area delegations need confirmation"] = false;
Chun-Ting@844 157 ["Current votings in areas you are member of and issues you are interested in:"] = "目前在您的領域或您所關心的議題中正進行的表決:";
Chun-Ting@841 158 ["Currently no API key is set."] = "目前並無 API-碼被設置.";
Chun-Ting@844 159 ["Currently required"] = "目前所需人數";
bsw@1116 160 ["Currently this is the only initiative in this issue, because nobody started a competing initiative (yet)."] = false;
Chun-Ting@841 161 ["Date format is not valid. Please use following format: YYYY-MM-DD"] = "日期格式無效。請使用下列格式:年年年年-月月-日日,例如:1945-05-23";
bsw@1116 162 ["Deactivate member"] = false;
Chun-Ting@844 163 ["Default Policy"] = "預設規則";
Chun-Ting@845 164 ["Degree"] = "程度";
Chun-Ting@856 165 ["Delegate area"] = "領域委任";
Chun-Ting@856 166 ["Delegate issue"] = "議題委任";
Chun-Ting@856 167 ["Delegate unit"] = "單位委任";
Chun-Ting@844 168 ["Delegation abandoned"] = "委任已被停止";
Chun-Ting@844 169 ["Delegation turned off for area"] = "對領域的委任被停用";
Chun-Ting@841 170 ["Delegation turned off for issue"] = "對議題的委任被停用";
Chun-Ting@856 171 ["Delegations"] = "委任清單";
bsw@1116 172 ["Describe how the proposal and/or the reasons of the initiative could be improved"] = false;
Chun-Ting@841 173 ["Description"] = "描述";
Chun-Ting@844 174 ["Details"] = "詳細資料";
Chun-Ting@841 175 ["Developer settings"] = "開發者設定";
bsw@1116 176 ["Did the initiator implement this suggestion?"] = false;
Chun-Ting@844 177 ["Direct majority"] = "直接表決多數";
bsw@1116 178 ["Direct majority denominator"] = false;
Chun-Ting@844 179 ["Direct majority non negative"] = "直接表決多數非否定票";
Chun-Ting@844 180 ["Direct majority numerator"] = "直接表決多數分子";
Chun-Ting@844 181 ["Direct majority positive"] = "直接表決多數肯定票";
Chun-Ting@841 182 ["Disapproval (prefer to last block) [many entries]"] = "否決 (但較偏好此草案於前數個被否決的草案)";
Chun-Ting@841 183 ["Disapproval (prefer to last block) [single entry]"] = "否決 (但較偏好此草案於前個被否決的草案)";
Chun-Ting@841 184 ["Disapproval (prefer to lower block) [many entries]"] = "否決 (但較偏好此草案於下層被否決的眾草案)";
Chun-Ting@841 185 ["Disapproval (prefer to lower block) [single entry]"] = "否決 (但較偏好此草案於下層被否決的草案)";
Chun-Ting@841 186 ["Disapproval (prefer to lower blocks) [many entries]"] = "否決 (但較偏好此草案於下數層被否決的草案)";
Chun-Ting@841 187 ["Disapproval (prefer to lower blocks) [single entry]"] = "否決 (但較偏好此草案於下層被否決的眾草案)";
Chun-Ting@841 188 ["Disapproval [many entries]"] = "否決";
Chun-Ting@841 189 ["Disapproval [single entry]"] = "否決";
bsw@1116 190 ["Disapproved"] = false;
bsw@1116 191 ["Discard my vote"] = false;
Chun-Ting@844 192 ["Discussion"] = "討論期";
bsw@1116 193 ["Discussion #{time_info}"] = false;
Chun-Ting@841 194 ["Discussion URL"] = "討論網址";
Chun-Ting@841 195 ["Discussion started"] = "討論已開始";
Chun-Ting@841 196 ["Discussion time"] = "剩餘討論時間";
bsw@1116 197 ["Do you really want to irrevocably deactive this member?"] = false;
bsw@1116 198 ["Do you want to suggest to support another initiative?"] = false;
Chun-Ting@841 199 ["Download"] = "下載";
Chun-Ting@841 200 ["Download database export"] = "下載匯出的資料庫";
Chun-Ting@841 201 ["Download documents"] = "下載文件";
bsw@1116 202 ["Draft history"] = false;
bsw@1116 203 ["Draft revision #{id}"] = false;
bsw@1116 204 ["During the discussion phase, the issue is debated on while the initiators improve the proposals and reasons in their initiatives. Supporters of initiatives can write and rate suggestions for improvement."] = false;
bsw@1116 205 ["During the verification phase, existing initiatives cannot be changed anymore. Initiatives need to pass the 2nd quorum of #{quorum} at end of verification phase to become admitted for voting."] = false;
bsw@1116 206 ["During the voting phase, votes for all admitted initiatives in this issue can be cast. The final result will be calculated as soon as this phase ends."] = false;
bsw@1116 207 ["Edit again"] = false;
Chun-Ting@841 208 ["Edit initiative"] = "編輯提案";
bsw@1116 209 ["Edit voting comment"] = false;
bsw@1116 210 ["Edit your profile data"] = false;
Chun-Ting@844 211 ["Eligible as winner"] = "有獲選者資格";
bsw@1116 212 ["Eligible members (#{count})"] = false;
Chun-Ting@841 213 ["Eligible voters"] = "合格投票人";
Chun-Ting@841 214 ["Email address"] = "電郵地址";
Chun-Ting@841 215 ["Email address confirmation"] = "確認電郵地址";
bsw@1116 216 ["Email address for notifications"] = false;
Chun-Ting@841 217 ["Email address is confirmed now"] = "電郵地址現已被確認";
Chun-Ting@841 218 ["Email address too short!"] = "電郵地址太短!";
Chun-Ting@841 219 ["Email confirmation request"] = "申請電郵地址確認";
bsw@1116 220 ["Emphasis"] = false;
bsw@1116 221 ["Enter a new email address:"] = false;
bsw@1116 222 ["Enter a new login name"] = false;
bsw@1116 223 ["Enter a new password:"] = false;
bsw@1116 224 ["Enter a new screen name:"] = false;
bsw@1116 225 ["Enter a title for your initiative (max. 140 chars):"] = false;
bsw@1116 226 ["Enter your current password:"] = false;
bsw@1116 227 ["Enter your new password again please:"] = false;
bsw@1116 228 ["Enter your proposal and/or reasons"] = false;
bsw@1116 229 ["Enter your proposal and/or reasons:"] = false;
Chun-Ting@841 230 ["Error while converting image. Please note, that only JPG files are supported!"] = "轉換圖片錯誤。請注意,只支援 JPG 檔案!";
Chun-Ting@841 231 ["Error while updating member, database reported:<br /><br /> (#{errormessage})"] = "更新成員錯誤,系統通報錯誤訊息:<br /><br /> (#{errormessage})";
Chun-Ting@841 232 ["Etherpad authentication failed"] = "Etherpad 認證失敗";
Chun-Ting@841 233 ["External memberships"] = "外部成員";
Chun-Ting@841 234 ["External posts"] = "外部職位";
bsw@1116 235 ["Failed #{sign}#{num}/#{den}"] = false;
bsw@1116 236 ["Failed 1st quorum"] = false;
jbe@1000 237 ["Finish delegation check"] = false;
Chun-Ting@844 238 ["Finish voting"] = "完成投票";
bsw@1116 239 ["Finished with winner"] = false;
bsw@1116 240 ["For numbered items use a digit (e.g. 1) followed by a dot (.) and a space"] = false;
bsw@1116 241 ["For which issue phases do you like to receive notification emails?"] = false;
jbe@992 242 ["Forgot login name?"] = false;
jbe@992 243 ["Forgot password?"] = false;
bsw@1116 244 ["Formatting help"] = false;
bsw@1116 245 ["Free timing:"] = false;
Chun-Ting@844 246 ["Frozen"] = "底定期";
Chun-Ting@844 247 ["Fully frozen at"] = "全底定於";
Chun-Ting@841 248 ["Generate API key"] = "產生 API-碼";
Chun-Ting@856 249 ["Global delegation"] = "全面委任";
bsw@1116 250 ["Go back to home page"] = false;
Chun-Ting@844 251 ["Half frozen at"] = "半底定於";
bsw@1116 252 ["Headlines"] = false;
Chun-Ting@841 253 ["Hello\n\n"] = "您好\n\n";
Chun-Ting@841 254 ["Hello "] = "您好 ";
jbe@992 255 ["Hello,\n\n"] = false;
Chun-Ting@858 256 ["Help #{id}"] = "說明文件 #{id}";
Chun-Ting@841 257 ["Hide"] = "隱藏";
bsw@1185 258 ["Hide inactive"] = false;
Chun-Ting@841 259 ["Hint"] = "提示";
Chun-Ting@841 260 ["History"] = "紀錄";
Chun-Ting@841 261 ["Home"] = "首頁";
bsw@1116 262 ["How important is your suggestions for you?"] = false;
bsw@1116 263 ["How this member voted"] = false;
bsw@1116 264 ["I do not like to hear from this member"] = false;
bsw@1116 265 ["I do not like to receive notifications by email"] = false;
bsw@1116 266 ["I don't like any of the initiative in this issue and I want to add my opinion or counter proposal"] = false;
bsw@1116 267 ["I don't like this initiative and I want to add my opinion or counter proposal"] = false;
bsw@1116 268 ["I don't like to vote this issue (myself):"] = false;
bsw@1116 269 ["I like this initiative and I want to support it"] = false;
bsw@1116 270 ["I like to change/revoke my vote:"] = false;
bsw@1116 271 ["I like to receive notifications"] = false;
bsw@1116 272 ["I like to vote on this issue:"] = false;
bsw@1116 273 ["I understand, that this is not revocable"] = false;
bsw@1116 274 ["I want to change account settings"] = false;
bsw@1116 275 ["I want to change the interface language"] = false;
bsw@1116 276 ["I want to customize my profile"] = false;
bsw@1116 277 ["I want to deactive this member irrevocably"] = false;
bsw@1116 278 ["I want to delegate my vote"] = false;
bsw@1116 279 ["I want to delegate this issue"] = false;
bsw@1116 280 ["I want to delegate this organizational unit"] = false;
bsw@1116 281 ["I want to delegate this subject area"] = false;
bsw@1116 282 ["I want to download all data"] = false;
bsw@1116 283 ["I want to improve this initiative"] = false;
bsw@1116 284 ["I want to know whats going on"] = false;
bsw@1116 285 ["I want to learn more about LiquidFeedback"] = false;
bsw@1116 286 ["I want to logout"] = false;
bsw@1116 287 ["I want to manage my saved contacts"] = false;
bsw@1116 288 ["I want to participate in this issue"] = false;
bsw@1116 289 ["I want to participate in this subject area"] = false;
bsw@1116 290 ["I want to save this member as contact (i.e. to use as delegatee)"] = false;
bsw@1116 291 ["I want to start a new initiative"] = false;
bsw@1116 292 ["I want to stay informed"] = false;
bsw@1116 293 ["I want to take a look at other organizational units"] = false;
bsw@1116 294 ["I'm interested in this issue"] = false;
bsw@1116 295 ["I'm supporting this initiative"] = false;
Chun-Ting@841 296 ["Id"] = "身分";
Chun-Ting@841 297 ["Identification"] = "身分";
Chun-Ting@841 298 ["If this link is not working, please open following url in your web browser:\n\n"] = "若此連結失效,請於您的瀏覽器開啟下列網址:\n\n";
bsw@1116 299 ["If you cannot find any appropriate existing issue, "] = false;
Chun-Ting@917 300 ["Implicitly admitted"] = "被默許遞交";
Chun-Ting@844 301 ["Incoming delegations"] = "受委任的表決";
bsw@1116 302 ["Incoming delegations for '#{member_name}'"] = false;
bsw@1116 303 ["Incoming delegations for '#{member}'"] = false;
bsw@1116 304 ["Indent sub items with spaces"] = false;
Chun-Ting@841 305 ["Index"] = "索引";
Chun-Ting@841 306 ["Indirect majority"] = "間接多數";
bsw@1116 307 ["Indirect majority denominator"] = false;
Chun-Ting@844 308 ["Indirect majority non negative"] = "間接多數非否定票";
Chun-Ting@841 309 ["Indirect majority numerator"] = "間接多數分子";
Chun-Ting@844 310 ["Indirect majority positive"] = "間接多數肯定票";
bsw@1116 311 ["Individual ratings"] = false;
Chun-Ting@841 312 ["Initiative is revoked now"] = "提案目前被撤銷";
bsw@1116 313 ["Initiative not admitted"] = false;
Chun-Ting@841 314 ["Initiative quorum"] = "提案法定門檻";
bsw@1116 315 ["Initiative quorum denominator"] = false;
Chun-Ting@841 316 ["Initiative quorum numerator"] = "提案法定門檻分子";
Chun-Ting@841 317 ["Initiative revoked"] = "提案被撤銷";
Chun-Ting@844 318 ["Initiative successfully created"] = "提案新增成功";
Chun-Ting@841 319 ["Initiative successfully updated"] = "提案更新成功";
Chun-Ting@841 320 ["Initiative: "] = "提案: ";
bsw@1116 321 ["Initiatives"] = false;
bsw@1116 322 ["Initiatives and issues"] = false;
bsw@1116 323 ["Initiatives created by this member"] = false;
Chun-Ting@856 324 ["Initiatives that invited you to become initiator:"] = "邀請您成為發起者的提案:";
Chun-Ting@856 325 ["Initiator invites"] = "發起者邀請";
Chun-Ting@856 326 ["Initiators"] = "發起者";
bsw@1116 327 ["Interest already removed"] = false;
Chun-Ting@841 328 ["Interest removed"] = "刪除關心議題";
Chun-Ting@841 329 ["Interest updated"] = "更新關心議題";
Chun-Ting@841 330 ["Interested members"] = "對此關心的成員";
Chun-Ting@841 331 ["Internal posts"] = "內部職位";
Chun-Ting@845 332 ["Interval format:"] = "期限形式:";
bsw@1116 333 ["Introduction"] = false;
Chun-Ting@841 334 ["Invalid login name or password!"] = "帳號或是密碼無效!";
bsw@1116 335 ["Invalid timing"] = false;
Chun-Ting@841 336 ["Invitation has been refused"] = "邀請已被婉拒";
Chun-Ting@844 337 ["Invitation to LiquidFeedback"] = "邀請至 LiquidFeedback";
Chun-Ting@856 338 ["Invite an initiator to initiative"] = "邀請發起者來提案";
Chun-Ting@841 339 ["Invite code"] = "邀請碼";
bsw@1116 340 ["Invite member"] = false;
Chun-Ting@841 341 ["Invited"] = "已被邀請";
bsw@1116 342 ["Issue #"] = false;
Chun-Ting@841 343 ["Issue ##{id}"] = "議題 ##{id}";
bsw@1116 344 ["Issue ##{issue_id}: #{initiative_name}"] = false;
Chun-Ting@856 345 ["Issue delegation"] = "議題委任";
jbe@1033 346 ["Issue has been canceled"] = false;
Chun-Ting@841 347 ["Issue quorum"] = "議題法定門檻";
bsw@1116 348 ["Issue quorum denominator"] = false;
Chun-Ting@841 349 ["Issue quorum numerator"] = "議題法定門檻分子";
Chun-Ting@841 350 ["Issue reached next phase"] = "議題進入下個階段";
bsw@1116 351 ["Issues in admission phase"] = false;
bsw@1116 352 ["Issues in discussion phase"] = false;
bsw@1116 353 ["Issues in verification phase"] = false;
bsw@1116 354 ["Issues in voting phase"] = false;
Chun-Ting@841 355 ["Issues:"] = "議題:";
Chun-Ting@841 356 ["JavaScript is disabled or not available."] = "JavaScript 被停用或尚未安裝.";
Chun-Ting@844 357 ["Last activity (updated daily)"] = "最新動態 (每日更新)";
bsw@1116 358 ["Last counting:"] = false;
bsw@1116 359 ["Latest approved issue"] = false;
bsw@1116 360 ["Latest disapproved issue"] = false;
Chun-Ting@844 361 ["Latest events"] = "最新動態";
bsw@1116 362 ["Links"] = false;
Chun-Ting@844 363 ["LiquidFeedback"] = "LiquidFeedback";
bsw@1116 364 ["Lists"] = false;
bsw@1116 365 ["Lists must be preceeded and followed by at least one blank line"] = false;
Chun-Ting@841 366 ["Lock member?"] = "封鎖成員?";
Chun-Ting@841 367 ["Locked?"] = "被封鎖?";
Chun-Ting@841 368 ["Login"] = "登入";
Chun-Ting@841 369 ["Login name"] = "帳號";
jbe@992 370 ["Login name request"] = false;
jbe@992 371 ["Login-Name: "] = false;
Chun-Ting@841 372 ["Logout successful"] = "成功登出";
bsw@1116 373 ["Make your choice by placing the initiatives"] = false;
Chun-Ting@841 374 ["Member"] = "成員";
Chun-Ting@856 375 ["Member has been removed from initiators"] = "該成員不再是發起者";
Chun-Ting@841 376 ["Member has been removed from your contacts"] = "該成員不再是您的聯絡人";
Chun-Ting@841 377 ["Member has not approved latest draft"] = "該成員尚未通過最新草案";
Chun-Ting@844 378 ["Member inactive?"] = "該成員怠惰?";
Chun-Ting@841 379 ["Member is already saved in your contacts!"] = "該成員已是您的聯絡人!";
Chun-Ting@844 380 ["Member is not participating in any of the #{count} areas in this unit"] = "該成員不參與此單位中 #{count} 個領域的任何一個";
Chun-Ting@844 381 ["Member is not participating in the only area of the unit"] = "該成員不參與此單位中的唯一領域";
Chun-Ting@856 382 ["Member is now invited to be initiator"] = "該成員現被邀請為發起者";
Chun-Ting@841 383 ["Member list"] = "成員列表";
Chun-Ting@844 384 ["Member name"] = "成員代號";
bsw@1116 385 ["Member successfully deactivated"] = false;
Chun-Ting@841 386 ["Member successfully registered"] = "成員註冊成功";
Chun-Ting@841 387 ["Member successfully updated"] = "成員更新成功";
Chun-Ting@841 388 ["Members"] = "成員";
Chun-Ting@841 389 ["Memberships"] = "成員身分";
Chun-Ting@858 390 ["Missing help text: #{id}.#{lang}.txt"] = "缺少說明文件: #{id}.#{lang}.txt";
Chun-Ting@841 391 ["Mobile phone"] = "行動電話";
Chun-Ting@841 392 ["Move down"] = "下移";
Chun-Ting@841 393 ["Move up"] = "上移";
Chun-Ting@844 394 ["My areas"] = "我的領域";
Chun-Ting@856 395 ["Name"] = "使用者代號";
Chun-Ting@858 396 ["New"] = "遞交期";
bsw@1116 397 ["New area"] = false;
bsw@1116 398 ["New draft for initiative '#{initiative_name}'"] = false;
Chun-Ting@841 399 ["New drafts for #{count} initiative(s) you are supporting"] = "#{count} 個您所支持的提案有新草案";
Chun-Ting@841 400 ["New initiative"] = "新提案";
Chun-Ting@841 401 ["New initiative draft"] = "新提案之草案";
Chun-Ting@841 402 ["New issue"] = "新議題";
bsw@1116 403 ["New member"] = false;
bsw@1116 404 ["New organizational unit"] = false;
Chun-Ting@841 405 ["New passwords does not match."] = "重複輸入的新設密碼並不吻合";
Chun-Ting@841 406 ["New passwords is too short."] = "新設密碼太短";
bsw@1116 407 ["New policy"] = false;
Chun-Ting@856 408 ["New suggestion"] = "新增建議";
Chun-Ting@844 409 ["No"] = "否定";
bsw@1116 410 ["No (not yet)"] = false;
Chun-Ting@917 411 ["No admission needed"] = "無須遞交";
Chun-Ting@841 412 ["No changes to your images were made"] = "您的圖片未被更改";
Chun-Ting@844 413 ["No default"] = "無預設值";
Chun-Ting@856 414 ["No delegation"] = "無委任";
bsw@1116 415 ["No matching issues found"] = false;
bsw@1116 416 ["No matching members found"] = false;
Chun-Ting@844 417 ["No more events available"] = "無其他動態可選";
Chun-Ting@841 418 ["No multistage majority"] = "無多階段多數";
bsw@1116 419 ["No published contacts"] = false;
bsw@1116 420 ["No results for this selection"] = false;
Chun-Ting@841 421 ["No reverse beat path"] = "無循環性優先順序";
Chun-Ting@841 422 ["No suggestions"] = "無建議";
Chun-Ting@841 423 ["No suggestions yet"] = "尚無建議";
Chun-Ting@841 424 ["Not a member"] = "非成員";
Chun-Ting@841 425 ["Not voted issues"] = "未表決議題";
Chun-Ting@841 426 ["Notification address unconfirmed"] = "通知電郵地址尚未被確認";
Chun-Ting@841 427 ["Notification email"] = "通知電郵";
Chun-Ting@841 428 ["Notification level not set yet"] = "通知等級尚未被設定";
bsw@1116 429 ["Notifications"] = false;
bsw@1116 430 ["Notifications are only send to you about events in the subject areas you subscribed, the issues you are interested in and the initiatives you are supporting."] = false;
Chun-Ting@844 431 ["Number of incoming delegations, follow link to see more details"] = "受委任的表決數,請點入連結以查看詳細資料";
Chun-Ting@841 432 ["Old password is wrong"] = "舊密碼輸入錯誤";
Chun-Ting@841 433 ["On that page please enter the confirmation code:\n\n"] = "請在此頁面輸入確認碼:\n\n";
Chun-Ting@841 434 ["On that page please enter the invite key:\n\n"] = "請在此頁面輸入邀請碼:\n\n";
Chun-Ting@841 435 ["On that page please enter the reset code:\n\n"] = "請在此頁面輸入重設碼:\n\n";
Chun-Ting@841 436 ["One issue"] = "一個議題";
Chun-Ting@841 437 ["One issue you are interested in"] = "一個您所關心的議題";
Chun-Ting@845 438 ["One more area in this unit"] = "此單位的另一個領域";
Chun-Ting@856 439 ["One of them have an area delegation set"] = "其中設有一組領域委任";
Chun-Ting@841 440 ["Only for issues reaching the discussion phase"] = "限已進入討論階段的議題";
bsw@1116 441 ["Only for issues reaching the verification phase"] = false;
Chun-Ting@841 442 ["Only for issues reaching the voting phase"] = "限已進入表決階段的議題";
Chun-Ting@858 443 ["Open initiatives you are supporting which has been updated their draft:"] = "開啟您所支持的提案中有草稿更新者:";
Chun-Ting@856 444 ["Open issues"] = "開放性議題";
bsw@1116 445 ["Open the appropriate subject area where your issue fits in and follow the instruction on that page."] = false;
Chun-Ting@841 446 ["Options"] = "選項";
Chun-Ting@841 447 ["Organizational unit"] = "組織單位";
bsw@1116 448 ["Organizational units"] = false;
bsw@1116 449 ["Organizational units and subject areas"] = false;
Chun-Ting@841 450 ["Other failures"] = "其他錯誤";
Chun-Ting@844 451 ["Outgoing delegations"] = "所委任的表決";
bsw@1116 452 ["Page not found"] = false;
bsw@1116 453 ["Paragraphs"] = false;
Chun-Ting@844 454 ["Parent unit"] = "母單位";
Chun-Ting@841 455 ["Password"] = "密碼";
Chun-Ting@841 456 ["Password has been reset successfully"] = "密碼重設成功";
Chun-Ting@841 457 ["Password reset request"] = "申請密碼重設";
Chun-Ting@841 458 ["Passwords don't match!"] = "所輸入的密碼並不吻合";
Chun-Ting@841 459 ["Passwords must consist of at least 8 characters!"] = "密碼必須至少由 8 個符號組成";
bsw@1116 460 ["Personal information"] = false;
bsw@1116 461 ["Phase durations"] = false;
Chun-Ting@841 462 ["Phone"] = "電話";
Chun-Ting@841 463 ["Photo"] = "照片";
Chun-Ting@841 464 ["Please choose a login name. This name will not be shown to others and is used only by you to login into the system. The login name is case sensitive."] = "請選擇一個帳號。此帳號將不會顯示給其他使用者,而只由您在登入時使用。帳號的大小寫是有區別的。";
Chun-Ting@841 465 ["Please choose a member"] = "請選擇一個成員";
Chun-Ting@841 466 ["Please choose a name, i.e. your real name or your nick name. This name will be shown to others to identify you."] = "請選擇一個使用者代號,例如您的真名或綽號。此使用者代號將會顯示給其他使用者,以便辨認您。";
Chun-Ting@841 467 ["Please choose a password and enter it twice. The password is case sensitive."] = "請選擇一組密碼並輸入兩次。密碼的大小寫是有區分的。";
Chun-Ting@844 468 ["Please choose a policy"] = "請選擇一組規則";
bsw@1116 469 ["Please choose a policy for the new issue:"] = false;
bsw@1116 470 ["Please choose an area name"] = false;
Chun-Ting@841 471 ["Please choose two different versions of the draft to compare"] = "請選擇兩個不同版本的草案以比較。";
Chun-Ting@841 472 ["Please confirm your email address"] = "請確認您的電郵地址";
Chun-Ting@841 473 ["Please confirm your email address by clicking the following link:\n\n"] = "請點擊下列連結以確認您的電郵地址:\n\n";
jbe@992 474 ["Please decide for each delegation to confirm or to revoke it!"] = false;
bsw@1116 475 ["Please enter a meaningful title for your initiative!"] = false;
Chun-Ting@841 476 ["Please enter the email reset code you have received:"] = "請輸入您所收到的電郵重設碼:";
bsw@1116 477 ["Please enter the invite code you've received"] = false;
Chun-Ting@856 478 ["Please enter your email address. This address will be used for automatic notifications (if you request them) and in case you've lost your password. This address will not be published. After registration you will receive an email with a confirmation link."] = "請輸入您的電郵地址。此地址將為您申請密碼重設時自動通知的收件信箱。此電郵地址將不被公開。在註冊完成後您將收到一封電郵內含認證此信箱的連結。";
jbe@992 479 ["Please enter your email address. You will receive an email with your login name."] = false;
Chun-Ting@841 480 ["Please enter your login name. You will receive an email with a link to reset your password."] = "請輸入您的帳號。您將收到一封附有重設密碼連結的電子郵件。";
Chun-Ting@841 481 ["Please enter your new password twice."] = "請輸入您的新密碼兩次:";
Chun-Ting@841 482 ["Please select your preferred notification level"] = "請選擇所偏好的通知等級";
Chun-Ting@841 483 ["Policies"] = "規則";
Chun-Ting@841 484 ["Policy"] = "規則";
Chun-Ting@841 485 ["Policy '#{name}'"] = "規則 '#{name}'";
Chun-Ting@841 486 ["Policy list"] = "規則清單";
Chun-Ting@917 487 ["Polling mode"] = "計票模式";
Chun-Ting@844 488 ["Population"] = "人數";
Chun-Ting@841 489 ["Posts"] = "職位";
bsw@1116 490 ["Preference comparison"] = false;
bsw@1116 491 ["Preference voting"] = false;
Chun-Ting@841 492 ["Preview"] = "預覽";
bsw@1116 493 ["Preview of delegation"] = false;
bsw@1116 494 ["Preview of voting ballot"] = false;
bsw@1116 495 ["Private contacts"] = false;
Chun-Ting@841 496 ["Profession"] = "職業";
Chun-Ting@841 497 ["Publish"] = "公開";
bsw@1116 498 ["Publish now"] = false;
Chun-Ting@841 499 ["Published"] = "已公開";
bsw@1116 500 ["Published contacts"] = false;
bsw@1116 501 ["Put **double asterisks** around a phrase to make it bold"] = false;
bsw@1116 502 ["Put *asterisks* or around a phrase to make it italic"] = false;
bsw@1116 503 ["Put a hypen (-) or asterisk (*) followed by a space in front of each item"] = false;
bsw@1116 504 ["Quorums"] = false;
bsw@1116 505 ["Reached #{sign}#{num}/#{den}"] = false;
bsw@1116 506 ["Read and accept the terms and choose a password"] = false;
bsw@1116 507 ["Read more"] = false;
Chun-Ting@841 508 ["Real name"] = "真名";
bsw@1116 509 ["Recover login name"] = false;
Chun-Ting@841 510 ["Register new member"] = "登錄新成員";
bsw@1116 511 ["Registered members (#{count})"] = false;
Chun-Ting@841 512 ["Registration"] = "註冊";
Chun-Ting@841 513 ["Registration (step 1 of 3: Invite code)"] = "註冊 (三步驟之一:邀請碼)";
Chun-Ting@841 514 ["Registration (step 2 of 3: Personal information)"] = "註冊 (三步驟之二:個人資料)";
Chun-Ting@841 515 ["Registration (step 3 of 3: Terms of use and password)"] = "註冊 (三步驟之三:使用條款及密碼)";
Chun-Ting@841 516 ["Rejected"] = "被婉拒";
bsw@1116 517 ["Rejected (rank #{rank})"] = false;
Chun-Ting@841 518 ["Remove"] = "移除";
bsw@1116 519 ["Remove an initiator from initiative"] = false;
Chun-Ting@856 520 ["Remove initiator"] = "移除發起者";
Chun-Ting@841 521 ["Rendered"] = "已格式化";
jbe@992 522 ["Request email with login name"] = false;
Chun-Ting@841 523 ["Request password reset link"] = "申請重設密碼的連結";
Chun-Ting@841 524 ["Resend activation email to '#{email}'"] = "重寄啟用電郵至 '#{email}'";
Chun-Ting@841 525 ["Reset code"] = "重設碼";
Chun-Ting@841 526 ["Reset code is invalid!"] = "重設碼無效";
Chun-Ting@841 527 ["Reset password"] = "重設密碼";
Chun-Ting@841 528 ["Revoke initiative"] = "撤銷提案";
bsw@1116 529 ["Revoke now"] = false;
bsw@1116 530 ["Revoked (during admission)"] = false;
bsw@1116 531 ["Revoked (during discussion)"] = false;
bsw@1116 532 ["Revoked (during verification)"] = false;
Chun-Ting@841 533 ["Revoked at"] = "撤銷於";
bsw@1116 534 ["Rules of procedure"] = false;
Chun-Ting@841 535 ["Save"] = "儲存";
bsw@1116 536 ["Save new password"] = false;
bsw@1116 537 ["Save voting comment"] = false;
Chun-Ting@841 538 ["Saved contacts"] = "已存的聯絡人";
Chun-Ting@841 539 ["Schulze rank"] = "Schulze 排序";
Chun-Ting@841 540 ["Screen name"] = "使用者代號";
Chun-Ting@841 541 ["Search"] = "搜尋";
Chun-Ting@841 542 ["Search results for: '#{search}'"] = "'#{search}' 的搜尋結果";
Chun-Ting@841 543 ["Search term (only complete words)"] = "關鍵字 (限完整詞彙)";
bsw@1116 544 ["Select a notification level"] = false;
Chun-Ting@841 545 ["Select language \"#{langcode}\""] = "選擇 \"#{langcode}\" 語言";
Chun-Ting@841 546 ["Send invite?"] = "送出邀請?";
bsw@1116 547 ["Separate each paragraph with at least one blank line"] = false;
Chun-Ting@841 548 ["Set URL"] = "設定網址";
bsw@1116 549 ["Set area delegation"] = false;
bsw@1116 550 ["Set issue delegation"] = false;
Chun-Ting@856 551 ["Set unit delegation"] = "設定單位委任";
bsw@1116 552 ["Should the initiator implement this suggestion?"] = false;
Chun-Ting@841 553 ["Show"] = "顯示";
bsw@1116 554 ["Show all members"] = false;
bsw@1116 555 ["Show full history"] = false;
bsw@1116 556 ["Show full member list"] = false;
bsw@1185 557 ["Show inactive"] = false;
bsw@1116 558 ["Show less"] = false;
Chun-Ting@841 559 ["Show member"] = "顯示成員";
bsw@1116 560 ["Show more and rate this"] = false;
bsw@1116 561 ["Show my voting ballot"] = false;
Chun-Ting@844 562 ["Show older events"] = "顯示較早動態";
Chun-Ting@841 563 ["Show policies in use"] = "顯示所使用的規則";
Chun-Ting@844 564 ["Show policies not in use"] = "顯示停用規則";
bsw@1116 565 ["Show voting ballot"] = false;
Chun-Ting@841 566 ["Sorry, but there is not confirmed email address for your account. Please contact the administrator or support."] = "抱歉,您的帳號並無經認證的電郵地址。請聯絡管理員或支援。";
Chun-Ting@841 567 ["Sorry, but you are currently not invited"] = "抱歉,您目前未受邀請。";
Chun-Ting@841 568 ["Sorry, you have reached your personal flood limit. Please be slower..."] = "抱歉,您已經達到個人流量限制。請減緩...";
Chun-Ting@841 569 ["Sorry, your contingent for creating initiatives has been used up. Please try again later."] = "抱歉,您的提案申請額度已經用盡。請稍後重試!";
Chun-Ting@841 570 ["Source"] = "來源";
Chun-Ting@844 571 ["Statement"] = "自述";
Chun-Ting@841 572 ["Status"] = "狀態";
Chun-Ting@841 573 ["Status quo: #{rank}"] = "現狀: #{rank}";
Chun-Ting@844 574 ["Strict direct majority"] = "嚴格直接表決多數";
Chun-Ting@841 575 ["Strict indirect majority"] = "嚴格間接多數";
bsw@1116 576 ["Structured discussion"] = false;
Chun-Ting@841 577 ["Stylesheet URL has been updated"] = "樣式網址已更新";
bsw@1116 578 ["Subject area subscribed"] = false;
bsw@1116 579 ["Subject areas"] = false;
bsw@1116 580 ["Subscribed members (#{count})"] = false;
bsw@1116 581 ["Subscription already removed"] = false;
bsw@1116 582 ["Subscription removed"] = false;
Chun-Ting@858 583 ["Suggest no initiative"] = "無建議提案";
Chun-Ting@841 584 ["Suggestion"] = "建議";
Chun-Ting@856 585 ["Suggestion currently implemented"] = "建議目前被採納";
Chun-Ting@856 586 ["Suggestion currently not implemented"] = "建議目前未被採納";
Chun-Ting@841 587 ["Suggestion does not exist anymore"] = "建議不再存在";
bsw@1116 588 ["Suggestion for improvement #{id}"] = false;
Chun-Ting@841 589 ["Suggestions"] = "建議";
bsw@1116 590 ["Suggestions for improvement (#{count})"] = false;
Chun-Ting@858 591 ["Syntax help"] = "Syntax 說明";
bsw@1116 592 ["System administration"] = false;
bsw@1116 593 ["System settings"] = false;
bsw@1116 594 ["Take a look through the existing issues. Maybe someone else started a debate on your topic (and you can join it) or the topic has been decided already in the past."] = false;
bsw@1116 595 ["Tell others about this initiative:"] = false;
Chun-Ting@841 596 ["Terms of use"] = "使用條款";
Chun-Ting@841 597 ["The code you've entered is invalid"] = "您所輸入的密碼無效";
Chun-Ting@841 598 ["The draft of this initiative has been updated!"] = "此提案之草案已被更新!";
Chun-Ting@841 599 ["The drafts do not differ"] = "這些草案並無差異";
bsw@1116 600 ["The initiative draft has been updated again in the meanwhile, support not updated!"] = false;
bsw@1116 601 ["The initiative text has been updated"] = false;
Chun-Ting@841 602 ["The initiators suggest to support the following initiative:"] = "提案人建議支持下列提案:";
bsw@1116 603 ["The title is the figurehead of your iniative. It should be short but meaningful! As others identifies your initiative by this title, you cannot change it later!"] = false;
bsw@1116 604 ["This delegation is suspended, because you voted yourself."] = false;
Chun-Ting@841 605 ["This email address is too short!"] = "此電郵地址太短!";
Chun-Ting@845 606 ["This initiative"] = "提案";
bsw@1116 607 ["This initiative has been revoked at #{revoked} by:"] = false;
bsw@1116 608 ["This initiative has not been admitted! It failed the 2nd quorum of #{quorum}."] = false;
Chun-Ting@841 609 ["This initiative is already revoked"] = "此提案已撤銷";
Chun-Ting@841 610 ["This initiative is revoked"] = "此提案被撤銷";
Chun-Ting@841 611 ["This invite key is connected with the following information:"] = "此邀請碼與下列資訊連結:";
bsw@1116 612 ["This is the only initiative in this issue, because nobody started a competing initiative."] = false;
Chun-Ting@841 613 ["This issue is already closed."] = "此議題已結案。";
Chun-Ting@844 614 ["This issue is already frozen."] = "此議題已底定。";
bsw@1116 615 ["This issue is closed"] = false;
Chun-Ting@841 616 ["This login is already taken, please choose another one!"] = "此帳號已被使用,請另擇一!";
Chun-Ting@841 617 ["This login is too short!"] = "此帳號太短!";
Chun-Ting@844 618 ["This member account has been created at #{created}"] = "該成員帳號於 #{created} 被新增。";
Chun-Ting@856 619 ["This member has rejected to become initiator of this initiative"] = "該成員婉拒成為此提案的發起者。";
Chun-Ting@856 620 ["This member is already initiator of this initiative"] = "該成員已是此提案的發起者。";
Chun-Ting@856 621 ["This member is already invited to become initiator of this initiative"] = "該成員已被邀請成為此提案的發起者。";
bsw@1116 622 ["This member is currently participating in this issue."] = false;
Chun-Ting@844 623 ["This member is inactive"] = "該成員怠惰";
Chun-Ting@844 624 ["This member is locked"] = "該成員被鎖定";
bsw@1116 625 ["This member is participating, the remaining delegation chain is suspended during discussing."] = false;
Chun-Ting@858 626 ["This name is already taken, please choose another one!"] = "此使用者代號已被使用,請另擇一!";
Chun-Ting@858 627 ["This name is too short!"] = "此使用者代號太短!";
Chun-Ting@841 628 ["This screen name is too short!"] = "此使用者代號太短!";
Chun-Ting@841 629 ["This service is provided by:"] = "服務提供者為:";
jbe@842 630 ["This service is provided using the following software components:"] = "此服務是經由下列軟體組件提供:";
Chun-Ting@841 631 ["This suggestion has been meanwhile deleted"] = "此建議已在期間被刪除";
Chun-Ting@841 632 ["This title is really too short!"] = "此標題真的太短!";
bsw@1116 633 ["This title is too long!"] = false;
Chun-Ting@841 634 ["Title"] = "標題";
bsw@1116 635 ["To create a competing initiative see below."] = false;
Chun-Ting@841 636 ["Trustee has no voting right in this unit"] = "受託人在此單位中無表決權";
bsw@1116 637 ["Underline main headlines with ==="] = false;
bsw@1116 638 ["Underline sub headlines with ---"] = false;
Chun-Ting@841 639 ["Unit"] = "單位";
Chun-Ting@856 640 ["Unit delegation"] = "單位委任";
Chun-Ting@841 641 ["Unit list"] = "單位列表";
Chun-Ting@841 642 ["Unknown author"] = "無名作者";
Chun-Ting@841 643 ["Updated drafts"] = "更新的草案";
Chun-Ting@841 644 ["Upload avatar/photo"] = "上傳頭像";
bsw@1116 645 ["Use [Text](http://example.com/) for links"] = false;
Chun-Ting@841 646 ["Use terms"] = "使用條款";
bsw@1116 647 ["Verification"] = false;
bsw@1116 648 ["Verification #{time_info}"] = false;
Chun-Ting@841 649 ["Verification started"] = "驗證開始";
Chun-Ting@841 650 ["Verification time"] = "驗證期";
bsw@1116 651 ["Vote delegation"] = false;
Chun-Ting@844 652 ["Voted no"] = "投否定票";
Chun-Ting@844 653 ["Voted yes"] = "投肯定票";
Chun-Ting@917 654 ["Voters"] = "投票人";
Chun-Ting@841 655 ["Voting"] = "表決中";
bsw@1116 656 ["Voting #{time_info}"] = false;
Chun-Ting@917 657 ["Voting comment"] = "表決評論";
Chun-Ting@917 658 ["Voting comment (last updated: #{timestamp})"] = "表決評論 (最後更新:#{timestamp})";
Chun-Ting@917 659 ["Voting comment (optional)"] = "表決評論 (自選)";
Chun-Ting@917 660 ["Voting comment available"] = "有表決評論";
Chun-Ting@841 661 ["Voting for this issue has already begun."] = "對此議題的表決已開始。";
Chun-Ting@841 662 ["Voting has not started yet."] = "此表決尚未開始。";
Chun-Ting@841 663 ["Voting started"] = "表決已開始";
Chun-Ting@841 664 ["Voting time"] = "表決期";
Chun-Ting@841 665 ["We couldn't deliver a confirmation mail to this address. Please check entered email address."] = "認證電子郵件無法被寄送。請複查所輸入之電郵地址。";
Chun-Ting@841 666 ["We have sent an email with activation link already in the last hour. Please try again later."] = "含有啟用連結的電子郵件已在過去一小時內寄發,請稍後重試。";
Chun-Ting@841 667 ["Website"] = "網站";
bsw@1116 668 ["What can I do here?"] = false;
bsw@1116 669 ["What this member is currently supporting"] = false;
Chun-Ting@841 670 ["Wiki engine"] = "Wiki 軟體";
Chun-Ting@844 671 ["Wiki engine for statement"] = "編輯自述的 Wiki 軟體";
Chun-Ting@844 672 ["Withdraw membership"] = "退出成員身分";
Chun-Ting@844 673 ["Yes"] = "肯定";
bsw@1116 674 ["Yes, it's implemented"] = false;
Chun-Ting@917 675 ["You already voted this issue"] = "您已表決過此議題";
Chun-Ting@856 676 ["You are already initiator"] = "您已是發起者";
Chun-Ting@841 677 ["You are already supporting the latest draft"] = "您已支持最新的草案";
Chun-Ting@841 678 ["You are currently not invited to any initiative."] = "您目前無任何提案邀請";
Chun-Ting@844 679 ["You are currently not supporting this initiative directly. By adding suggestions to this initiative you will automatically become a potential supporter."] = "您目前並不直接支持此提案。在此提案加入建議,您將自動成為可能支持者!";
Chun-Ting@856 680 ["You are initiator of this initiative"] = "您為此提案的發起者";
Chun-Ting@841 681 ["You are interested in this issue"] = "您關心此議題";
Chun-Ting@841 682 ["You are invited to #{count} initiative(s)"] = "您被邀請參與 #{count} 個提案";
Chun-Ting@844 683 ["You are invited to LiquidFeedback. To register please click the following link:\n\n"] = "您被邀請參與 LiquidFeedback。請點擊下列連結以註冊:\n\n";
bsw@1116 684 ["You are invited to become initiator of '#{initiative_name}'"] = false;
bsw@1116 685 ["You are invited to become initiator of this initiative"] = false;
Chun-Ting@841 686 ["You are member"] = "您是成員";
bsw@1116 687 ["You are not eligible to participate"] = false;
bsw@1116 688 ["You are not entitled to vote in this unit"] = false;
Chun-Ting@844 689 ["You are not participating in any of the #{count} areas in this unit"] = "您並未參與此單位中 #{count} 個領域的任何一個";
Chun-Ting@844 690 ["You are not participating in the only area of the unit"] = "您並未參與此單位中的唯一領域";
Chun-Ting@856 691 ["You are now initiator of this initiative"] = "您現在是此提案的";
bsw@1116 692 ["You are subscribed for this subject area"] = false;
Chun-Ting@841 693 ["You are supporter"] = "您是支持者";
bsw@1116 694 ["You are supporting this initiative"] = false;
bsw@1116 695 ["You blocked this member (i.e. you will not be notified about this members actions)"] = false;
Chun-Ting@841 696 ["You can change your email address only once per hour. Please try again later."] = "您只能在一小時內更改電郵地址一次,請稍後重試。";
bsw@1116 697 ["You can change your text again anytime during admission and discussion phase"] = false;
bsw@1116 698 ["You can choose only members which you have been saved as contact before."] = false;
Chun-Ting@841 699 ["You can't suggest the initiative you are revoking"] = "您無法對您所撤銷的提案提出建議。";
bsw@1116 700 ["You cannot change your text again later, because this issue is already in verfication phase!"] = false;
bsw@1116 701 ["You delegated this issue"] = false;
bsw@1116 702 ["You delegated this organizational unit"] = false;
bsw@1116 703 ["You delegated this subject area"] = false;
bsw@1116 704 ["You delegated this unit"] = false;
Chun-Ting@841 705 ["You didn't confirm your email address '#{email}' within 7 days."] = "您的電郵地址 '#{email}' 並未在七日內確認。";
Chun-Ting@841 706 ["You didn't confirm your email address '#{email}'. You have received an email with an activation link."] = "您尚未確認電郵地址 '#{email}' 。您已收到一封有啟用連結的電郵。";
Chun-Ting@841 707 ["You didn't save any member as contact yet."] = "您尚未將任何成員存為聯絡人。";
Chun-Ting@841 708 ["You didn't set the level of notifications you like to receive"] = "您尚未設定您的通知層級。";
bsw@1116 709 ["You do not like to vote this issue (yourself)"] = false;
bsw@1116 710 ["You have been voted"] = false;
Chun-Ting@844 711 ["You have not voted #{count} issue(s) you were interested in"] = "您對 #{count} 個您所關心的議題尚未進行表決。";
Chun-Ting@841 712 ["You have to mark 'Are you sure' to revoke!"] = "請勾選 '確認' 以撤銷";
bsw@1116 713 ["You have voted"] = false;
bsw@1116 714 ["You have voted via delegation"] = false;
bsw@1116 715 ["You may choose one of the ongoing initiatives you are currently supporting"] = false;
bsw@1116 716 ["You need to confirm to deactivate!"] = false;
bsw@1116 717 ["You refused to become initiator of this initiative"] = false;
bsw@1116 718 ["You saved this member as contact (i.e. to use as delegatee)"] = false;
bsw@1116 719 ["You saved this member as contact (i.e. to use as delegatee) and others can see it"] = false;
Chun-Ting@841 720 ["You've successfully registered and you can login now with your login and password!"] = "您已成功註冊並可使用帳號及密碼登入!";
bsw@1116 721 ["Your avatar is a small photo, which will be shown always next to your name."] = false;
bsw@1116 722 ["Your choice"] = false;
Chun-Ting@841 723 ["Your email address has been changed, please check for confirmation email with activation link!"] = "您的電郵地址已被更改,請在確認電郵中找尋啟用連結!";
Chun-Ting@841 724 ["Your login has been changed to '#{login}'"] = "您的帳號已更改為 '#{login}'";
Chun-Ting@844 725 ["Your name has been changed"] = "您的代號已被更改";
Chun-Ting@841 726 ["Your page has been updated"] = "您的專頁已被更新";
Chun-Ting@841 727 ["Your password has been updated successfully"] = "密碼更改成功";
bsw@1116 728 ["Your photo will be shown in your profile."] = false;
Chun-Ting@841 729 ["Your rating has been deleted"] = "您的評比已刪除";
Chun-Ting@841 730 ["Your rating has been updated"] = "您的評比已更新";
jbe@992 731 ["Your request has been processed."] = false;
Chun-Ting@841 732 ["Your suggestion has been added"] = "您的建議已加入";
Chun-Ting@841 733 ["Your support has been updated to the latest draft"] = "您的支持已被更新至最新的草案";
Chun-Ting@856 734 ["Your vote has been discarded. Delegation rules apply if set."] = "您所做的表決已被捨棄。若已有設置,委任規則便適用。";
Chun-Ting@841 735 ["[Name of Language]"] = "傳統中文";
bsw@1116 736 ["[Not public]"] = false;
bsw@1116 737 ["[calculating]"] = false;
Chun-Ting@841 738 ["[event mail] URL: #{url}"] = " 網址: #{url}";
Chun-Ting@844 739 ["[event mail] Area: #{name}"] = " 領域: #{name}";
Chun-Ting@841 740 ["[event mail] Unit: #{name}"] = " 單位: #{name}";
Chun-Ting@844 741 ["[event mail] Event: #{event}"] = " 動態: #{event}";
Chun-Ting@841 742 ["[event mail] Issue: ##{id}"] = " 議題: ##{id}";
Chun-Ting@841 743 ["[event mail] Phase: #{phase}"] = " 階段: #{phase}";
Chun-Ting@841 744 ["[event mail] Policy: #{policy}"] = " 規則: #{policy}";
bsw@1185 745 ["[introduction] iniatives and issues"] = false;
bsw@1185 746 ["[introduction] organizational units"] = false;
bsw@1185 747 ["[introduction] phase 1 admission"] = false;
bsw@1185 748 ["[introduction] phase 2 discussion"] = false;
bsw@1185 749 ["[introduction] phase 3 verification"] = false;
bsw@1185 750 ["[introduction] phase 4 voting"] = false;
bsw@1185 751 ["[introduction] preference voting"] = false;
bsw@1185 752 ["[introduction] rules of procedure"] = false;
bsw@1185 753 ["[introduction] subject areas"] = false;
bsw@1185 754 ["[introduction] vote delegation"] = false;
Chun-Ting@841 755 ["[not displayed public]"] = "[不公開顯示]";
Chun-Ting@844 756 ["abandoned"] = "被停用";
bsw@1116 757 ["accept invitation"] = false;
jbe@992 758 ["action"] = false;
bsw@1116 759 ["activate account"] = false;
Chun-Ting@841 760 ["activated"] = "被啟用";
bsw@1116 761 ["add my interest"] = false;
bsw@1116 762 ["add my support"] = false;
bsw@1116 763 ["add to my list of private contacts"] = false;
bsw@1116 764 ["add to my list of public contacts"] = false;
bsw@1116 765 ["add your support (see above) and rate or write new suggestions (and thereby restrict your support to certain conditions if necessary)"] = false;
bsw@1116 766 ["all issues"] = false;
bsw@1116 767 ["allow invitation again"] = false;
bsw@1116 768 ["and"] = false;
Chun-Ting@841 769 ["and #{count} more initiatives"] = "之外 #{count} 個提案";
Chun-Ting@844 770 ["area"] = "領域";
Chun-Ting@844 771 ["at least #{count} approvals"] = "至少 #{count} 票肯定";
Chun-Ting@844 772 ["at least #{count} approvals or abstentions"] = "至少 #{count} 票肯定或棄權";
bsw@1116 773 ["author"] = false;
bsw@1116 774 ["avatar/photo"] = false;
bsw@1116 775 ["block this member"] = false;
bsw@1116 776 ["browse through the competing initiatives"] = false;
bsw@1116 777 ["but"] = false;
bsw@1116 778 ["by A-Z"] = false;
bsw@1116 779 ["by Z-A"] = false;
bsw@1116 780 ["by default only those issues are shown, for which your are eligible to participate (change filters on top of the list)"] = false;
bsw@1116 781 ["by latest activity"] = false;
bsw@1116 782 ["cancel"] = false;
bsw@1116 783 ["cancel issue"] = false;
bsw@1116 784 ["cancel issue now"] = false;
bsw@1116 785 ["cancel registration"] = false;
bsw@1116 786 ["canceled"] = false;
bsw@1116 787 ["change avatar/photo"] = false;
bsw@1116 788 ["change my vote"] = false;
bsw@1116 789 ["change vote"] = false;
bsw@1116 790 ["change your login"] = false;
bsw@1116 791 ["change your notification email address"] = false;
bsw@1116 792 ["change your password"] = false;
bsw@1116 793 ["change your screen name"] = false;
bsw@1116 794 ["change/revoke area delegation"] = false;
bsw@1116 795 ["change/revoke delegation"] = false;
bsw@1116 796 ["change/revoke delegation of organizational unit"] = false;
bsw@1116 797 ["change/revoke delegation of subject area"] = false;
bsw@1116 798 ["change/revoke delegation only for this issue"] = false;
bsw@1116 799 ["change/revoke delegation only for this subject area"] = false;
bsw@1116 800 ["change/revoke issue delegation"] = false;
bsw@1116 801 ["check your "] = false;
bsw@1116 802 ["choose delegatee"] = false;
bsw@1116 803 ["choose issue delegatee"] = false;
bsw@1116 804 ["choose subject area delegatee"] = false;
bsw@1116 805 ["collapse subject areas"] = false;
bsw@1116 806 ["collective rating:"] = false;
bsw@1116 807 ["compare"] = false;
bsw@1116 808 ["compare revisions"] = false;
jbe@992 809 ["confirm"] = false;
bsw@1116 810 ["confirmed address"] = false;
bsw@1116 811 ["database download"] = false;
bsw@936 812 ["day [interval ago]"] = false;
bsw@936 813 ["day [interval time left]"] = false;
bsw@936 814 ["day [interval]"] = false;
bsw@936 815 ["days [interval ago]"] = false;
bsw@936 816 ["days [interval time left]"] = false;
bsw@936 817 ["days [interval]"] = false;
Chun-Ting@841 818 ["deactivated"] = "停用";
jbe@992 819 ["delegated to"] = false;
Chun-Ting@841 820 ["delegates to"] = "委任給";
bsw@1116 821 ["delegation suspended during discussion"] = false;
Chun-Ting@841 822 ["delete<br /><br />"] = "刪除<br /><br />";
bsw@1116 823 ["developer settings"] = false;
bsw@1116 824 ["direct interest"] = false;
bsw@1116 825 ["discard"] = false;
bsw@1116 826 ["discard my vote"] = false;
bsw@1116 827 ["do not notify me about this voting anymore"] = false;
bsw@1116 828 ["download database"] = false;
bsw@1116 829 ["draft ID"] = false;
bsw@1116 830 ["draft history (#{count})"] = false;
bsw@1116 831 ["edit profile data"] = false;
bsw@1116 832 ["edit proposal and/or reasons"] = false;
Chun-Ting@841 833 ["email"] = "電郵";
bsw@1116 834 ["ends in #{state_time_left}"] = false;
bsw@1116 835 ["ends soon"] = false;
bsw@1116 836 ["failed #{quorum}"] = false;
bsw@1116 837 ["finished"] = false;
Chun-Ting@841 838 ["global"] = "全面";
bsw@1116 839 ["hide details"] = false;
Chun-Ting@841 840 ["i#{id}: #{name}"] = false;
bsw@1116 841 ["if you like to implement a suggestion in your proposal and/or reasons, update your initiative draft"] = false;
Chun-Ting@856 842 ["implemented"] = "已被採納";
bsw@1116 843 ["implemented:"] = false;
bsw@1116 844 ["in all phases"] = false;
bsw@1116 845 ["in my areas"] = false;
bsw@1116 846 ["in my units"] = false;
Chun-Ting@841 847 ["inactive"] = "不活動的";
bsw@1116 848 ["initiated by me"] = false;
bsw@1116 849 ["interest via delegation"] = false;
bsw@1116 850 ["interested directly or via delegation"] = false;
bsw@1116 851 ["invite another initiator"] = false;
bsw@1116 852 ["is implemented"] = false;
bsw@1116 853 ["is not implemented"] = false;
bsw@1116 854 ["issue"] = false;
bsw@1116 855 ["issue view"] = false;
Chun-Ting@841 856 ["login name"] = "帳號";
bsw@1116 857 ["login to participate"] = false;
bsw@1116 858 ["logout"] = false;
bsw@1116 859 ["make this contact private"] = false;
bsw@1116 860 ["make this contact public"] = false;
bsw@1116 861 ["member inactive"] = false;
bsw@936 862 ["month [interval ago]"] = false;
bsw@936 863 ["month [interval time left]"] = false;
bsw@936 864 ["month [interval]"] = false;
bsw@936 865 ["months [interval ago]"] = false;
bsw@936 866 ["months [interval time left]"] = false;
bsw@936 867 ["months [interval]"] = false;
Chun-Ting@841 868 ["must"] = "必須";
bsw@1116 869 ["must be implemented"] = false;
Chun-Ting@845 870 ["must not"] = "不可";
bsw@1116 871 ["my issues"] = false;
Chun-Ting@841 872 ["neutral"] = "中立";
bsw@1116 873 ["newest first"] = false;
bsw@1116 874 ["no delegation set"] = false;
Chun-Ting@841 875 ["no reverse beat path to status quo (including ties)"] = "無循環性優先順序導至現狀 (包括平手)";
Chun-Ting@841 876 ["none"] = "無";
bsw@1116 877 ["not admitted"] = false;
Chun-Ting@856 878 ["not implemented"] = "未被採納";
bsw@1116 879 ["not voted by me"] = false;
Chun-Ting@841 880 ["not yet"] = "尚未";
bsw@1116 881 ["notification settings"] = false;
bsw@1116 882 ["notifications"] = false;
bsw@1116 883 ["notifications settings"] = false;
bsw@1116 884 ["oldest first"] = false;
bsw@1116 885 ["one step back"] = false;
bsw@1116 886 ["open the appropriate subject area for your issue and follow the instruction on that page."] = false;
bsw@1116 887 ["open the organizational unit, subject area or issue you like to delegate and follow the instruction on that page."] = false;
bsw@1116 888 ["or swipe"] = false;
bsw@1116 889 ["ordered by delegation count"] = false;
bsw@1116 890 ["phase ends soon"] = false;
Chun-Ting@841 891 ["possibly instable result caused by multistage majority"] = "因多階段多數可能導致不穩定結果";
bsw@1116 892 ["preference voting"] = false;
bsw@1116 893 ["proceed with registration"] = false;
Chun-Ting@844 894 ["prohibit potentially instable results caused by multistage majorities"] = "防止因多階段多數導致潛在不穩定結果";
bsw@1116 895 ["public administrative notice:"] = false;
bsw@1116 896 ["publish avatar/photo"] = false;
bsw@1116 897 ["publish my rating"] = false;
bsw@1116 898 ["publish profile data"] = false;
bsw@1116 899 ["publish suggestion"] = false;
bsw@1116 900 ["published at"] = false;
bsw@1116 901 ["reached #{quorum}"] = false;
bsw@1116 902 ["refresh my support"] = false;
bsw@1116 903 ["refuse invitation"] = false;
bsw@1116 904 ["remove an initiator"] = false;
bsw@1116 905 ["remove from my contact list"] = false;
bsw@1116 906 ["remove my interest"] = false;
bsw@1116 907 ["remove my support"] = false;
Chun-Ting@841 908 ["reverse beat path to status quo (including ties)"] = "循環性優先順序導至現狀 (包括平手)";
jbe@992 909 ["revoke"] = false;
bsw@1116 910 ["revoke initiative"] = false;
bsw@1116 911 ["revoked"] = false;
bsw@1116 912 ["search"] = false;
bsw@1116 913 ["select tabs"] = false;
Chun-Ting@856 914 ["should"] = "應當";
bsw@1116 915 ["should be implemented"] = false;
Chun-Ting@841 916 ["should not"] = "不應";
bsw@1116 917 ["show all units"] = false;
bsw@1116 918 ["show details"] = false;
bsw@1116 919 ["show differences"] = false;
bsw@1116 920 ["show other subject areas"] = false;
bsw@1116 921 ["show saved contacts"] = false;
bsw@1116 922 ["show subject areas"] = false;
bsw@1116 923 ["show vote"] = false;
bsw@1116 924 ["start a new competing initiative"] = false;
bsw@1116 925 ["start an initiative in a new issue"] = false;
bsw@1116 926 ["structured discussion"] = false;
bsw@1116 927 ["subscribe"] = false;
bsw@1116 928 ["subscribe subject areas or add your interested to issues and you will be notified about changes (follow the instruction on the area or issue page)"] = false;
bsw@1116 929 ["subscribed"] = false;
bsw@1116 930 ["suggestions (#{count}) ↓"] = false;
bsw@1116 931 ["supporter"] = false;
bsw@1116 932 ["supporter with restricting suggestions"] = false;
bsw@1116 933 ["take a look at the competing initiatives"] = false;
bsw@1116 934 ["take a look at the suggestions (see left) and rate them"] = false;
bsw@1116 935 ["take a look at the suggestions of your supporters"] = false;
bsw@1116 936 ["take a look on the issues (see left)"] = false;
jbe@992 937 ["the following login is connected to this email address:\n\n"] = false;
bsw@1116 938 ["this issue is in verification phase, therefore the initiative text cannot be updated anymore"] = false;
bsw@1116 939 ["this issue is in voting phase, therefore the initiative text cannot be updated anymore"] = false;
bsw@1116 940 ["timeline"] = false;
bsw@1116 941 ["to argue about suggestions, just add your arguments to your reasons in the initiative draft, so your supporters can learn about your opinion"] = false;
Chun-Ting@841 942 ["to reset your password please click on the following link:\n\n"] = "欲重設您的密碼請點擊下列連結:\n\n";
bsw@1116 943 ["to show more info and learn what you can do"] = false;
bsw@1116 944 ["today at #{time}"] = false;
bsw@1116 945 ["unblock member"] = false;
bsw@1116 946 ["unconfirmed address"] = false;
Chun-Ting@841 947 ["unit"] = "單位";
jbe@992 948 ["unit / area"] = false;
bsw@1116 949 ["unsubscribe"] = false;
Chun-Ting@841 950 ["until"] = "直到";
bsw@1116 951 ["update area"] = false;
bsw@1116 952 ["update member"] = false;
bsw@1116 953 ["update policy"] = false;
bsw@1116 954 ["update unit"] = false;
Chun-Ting@917 955 ["variable"] = "不固定";
bsw@1116 956 ["via delegation"] = false;
bsw@1116 957 ["vote delegation"] = false;
bsw@1116 958 ["vote now"] = false;
bsw@1116 959 ["voted and not voted by me"] = false;
bsw@1116 960 ["voted by me"] = false;
bsw@1116 961 ["voted directly by me"] = false;
bsw@1116 962 ["voted no"] = false;
bsw@1116 963 ["voted via delegation"] = false;
bsw@1116 964 ["voted yes"] = false;
Chun-Ting@917 965 ["without"] = "無須";
bsw@1116 966 ["without quorum"] = false;
bsw@1116 967 ["write a new suggestion"] = false;
bsw@1116 968 ["written and rated by the supportes of this initiative to improve the proposal and its reasons"] = false;
Chun-Ting@841 969 ["xmpp"] = "Jabber (XMPP)";
bsw@936 970 ["year [interval ago]"] = false;
bsw@936 971 ["year [interval time left]"] = false;
bsw@936 972 ["year [interval]"] = false;
bsw@936 973 ["years [interval ago]"] = false;
bsw@936 974 ["years [interval time left]"] = false;
bsw@936 975 ["years [interval]"] = false;
bsw@1116 976 ["yesterday at #{time}"] = false;
bsw@1116 977 ["you are interested"] = false;
bsw@1116 978 ["you are subscribed"] = false;
bsw@1116 979 ["you have #{count} incoming delegations"] = false;
bsw@1116 980 ["you restricted your support by rating suggestions as must or must not"] = false;
bsw@1116 981 ["you voted"] = false;
Chun-Ting@841 982 }

Impressum / About Us