1# Translation of Odoo Server.
2# This file contains the translation of the following modules:
3# 	* website_forum
4#
5# Translators:
6# xiaobin wu <bd5dml@gmail.com>, 2020
7# 老窦 北京 <2662059195@qq.com>, 2020
8# 0023d6d916c2d56e4d76ed7a6e80ad5b, 2020
9# diaojiaolou <124412206@qq.com>, 2020
10# 苏州远鼎 <tiexinliu@126.com>, 2020
11# waveyeung <waveyeung@qq.com>, 2020
12# fausthuang, 2020
13# Lijie Ma <tony@malijie.cc>, 2020
14# wangting <39181819@qq.com>, 2020
15# keecome <7017511@qq.com>, 2020
16# e2f <projects@e2f.com>, 2020
17# Martin Trigaux, 2020
18# liAnGjiA <liangjia@qq.com>, 2020
19# v2exerer <9010446@qq.com>, 2020
20# e2f_cn c5 <jarvisn@ecinnovations.com>, 2020
21# guohuadeng <guohuadeng@hotmail.com>, 2020
22# 敬雲 林 <chingyun@yuanchih-consult.com>, 2020
23# Felix Yuen <fyu@odoo.com>, 2020
24# Lisa Zhang <lzh@odoo.com>, 2020
25# snow wang <147156565@qq.com>, 2020
26# Youfu Sheng <wdmsyf@sina.com>, 2020
27# inspur qiuguodong <qiuguodong@inspur.com>, 2020
28# Felix Yang - Elico Corp <felixyangsh@aliyun.com>, 2020
29# as co02 <asco02@163.com>, 2020
30# bf2549c5415a9287249cba2b8a5823c7, 2020
31# 张昆 <zhangkun@jinanzai.com>, 2020
32# 稀饭~~ <wangwhai@qq.com>, 2020
33# Jeffery CHEN Fan <jeffery9@gmail.com>, 2020
34# Daniel Yang <daniel.yang.zhenyu@gmail.com>, 2021
35# Mandy Choy <mnc@odoo.com>, 2021
36#
37msgid ""
38msgstr ""
39"Project-Id-Version: Odoo Server 14.0\n"
40"Report-Msgid-Bugs-To: \n"
41"POT-Creation-Date: 2020-11-27 14:12+0000\n"
42"PO-Revision-Date: 2020-09-07 08:21+0000\n"
43"Last-Translator: Mandy Choy <mnc@odoo.com>, 2021\n"
44"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n"
45"MIME-Version: 1.0\n"
46"Content-Type: text/plain; charset=UTF-8\n"
47"Content-Transfer-Encoding: \n"
48"Language: zh_CN\n"
49"Plural-Forms: nplurals=1; plural=0;\n"
50
51#. module: website_forum
52#: model:ir.model.fields,field_description:website_forum.field_forum_forum__total_answers
53msgid "# Answers"
54msgstr ""
55
56#. module: website_forum
57#: model:ir.model.fields,field_description:website_forum.field_forum_forum__total_favorites
58msgid "# Favorites"
59msgstr ""
60
61#. module: website_forum
62#: model:ir.model.fields,field_description:website_forum.field_forum_forum__total_posts
63msgid "# Posts"
64msgstr ""
65
66#. module: website_forum
67#: model:ir.model.fields,field_description:website_forum.field_forum_forum__total_views
68msgid "# Views"
69msgstr "# 访问"
70
71#. module: website_forum
72#: code:addons/website_forum/models/forum.py:0
73#, python-format
74msgid "%d karma required to accept or refuse an answer."
75msgstr "%d 积分被需要用于采纳或者拒绝一个答案。"
76
77#. module: website_forum
78#: code:addons/website_forum/models/forum.py:0
79#, python-format
80msgid "%d karma required to answer a question."
81msgstr "%d 积分被需要用于回答一个提问。"
82
83#. module: website_forum
84#: code:addons/website_forum/models/forum.py:0
85#, python-format
86msgid "%d karma required to close or reopen a post."
87msgstr "%d 积分被需要用于关闭或者重新打开一个帖子。"
88
89#. module: website_forum
90#: code:addons/website_forum/models/forum.py:0
91#, python-format
92msgid "%d karma required to comment."
93msgstr "%d 积分被需要用于发表评论。"
94
95#. module: website_forum
96#: code:addons/website_forum/models/forum.py:0
97#, python-format
98msgid "%d karma required to convert a comment to an answer."
99msgstr "%d 积分被需要用于转换一个评论为答案。"
100
101#. module: website_forum
102#: code:addons/website_forum/models/forum.py:0
103#, python-format
104msgid "%d karma required to convert an answer to a comment."
105msgstr "%d 积分被需要用于转换一个答案为评论。"
106
107#. module: website_forum
108#: code:addons/website_forum/models/forum.py:0
109#, python-format
110msgid "%d karma required to convert your comment to an answer."
111msgstr "%d 积分被需要用于转换你的评论为答案。"
112
113#. module: website_forum
114#: code:addons/website_forum/models/forum.py:0
115#, python-format
116msgid "%d karma required to create a new Tag."
117msgstr "%d 积分被需要用于创建一个新的标签。"
118
119#. module: website_forum
120#: code:addons/website_forum/models/forum.py:0
121#, python-format
122msgid "%d karma required to create a new question."
123msgstr "%d 积分被需要用于创建一个新的提问。"
124
125#. module: website_forum
126#: code:addons/website_forum/models/forum.py:0
127#, python-format
128msgid "%d karma required to delete or reactivate a post."
129msgstr "%d 积分被需要用于删除或者重新启用一个帖子。"
130
131#. module: website_forum
132#: code:addons/website_forum/models/forum.py:0
133#, python-format
134msgid "%d karma required to downvote."
135msgstr "%d 积分被需要用于反对投票。"
136
137#. module: website_forum
138#: code:addons/website_forum/models/forum.py:0
139#: code:addons/website_forum/models/forum.py:0
140#, python-format
141msgid "%d karma required to edit a post."
142msgstr "%d 积分被需要用于编辑一个帖子。"
143
144#. module: website_forum
145#: code:addons/website_forum/models/forum.py:0
146#: code:addons/website_forum/models/forum.py:0
147#, python-format
148msgid "%d karma required to flag a post."
149msgstr "%d 积分被需要用于标记一个帖子。"
150
151#. module: website_forum
152#: code:addons/website_forum/models/forum.py:0
153#, python-format
154msgid "%d karma required to mark a post as offensive."
155msgstr "%d 积分被需要用于标记一个帖子为具有攻击性。"
156
157#. module: website_forum
158#: code:addons/website_forum/models/forum.py:0
159#, python-format
160msgid "%d karma required to post an image or link."
161msgstr "%d 积分被需要用于发布一张图像或一个链接。"
162
163#. module: website_forum
164#: code:addons/website_forum/models/forum.py:0
165#, python-format
166msgid "%d karma required to refuse a post."
167msgstr "%d 积分被需要用于拒绝一个帖子。"
168
169#. module: website_forum
170#: code:addons/website_forum/models/forum.py:0
171#, python-format
172msgid "%d karma required to retag."
173msgstr "%d 积分被需要用于重新标记。"
174
175#. module: website_forum
176#: code:addons/website_forum/models/forum.py:0
177#, python-format
178msgid "%d karma required to unlink a comment."
179msgstr "%d 积分被需要用于取消链接至评论。"
180
181#. module: website_forum
182#: code:addons/website_forum/models/forum.py:0
183#, python-format
184msgid "%d karma required to unlink a post."
185msgstr "%d 积分被需要用于取消链接至帖子。"
186
187#. module: website_forum
188#: code:addons/website_forum/models/forum.py:0
189#, python-format
190msgid "%d karma required to upvote."
191msgstr "%d 积分被需要用于赞成投票。"
192
193#. module: website_forum
194#: code:addons/website_forum/models/forum.py:0
195#, python-format
196msgid "%d karma required to validate a post."
197msgstr "%d 积分被需要用于验证一个帖子。"
198
199#. module: website_forum
200#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
201msgid "&amp;nbsp;and&amp;nbsp;"
202msgstr "&amp;nbsp;and&amp;nbsp;"
203
204#. module: website_forum
205#: model_terms:forum.forum,faq:website_forum.forum_help
206#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
207msgid "(The above section was adapted from Stackoverflow’s FAQ.)"
208msgstr "(以上节是改编自Stackoverflow的常见问答。)"
209
210#. module: website_forum
211#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_forum_form
212msgid "(votes - 1) **"
213msgstr "(投票 -1) **"
214
215#. module: website_forum
216#: model_terms:ir.ui.view,arch_db:website_forum.display_post_question_block
217msgid ", by"
218msgstr ",通过"
219
220#. module: website_forum
221#: model_terms:ir.ui.view,arch_db:website_forum.edit_post
222#: model_terms:ir.ui.view,arch_db:website_forum.new_question
223msgid ", consider <b>adding an example</b>."
224msgstr ", 考虑 <b>添加一个示例</b>."
225
226#. module: website_forum
227#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_forum_form
228msgid "/ (days + 2) **"
229msgstr "/(天数 +2) **"
230
231#. module: website_forum
232#: model_terms:ir.ui.view,arch_db:website_forum.display_post_question_block
233msgid "0 Answers"
234msgstr "0 答案"
235
236#. module: website_forum
237#. openerp-web
238#: code:addons/website_forum/static/src/xml/website_forum_share_templates.xml:0
239#, python-format
240msgid "45% of questions shared"
241msgstr "45%% 的问题被共享"
242
243#. module: website_forum
244#. openerp-web
245#: code:addons/website_forum/static/src/xml/website_forum_share_templates.xml:0
246#, python-format
247msgid ""
248"65% more chance to get an\n"
249"        answer"
250msgstr ""
251"超过65% 的机会获得\n"
252"回答"
253
254#. module: website_forum
255#: model_terms:ir.ui.view,arch_db:website_forum.post_description_full
256msgid ""
257"<b class=\"d-block\">You have a pending post</b>\n"
258"                        Please wait for a moderator to validate your previous post to be allowed replying questions."
259msgstr ""
260"<b class=\"d-block\">您有待处理的帖子</b>\n"
261"                        请等待管理员验证确认你的前一个帖子被允许回答问题。"
262
263#. module: website_forum
264#: model_terms:ir.ui.view,arch_db:website_forum.moderation_display_post_answer
265msgid "<b> [Offensive]</b>"
266msgstr "<b> [具有攻击性]</b>"
267
268#. module: website_forum
269#: model_terms:forum.forum,faq:website_forum.forum_help
270#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
271msgid ""
272"<b>Answers should not add or expand questions</b>. Instead either edit the "
273"question or add a question comment."
274msgstr "<b>回复者不应增加或延伸问题</b>。除非可以编辑问题或增加问题评论。"
275
276#. module: website_forum
277#: model_terms:forum.forum,faq:website_forum.forum_help
278#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
279msgid ""
280"<b>Answers should not add or expand questions</b>. Insteadeither edit the "
281"question or add a comment."
282msgstr "<b>回复者不应增加或延伸问题</b>。除非可以编辑问题或增加问题评论。"
283
284#. module: website_forum
285#: model_terms:forum.forum,faq:website_forum.forum_help
286#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
287msgid ""
288"<b>Answers should not comment other answers</b>. Instead add a comment on "
289"the other answers."
290msgstr "<b>答案不应评论其他答案</b>。而应在别人的答案下增加一条评论。"
291
292#. module: website_forum
293#: model_terms:forum.forum,faq:website_forum.forum_help
294#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
295msgid ""
296"<b>Answers should not start debates</b> This community Q&amp;A is not a "
297"discussion group. Please avoid holding debates in your answers as they tend "
298"to dilute the essence of questions and answers. For brief discussions please"
299" use commenting facility."
300msgstr ""
301
302#. module: website_forum
303#: model_terms:forum.forum,faq:website_forum.forum_help
304#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
305msgid ""
306"<b>Answers shouldn't just point to other Questions</b>. Instead add a "
307"question comment indication \"Possible duplicate of...\". However, it's ok "
308"to include links to other questions or answers providing relevant additional"
309" information."
310msgstr ""
311"<b>答案不应只是指向其他问题</b>。而应添加问题的评论表明“可能的重复......”。然而,它可以包含链接至提供相关更多信息的其他问题或答案。"
312
313#. module: website_forum
314#: model_terms:forum.forum,faq:website_forum.forum_help
315#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
316msgid ""
317"<b>Answers shouldn't just point to other questions</b>.Instead add a comment"
318" indicating <i>\"Possible duplicate of...\"</i>. However, it's fine to "
319"include links to other questions or answers providing relevant additional "
320"information."
321msgstr ""
322
323#. module: website_forum
324#: model_terms:forum.forum,faq:website_forum.forum_help
325#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
326msgid ""
327"<b>Answers shouldn't just provide a link a solution</b>. Instead provide the"
328" solution description text in your answer, even if it's just a copy/paste. "
329"Links are welcome, but should be complementary to answer, referring sources "
330"or additional reading."
331msgstr ""
332"<b>回复中不应只提供\n"
333" 解决方案链接。</b>回复中还应该提供解决方案说明文本,即使该文本只是经复制/粘贴的文本。链接固然受欢迎,但应与回复互补,从而引用来源或其他阅读资料。"
334
335#. module: website_forum
336#: model_terms:forum.forum,faq:website_forum.forum_help
337#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
338msgid ""
339"<b>Before you ask - please make sure to search for a similar question.</b> "
340"You can search questions by their title or tags. It’s also OK to answer your"
341" own question."
342msgstr ""
343
344#. module: website_forum
345#: model_terms:forum.forum,faq:website_forum.forum_help
346#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
347msgid ""
348"<b>Please avoid asking questions that are too subjective and "
349"argumentative</b> or not relevant to this community."
350msgstr ""
351
352#. module: website_forum
353#: model_terms:ir.ui.view,arch_db:website_forum.post_answer
354msgid ""
355"<b>Please try to give a substantial answer.</b> If you wanted to comment on the question or answer, just\n"
356"            <b>use the commenting tool.</b> Please remember that you can always <b>revise your answers</b>\n"
357"            - no need to answer the same question twice. Also, please <b>don't forget to vote</b>\n"
358"            - it really helps to select the best questions and answers!"
359msgstr ""
360
361#. module: website_forum
362#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
363msgid "<b>Tags</b> I Follow"
364msgstr ""
365
366#. module: website_forum
367#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
368msgid ""
369"<b>This forum is empty.</b><br/>\n"
370"                    Be the first one asking a question"
371msgstr ""
372
373#. module: website_forum
374#: model_terms:forum.forum,faq:website_forum.forum_help
375#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
376msgid "<b>What kinds of questions can I ask here?</b>"
377msgstr ""
378
379#. module: website_forum
380#: model_terms:forum.forum,faq:website_forum.forum_help
381#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
382msgid "<b>What should I avoid in my answers?</b>"
383msgstr ""
384
385#. module: website_forum
386#: model_terms:forum.forum,faq:website_forum.forum_help
387#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
388msgid "<b>What should I avoid in my questions?</b>"
389msgstr ""
390
391#. module: website_forum
392#: model_terms:forum.forum,faq:website_forum.forum_help
393#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
394#: model_terms:ir.ui.view,arch_db:website_forum.faq_karma
395msgid "<b>Why can other people edit my questions/answers?</b>"
396msgstr ""
397
398#. module: website_forum
399#: model_terms:ir.ui.view,arch_db:website_forum.new_question
400msgid "<b>You already have a pending post.</b><br/>"
401msgstr ""
402
403#. module: website_forum
404#: model_terms:ir.ui.view,arch_db:website_forum.moderation_display_post_answer
405msgid "<b>[Answer]</b>"
406msgstr "<b>[回答]</b>"
407
408#. module: website_forum
409#: model_terms:ir.ui.view,arch_db:website_forum.contact
410msgid ""
411"<b>|</b>\n"
412"                    <span class=\"fa fa-trophy badge-gold ml-2\" role=\"img\" aria-label=\"Gold badge\" title=\"Gold badge\"/>"
413msgstr ""
414"<b>|</b>\n"
415"                    <span class=\"fa fa-trophy badge-gold ml-2\" role=\"img\" aria-label=\"Gold badge\" title=\"Gold badge\"/>"
416
417#. module: website_forum
418#: model_terms:ir.ui.view,arch_db:website_forum.tag
419msgid "<em class=\"d-block mb-2\">or</em>"
420msgstr ""
421
422#. module: website_forum
423#: model_terms:ir.ui.view,arch_db:website_forum.post_description_full
424msgid "<i class=\" fa fa-comment text-muted mr-1\"/>Comment"
425msgstr ""
426
427#. module: website_forum
428#: model_terms:ir.ui.view,arch_db:website_forum.user_sidebar
429msgid "<i class=\"fa fa-bell fa-fw\"/> Followed Posts"
430msgstr ""
431
432#. module: website_forum
433#: model_terms:ir.ui.view,arch_db:website_forum.moderation_queue
434msgid "<i class=\"fa fa-bug\"/> Filter Tool"
435msgstr ""
436
437#. module: website_forum
438#: model_terms:ir.ui.view,arch_db:website_forum.post_description_full
439msgid "<i class=\"fa fa-check fa-fw mr-1\"/>Accept"
440msgstr ""
441
442#. module: website_forum
443#: model_terms:ir.ui.view,arch_db:website_forum.moderation_queue
444msgid ""
445"<i class=\"fa fa-check text-success d-block display-2\"/>\n"
446"            <b>You've Completely Caught Up!</b><br/>"
447msgstr ""
448
449#. module: website_forum
450#: model_terms:ir.ui.view,arch_db:website_forum.edit_post
451#: model_terms:ir.ui.view,arch_db:website_forum.new_question
452msgid "<i class=\"fa fa-check\"/> How to configure TPS and TVQ's canadian taxes?"
453msgstr ""
454
455#. module: website_forum
456#: model_terms:ir.ui.view,arch_db:website_forum.user_sidebar
457msgid "<i class=\"fa fa-check-square-o fa-fw\"/> To Validate"
458msgstr ""
459
460#. module: website_forum
461#: model_terms:ir.ui.view,arch_db:website_forum.forum_nav_header
462msgid "<i class=\"fa fa-chevron-left mr-1\"/>Back"
463msgstr ""
464
465#. module: website_forum
466#: model_terms:ir.ui.view,arch_db:website_forum.new_question
467msgid "<i class=\"fa fa-chevron-left mr-2\"/>Back to All Topics"
468msgstr ""
469
470#. module: website_forum
471#: model_terms:ir.ui.view,arch_db:website_forum.user_profile_sub_nav
472msgid "<i class=\"fa fa-chevron-left small\"/> Back"
473msgstr ""
474
475#. module: website_forum
476#: model_terms:ir.ui.view,arch_db:website_forum.user_sidebar
477msgid "<i class=\"fa fa-flag fa-fw\"/> Flagged"
478msgstr ""
479
480#. module: website_forum
481#: model_terms:ir.ui.view,arch_db:website_forum.moderation_queue
482msgid ""
483"<i class=\"fa fa-flag ml-4 mr4\"/>\n"
484"                                    Flagged"
485msgstr ""
486
487#. module: website_forum
488#: model_terms:ir.ui.view,arch_db:website_forum.moderation_queue
489msgid "<i class=\"fa fa-flag\"/> Country"
490msgstr ""
491
492#. module: website_forum
493#: model_terms:ir.ui.view,arch_db:website_forum.post_answers
494msgid ""
495"<i class=\"fa fa-pencil\"/>\n"
496"                                Edit<span class=\"d-none d-lg-inline\"> your answer</span>"
497msgstr ""
498
499#. module: website_forum
500#: model_terms:ir.ui.view,arch_db:website_forum.user_sidebar
501msgid "<i class=\"fa fa-question-circle-o fa-fw\"/> My Posts"
502msgstr ""
503
504#. module: website_forum
505#: model_terms:ir.ui.view,arch_db:website_forum.post_description_full
506msgid "<i class=\"fa fa-reply mr-1\"/>Answer"
507msgstr ""
508
509#. module: website_forum
510#: model_terms:ir.ui.view,arch_db:website_forum.post_description_full
511msgid "<i class=\"fa fa-share-alt text-muted mr-1\"/>Share"
512msgstr ""
513
514#. module: website_forum
515#: model_terms:ir.ui.view,arch_db:website_forum.post_answers
516msgid ""
517"<i class=\"fa fa-share-alt text-muted\"/>\n"
518"                                Share"
519msgstr ""
520
521#. module: website_forum
522#: model_terms:ir.ui.view,arch_db:website_forum.user_sidebar
523msgid "<i class=\"fa fa-star fa-fw\"/> Favourites"
524msgstr ""
525
526#. module: website_forum
527#: model_terms:ir.ui.view,arch_db:website_forum.user_sidebar
528msgid "<i class=\"fa fa-tags fa-fw\"/> Followed Tags"
529msgstr ""
530
531#. module: website_forum
532#: model_terms:ir.ui.view,arch_db:website_forum.user_profile_content
533msgid ""
534"<i class=\"fa fa-thumbs-down text-danger ml-3\" role=\"img\" aria-"
535"label=\"Negative votes\" title=\"Negative votes\"/>"
536msgstr ""
537
538#. module: website_forum
539#: model_terms:ir.ui.view,arch_db:website_forum.user_profile_content
540msgid ""
541"<i class=\"fa fa-thumbs-up text-success\" role=\"img\" aria-label=\"Positive"
542" votes\" title=\"Positive votes\"/>"
543msgstr ""
544
545#. module: website_forum
546#: model_terms:ir.ui.view,arch_db:website_forum.post_description_full
547msgid "<i class=\"fa fa-times fa-fw mr-1\"/>Reject"
548msgstr ""
549
550#. module: website_forum
551#: model_terms:ir.ui.view,arch_db:website_forum.edit_post
552#: model_terms:ir.ui.view,arch_db:website_forum.new_question
553msgid ""
554"<i class=\"fa fa-times\"/> Good morning to all! Please, can someone help "
555"solve my tax computation problem in Canada? Thanks!"
556msgstr ""
557
558#. module: website_forum
559#: model_terms:ir.ui.view,arch_db:website_forum.moderation_queue
560msgid "<i class=\"fa fa-user\"/> User"
561msgstr ""
562
563#. module: website_forum
564#: model_terms:ir.ui.view,arch_db:website_forum.user_profile_content
565msgid "<small class=\"font-weight-bold\">Votes</small>"
566msgstr ""
567
568#. module: website_forum
569#: model_terms:ir.ui.view,arch_db:website_forum.moderation_display_post_answer
570msgid ""
571"<small class=\"text-muted\">\n"
572"                    Flagged\n"
573"                </small>"
574msgstr "<small class=\"text-muted\">被标记的</small>"
575
576#. module: website_forum
577#: model_terms:ir.ui.view,arch_db:website_forum.moderation_queue
578msgid "<span aria-label=\"Close\">×</span>"
579msgstr "<span aria-label=\"Close\">×</span>"
580
581#. module: website_forum
582#: model_terms:ir.ui.view,arch_db:website_forum.post_description_full
583msgid "<span class=\"badge badge-info\">Closed</span>"
584msgstr ""
585
586#. module: website_forum
587#: model_terms:ir.ui.view,arch_db:website_forum.contact
588msgid ""
589"<span class=\"fa fa-trophy badge-bronze ml-2\" role=\"img\" aria-"
590"label=\"Bronze badge\" title=\"Bronze badge\"/>"
591msgstr ""
592"<span class=\"fa fa-trophy badge-bronze ml-2\" role=\"img\" aria-"
593"label=\"Bronze badge\" title=\"Bronze badge\"/>"
594
595#. module: website_forum
596#: model_terms:ir.ui.view,arch_db:website_forum.contact
597msgid ""
598"<span class=\"fa fa-trophy badge-silver ml-2\" role=\"img\" aria-"
599"label=\"Silver badge\" title=\"Silver badge\"/>"
600msgstr ""
601"<span class=\"fa fa-trophy badge-silver ml-2\" role=\"img\" aria-"
602"label=\"Silver badge\" title=\"Silver badge\"/>"
603
604#. module: website_forum
605#: model_terms:ir.ui.view,arch_db:website_forum.user_profile_content
606msgid "<span class=\"font-weight-bold\">No answer posted yet.</span>"
607msgstr ""
608
609#. module: website_forum
610#: model_terms:ir.ui.view,arch_db:website_forum.user_profile_content
611msgid "<span class=\"font-weight-bold\">No question posted yet.</span>"
612msgstr ""
613
614#. module: website_forum
615#: model_terms:ir.ui.view,arch_db:website_forum.display_post_question_block
616msgid "<span class=\"mx-1 d-none d-sm-inline\">&amp;nbsp;|</span>"
617msgstr ""
618
619#. module: website_forum
620#: model_terms:ir.ui.view,arch_db:website_forum.forum_nav_header
621msgid "<span class=\"navbar-text mr-1\">Go to:</span>"
622msgstr ""
623
624#. module: website_forum
625#: model_terms:ir.ui.view,arch_db:website_forum.tag
626msgid "<span class=\"navbar-text mr-3\">Show Tags Starting By</span>"
627msgstr ""
628
629#. module: website_forum
630#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_forum_form
631msgid "<span class=\"o_stat_text\">Favorites</span>"
632msgstr ""
633
634#. module: website_forum
635#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_forum_form
636#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_form
637msgid "<span class=\"o_stat_text\">Go to <br/>Website</span>"
638msgstr ""
639
640#. module: website_forum
641#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_forum_form
642msgid "<span class=\"o_stat_text\">Posts</span>"
643msgstr ""
644
645#. module: website_forum
646#: model_terms:ir.ui.view,arch_db:website_forum.post_answers
647msgid ""
648"<span class=\"o_wforum_answer_correct_badge border small border-success rounded-pill font-weight-bold text-success ml-2 px-2\">\n"
649"                            Best Answer\n"
650"                        </span>"
651msgstr ""
652
653#. module: website_forum
654#: model_terms:ir.ui.view,arch_db:website_forum.close_post
655msgid "<span class=\"text-muted mx-3\">or</span>"
656msgstr ""
657
658#. module: website_forum
659#: model_terms:ir.ui.view,arch_db:website_forum.moderation_queue
660msgid "<span>By </span>"
661msgstr "<span>作者 </span>"
662
663#. module: website_forum
664#: model_terms:ir.ui.view,arch_db:website_forum.new_question
665msgid "A clear, explicit and concise title"
666msgstr ""
667
668#. module: website_forum
669#: model_terms:ir.ui.view,arch_db:website_forum.forum_post_template_new_answer
670msgid "A new answer on"
671msgstr "新的回复在"
672
673#. module: website_forum
674#: model_terms:ir.ui.view,arch_db:website_forum.forum_post_template_new_question
675#: model_terms:ir.ui.view,arch_db:website_forum.forum_post_template_validation
676msgid "A new question"
677msgstr "新的问题"
678
679#. module: website_forum
680#: model_terms:ir.ui.view,arch_db:website_forum.forum_nav_header
681msgid "About"
682msgstr "关于"
683
684#. module: website_forum
685#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_answer_accept_own
686msgid "Accept an answer on own questions"
687msgstr "在自己提的问题里接受回答"
688
689#. module: website_forum
690#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_answer_accept_all
691msgid "Accept an answer to all questions"
692msgstr "可接受对所有提问的统一回答"
693
694#. module: website_forum
695#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_search
696msgid "Accepted Answer"
697msgstr "接受的答案"
698
699#. module: website_forum
700#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_gen_answer_accept
701msgid "Accepting an answer"
702msgstr "接受一个答案"
703
704#. module: website_forum
705#. openerp-web
706#: code:addons/website_forum/static/src/js/website_forum.js:0
707#: code:addons/website_forum/static/src/js/website_forum.js:0
708#: code:addons/website_forum/static/src/js/website_forum.js:0
709#: code:addons/website_forum/static/src/js/website_forum.js:0
710#, python-format
711msgid "Access Denied"
712msgstr "访问拒绝"
713
714#. module: website_forum
715#: model:ir.model.fields,field_description:website_forum.field_forum_forum__message_needaction
716#: model:ir.model.fields,field_description:website_forum.field_forum_post__message_needaction
717#: model:ir.model.fields,field_description:website_forum.field_forum_tag__message_needaction
718msgid "Action Needed"
719msgstr "需要行动"
720
721#. module: website_forum
722#: model:ir.model.fields,field_description:website_forum.field_forum_forum__active
723#: model:ir.model.fields,field_description:website_forum.field_forum_post__active
724#: model:ir.model.fields.selection,name:website_forum.selection__forum_post__state__active
725msgid "Active"
726msgstr "启用"
727
728#. module: website_forum
729#: model_terms:ir.ui.view,arch_db:website_forum.user_profile_content
730msgid "Activities"
731msgstr "活动"
732
733#. module: website_forum
734#: model_terms:ir.ui.view,arch_db:website_forum.user_profile_content
735msgid "Activity"
736msgstr "活动"
737
738#. module: website_forum
739#. openerp-web
740#: code:addons/website_forum/static/src/xml/website_forum_templates.xml:0
741#, python-format
742msgid "Add to menu"
743msgstr "添加至菜单"
744
745#. module: website_forum
746#: model:ir.model.fields,help:website_forum.field_forum_forum__allow_share
747msgid ""
748"After posting the user will be proposed to share its question or answer on "
749"social networks, enabling social network propagation of the forum content."
750msgstr "发帖后,用户将提议分享其问题或社交网络上的回答,使论坛内容以社会化网络传播。"
751
752#. module: website_forum
753#. openerp-web
754#: code:addons/website_forum/controllers/main.py:0
755#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
756#, python-format
757msgid "All"
758msgstr "全部"
759
760#. module: website_forum
761#: model_terms:ir.ui.view,arch_db:website_forum.forum_nav_header
762msgid "All Forums"
763msgstr ""
764
765#. module: website_forum
766#: model_terms:ir.ui.view,arch_db:website_forum.header
767msgid "All Tags"
768msgstr "所有标签"
769
770#. module: website_forum
771#: model_terms:ir.ui.view,arch_db:website_forum.forum_nav_header
772#: model_terms:ir.ui.view,arch_db:website_forum.new_question
773msgid "All Topics"
774msgstr ""
775
776#. module: website_forum
777#: model_terms:ir.ui.view,arch_db:website_forum.forum_nav_header
778msgid "All forums"
779msgstr ""
780
781#. module: website_forum
782#: model:ir.model.fields,field_description:website_forum.field_forum_forum__allow_bump
783msgid "Allow Bump"
784msgstr "允许置顶"
785
786#. module: website_forum
787#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
788msgid "Amazing! There are no unanswered questions left!"
789msgstr ""
790
791#. module: website_forum
792#: model_terms:ir.ui.view,arch_db:website_forum.display_post_question_block
793#: model_terms:ir.ui.view,arch_db:website_forum.post_description_full
794msgid "Answer"
795msgstr "答案"
796
797#. module: website_forum
798#: code:addons/website_forum/models/forum.py:0
799#: model:mail.message.subtype,description:website_forum.mt_answer_edit
800#: model:mail.message.subtype,name:website_forum.mt_answer_edit
801#, python-format
802msgid "Answer Edited"
803msgstr "答案已编辑"
804
805#. module: website_forum
806#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_gen_answer_accepted
807msgid "Answer accepted"
808msgstr "已采纳的答案"
809
810#. module: website_forum
811#: model:gamification.badge,description:website_forum.badge_a_6
812msgid "Answer accepted with 15 or more votes"
813msgstr "回复被15个以上的人接受"
814
815#. module: website_forum
816#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_gen_answer_downvote
817msgid "Answer downvoted"
818msgstr "答案被投反对票"
819
820#. module: website_forum
821#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_gen_answer_flagged
822msgid "Answer flagged"
823msgstr "标记的答案"
824
825#. module: website_forum
826#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_answer
827msgid "Answer questions"
828msgstr "回答问题"
829
830#. module: website_forum
831#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_gen_answer_upvote
832msgid "Answer upvoted"
833msgstr "答案被投赞成票"
834
835#. module: website_forum
836#: model:gamification.badge,description:website_forum.badge_a_4
837msgid "Answer voted up 15 times"
838msgstr "提问被投票达15次"
839
840#. module: website_forum
841#: model:gamification.badge,description:website_forum.badge_a_2
842msgid "Answer voted up 4 times"
843msgstr "回复被投票达4次"
844
845#. module: website_forum
846#: model:gamification.badge,description:website_forum.badge_a_3
847msgid "Answer voted up 6 times"
848msgstr "回复被投票达6次"
849
850#. module: website_forum
851#: model:gamification.badge,description:website_forum.badge_a_5
852msgid "Answer was accepted with 3 or more votes"
853msgstr "回复被3个或以上的人投票接受"
854
855#. module: website_forum
856#: model:ir.model.fields.selection,name:website_forum.selection__forum_forum__default_order__child_count_desc
857msgid "Answered"
858msgstr "已答复"
859
860#. module: website_forum
861#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_search
862msgid "Answered Posts"
863msgstr ""
864
865#. module: website_forum
866#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_form
867msgid "Answered by"
868msgstr "回复者"
869
870#. module: website_forum
871#: model:gamification.badge,description:website_forum.badge_a_8
872msgid "Answered own question with at least 4 up votes"
873msgstr "回复的问题获得至少4次以上投票"
874
875#. module: website_forum
876#: model:ir.model.fields,field_description:website_forum.field_forum_post__child_count
877#: model_terms:ir.ui.view,arch_db:website_forum.display_post_question_block
878#: model_terms:ir.ui.view,arch_db:website_forum.post_description_full
879#: model_terms:ir.ui.view,arch_db:website_forum.user_profile_content
880#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_form
881#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_search
882msgid "Answers"
883msgstr "答案"
884
885#. module: website_forum
886#: model:ir.model.fields,field_description:website_forum.field_gamification_challenge__challenge_category
887msgid "Appears in"
888msgstr "出现在"
889
890#. module: website_forum
891#: model_terms:ir.ui.view,arch_db:website_forum.forum_view_search
892#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_forum_form
893#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_form
894#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_search
895msgid "Archived"
896msgstr "已归档"
897
898#. module: website_forum
899#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_ask
900msgid "Ask questions"
901msgstr "提问"
902
903#. module: website_forum
904#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_post
905msgid "Ask questions without validation"
906msgstr "提出没有验证的问题"
907
908#. module: website_forum
909#: model:gamification.badge,description:website_forum.badge_26
910msgid "Asked a question and accepted an answer"
911msgstr "提出问题和接受回复"
912
913#. module: website_forum
914#: model:gamification.badge,description:website_forum.badge_q_1
915msgid "Asked a question with at least 150 views"
916msgstr "提出的问题被浏览至少150次"
917
918#. module: website_forum
919#: model:gamification.badge,description:website_forum.badge_q_2
920msgid "Asked a question with at least 250 views"
921msgstr "提出的问题被浏览至少250次"
922
923#. module: website_forum
924#: model:gamification.badge,description:website_forum.badge_q_3
925msgid "Asked a question with at least 500 views"
926msgstr "提出的问题被浏览至少500次"
927
928#. module: website_forum
929#: model:gamification.badge,description:website_forum.badge_q_7
930msgid "Asked first question with at least one up vote"
931msgstr "提出一个问题并得到至少一个投票"
932
933#. module: website_forum
934#: model:ir.model.fields,field_description:website_forum.field_forum_post__create_date
935msgid "Asked on"
936msgstr "问"
937
938#. module: website_forum
939#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_gen_question_new
940msgid "Asking a question"
941msgstr "提问"
942
943#. module: website_forum
944#: model:ir.model.fields,field_description:website_forum.field_forum_forum__message_attachment_count
945#: model:ir.model.fields,field_description:website_forum.field_forum_post__message_attachment_count
946#: model:ir.model.fields,field_description:website_forum.field_forum_tag__message_attachment_count
947msgid "Attachment Count"
948msgstr "附件数量"
949
950#. module: website_forum
951#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_search
952msgid "Author"
953msgstr "作者"
954
955#. module: website_forum
956#: model:ir.model.fields,field_description:website_forum.field_forum_forum__authorized_group_id
957msgid "Authorized Group"
958msgstr "授权群组"
959
960#. module: website_forum
961#: model:gamification.badge,name:website_forum.badge_p_1
962msgid "Autobiographer"
963msgstr "自传作家"
964
965#. module: website_forum
966#: model_terms:ir.ui.view,arch_db:website_forum.author_box
967#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
968#: model_terms:ir.ui.view,arch_db:website_forum.moderation_queue
969#: model_terms:ir.ui.view,arch_db:website_forum.post_answer
970#: model_terms:ir.ui.view,arch_db:website_forum.post_comment
971#: model_terms:ir.ui.view,arch_db:website_forum.user_sidebar
972msgid "Avatar"
973msgstr "头像"
974
975#. module: website_forum
976#: model_terms:ir.ui.view,arch_db:website_forum.forum_nav_header
977msgid "Back"
978msgstr "回退"
979
980#. module: website_forum
981#: model_terms:ir.ui.view,arch_db:website_forum.edit_post
982#: model_terms:ir.ui.view,arch_db:website_forum.header
983#: model_terms:ir.ui.view,arch_db:website_forum.new_question
984msgid "Back to Question"
985msgstr ""
986
987#. module: website_forum
988#: code:addons/website_forum/controllers/main.py:0
989#: code:addons/website_forum/controllers/main.py:0
990#, python-format
991msgid "Bad Request"
992msgstr "无效请求"
993
994#. module: website_forum
995#: model:ir.ui.menu,name:website_forum.menu_forum_badges
996#: model_terms:ir.ui.view,arch_db:website_forum.forum_nav_header
997msgid "Badges"
998msgstr "徽章"
999
1000#. module: website_forum
1001#: model:ir.model.fields.selection,name:website_forum.selection__forum_post_reason__reason_type__basic
1002msgid "Basic"
1003msgstr "基础的"
1004
1005#. module: website_forum
1006#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
1007msgid "Be less specific in your wording for a wider search result"
1008msgstr ""
1009
1010#. module: website_forum
1011#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
1012msgid "Browse All"
1013msgstr ""
1014
1015#. module: website_forum
1016#: model:ir.model.fields,field_description:website_forum.field_forum_post__bump_date
1017msgid "Bumped on"
1018msgstr "跳到"
1019
1020#. module: website_forum
1021#. openerp-web
1022#: code:addons/website_forum/static/src/xml/website_forum_share_templates.xml:0
1023#, python-format
1024msgid "By sharing you answer, you will get additional"
1025msgstr "共享您的回复后,如果该回复被选为正确回复,将得到额外的贡献度点数。"
1026
1027#. module: website_forum
1028#: model:ir.model.fields,field_description:website_forum.field_forum_post__can_accept
1029msgid "Can Accept"
1030msgstr "可以采纳"
1031
1032#. module: website_forum
1033#: model:ir.model.fields,field_description:website_forum.field_forum_post__can_answer
1034msgid "Can Answer"
1035msgstr "可回答的"
1036
1037#. module: website_forum
1038#: model:ir.model.fields,field_description:website_forum.field_forum_post__can_ask
1039msgid "Can Ask"
1040msgstr "可以提问"
1041
1042#. module: website_forum
1043#: model:ir.model.fields,field_description:website_forum.field_forum_post__can_post
1044msgid "Can Automatically be Validated"
1045msgstr "能被自动验证"
1046
1047#. module: website_forum
1048#: model:ir.model.fields,field_description:website_forum.field_forum_post__can_close
1049msgid "Can Close"
1050msgstr "可关闭的"
1051
1052#. module: website_forum
1053#: model:ir.model.fields,field_description:website_forum.field_forum_post__can_comment
1054msgid "Can Comment"
1055msgstr "可评论的"
1056
1057#. module: website_forum
1058#: model:ir.model.fields,field_description:website_forum.field_forum_post__can_comment_convert
1059msgid "Can Convert to Comment"
1060msgstr "可以转变为评论"
1061
1062#. module: website_forum
1063#: model:ir.model.fields,field_description:website_forum.field_forum_post__can_downvote
1064msgid "Can Downvote"
1065msgstr "可以反对"
1066
1067#. module: website_forum
1068#: model:ir.model.fields,field_description:website_forum.field_forum_post__can_edit
1069msgid "Can Edit"
1070msgstr "能编辑"
1071
1072#. module: website_forum
1073#: model:ir.model.fields,field_description:website_forum.field_forum_post__can_flag
1074msgid "Can Flag"
1075msgstr "能被标记"
1076
1077#. module: website_forum
1078#: model:ir.model.fields,field_description:website_forum.field_forum_post__can_moderate
1079msgid "Can Moderate"
1080msgstr "能节制"
1081
1082#. module: website_forum
1083#: model:ir.model.fields,field_description:website_forum.field_forum_post__can_unlink
1084msgid "Can Unlink"
1085msgstr "可不删除"
1086
1087#. module: website_forum
1088#: model:ir.model.fields,field_description:website_forum.field_forum_post__can_upvote
1089msgid "Can Upvote"
1090msgstr "可以支持"
1091
1092#. module: website_forum
1093#: model:ir.model.fields,field_description:website_forum.field_forum_post__can_view
1094msgid "Can View"
1095msgstr "能浏览"
1096
1097#. module: website_forum
1098#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_edit_retag
1099msgid "Change question tags"
1100msgstr "改变问题标签"
1101
1102#. module: website_forum
1103#: model:ir.model.fields,help:website_forum.field_forum_forum__allow_bump
1104msgid ""
1105"Check this box to display a popup for posts older than 10 days without any "
1106"given answer. The popup will offer to share it on social networks. When "
1107"shared, a question is bumped at the top of the forum."
1108msgstr "选取此复选框以显示超过10天没有任何答案的弹出帖子。弹出窗口将提供在社交网络上分享。当共享后,一个问题被顶到在论坛的顶部。"
1109
1110#. module: website_forum
1111#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
1112msgid "Check your spelling and try again"
1113msgstr ""
1114
1115#. module: website_forum
1116#: model:gamification.badge,name:website_forum.badge_p_4
1117#: model:gamification.challenge,name:website_forum.challenge_chief_commentator
1118msgid "Chief Commentator"
1119msgstr "首席评论员"
1120
1121#. module: website_forum
1122#. openerp-web
1123#: code:addons/website_forum/static/src/js/tours/website_forum.js:0
1124#, python-format
1125msgid "Click here to accept this answer."
1126msgstr "点击这里以接受回复。"
1127
1128#. module: website_forum
1129#: model_terms:ir.ui.view,arch_db:website_forum.header
1130msgid ""
1131"Click here to send a verification email allowing you to participate in the "
1132"forum."
1133msgstr ""
1134
1135#. module: website_forum
1136#. openerp-web
1137#: code:addons/website_forum/static/src/js/tours/website_forum.js:0
1138#, python-format
1139msgid "Click to answer."
1140msgstr ""
1141
1142#. module: website_forum
1143#. openerp-web
1144#: code:addons/website_forum/static/src/js/tours/website_forum.js:0
1145#, python-format
1146msgid "Click to post your answer."
1147msgstr "点击贴出你的答案。"
1148
1149#. module: website_forum
1150#. openerp-web
1151#: code:addons/website_forum/static/src/js/tours/website_forum.js:0
1152#, python-format
1153msgid "Click to post your question."
1154msgstr "点击以贴出你的问题。"
1155
1156#. module: website_forum
1157#. openerp-web
1158#: code:addons/website_forum/static/src/xml/website_forum_share_templates.xml:0
1159#: code:addons/website_forum/static/src/xml/website_forum_share_templates.xml:0
1160#: model_terms:ir.ui.view,arch_db:website_forum.question_dropdown
1161#, python-format
1162msgid "Close"
1163msgstr "关闭"
1164
1165#. module: website_forum
1166#: model_terms:ir.ui.view,arch_db:website_forum.header
1167msgid "Close Post"
1168msgstr "关闭帖子"
1169
1170#. module: website_forum
1171#: model:ir.ui.menu,name:website_forum.menu_forum_post_reasons
1172msgid "Close Reasons"
1173msgstr "关闭原因"
1174
1175#. module: website_forum
1176#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_close_all
1177msgid "Close all posts"
1178msgstr "关闭所有的帖子"
1179
1180#. module: website_forum
1181#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_close_own
1182msgid "Close own posts"
1183msgstr "关闭自己的帖子"
1184
1185#. module: website_forum
1186#: model_terms:ir.ui.view,arch_db:website_forum.close_post
1187msgid "Close post"
1188msgstr "关闭帖子"
1189
1190#. module: website_forum
1191#: model:ir.model.fields.selection,name:website_forum.selection__forum_post__state__close
1192msgid "Closed"
1193msgstr "已关闭"
1194
1195#. module: website_forum
1196#: model:ir.model.fields,field_description:website_forum.field_forum_post__closed_uid
1197msgid "Closed by"
1198msgstr "关闭者"
1199
1200#. module: website_forum
1201#: model:ir.model.fields,field_description:website_forum.field_forum_post__closed_date
1202msgid "Closed on"
1203msgstr "关闭于"
1204
1205#. module: website_forum
1206#: model_terms:ir.ui.view,arch_db:website_forum.close_post
1207msgid "Closing"
1208msgstr ""
1209
1210#. module: website_forum
1211#: model:ir.model.fields,field_description:website_forum.field_forum_post_reason__name
1212msgid "Closing Reason"
1213msgstr "关闭原因"
1214
1215#. module: website_forum
1216#: model_terms:ir.ui.view,arch_db:website_forum.moderation_display_post_answer
1217#: model_terms:ir.ui.view,arch_db:website_forum.post_answers
1218#: model_terms:ir.ui.view,arch_db:website_forum.post_comment
1219msgid "Comment"
1220msgstr "备注"
1221
1222#. module: website_forum
1223#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_comment_all
1224msgid "Comment all posts"
1225msgstr "评论所有的帖子"
1226
1227#. module: website_forum
1228#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_comment_own
1229msgid "Comment own posts"
1230msgstr "评论自己的帖子"
1231
1232#. module: website_forum
1233#: model_terms:ir.ui.view,arch_db:website_forum.post_comment
1234msgid "Comment this post..."
1235msgstr "评论这个帖子..."
1236
1237#. module: website_forum
1238#: model:gamification.badge,name:website_forum.badge_p_2
1239#: model:gamification.challenge,name:website_forum.challenge_commentator
1240#: model:gamification.challenge.line,name:website_forum.line_chief_commentator
1241#: model:gamification.challenge.line,name:website_forum.line_commentator
1242#: model:gamification.goal.definition,name:website_forum.definition_commentator
1243msgid "Commentator"
1244msgstr "评论员"
1245
1246#. module: website_forum
1247#: model_terms:ir.ui.view,arch_db:website_forum.moderation_display_post_answer
1248#: model_terms:ir.ui.view,arch_db:website_forum.post_comment
1249msgid "Comments"
1250msgstr "注释"
1251
1252#. module: website_forum
1253#: model:gamification.challenge,name:website_forum.challenge_configure_profile
1254msgid "Complete own biography"
1255msgstr "完成自己的传记"
1256
1257#. module: website_forum
1258#: model:gamification.badge,description:website_forum.badge_p_1
1259#: model:gamification.challenge.line,name:website_forum.line_configure_profile
1260#: model:gamification.goal.definition,name:website_forum.definition_configure_profile
1261msgid "Completed own biography"
1262msgstr "完成自己的传记"
1263
1264#. module: website_forum
1265#: model:forum.post.reason,name:website_forum.reason_7
1266msgid "Contains offensive or malicious remarks"
1267msgstr ""
1268
1269#. module: website_forum
1270#: model:ir.model.fields,field_description:website_forum.field_forum_post__content
1271#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_search
1272msgid "Content"
1273msgstr "内容"
1274
1275#. module: website_forum
1276#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_comment_convert_all
1277msgid "Convert all answers to comments and vice versa"
1278msgstr "转换所有回复去评论,反之亦然"
1279
1280#. module: website_forum
1281#: model_terms:ir.ui.view,arch_db:website_forum.post_comment
1282msgid "Convert as a answer"
1283msgstr ""
1284
1285#. module: website_forum
1286#: model_terms:ir.ui.view,arch_db:website_forum.post_answers
1287msgid "Convert as a comment"
1288msgstr "转换为备注"
1289
1290#. module: website_forum
1291#: model:ir.model.fields,field_description:website_forum.field_forum_post__karma_accept
1292msgid "Convert comment to answer"
1293msgstr "把评论转成回复"
1294
1295#. module: website_forum
1296#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_comment_convert_own
1297msgid "Convert own answers to comments and vice versa"
1298msgstr "转换自己的回复到评论,反之亦然"
1299
1300#. module: website_forum
1301#: model:ir.model.fields,field_description:website_forum.field_forum_post__is_correct
1302msgid "Correct"
1303msgstr "正确的"
1304
1305#. module: website_forum
1306#: model:ir.model.fields,help:website_forum.field_forum_post__is_correct
1307msgid "Correct answer or answer accepted"
1308msgstr "正确的回复或被接受的回复"
1309
1310#. module: website_forum
1311#. openerp-web
1312#: code:addons/website_forum/static/src/js/website_forum.editor.js:0
1313#, python-format
1314msgid "Create"
1315msgstr "创建"
1316
1317#. module: website_forum
1318#: model:ir.model.fields,field_description:website_forum.field_forum_post_vote__create_date
1319#: model:ir.model.fields,field_description:website_forum.field_res_users__create_date
1320msgid "Create Date"
1321msgstr "创建日期"
1322
1323#. module: website_forum
1324#: model_terms:ir.actions.act_window,help:website_forum.action_forum_post
1325msgid "Create a new forum post"
1326msgstr "创建一个新的论坛文章。"
1327
1328#. module: website_forum
1329#. openerp-web
1330#: code:addons/website_forum/static/src/js/tours/website_forum.js:0
1331#, python-format
1332msgid "Create a new post in this forum by clicking on the button."
1333msgstr ""
1334
1335#. module: website_forum
1336#: model_terms:ir.actions.act_window,help:website_forum.forum_tag_action
1337msgid "Create a new tag"
1338msgstr "创建一个新标签"
1339
1340#. module: website_forum
1341#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_tag_create
1342msgid "Create new tags"
1343msgstr "创建新标签"
1344
1345#. module: website_forum
1346#: model:gamification.badge,description:website_forum.badge_32
1347msgid "Created a tag used by 15 questions"
1348msgstr "生成一个标签并被15个问题使用"
1349
1350#. module: website_forum
1351#: model:ir.model.fields,field_description:website_forum.field_forum_forum__create_uid
1352#: model:ir.model.fields,field_description:website_forum.field_forum_post__create_uid
1353#: model:ir.model.fields,field_description:website_forum.field_forum_post_reason__create_uid
1354#: model:ir.model.fields,field_description:website_forum.field_forum_post_vote__create_uid
1355#: model:ir.model.fields,field_description:website_forum.field_forum_tag__create_uid
1356msgid "Created by"
1357msgstr "创建人"
1358
1359#. module: website_forum
1360#: model:ir.model.fields,field_description:website_forum.field_forum_forum__create_date
1361#: model:ir.model.fields,field_description:website_forum.field_forum_post_reason__create_date
1362#: model:ir.model.fields,field_description:website_forum.field_forum_tag__create_date
1363msgid "Created on"
1364msgstr "创建时间"
1365
1366#. module: website_forum
1367#: model:gamification.badge,name:website_forum.badge_q_4
1368#: model:gamification.challenge,name:website_forum.challenge_favorite_question_1
1369msgid "Credible Question"
1370msgstr "可靠的问题"
1371
1372#. module: website_forum
1373#: model:gamification.badge,name:website_forum.badge_5
1374#: model:gamification.challenge,name:website_forum.challenge_critic
1375#: model:gamification.challenge.line,name:website_forum.line_critic
1376#: model:gamification.goal.definition,name:website_forum.definition_critic
1377msgid "Critic"
1378msgstr "批评者"
1379
1380#. module: website_forum
1381#: model:ir.model.fields,field_description:website_forum.field_forum_forum__default_order
1382msgid "Default"
1383msgstr "默认"
1384
1385#. module: website_forum
1386#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_forum_form
1387msgid "Default Sort"
1388msgstr ""
1389
1390#. module: website_forum
1391#: model:ir.model.fields,help:website_forum.field_gamification_challenge__challenge_category
1392msgid "Define the visibility of the challenge through menus"
1393msgstr "通过菜单定义挑战的可见性"
1394
1395#. module: website_forum
1396#: model_terms:ir.ui.view,arch_db:website_forum.post_answers
1397#: model_terms:ir.ui.view,arch_db:website_forum.post_comment
1398#: model_terms:ir.ui.view,arch_db:website_forum.question_dropdown
1399msgid "Delete"
1400msgstr "删除"
1401
1402#. module: website_forum
1403#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_unlink_all
1404msgid "Delete all posts"
1405msgstr "删除所有帖子"
1406
1407#. module: website_forum
1408#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_unlink_own
1409msgid "Delete own posts"
1410msgstr "删除自己的帖子"
1411
1412#. module: website_forum
1413#: model_terms:ir.ui.view,arch_db:website_forum.post_description_full
1414msgid "Deleted"
1415msgstr ""
1416
1417#. module: website_forum
1418#: model:gamification.badge,description:website_forum.badge_23
1419msgid "Deleted own post with 3 or more downvotes"
1420msgstr "删除自己的被投3次以上反对票的贴子"
1421
1422#. module: website_forum
1423#: model:gamification.badge,description:website_forum.badge_6
1424msgid "Deleted own post with 3 or more upvotes"
1425msgstr "删除自己被投3次以上支持票的贴子"
1426
1427#. module: website_forum
1428#: model:ir.model.fields,field_description:website_forum.field_forum_forum__description
1429#: model_terms:ir.ui.view,arch_db:website_forum.edit_post
1430#: model_terms:ir.ui.view,arch_db:website_forum.forum_all_all_entries
1431#: model_terms:ir.ui.view,arch_db:website_forum.new_question
1432msgid "Description"
1433msgstr "说明"
1434
1435#. module: website_forum
1436#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_forum_form
1437msgid "Description visible on website"
1438msgstr ""
1439
1440#. module: website_forum
1441#. openerp-web
1442#: code:addons/website_forum/static/src/js/website_forum.editor.js:0
1443#: model_terms:ir.ui.view,arch_db:website_forum.close_post
1444#: model_terms:ir.ui.view,arch_db:website_forum.edit_post
1445#: model_terms:ir.ui.view,arch_db:website_forum.new_question
1446#: model_terms:ir.ui.view,arch_db:website_forum.post_answer
1447#: model_terms:ir.ui.view,arch_db:website_forum.post_comment
1448#, python-format
1449msgid "Discard"
1450msgstr "丢弃"
1451
1452#. module: website_forum
1453#: model:gamification.badge,name:website_forum.badge_6
1454#: model:gamification.challenge,name:website_forum.challenge_disciplined
1455#: model:gamification.challenge.line,name:website_forum.line_disciplined
1456#: model:gamification.goal.definition,name:website_forum.definition_disciplined
1457msgid "Disciplined"
1458msgstr "被惩治"
1459
1460#. module: website_forum
1461#. openerp-web
1462#: code:addons/website_forum/static/src/xml/website_forum_templates.xml:0
1463#, python-format
1464msgid "Discussions"
1465msgstr "讨论"
1466
1467#. module: website_forum
1468#: model:ir.model.fields.selection,name:website_forum.selection__forum_forum__mode__discussions
1469msgid "Discussions (multiple answers)"
1470msgstr ""
1471
1472#. module: website_forum
1473#: model:ir.model.fields,field_description:website_forum.field_forum_forum__display_name
1474#: model:ir.model.fields,field_description:website_forum.field_forum_post__display_name
1475#: model:ir.model.fields,field_description:website_forum.field_forum_post_reason__display_name
1476#: model:ir.model.fields,field_description:website_forum.field_forum_post_vote__display_name
1477#: model:ir.model.fields,field_description:website_forum.field_forum_tag__display_name
1478#: model:ir.model.fields,field_description:website_forum.field_gamification_challenge__display_name
1479#: model:ir.model.fields,field_description:website_forum.field_res_users__display_name
1480#: model:ir.model.fields,field_description:website_forum.field_website__display_name
1481msgid "Display Name"
1482msgstr "显示名称"
1483
1484#. module: website_forum
1485#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_user_bio
1486msgid "Display detailed user biography"
1487msgstr "显示用户详细的自传"
1488
1489#. module: website_forum
1490#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_downvote
1491msgid "Downvote"
1492msgstr "反对"
1493
1494#. module: website_forum
1495#: model:forum.post.reason,name:website_forum.reason_1
1496msgid "Duplicate post"
1497msgstr ""
1498
1499#. module: website_forum
1500#: model_terms:ir.ui.view,arch_db:website_forum.post_answers
1501#: model_terms:ir.ui.view,arch_db:website_forum.question_dropdown
1502msgid "Edit"
1503msgstr "编辑"
1504
1505#. module: website_forum
1506#: model_terms:ir.ui.view,arch_db:website_forum.header
1507msgid "Edit Answer"
1508msgstr ""
1509
1510#. module: website_forum
1511#: model_terms:ir.ui.view,arch_db:website_forum.forum_nav_header
1512msgid "Edit Forum in Backend"
1513msgstr ""
1514
1515#. module: website_forum
1516#: model_terms:ir.ui.view,arch_db:website_forum.header
1517msgid "Edit Question"
1518msgstr ""
1519
1520#. module: website_forum
1521#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_edit_all
1522msgid "Edit all posts"
1523msgstr "编辑所有的帖子"
1524
1525#. module: website_forum
1526#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_edit_own
1527msgid "Edit own posts"
1528msgstr "编辑自己的帖子"
1529
1530#. module: website_forum
1531#: model_terms:ir.ui.view,arch_db:website_forum.edit_post
1532msgid "Edit your Post"
1533msgstr "编辑你的帖子"
1534
1535#. module: website_forum
1536#: model:gamification.badge,name:website_forum.badge_7
1537#: model:gamification.challenge,name:website_forum.challenge_editor
1538#: model:gamification.challenge.line,name:website_forum.line_editor
1539#: model:gamification.goal.definition,name:website_forum.definition_editor
1540msgid "Editor"
1541msgstr "编辑"
1542
1543#. module: website_forum
1544#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_editor
1545msgid "Editor Features: image and links"
1546msgstr "编辑工具:图像和链接"
1547
1548#. module: website_forum
1549#: model:gamification.badge,name:website_forum.badge_a_5
1550#: model:gamification.challenge,name:website_forum.challenge_enlightened
1551#: model:gamification.challenge.line,name:website_forum.line_enlightened
1552#: model:gamification.goal.definition,name:website_forum.definition_enlightened
1553msgid "Enlightened"
1554msgstr "开明的"
1555
1556#. module: website_forum
1557#: model_terms:ir.ui.view,arch_db:website_forum.edit_post
1558#: model_terms:ir.ui.view,arch_db:website_forum.new_question
1559msgid ""
1560"Example\n"
1561"                        <i class=\"fa fa-question-circle\"/>"
1562msgstr ""
1563
1564#. module: website_forum
1565#: model:gamification.badge,name:website_forum.badge_q_3
1566#: model:gamification.challenge,name:website_forum.challenge_famous_question
1567msgid "Famous Question"
1568msgstr "热门问题"
1569
1570#. module: website_forum
1571#: model:ir.model.fields,field_description:website_forum.field_forum_post__favourite_count
1572msgid "Favorite"
1573msgstr "收藏夹"
1574
1575#. module: website_forum
1576#: model:gamification.badge,name:website_forum.badge_q_5
1577#: model:gamification.challenge,name:website_forum.challenge_favorite_question_5
1578msgid "Favorite Question"
1579msgstr "收藏的问题"
1580
1581#. module: website_forum
1582#: model:ir.model.fields,field_description:website_forum.field_forum_post__favourite_ids
1583msgid "Favourite"
1584msgstr "收藏"
1585
1586#. module: website_forum
1587#: model:gamification.challenge.line,name:website_forum.line_favorite_question_1
1588#: model:gamification.goal.definition,name:website_forum.definition_favorite_question_1
1589msgid "Favourite Question (1)"
1590msgstr "收藏的问题(1)"
1591
1592#. module: website_forum
1593#: model:gamification.challenge.line,name:website_forum.line_stellar_question_25
1594#: model:gamification.goal.definition,name:website_forum.definition_stellar_question_25
1595msgid "Favourite Question (25)"
1596msgstr "收藏的问题(25)"
1597
1598#. module: website_forum
1599#: model:gamification.challenge.line,name:website_forum.line_favorite_question_5
1600#: model:gamification.goal.definition,name:website_forum.definition_favorite_question_5
1601msgid "Favourite Question (5)"
1602msgstr "收藏的问题(5)"
1603
1604#. module: website_forum
1605#: model_terms:ir.ui.view,arch_db:website_forum.user_profile_content
1606msgid "Favourite Questions"
1607msgstr "收藏的问题"
1608
1609#. module: website_forum
1610#: model_terms:ir.ui.view,arch_db:website_forum.forum_nav_header
1611msgid "Favourites"
1612msgstr "收藏"
1613
1614#. module: website_forum
1615#: model_terms:ir.ui.view,arch_db:website_forum.moderation_queue
1616msgid "Filter by:"
1617msgstr ""
1618
1619#. module: website_forum
1620#: model:ir.model.fields,field_description:website_forum.field_forum_forum__relevancy_post_vote
1621msgid "First Relevance Parameter"
1622msgstr "第一个相关参数"
1623
1624#. module: website_forum
1625#: model:gamification.badge,description:website_forum.badge_5
1626msgid "First downvote"
1627msgstr "第一个反对"
1628
1629#. module: website_forum
1630#: model:gamification.badge,description:website_forum.badge_7
1631msgid "First edit"
1632msgstr "第一次编辑"
1633
1634#. module: website_forum
1635#: model:gamification.badge,description:website_forum.badge_31
1636msgid "First upvote"
1637msgstr "第一个支持"
1638
1639#. module: website_forum
1640#: model_terms:ir.ui.view,arch_db:website_forum.question_dropdown
1641msgid "Flag"
1642msgstr "标记"
1643
1644#. module: website_forum
1645#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_flag
1646#: model:ir.model.fields,field_description:website_forum.field_forum_post__karma_flag
1647msgid "Flag a post as offensive"
1648msgstr "标记无礼的帖子"
1649
1650#. module: website_forum
1651#: model:ir.model.fields.selection,name:website_forum.selection__forum_post__state__flagged
1652#: model_terms:ir.ui.view,arch_db:website_forum.header
1653msgid "Flagged"
1654msgstr "标记的"
1655
1656#. module: website_forum
1657#: model:ir.model.fields,field_description:website_forum.field_forum_post__flag_user_id
1658msgid "Flagged by"
1659msgstr "被标记"
1660
1661#. module: website_forum
1662#: model_terms:ir.ui.view,arch_db:website_forum.user_profile_content
1663msgid "Followed Questions"
1664msgstr "关注的问题"
1665
1666#. module: website_forum
1667#: model:ir.model.fields,field_description:website_forum.field_forum_forum__message_follower_ids
1668#: model:ir.model.fields,field_description:website_forum.field_forum_post__message_follower_ids
1669#: model:ir.model.fields,field_description:website_forum.field_forum_tag__message_follower_ids
1670msgid "Followers"
1671msgstr "关注者"
1672
1673#. module: website_forum
1674#: model:ir.model.fields,field_description:website_forum.field_forum_forum__message_channel_ids
1675#: model:ir.model.fields,field_description:website_forum.field_forum_post__message_channel_ids
1676#: model:ir.model.fields,field_description:website_forum.field_forum_tag__message_channel_ids
1677msgid "Followers (Channels)"
1678msgstr "关注者(频道)"
1679
1680#. module: website_forum
1681#: model:ir.model.fields,field_description:website_forum.field_forum_forum__message_partner_ids
1682#: model:ir.model.fields,field_description:website_forum.field_forum_post__message_partner_ids
1683#: model:ir.model.fields,field_description:website_forum.field_forum_tag__message_partner_ids
1684msgid "Followers (Partners)"
1685msgstr "关注者(业务伙伴)"
1686
1687#. module: website_forum
1688#: model_terms:ir.ui.view,arch_db:website_forum.forum_nav_header
1689msgid "Following"
1690msgstr "正在关注中"
1691
1692#. module: website_forum
1693#: model_terms:forum.forum,faq:website_forum.forum_help
1694#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
1695msgid ""
1696"For example, if you ask an interesting question or give a helpful answer, "
1697"your input will be upvoted. On the other hand if the answer is misleading - "
1698"it will be downvoted. Each vote in favor will generate 10 points, each vote "
1699"against will subtract 10 points. There is a limit of 200 points that can be "
1700"accumulated for a question or answer per day. The table given at the end "
1701"explains reputation point requirements for each type of moderation task."
1702msgstr ""
1703
1704#. module: website_forum
1705#: code:addons/website_forum/models/website.py:0
1706#: model:ir.actions.act_url,name:website_forum.action_open_forum
1707#: model:ir.model,name:website_forum.model_forum_forum
1708#: model:ir.model.fields,field_description:website_forum.field_forum_post__forum_id
1709#: model:ir.model.fields,field_description:website_forum.field_forum_post_vote__forum_id
1710#: model:ir.model.fields,field_description:website_forum.field_forum_tag__forum_id
1711#: model:ir.ui.menu,name:website_forum.menu_website_forum
1712#: model:ir.ui.menu,name:website_forum.menu_website_forum_global
1713#: model:website.menu,name:website_forum.menu_website_forums
1714#: model_terms:ir.ui.view,arch_db:website_forum.forum_view_search
1715#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_forum_form
1716#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_search
1717#, python-format
1718msgid "Forum"
1719msgstr "论坛"
1720
1721#. module: website_forum
1722#. openerp-web
1723#: code:addons/website_forum/static/src/xml/website_forum_templates.xml:0
1724#, python-format
1725msgid "Forum Mode"
1726msgstr ""
1727
1728#. module: website_forum
1729#. openerp-web
1730#: code:addons/website_forum/static/src/xml/website_forum_templates.xml:0
1731#: model:ir.model.fields,field_description:website_forum.field_forum_forum__name
1732#, python-format
1733msgid "Forum Name"
1734msgstr "论坛名字"
1735
1736#. module: website_forum
1737#: model:ir.model,name:website_forum.model_forum_post
1738#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_form
1739msgid "Forum Post"
1740msgstr "论坛帖子"
1741
1742#. module: website_forum
1743#: model:ir.actions.act_window,name:website_forum.action_forum_post
1744#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_list
1745msgid "Forum Posts"
1746msgstr "论坛帖文"
1747
1748#. module: website_forum
1749#: model:ir.model,name:website_forum.model_forum_tag
1750msgid "Forum Tag"
1751msgstr "论坛标签"
1752
1753#. module: website_forum
1754#: model:ir.actions.act_window,name:website_forum.action_forum_forum
1755#: model:ir.ui.menu,name:website_forum.menu_forum_global
1756#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_forum_list
1757msgid "Forums"
1758msgstr "论坛"
1759
1760#. module: website_forum
1761#: model:ir.model.fields,field_description:website_forum.field_website__forums_count
1762msgid "Forums Count"
1763msgstr ""
1764
1765#. module: website_forum
1766#: model:ir.model,name:website_forum.model_gamification_challenge
1767msgid "Gamification Challenge"
1768msgstr "游戏化挑战"
1769
1770#. module: website_forum
1771#. openerp-web
1772#: code:addons/website_forum/static/src/js/tours/website_forum.js:0
1773#, python-format
1774msgid "Give your post title."
1775msgstr ""
1776
1777#. module: website_forum
1778#: model:gamification.badge,name:website_forum.badge_a_3
1779#: model:gamification.challenge,name:website_forum.challenge_good_answer
1780msgid "Good Answer"
1781msgstr "满意答案"
1782
1783#. module: website_forum
1784#: model:gamification.challenge.line,name:website_forum.line_good_answer
1785#: model:gamification.goal.definition,name:website_forum.definition_good_answer
1786msgid "Good Answer (6)"
1787msgstr "满意答案 (6)"
1788
1789#. module: website_forum
1790#: model:gamification.badge,name:website_forum.badge_q_9
1791#: model:gamification.challenge,name:website_forum.challenge_good_question
1792msgid "Good Question"
1793msgstr "好问题"
1794
1795#. module: website_forum
1796#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_graph
1797msgid "Graph of Posts"
1798msgstr "帖子图"
1799
1800#. module: website_forum
1801#: model:gamification.badge,name:website_forum.badge_a_4
1802#: model:gamification.challenge,name:website_forum.challenge_great_answer
1803msgid "Great Answer"
1804msgstr "很好的答案"
1805
1806#. module: website_forum
1807#: model:gamification.challenge.line,name:website_forum.line_great_answer
1808#: model:gamification.goal.definition,name:website_forum.definition_great_answer
1809msgid "Great Answer (15)"
1810msgstr "很好的答案(15)"
1811
1812#. module: website_forum
1813#: model:gamification.badge,name:website_forum.badge_q_10
1814#: model:gamification.challenge,name:website_forum.challenge_great_question
1815msgid "Great Question"
1816msgstr "很好的问题"
1817
1818#. module: website_forum
1819#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_search
1820msgid "Group By"
1821msgstr "分组"
1822
1823#. module: website_forum
1824#: model:ir.model.fields,field_description:website_forum.field_forum_forum__faq
1825#: model_terms:ir.ui.view,arch_db:website_forum.header
1826msgid "Guidelines"
1827msgstr "方针"
1828
1829#. module: website_forum
1830#: model:gamification.badge,name:website_forum.badge_a_6
1831#: model:gamification.challenge,name:website_forum.challenge_guru
1832msgid "Guru"
1833msgstr "专家"
1834
1835#. module: website_forum
1836#: model:gamification.challenge.line,name:website_forum.line_guru
1837#: model:gamification.goal.definition,name:website_forum.definition_guru
1838msgid "Guru (15)"
1839msgstr "专家(15)"
1840
1841#. module: website_forum
1842#: model:ir.model.fields,field_description:website_forum.field_forum_post__uid_has_answered
1843msgid "Has Answered"
1844msgstr "已回答"
1845
1846#. module: website_forum
1847#: model:forum.forum,name:website_forum.forum_help
1848msgid "Help"
1849msgstr "帮助"
1850
1851#. module: website_forum
1852#: model_terms:forum.forum,faq:website_forum.forum_help
1853#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
1854msgid "Here a table with the privileges and the karma level"
1855msgstr ""
1856
1857#. module: website_forum
1858#: model_terms:forum.forum,welcome_message:website_forum.forum_help
1859msgid "Hide Intro"
1860msgstr "隐藏简介"
1861
1862#. module: website_forum
1863#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
1864msgid "I'm <b>Following</b>"
1865msgstr ""
1866
1867#. module: website_forum
1868#: model_terms:ir.ui.view,arch_db:website_forum.forum_nav_header
1869msgid "I'm Following"
1870msgstr ""
1871
1872#. module: website_forum
1873#: model:ir.model.fields,field_description:website_forum.field_forum_forum__id
1874#: model:ir.model.fields,field_description:website_forum.field_forum_post__id
1875#: model:ir.model.fields,field_description:website_forum.field_forum_post_reason__id
1876#: model:ir.model.fields,field_description:website_forum.field_forum_post_vote__id
1877#: model:ir.model.fields,field_description:website_forum.field_forum_tag__id
1878#: model:ir.model.fields,field_description:website_forum.field_gamification_challenge__id
1879#: model:ir.model.fields,field_description:website_forum.field_res_users__id
1880#: model:ir.model.fields,field_description:website_forum.field_website__id
1881msgid "ID"
1882msgstr "ID"
1883
1884#. module: website_forum
1885#: model:ir.model.fields,help:website_forum.field_forum_forum__message_needaction
1886#: model:ir.model.fields,help:website_forum.field_forum_forum__message_unread
1887#: model:ir.model.fields,help:website_forum.field_forum_post__message_needaction
1888#: model:ir.model.fields,help:website_forum.field_forum_post__message_unread
1889#: model:ir.model.fields,help:website_forum.field_forum_tag__message_needaction
1890#: model:ir.model.fields,help:website_forum.field_forum_tag__message_unread
1891msgid "If checked, new messages require your attention."
1892msgstr "确认后, 出现提示消息."
1893
1894#. module: website_forum
1895#: model:ir.model.fields,help:website_forum.field_forum_forum__message_has_error
1896#: model:ir.model.fields,help:website_forum.field_forum_forum__message_has_sms_error
1897#: model:ir.model.fields,help:website_forum.field_forum_post__message_has_error
1898#: model:ir.model.fields,help:website_forum.field_forum_post__message_has_sms_error
1899#: model:ir.model.fields,help:website_forum.field_forum_tag__message_has_error
1900#: model:ir.model.fields,help:website_forum.field_forum_tag__message_has_sms_error
1901msgid "If checked, some messages have a delivery error."
1902msgstr "如果勾选此项, 某些消息将会产生传递错误。"
1903
1904#. module: website_forum
1905#: model:ir.model.fields,help:website_forum.field_forum_forum__karma_dofollow
1906msgid ""
1907"If the author has not enough karma, a nofollow attribute is added to links"
1908msgstr "如果作者没有足够的贡献点数,一个nofollow属性添加到链接"
1909
1910#. module: website_forum
1911#: model_terms:forum.forum,faq:website_forum.forum_help
1912#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
1913#: model_terms:ir.ui.view,arch_db:website_forum.faq_karma
1914msgid "If this approach is not for you, please respect the community."
1915msgstr ""
1916
1917#. module: website_forum
1918#: model_terms:ir.ui.view,arch_db:website_forum.close_post
1919msgid ""
1920"If you close this post, it will be hidden for most users. Only\n"
1921"            users having a high karma can see closed posts to moderate\n"
1922"            them."
1923msgstr ""
1924"如果你关闭此帖文,它会向大多数用户隐藏。只有\n"
1925"具有高贡献度用户可以看到已经关闭的帖文并且节制\n"
1926"他们。"
1927
1928#. module: website_forum
1929#: model_terms:forum.forum,faq:website_forum.forum_help
1930#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
1931msgid ""
1932"If you fit in one of these example or if your motivation for asking the "
1933"question is “I would like to participate in a discussion about ______”, then"
1934" you should not be asking here but on our mailing lists. However, if your "
1935"motivation is “I would like others to explain ______ to me”, then you are "
1936"probably OK."
1937msgstr ""
1938
1939#. module: website_forum
1940#: model_terms:ir.ui.view,arch_db:website_forum.close_post
1941msgid ""
1942"If you mark this post as offensive, it will be hidden for most users. Only\n"
1943"            users having a high karma can see offensive posts to moderate\n"
1944"            them."
1945msgstr ""
1946"如果你标记这个帖子为冒犯的,它会被隐藏于大多数用户。只有\n"
1947"具有高贡献度的用户可以节制它。"
1948
1949#. module: website_forum
1950#: model:ir.model.fields,field_description:website_forum.field_forum_forum__image_1920
1951msgid "Image"
1952msgstr "图像"
1953
1954#. module: website_forum
1955#: model:ir.model.fields,field_description:website_forum.field_forum_forum__image_1024
1956msgid "Image 1024"
1957msgstr "图像 1024"
1958
1959#. module: website_forum
1960#: model:ir.model.fields,field_description:website_forum.field_forum_forum__image_128
1961msgid "Image 128"
1962msgstr "图像128"
1963
1964#. module: website_forum
1965#: model:ir.model.fields,field_description:website_forum.field_forum_forum__image_256
1966msgid "Image 256"
1967msgstr "图像 256"
1968
1969#. module: website_forum
1970#: model:ir.model.fields,field_description:website_forum.field_forum_forum__image_512
1971msgid "Image 512"
1972msgstr "图像 512"
1973
1974#. module: website_forum
1975#: model:forum.post.reason,name:website_forum.reason_13
1976msgid "Inappropriate and unacceptable statements"
1977msgstr ""
1978
1979#. module: website_forum
1980#. openerp-web
1981#: code:addons/website_forum/static/src/js/tours/website_forum.js:0
1982#, python-format
1983msgid "Insert tags related to your question."
1984msgstr "插入标签到和你有关的问题。"
1985
1986#. module: website_forum
1987#: model:forum.post.reason,name:website_forum.reason_11
1988msgid "Insulting and offensive language"
1989msgstr ""
1990
1991#. module: website_forum
1992#: model:ir.model.fields,field_description:website_forum.field_forum_post__user_favourite
1993msgid "Is Favourite"
1994msgstr "受欢迎的"
1995
1996#. module: website_forum
1997#: model:ir.model.fields,field_description:website_forum.field_forum_forum__message_is_follower
1998#: model:ir.model.fields,field_description:website_forum.field_forum_post__message_is_follower
1999#: model:ir.model.fields,field_description:website_forum.field_forum_tag__message_is_follower
2000msgid "Is Follower"
2001msgstr "关注者"
2002
2003#. module: website_forum
2004#: model:ir.model.fields,field_description:website_forum.field_forum_post__has_validated_answer
2005msgid "Is answered"
2006msgstr "已回复的"
2007
2008#. module: website_forum
2009#: model:ir.model.fields,field_description:website_forum.field_forum_post__can_display_biography
2010msgid "Is the author's biography visible from his post"
2011msgstr "作者的简介在其帖子是否可见"
2012
2013#. module: website_forum
2014#: code:addons/website_forum/models/forum.py:0
2015#, python-format
2016msgid "It is not allowed to modify someone else's vote."
2017msgstr ""
2018
2019#. module: website_forum
2020#: code:addons/website_forum/models/forum.py:0
2021#, python-format
2022msgid "It is not allowed to vote for its own post."
2023msgstr "不能给自己的贴子投票。"
2024
2025#. module: website_forum
2026#: model_terms:ir.ui.view,arch_db:website_forum.header
2027msgid "Karma"
2028msgstr "贡献值"
2029
2030#. module: website_forum
2031#. openerp-web
2032#: code:addons/website_forum/static/src/js/website_forum.js:0
2033#, python-format
2034msgid "Karma Error"
2035msgstr ""
2036
2037#. module: website_forum
2038#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_forum_form
2039msgid "Karma Gains"
2040msgstr "获得贡献值"
2041
2042#. module: website_forum
2043#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_forum_form
2044msgid "Karma Related Rights"
2045msgstr "贡献度相关权利"
2046
2047#. module: website_forum
2048#: model:ir.model.fields,field_description:website_forum.field_forum_post__karma_close
2049msgid "Karma to close"
2050msgstr "停贡献值"
2051
2052#. module: website_forum
2053#: model:ir.model.fields,field_description:website_forum.field_forum_post__karma_comment
2054msgid "Karma to comment"
2055msgstr "评论需贡献值"
2056
2057#. module: website_forum
2058#: model:ir.model.fields,field_description:website_forum.field_forum_post__karma_comment_convert
2059msgid "Karma to convert comment to answer"
2060msgstr "贡献度转换评论到回复"
2061
2062#. module: website_forum
2063#: model:ir.model.fields,field_description:website_forum.field_forum_post__karma_edit
2064msgid "Karma to edit"
2065msgstr "修改贡献值"
2066
2067#. module: website_forum
2068#: model:ir.model.fields,field_description:website_forum.field_forum_post__karma_unlink
2069msgid "Karma to unlink"
2070msgstr "剥离贡献"
2071
2072#. module: website_forum
2073#: model:ir.model.fields,field_description:website_forum.field_forum_forum____last_update
2074#: model:ir.model.fields,field_description:website_forum.field_forum_post____last_update
2075#: model:ir.model.fields,field_description:website_forum.field_forum_post_reason____last_update
2076#: model:ir.model.fields,field_description:website_forum.field_forum_post_vote____last_update
2077#: model:ir.model.fields,field_description:website_forum.field_forum_tag____last_update
2078#: model:ir.model.fields,field_description:website_forum.field_gamification_challenge____last_update
2079#: model:ir.model.fields,field_description:website_forum.field_res_users____last_update
2080#: model:ir.model.fields,field_description:website_forum.field_website____last_update
2081msgid "Last Modified on"
2082msgstr "最后修改日"
2083
2084#. module: website_forum
2085#: model:ir.model.fields,field_description:website_forum.field_forum_forum__last_post_id
2086msgid "Last Post"
2087msgstr ""
2088
2089#. module: website_forum
2090#: model_terms:ir.ui.view,arch_db:website_forum.forum_post_options
2091msgid "Last Post:"
2092msgstr ""
2093
2094#. module: website_forum
2095#: model:ir.model.fields.selection,name:website_forum.selection__forum_forum__default_order__write_date_desc
2096msgid "Last Updated"
2097msgstr "最后更新"
2098
2099#. module: website_forum
2100#: model:ir.model.fields,field_description:website_forum.field_forum_forum__write_uid
2101#: model:ir.model.fields,field_description:website_forum.field_forum_post_reason__write_uid
2102#: model:ir.model.fields,field_description:website_forum.field_forum_post_vote__write_uid
2103#: model:ir.model.fields,field_description:website_forum.field_forum_tag__write_uid
2104msgid "Last Updated by"
2105msgstr "最后更新人"
2106
2107#. module: website_forum
2108#: model:ir.model.fields,field_description:website_forum.field_forum_forum__write_date
2109#: model:ir.model.fields,field_description:website_forum.field_forum_post_reason__write_date
2110#: model:ir.model.fields,field_description:website_forum.field_forum_post_vote__write_date
2111#: model:ir.model.fields,field_description:website_forum.field_forum_tag__write_date
2112msgid "Last Updated on"
2113msgstr "最后更新时间"
2114
2115#. module: website_forum
2116#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
2117msgid "Last activity date"
2118msgstr "上次活动日期"
2119
2120#. module: website_forum
2121#: model:gamification.badge,description:website_forum.badge_25
2122msgid "Left 10 answers with score of 10 or more"
2123msgstr "保留10个10分以上的回复"
2124
2125#. module: website_forum
2126#: model:ir.model.fields,field_description:website_forum.field_forum_forum__message_main_attachment_id
2127#: model:ir.model.fields,field_description:website_forum.field_forum_post__message_main_attachment_id
2128#: model:ir.model.fields,field_description:website_forum.field_forum_tag__message_main_attachment_id
2129msgid "Main Attachment"
2130msgstr "主要附件"
2131
2132#. module: website_forum
2133#: model_terms:ir.ui.view,arch_db:website_forum.post_answers
2134msgid "Mark as Best Answer"
2135msgstr ""
2136
2137#. module: website_forum
2138#: model_terms:ir.ui.view,arch_db:website_forum.close_post
2139#: model_terms:ir.ui.view,arch_db:website_forum.moderation_queue
2140msgid "Mark as offensive"
2141msgstr "标记为具有攻击性"
2142
2143#. module: website_forum
2144#: model_terms:ir.ui.view,arch_db:website_forum.moderation_queue
2145msgid "Mark as spam"
2146msgstr ""
2147
2148#. module: website_forum
2149#: model:ir.model.fields,field_description:website_forum.field_forum_forum__menu_id
2150msgid "Menu"
2151msgstr "菜单"
2152
2153#. module: website_forum
2154#: model:ir.model.fields,field_description:website_forum.field_forum_forum__message_has_error
2155#: model:ir.model.fields,field_description:website_forum.field_forum_post__message_has_error
2156#: model:ir.model.fields,field_description:website_forum.field_forum_tag__message_has_error
2157msgid "Message Delivery error"
2158msgstr "消息传递错误"
2159
2160#. module: website_forum
2161#: model:ir.model.fields,field_description:website_forum.field_forum_forum__message_ids
2162#: model:ir.model.fields,field_description:website_forum.field_forum_post__message_ids
2163#: model:ir.model.fields,field_description:website_forum.field_forum_tag__message_ids
2164msgid "Messages"
2165msgstr "消息"
2166
2167#. module: website_forum
2168#: model:ir.model.fields,field_description:website_forum.field_forum_forum__mode
2169msgid "Mode"
2170msgstr "模式"
2171
2172#. module: website_forum
2173#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_moderate
2174msgid "Moderate posts"
2175msgstr "节制帖子"
2176
2177#. module: website_forum
2178#: model_terms:ir.ui.view,arch_db:website_forum.header
2179msgid "Moderation"
2180msgstr "管理操作"
2181
2182#. module: website_forum
2183#: model_terms:ir.ui.view,arch_db:website_forum.user_sidebar
2184msgid "Moderation tools"
2185msgstr ""
2186
2187#. module: website_forum
2188#: model_terms:ir.ui.view,arch_db:website_forum.post_answers
2189msgid "More"
2190msgstr "更多"
2191
2192#. module: website_forum
2193#: model_terms:forum.forum,faq:website_forum.forum_help
2194#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
2195msgid "More over:"
2196msgstr "此外:"
2197
2198#. module: website_forum
2199#: model:ir.model.fields.selection,name:website_forum.selection__forum_forum__default_order__vote_count_desc
2200msgid "Most Voted"
2201msgstr "得到最多投票的"
2202
2203#. module: website_forum
2204#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
2205msgid "Most answered"
2206msgstr "最多回复"
2207
2208#. module: website_forum
2209#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
2210msgid "Most voted"
2211msgstr "最多评价"
2212
2213#. module: website_forum
2214#. openerp-web
2215#: code:addons/website_forum/static/src/xml/website_forum_share_templates.xml:0
2216#, python-format
2217msgid ""
2218"Move this question to the top of the list by sharing it on social networks."
2219msgstr "通过将其分享到社交网络上,将此问题移至列表的顶部。"
2220
2221#. module: website_forum
2222#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
2223msgid "My <b>Favourites</b>"
2224msgstr ""
2225
2226#. module: website_forum
2227#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
2228msgid "My <b>Posts</b>"
2229msgstr ""
2230
2231#. module: website_forum
2232#: model_terms:ir.ui.view,arch_db:website_forum.forum_nav_header
2233msgid "My Favourites"
2234msgstr ""
2235
2236#. module: website_forum
2237#: model_terms:ir.ui.view,arch_db:website_forum.forum_nav_header
2238msgid "My Posts"
2239msgstr ""
2240
2241#. module: website_forum
2242#: model:ir.model.fields,field_description:website_forum.field_forum_post__user_vote
2243msgid "My Vote"
2244msgstr "我的投票"
2245
2246#. module: website_forum
2247#: model_terms:ir.ui.view,arch_db:website_forum.forum_nav_header
2248#: model_terms:ir.ui.view,arch_db:website_forum.user_sidebar
2249msgid "My profile"
2250msgstr ""
2251
2252#. module: website_forum
2253#: model:ir.model.fields,field_description:website_forum.field_forum_tag__name
2254#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_form
2255msgid "Name"
2256msgstr "名称"
2257
2258#. module: website_forum
2259#: model_terms:ir.ui.view,arch_db:website_forum.user_votes
2260#: model_terms:ir.ui.view,arch_db:website_forum.vote
2261msgid "Negative vote"
2262msgstr "负数问卷调查"
2263
2264#. module: website_forum
2265#: model:mail.message.subtype,description:website_forum.mt_answer_new
2266#: model:mail.message.subtype,name:website_forum.mt_answer_new
2267#: model:mail.message.subtype,name:website_forum.mt_forum_answer_new
2268msgid "New Answer"
2269msgstr "新的答案"
2270
2271#. module: website_forum
2272#. openerp-web
2273#: code:addons/website_forum/static/src/js/website_forum.editor.js:0
2274#, python-format
2275msgid "New Forum"
2276msgstr "新论坛"
2277
2278#. module: website_forum
2279#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
2280#: model_terms:ir.ui.view,arch_db:website_forum.header
2281msgid "New Post"
2282msgstr ""
2283
2284#. module: website_forum
2285#: model:mail.message.subtype,description:website_forum.mt_question_new
2286#: model:mail.message.subtype,name:website_forum.mt_forum_question_new
2287#: model:mail.message.subtype,name:website_forum.mt_question_new
2288msgid "New Question"
2289msgstr "新问题"
2290
2291#. module: website_forum
2292#: model:ir.model.fields.selection,name:website_forum.selection__forum_forum__default_order__create_date_desc
2293#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
2294msgid "Newest"
2295msgstr "最新"
2296
2297#. module: website_forum
2298#: model:gamification.badge,name:website_forum.badge_a_2
2299#: model:gamification.challenge,name:website_forum.challenge_nice_answer
2300msgid "Nice Answer"
2301msgstr "很赞的回答"
2302
2303#. module: website_forum
2304#: model:gamification.challenge.line,name:website_forum.line_nice_answer
2305#: model:gamification.goal.definition,name:website_forum.definition_nice_answer
2306msgid "Nice Answer (4)"
2307msgstr "很赞的回答(4)"
2308
2309#. module: website_forum
2310#: model:gamification.badge,name:website_forum.badge_q_8
2311#: model:gamification.challenge,name:website_forum.challenge_nice_question
2312msgid "Nice Question"
2313msgstr "不错的问题"
2314
2315#. module: website_forum
2316#: model_terms:ir.ui.view,arch_db:website_forum.display_activities
2317msgid "No activities yet!"
2318msgstr ""
2319
2320#. module: website_forum
2321#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
2322msgid "No favourite questions in this forum (yet).<br/>"
2323msgstr ""
2324
2325#. module: website_forum
2326#: model_terms:ir.ui.view,arch_db:website_forum.moderation_queue
2327msgid "No flagged posts"
2328msgstr ""
2329
2330#. module: website_forum
2331#: model_terms:ir.ui.view,arch_db:website_forum.forum_all
2332msgid "No forum is available yet."
2333msgstr ""
2334
2335#. module: website_forum
2336#: model_terms:ir.ui.view,arch_db:website_forum.moderation_queue
2337msgid "No post to be validated"
2338msgstr ""
2339
2340#. module: website_forum
2341#: model_terms:ir.ui.view,arch_db:website_forum.tag
2342msgid "No tags"
2343msgstr ""
2344
2345#. module: website_forum
2346#: model_terms:ir.ui.view,arch_db:website_forum.user_votes
2347msgid "No vote given by you yet!"
2348msgstr ""
2349
2350#. module: website_forum
2351#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_dofollow
2352msgid "Nofollow links"
2353msgstr "不能跟贴的链接"
2354
2355#. module: website_forum
2356#: model:forum.post.reason,name:website_forum.reason_4
2357msgid "Not a real post"
2358msgstr ""
2359
2360#. module: website_forum
2361#: model:forum.post.reason,name:website_forum.reason_6
2362msgid "Not relevant or out dated"
2363msgstr ""
2364
2365#. module: website_forum
2366#: model:gamification.badge,name:website_forum.badge_q_2
2367#: model:gamification.challenge,name:website_forum.challenge_notable_question
2368msgid "Notable Question"
2369msgstr "值得注意的问题"
2370
2371#. module: website_forum
2372#: model:ir.model.fields,field_description:website_forum.field_forum_forum__message_needaction_counter
2373#: model:ir.model.fields,field_description:website_forum.field_forum_post__message_needaction_counter
2374#: model:ir.model.fields,field_description:website_forum.field_forum_tag__message_needaction_counter
2375msgid "Number of Actions"
2376msgstr "动作个数"
2377
2378#. module: website_forum
2379#: model:ir.model.fields,field_description:website_forum.field_forum_tag__posts_count
2380msgid "Number of Posts"
2381msgstr "帖子数量"
2382
2383#. module: website_forum
2384#: model:ir.model.fields,field_description:website_forum.field_forum_forum__message_has_error_counter
2385#: model:ir.model.fields,field_description:website_forum.field_forum_post__message_has_error_counter
2386#: model:ir.model.fields,field_description:website_forum.field_forum_tag__message_has_error_counter
2387msgid "Number of errors"
2388msgstr "错误数"
2389
2390#. module: website_forum
2391#: model:ir.model.fields,field_description:website_forum.field_forum_forum__count_flagged_posts
2392msgid "Number of flagged posts"
2393msgstr "被标记帖子数"
2394
2395#. module: website_forum
2396#: model:ir.model.fields,help:website_forum.field_forum_forum__message_needaction_counter
2397#: model:ir.model.fields,help:website_forum.field_forum_post__message_needaction_counter
2398#: model:ir.model.fields,help:website_forum.field_forum_tag__message_needaction_counter
2399msgid "Number of messages which requires an action"
2400msgstr "需要作业消息数量"
2401
2402#. module: website_forum
2403#: model:ir.model.fields,help:website_forum.field_forum_forum__message_has_error_counter
2404#: model:ir.model.fields,help:website_forum.field_forum_post__message_has_error_counter
2405#: model:ir.model.fields,help:website_forum.field_forum_tag__message_has_error_counter
2406msgid "Number of messages with delivery error"
2407msgstr "发送错误的消息数量"
2408
2409#. module: website_forum
2410#: model:ir.model.fields,field_description:website_forum.field_forum_forum__count_posts_waiting_validation
2411msgid "Number of posts waiting for validation"
2412msgstr "等待验证的帖子数量"
2413
2414#. module: website_forum
2415#: model:ir.model.fields,help:website_forum.field_forum_forum__message_unread_counter
2416#: model:ir.model.fields,help:website_forum.field_forum_post__message_unread_counter
2417#: model:ir.model.fields,help:website_forum.field_forum_tag__message_unread_counter
2418msgid "Number of unread messages"
2419msgstr "未读消息数量"
2420
2421#. module: website_forum
2422#: model:forum.post.reason,name:website_forum.reason_2
2423msgid "Off-topic or not relevant"
2424msgstr ""
2425
2426#. module: website_forum
2427#: model:ir.model.fields.selection,name:website_forum.selection__forum_post__state__offensive
2428#: model:ir.model.fields.selection,name:website_forum.selection__forum_post_reason__reason_type__offensive
2429#: model_terms:ir.ui.view,arch_db:website_forum.close_post
2430#: model_terms:ir.ui.view,arch_db:website_forum.header
2431#: model_terms:ir.ui.view,arch_db:website_forum.moderation_queue
2432#: model_terms:ir.ui.view,arch_db:website_forum.post_description_full
2433msgid "Offensive"
2434msgstr "无礼"
2435
2436#. module: website_forum
2437#: model_terms:ir.ui.view,arch_db:website_forum.header
2438msgid "Offensive Post"
2439msgstr "具有攻击性的帖子"
2440
2441#. module: website_forum
2442#. openerp-web
2443#: code:addons/website_forum/static/src/xml/website_forum_share_templates.xml:0
2444#, python-format
2445msgid "On average,"
2446msgstr "平均,"
2447
2448#. module: website_forum
2449#: model_terms:ir.ui.view,arch_db:website_forum.post_answers
2450msgid "Only one answer per question is allowed"
2451msgstr ""
2452
2453#. module: website_forum
2454#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_forum_form
2455msgid "Options"
2456msgstr "选项"
2457
2458#. module: website_forum
2459#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_forum_form
2460msgid "Order and Visibility"
2461msgstr ""
2462
2463#. module: website_forum
2464#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
2465msgid "Order by"
2466msgstr ""
2467
2468#. module: website_forum
2469#: model_terms:ir.ui.view,arch_db:website_forum.forum_all_oe_structure_forum_all_top
2470msgid "Our forums"
2471msgstr "我们的论坛"
2472
2473#. module: website_forum
2474#: model:gamification.badge,name:website_forum.badge_23
2475#: model:gamification.challenge,name:website_forum.challenge_peer_pressure
2476#: model:gamification.challenge.line,name:website_forum.line_peer_pressure
2477#: model:gamification.goal.definition,name:website_forum.definition_peer_pressure
2478msgid "Peer Pressure"
2479msgstr "同行压力"
2480
2481#. module: website_forum
2482#: model_terms:ir.ui.view,arch_db:website_forum.forum_nav_header
2483msgid "People"
2484msgstr "人"
2485
2486#. module: website_forum
2487#: model:ir.model.fields,field_description:website_forum.field_forum_post__plain_content
2488msgid "Plain Content"
2489msgstr "平面内容"
2490
2491#. module: website_forum
2492#. openerp-web
2493#: code:addons/website_forum/static/src/xml/website_forum_templates.xml:0
2494#, python-format
2495msgid "Please fill in this field"
2496msgstr "请填写这一栏"
2497
2498#. module: website_forum
2499#: model_terms:ir.ui.view,arch_db:website_forum.new_question
2500msgid ""
2501"Please wait for a moderator to validate your previous post before "
2502"continuing."
2503msgstr ""
2504
2505#. module: website_forum
2506#: model:gamification.badge,name:website_forum.badge_q_1
2507#: model:gamification.challenge,name:website_forum.challenge_popular_question
2508msgid "Popular Question"
2509msgstr "热门问题"
2510
2511#. module: website_forum
2512#: model:gamification.challenge.line,name:website_forum.line_popular_question
2513#: model:gamification.goal.definition,name:website_forum.definition_popular_question
2514msgid "Popular Question (150)"
2515msgstr "热门问题(150)"
2516
2517#. module: website_forum
2518#: model:gamification.challenge.line,name:website_forum.line_notable_question
2519#: model:gamification.goal.definition,name:website_forum.definition_notable_question
2520msgid "Popular Question (250)"
2521msgstr "热门问题(250)"
2522
2523#. module: website_forum
2524#: model:gamification.challenge.line,name:website_forum.line_famous_question
2525#: model:gamification.goal.definition,name:website_forum.definition_famous_question
2526msgid "Popular Question (500)"
2527msgstr "热门问题(500)"
2528
2529#. module: website_forum
2530#: model_terms:ir.ui.view,arch_db:website_forum.user_votes
2531#: model_terms:ir.ui.view,arch_db:website_forum.vote
2532msgid "Positive vote"
2533msgstr "积极投票"
2534
2535#. module: website_forum
2536#: model:ir.model.fields,field_description:website_forum.field_forum_post_vote__post_id
2537#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_search
2538msgid "Post"
2539msgstr "发布"
2540
2541#. module: website_forum
2542#: model_terms:ir.ui.view,arch_db:website_forum.post_answer
2543#: model_terms:ir.ui.view,arch_db:website_forum.post_reply
2544msgid "Post Answer"
2545msgstr "发布回复"
2546
2547#. module: website_forum
2548#: model:ir.model.fields,field_description:website_forum.field_forum_post__child_ids
2549msgid "Post Answers"
2550msgstr ""
2551
2552#. module: website_forum
2553#: model:ir.actions.act_window,name:website_forum.forum_post_reasons_action
2554msgid "Post Close Reasons"
2555msgstr ""
2556
2557#. module: website_forum
2558#: model:ir.model,name:website_forum.model_forum_post_reason
2559msgid "Post Closing Reason"
2560msgstr "登录关张理由"
2561
2562#. module: website_forum
2563#: model_terms:ir.ui.view,arch_db:website_forum.post_comment
2564msgid "Post Comment"
2565msgstr "贴子评论"
2566
2567#. module: website_forum
2568#: model:ir.model,name:website_forum.model_forum_post_vote
2569msgid "Post Vote"
2570msgstr "发布投票"
2571
2572#. module: website_forum
2573#: model_terms:ir.ui.view,arch_db:website_forum.new_question
2574msgid "Post Your Question"
2575msgstr "提交你的问题"
2576
2577#. module: website_forum
2578#: model_terms:ir.ui.view,arch_db:website_forum.close_post
2579msgid "Post:"
2580msgstr "张贴:"
2581
2582#. module: website_forum
2583#: model:gamification.badge,description:website_forum.badge_p_2
2584msgid "Posted 10 comments"
2585msgstr "张贴的10个评论"
2586
2587#. module: website_forum
2588#: model:gamification.badge,description:website_forum.badge_p_4
2589msgid "Posted 100 comments"
2590msgstr "张贴的100个评论"
2591
2592#. module: website_forum
2593#: code:addons/website_forum/models/forum.py:0
2594#, python-format
2595msgid "Posting answer on a [Deleted] or [Closed] question is not possible."
2596msgstr "张贴回复在[删除]或[关闭]的问题是不可能的。"
2597
2598#. module: website_forum
2599#: model:ir.actions.act_window,name:website_forum.action_forum_posts
2600#: model:ir.model.fields,field_description:website_forum.field_forum_forum__post_ids
2601#: model:ir.model.fields,field_description:website_forum.field_forum_tag__post_ids
2602#: model:ir.ui.menu,name:website_forum.menu_forum_posts
2603#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_search
2604msgid "Posts"
2605msgstr "帖子"
2606
2607#. module: website_forum
2608#: model_terms:ir.ui.view,arch_db:website_forum.forum_post_options
2609msgid "Posts:"
2610msgstr ""
2611
2612#. module: website_forum
2613#. openerp-web
2614#: code:addons/website_forum/static/src/xml/website_forum_templates.xml:0
2615#: model:ir.model.fields,field_description:website_forum.field_forum_forum__privacy
2616#, python-format
2617msgid "Privacy"
2618msgstr "隐私"
2619
2620#. module: website_forum
2621#. openerp-web
2622#: code:addons/website_forum/static/src/xml/website_forum_templates.xml:0
2623#: model:ir.model.fields.selection,name:website_forum.selection__forum_forum__privacy__public
2624#, python-format
2625msgid "Public"
2626msgstr "公开"
2627
2628#. module: website_forum
2629#: model:ir.model.fields,help:website_forum.field_forum_forum__privacy
2630msgid ""
2631"Public: Forum is public\n"
2632"Signed In: Forum is visible for signed in users\n"
2633"Some users: Forum and their content are hidden for non members of selected group"
2634msgstr ""
2635
2636#. module: website_forum
2637#. openerp-web
2638#: code:addons/website_forum/static/src/xml/website_forum_templates.xml:0
2639#, python-format
2640msgid ""
2641"Public: Forum is public\\nSigned In: Forum is visible for signed in "
2642"users\\nSome users: Forum and their content are hidden for non members of "
2643"selected group"
2644msgstr ""
2645
2646#. module: website_forum
2647#: model:gamification.badge,name:website_forum.badge_25
2648#: model:gamification.challenge,name:website_forum.challenge_pundit
2649#: model:gamification.challenge.line,name:website_forum.line_pundit
2650#: model:gamification.goal.definition,name:website_forum.definition_pundit
2651msgid "Pundit"
2652msgstr "权威人士"
2653
2654#. module: website_forum
2655#. openerp-web
2656#: code:addons/website_forum/static/src/js/tours/website_forum.js:0
2657#, python-format
2658msgid "Put your answer here."
2659msgstr "在这里放置你的回复。"
2660
2661#. module: website_forum
2662#. openerp-web
2663#: code:addons/website_forum/static/src/js/tours/website_forum.js:0
2664#, python-format
2665msgid "Put your question here."
2666msgstr "在这里放置你的问题。"
2667
2668#. module: website_forum
2669#: model:ir.model.fields,field_description:website_forum.field_forum_post__parent_id
2670#: model_terms:ir.ui.view,arch_db:website_forum.forum_nav_header
2671#: model_terms:ir.ui.view,arch_db:website_forum.moderation_queue
2672msgid "Question"
2673msgstr "疑问"
2674
2675#. module: website_forum
2676#: code:addons/website_forum/models/forum.py:0
2677#: model:mail.message.subtype,description:website_forum.mt_question_edit
2678#: model:mail.message.subtype,name:website_forum.mt_question_edit
2679#, python-format
2680msgid "Question Edited"
2681msgstr "问题编辑"
2682
2683#. module: website_forum
2684#: model_terms:ir.ui.view,arch_db:website_forum.edit_post
2685msgid "Question by"
2686msgstr ""
2687
2688#. module: website_forum
2689#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_gen_question_downvote
2690msgid "Question downvoted"
2691msgstr "反对的问题"
2692
2693#. module: website_forum
2694#: model_terms:ir.ui.view,arch_db:website_forum.404
2695msgid "Question not found!"
2696msgstr "没有发现问题!"
2697
2698#. module: website_forum
2699#: model:gamification.badge,description:website_forum.badge_q_4
2700msgid "Question set as favorite by 1 user"
2701msgstr "问题被1个用户收藏"
2702
2703#. module: website_forum
2704#: model:gamification.badge,description:website_forum.badge_q_6
2705msgid "Question set as favorite by 25 users"
2706msgstr "问题被25个用户收藏"
2707
2708#. module: website_forum
2709#: model:gamification.badge,description:website_forum.badge_q_5
2710msgid "Question set as favorite by 5 users"
2711msgstr "问题被5个用户收藏"
2712
2713#. module: website_forum
2714#: code:addons/website_forum/controllers/main.py:0
2715#, python-format
2716msgid "Question should not be empty."
2717msgstr "问题不应为空。"
2718
2719#. module: website_forum
2720#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_gen_question_upvote
2721msgid "Question upvoted"
2722msgstr "支持的问题"
2723
2724#. module: website_forum
2725#: model:gamification.badge,description:website_forum.badge_q_10
2726msgid "Question voted up 15 times"
2727msgstr "问题被支持15次"
2728
2729#. module: website_forum
2730#: model:gamification.badge,description:website_forum.badge_q_8
2731msgid "Question voted up 4 times"
2732msgstr "问题被支持4次"
2733
2734#. module: website_forum
2735#: model:gamification.badge,description:website_forum.badge_q_9
2736msgid "Question voted up 6 times"
2737msgstr "问题被支持6次"
2738
2739#. module: website_forum
2740#: model_terms:ir.ui.view,arch_db:website_forum.user_profile_content
2741msgid "Questions"
2742msgstr "问题"
2743
2744#. module: website_forum
2745#: model:ir.model.fields.selection,name:website_forum.selection__forum_forum__mode__questions
2746msgid "Questions (1 answer)"
2747msgstr ""
2748
2749#. module: website_forum
2750#. openerp-web
2751#: code:addons/website_forum/static/src/xml/website_forum_templates.xml:0
2752#, python-format
2753msgid "Questions and Answers"
2754msgstr ""
2755
2756#. module: website_forum
2757#. openerp-web
2758#: code:addons/website_forum/static/src/xml/website_forum_templates.xml:0
2759#, python-format
2760msgid ""
2761"Questions and Answers mode: only one answer allowed\\n Discussions mode: "
2762"multiple answers allowed"
2763msgstr ""
2764
2765#. module: website_forum
2766#: model:ir.model.fields,help:website_forum.field_forum_forum__mode
2767msgid ""
2768"Questions mode: only one answer allowed\n"
2769" Discussions mode: multiple answers allowed"
2770msgstr ""
2771
2772#. module: website_forum
2773#: model:forum.post.reason,name:website_forum.reason_15
2774msgid "Racist and hate speech"
2775msgstr ""
2776
2777#. module: website_forum
2778#: model:ir.ui.menu,name:website_forum.menu_forum_rank_global
2779msgid "Ranks"
2780msgstr ""
2781
2782#. module: website_forum
2783#: code:addons/website_forum/models/forum.py:0
2784#: code:addons/website_forum/models/forum.py:0
2785#, python-format
2786msgid "Re: %s"
2787msgstr "回复: %s"
2788
2789#. module: website_forum
2790#. openerp-web
2791#: code:addons/website_forum/static/src/js/website_forum.js:0
2792#, python-format
2793msgid "Read the guidelines to know how to gain karma."
2794msgstr ""
2795
2796#. module: website_forum
2797#: model_terms:ir.ui.view,arch_db:website_forum.display_post_question_block
2798msgid "Read: #{question.name}"
2799msgstr ""
2800
2801#. module: website_forum
2802#: model:ir.model.fields,field_description:website_forum.field_forum_post__closed_reason_id
2803msgid "Reason"
2804msgstr "原因"
2805
2806#. module: website_forum
2807#: model:ir.model.fields,field_description:website_forum.field_forum_post_reason__reason_type
2808msgid "Reason Type"
2809msgstr "原因类型"
2810
2811#. module: website_forum
2812#: model_terms:ir.ui.view,arch_db:website_forum.close_post
2813msgid "Reason:"
2814msgstr "原因:"
2815
2816#. module: website_forum
2817#: model_terms:ir.ui.view,arch_db:website_forum.forum_post_reason_view_list
2818msgid "Reasons"
2819msgstr "理由"
2820
2821#. module: website_forum
2822#: model:gamification.badge,description:website_forum.badge_a_1
2823msgid "Received at least 3 upvote for an answer for the first time"
2824msgstr "一个回复在第一次至少收到3个支持"
2825
2826#. module: website_forum
2827#: model_terms:ir.ui.view,arch_db:website_forum.moderation_queue
2828msgid "Refuse"
2829msgstr "拒绝"
2830
2831#. module: website_forum
2832#: model_terms:forum.forum,welcome_message:website_forum.forum_help
2833msgid "Register"
2834msgstr "注册"
2835
2836#. module: website_forum
2837#: model:ir.model.fields,field_description:website_forum.field_forum_post__relevancy
2838#: model:ir.model.fields.selection,name:website_forum.selection__forum_forum__default_order__relevancy_desc
2839msgid "Relevance"
2840msgstr "关联"
2841
2842#. module: website_forum
2843#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_forum_form
2844msgid "Relevance Computation"
2845msgstr "相关计算"
2846
2847#. module: website_forum
2848#: model_terms:ir.ui.view,arch_db:website_forum.post_description_full
2849#: model_terms:ir.ui.view,arch_db:website_forum.question_dropdown
2850msgid "Reopen"
2851msgstr "重开"
2852
2853#. module: website_forum
2854#: code:addons/website_forum/controllers/main.py:0
2855#, python-format
2856msgid "Reply should not be empty."
2857msgstr ""
2858
2859#. module: website_forum
2860#: model:ir.model.fields,field_description:website_forum.field_forum_post__self_reply
2861msgid "Reply to own question"
2862msgstr "回复自己的问题"
2863
2864#. module: website_forum
2865#: model:ir.model.fields,help:website_forum.field_forum_forum__website_id
2866#: model:ir.model.fields,help:website_forum.field_forum_post__website_id
2867msgid "Restrict publishing to this website."
2868msgstr "限制发布到本网站。"
2869
2870#. module: website_forum
2871#: model_terms:ir.ui.view,arch_db:website_forum.private_profile
2872msgid "Return to the forum."
2873msgstr ""
2874
2875#. module: website_forum
2876#: model_terms:ir.ui.view,arch_db:website_forum.404
2877msgid "Return to the question list."
2878msgstr "返回问题列表。"
2879
2880#. module: website_forum
2881#: model:ir.model.fields,field_description:website_forum.field_forum_post__moderator_id
2882msgid "Reviewed by"
2883msgstr "被审阅"
2884
2885#. module: website_forum
2886#: model:ir.model.fields,field_description:website_forum.field_forum_forum__is_seo_optimized
2887#: model:ir.model.fields,field_description:website_forum.field_forum_post__is_seo_optimized
2888#: model:ir.model.fields,field_description:website_forum.field_forum_tag__is_seo_optimized
2889msgid "SEO optimized"
2890msgstr "SEO优化"
2891
2892#. module: website_forum
2893#: model:ir.model.fields,field_description:website_forum.field_forum_forum__message_has_sms_error
2894#: model:ir.model.fields,field_description:website_forum.field_forum_post__message_has_sms_error
2895#: model:ir.model.fields,field_description:website_forum.field_forum_tag__message_has_sms_error
2896msgid "SMS Delivery error"
2897msgstr "短信发送错误"
2898
2899#. module: website_forum
2900#: model_terms:ir.ui.view,arch_db:website_forum.edit_post
2901msgid "Save Changes"
2902msgstr ""
2903
2904#. module: website_forum
2905#: model:gamification.badge,name:website_forum.badge_26
2906#: model:gamification.challenge,name:website_forum.challenge_scholar
2907#: model:gamification.challenge.line,name:website_forum.line_scholar
2908#: model:gamification.goal.definition,name:website_forum.definition_scholar
2909msgid "Scholar"
2910msgstr "学者"
2911
2912#. module: website_forum
2913#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
2914msgid "Search Tips"
2915msgstr ""
2916
2917#. module: website_forum
2918#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_search
2919msgid "Search in Post"
2920msgstr "搜索帖子"
2921
2922#. module: website_forum
2923#: model_terms:ir.ui.view,arch_db:website_forum.moderation_queue
2924msgid "Search..."
2925msgstr "搜索..."
2926
2927#. module: website_forum
2928#: model:ir.model.fields,field_description:website_forum.field_forum_forum__relevancy_time_decay
2929msgid "Second Relevance Parameter"
2930msgstr "第二关联参数"
2931
2932#. module: website_forum
2933#: model_terms:ir.ui.view,arch_db:website_forum.tag
2934msgid "See"
2935msgstr ""
2936
2937#. module: website_forum
2938#: model_terms:ir.ui.view,arch_db:website_forum.forum_post_template_new_answer
2939msgid "See post"
2940msgstr "查看帖子"
2941
2942#. module: website_forum
2943#: model_terms:ir.ui.view,arch_db:website_forum.forum_post_template_new_question
2944msgid "See question"
2945msgstr "看问题"
2946
2947#. module: website_forum
2948#: model_terms:ir.ui.view,arch_db:website_forum.moderation_queue
2949msgid "Select All"
2950msgstr "全选"
2951
2952#. module: website_forum
2953#. openerp-web
2954#: code:addons/website_forum/static/src/xml/website_forum_templates.xml:0
2955#, python-format
2956msgid "Select Authorized Group"
2957msgstr ""
2958
2959#. module: website_forum
2960#: model:gamification.badge,name:website_forum.badge_a_8
2961#: model:gamification.challenge,name:website_forum.challenge_self_learner
2962#: model:gamification.challenge.line,name:website_forum.line_self_learner
2963#: model:gamification.goal.definition,name:website_forum.definition_self_learner
2964msgid "Self-Learner"
2965msgstr "自我学习者"
2966
2967#. module: website_forum
2968#: model:ir.model.fields,field_description:website_forum.field_forum_forum__seo_name
2969#: model:ir.model.fields,field_description:website_forum.field_forum_post__seo_name
2970#: model:ir.model.fields,field_description:website_forum.field_forum_tag__seo_name
2971msgid "Seo name"
2972msgstr "Seo 名称"
2973
2974#. module: website_forum
2975#: model:ir.model.fields,field_description:website_forum.field_forum_forum__sequence
2976msgid "Sequence"
2977msgstr "单号规则"
2978
2979#. module: website_forum
2980#. openerp-web
2981#: code:addons/website_forum/static/src/xml/website_forum_share_templates.xml:0
2982#, python-format
2983msgid ""
2984"Share this content to increase your chances to be featured on the front page"
2985" and attract more visitors."
2986msgstr "分享此内容以增加你在头版的机会,并且吸引更多的访客。 "
2987
2988#. module: website_forum
2989#: model:ir.model.fields,field_description:website_forum.field_forum_forum__allow_share
2990msgid "Sharing Options"
2991msgstr "共享选项"
2992
2993#. module: website_forum
2994#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
2995msgid "Show"
2996msgstr "显示"
2997
2998#. module: website_forum
2999#: model_terms:ir.ui.view,arch_db:website_forum.tag
3000msgid "Show Tags Starting By"
3001msgstr ""
3002
3003#. module: website_forum
3004#: model_terms:ir.ui.view,arch_db:website_forum.post_description_full
3005msgid "Sign in"
3006msgstr "登录"
3007
3008#. module: website_forum
3009#. openerp-web
3010#: code:addons/website_forum/static/src/xml/website_forum_templates.xml:0
3011#: model:ir.model.fields.selection,name:website_forum.selection__forum_forum__privacy__connected
3012#, python-format
3013msgid "Signed In"
3014msgstr "签入"
3015
3016#. module: website_forum
3017#: model_terms:ir.ui.view,arch_db:website_forum.display_post_question_block
3018#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3019msgid "Solved"
3020msgstr "已解决"
3021
3022#. module: website_forum
3023#. openerp-web
3024#: code:addons/website_forum/static/src/xml/website_forum_templates.xml:0
3025#, python-format
3026msgid "Some Users"
3027msgstr "一些用户"
3028
3029#. module: website_forum
3030#: model:ir.model.fields.selection,name:website_forum.selection__forum_forum__privacy__private
3031msgid "Some users"
3032msgstr ""
3033
3034#. module: website_forum
3035#. openerp-web
3036#: code:addons/website_forum/static/src/js/website_forum.js:0
3037#, python-format
3038msgid "Sorry you must be logged in to perform this action"
3039msgstr "抱歉,您必须登录才能执行此操作"
3040
3041#. module: website_forum
3042#. openerp-web
3043#: code:addons/website_forum/static/src/js/website_forum.js:0
3044#, python-format
3045msgid "Sorry you must be logged to flag a post"
3046msgstr "对不起,你必须登录后标记一个帖子"
3047
3048#. module: website_forum
3049#. openerp-web
3050#: code:addons/website_forum/static/src/js/website_forum.js:0
3051#, python-format
3052msgid "Sorry you must be logged to vote"
3053msgstr "对不起,你必须登录后来投票"
3054
3055#. module: website_forum
3056#. openerp-web
3057#: code:addons/website_forum/static/src/js/website_forum.js:0
3058#, python-format
3059msgid "Sorry, anonymous users cannot choose correct answer."
3060msgstr "对不起,匿名用户不能选择正确的回复。"
3061
3062#. module: website_forum
3063#: model_terms:ir.ui.view,arch_db:website_forum.404
3064msgid "Sorry, this question is not available anymore."
3065msgstr "对不起,这个问题失效了。"
3066
3067#. module: website_forum
3068#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3069msgid ""
3070"Sorry, we could not find any <b>%s</b> result <b>\n"
3071"                        %s</b> %s%s%s."
3072msgstr ""
3073
3074#. module: website_forum
3075#. openerp-web
3076#: code:addons/website_forum/static/src/js/website_forum.js:0
3077#, python-format
3078msgid "Sorry, you cannot vote for your own posts"
3079msgstr "对不起,你不能给自己的帖子投票"
3080
3081#. module: website_forum
3082#: model_terms:ir.ui.view,arch_db:website_forum.moderation_queue
3083msgid "Spam all post"
3084msgstr ""
3085
3086#. module: website_forum
3087#: model:forum.post.reason,name:website_forum.reason_8
3088msgid "Spam or advertising"
3089msgstr ""
3090
3091#. module: website_forum
3092#: model:ir.model.fields,field_description:website_forum.field_forum_post__state
3093msgid "Status"
3094msgstr "状态"
3095
3096#. module: website_forum
3097#: model:gamification.badge,name:website_forum.badge_q_6
3098#: model:gamification.challenge,name:website_forum.challenge_stellar_question_25
3099msgid "Stellar Question"
3100msgstr "主要的问题"
3101
3102#. module: website_forum
3103#: model:gamification.badge,name:website_forum.badge_q_7
3104#: model:gamification.challenge,name:website_forum.challenge_student
3105msgid "Student"
3106msgstr "学生"
3107
3108#. module: website_forum
3109#: model:gamification.badge,name:website_forum.badge_31
3110#: model:gamification.challenge,name:website_forum.challenge_supporter
3111#: model:gamification.challenge.line,name:website_forum.line_supporter
3112#: model:gamification.goal.definition,name:website_forum.definition_supporter
3113msgid "Supporter"
3114msgstr "支持者"
3115
3116#. module: website_forum
3117#: model_terms:ir.ui.view,arch_db:website_forum.forum_tag_view_form
3118#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_search
3119msgid "Tag"
3120msgstr "标签"
3121
3122#. module: website_forum
3123#: model:ir.model.constraint,message:website_forum.constraint_forum_tag_name_uniq
3124msgid "Tag name already exists !"
3125msgstr "标签名称已存在!"
3126
3127#. module: website_forum
3128#: model:ir.actions.act_window,name:website_forum.forum_tag_action
3129#: model:ir.model.fields,field_description:website_forum.field_forum_post__tag_ids
3130#: model:ir.ui.menu,name:website_forum.menu_forum_tag_global
3131#: model_terms:ir.ui.view,arch_db:website_forum.edit_post
3132#: model_terms:ir.ui.view,arch_db:website_forum.forum_nav_header
3133#: model_terms:ir.ui.view,arch_db:website_forum.forum_tag_view_list
3134#: model_terms:ir.ui.view,arch_db:website_forum.new_question
3135msgid "Tags"
3136msgstr "标签"
3137
3138#. module: website_forum
3139#: model_terms:ir.ui.view,arch_db:website_forum.forum_nav_header
3140msgid "Tags I Follow"
3141msgstr ""
3142
3143#. module: website_forum
3144#: model:gamification.badge,name:website_forum.badge_32
3145#: model:gamification.challenge,name:website_forum.challenge_taxonomist
3146#: model:gamification.challenge.line,name:website_forum.line_taxonomist
3147#: model:gamification.goal.definition,name:website_forum.definition_taxonomist
3148msgid "Taxonomist"
3149msgstr "分类学者"
3150
3151#. module: website_forum
3152#: model:gamification.badge,name:website_forum.badge_a_1
3153#: model:gamification.challenge,name:website_forum.challenge_teacher
3154#: model:gamification.challenge.line,name:website_forum.line_teacher
3155#: model:gamification.goal.definition,name:website_forum.definition_teacher
3156msgid "Teacher"
3157msgstr "老师"
3158
3159#. module: website_forum
3160#: model:ir.model.fields,field_description:website_forum.field_forum_forum__teaser
3161msgid "Teaser"
3162msgstr "预告"
3163
3164#. module: website_forum
3165#: model:ir.model.fields,help:website_forum.field_forum_post__bump_date
3166msgid ""
3167"Technical field allowing to bump a question. Writing on this field will "
3168"trigger a write on write_date and therefore bump the post. Directly writing "
3169"on write_date is currently not supported and this field is a workaround."
3170msgstr ""
3171"技术领域允许触碰一个问题。书写此字段将触发write_date写入,然后触碰帖子。直接写在write_date是目前不支持,而此字段是一个解决办法。"
3172
3173#. module: website_forum
3174#. openerp-web
3175#: code:addons/website_forum/static/src/xml/website_forum_share_templates.xml:0
3176#, python-format
3177msgid "Thanks for posting!"
3178msgstr "谢谢张贴!"
3179
3180#. module: website_forum
3181#: model_terms:forum.forum,faq:website_forum.forum_help
3182#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
3183#: model_terms:ir.ui.view,arch_db:website_forum.faq_karma
3184msgid ""
3185"The goal of this site is create a relevant knowledge base that would answer "
3186"questions related to Odoo."
3187msgstr ""
3188
3189#. module: website_forum
3190#: model_terms:ir.ui.view,arch_db:website_forum.post_description_full
3191msgid "The question has been closed"
3192msgstr ""
3193
3194#. module: website_forum
3195#: model_terms:forum.forum,faq:website_forum.forum_help
3196#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
3197#: model_terms:ir.ui.view,arch_db:website_forum.faq_karma
3198msgid ""
3199"Therefore questions and answers can be edited like wiki pages by experienced"
3200" users of this site in order to improve the overall quality of the knowledge"
3201" base content. Such privileges are granted based on user karma level: you "
3202"will be able to do the same once your karma gets high enough."
3203msgstr ""
3204
3205#. module: website_forum
3206#: model_terms:ir.ui.view,arch_db:website_forum.forum_all_oe_structure_forum_all_top
3207msgid ""
3208"This community is for professional and enthusiast users, partners and "
3209"programmers."
3210msgstr ""
3211
3212#. module: website_forum
3213#: model_terms:forum.forum,faq:website_forum.forum_help
3214#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
3215msgid ""
3216"This community is for professional and enthusiast users, partners and "
3217"programmers. You can ask questions about:"
3218msgstr ""
3219
3220#. module: website_forum
3221#: model_terms:forum.forum,welcome_message:website_forum.forum_help
3222msgid ""
3223"This community is for professionals and enthusiasts of our products and services.\n"
3224"                                        <br>Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together."
3225msgstr ""
3226
3227#. module: website_forum
3228#: model:forum.forum,description:website_forum.forum_help
3229msgid ""
3230"This community is for professionals and enthusiasts of our products and "
3231"services. Share and discuss the best content and new marketing ideas, build "
3232"your professional profile and become a better marketer together."
3233msgstr "本社区是为专业人士和我们产品和服务的爱好者而设。分享并讨论最好的内容和新营销思路,建立自己的专业简介,并一起成为更好的营销人员。"
3234
3235#. module: website_forum
3236#: model:ir.model.fields,help:website_forum.field_forum_forum__relevancy_post_vote
3237msgid ""
3238"This formula is used in order to sort by relevance. The variable 'votes' "
3239"represents number of votes for a post, and 'days' is number of days since "
3240"the post creation"
3241msgstr "这个公式中使用相关性搜索。变量'投票'表示为一个帖子的票数,'天'是自帖子创建后的天数"
3242
3243#. module: website_forum
3244#: model_terms:ir.ui.view,arch_db:website_forum.header
3245msgid "This forum has been archived."
3246msgstr "这个论坛已经归档了。"
3247
3248#. module: website_forum
3249#. openerp-web
3250#: code:addons/website_forum/static/src/js/website_forum.js:0
3251#, python-format
3252msgid "This post can not be flagged"
3253msgstr "这个帖子不能被标示"
3254
3255#. module: website_forum
3256#. openerp-web
3257#: code:addons/website_forum/static/src/js/website_forum.js:0
3258#, python-format
3259msgid "This post is already flagged"
3260msgstr "这个帖子已经被标示"
3261
3262#. module: website_forum
3263#: model_terms:ir.ui.view,arch_db:website_forum.post_description_full
3264msgid ""
3265"This post is currently awaiting moderation and it's not published yet.<br/>\n"
3266"                Do you want <b>Accept</b> or <b>Reject</b> this post ?"
3267msgstr ""
3268
3269#. module: website_forum
3270#: model:forum.post.reason,name:website_forum.reason_14
3271msgid "Threatening language"
3272msgstr ""
3273
3274#. module: website_forum
3275#: model:ir.model.fields,field_description:website_forum.field_forum_post__name
3276#: model_terms:ir.ui.view,arch_db:website_forum.edit_post
3277#: model_terms:ir.ui.view,arch_db:website_forum.new_question
3278msgid "Title"
3279msgstr "称谓"
3280
3281#. module: website_forum
3282#: model_terms:ir.ui.view,arch_db:website_forum.edit_post
3283#: model_terms:ir.ui.view,arch_db:website_forum.new_question
3284msgid "Title must not be empty"
3285msgstr "标题不能为空"
3286
3287#. module: website_forum
3288#: code:addons/website_forum/controllers/main.py:0
3289#, python-format
3290msgid "Title should not be empty."
3291msgstr "标题不能为空。"
3292
3293#. module: website_forum
3294#: model:ir.model.fields,field_description:website_forum.field_forum_post_vote__recipient_id
3295msgid "To"
3296msgstr "至"
3297
3298#. module: website_forum
3299#: model_terms:ir.ui.view,arch_db:website_forum.header
3300msgid "To Validate"
3301msgstr "待验证"
3302
3303#. module: website_forum
3304#: model_terms:forum.forum,faq:website_forum.forum_help
3305#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
3306msgid ""
3307"To prevent your question from being flagged and possibly removed, avoid "
3308"asking subjective questions where …"
3309msgstr ""
3310
3311#. module: website_forum
3312#: model_terms:ir.ui.view,arch_db:website_forum.post_description_full
3313msgid "Toggle favorite status"
3314msgstr "切换收藏状态"
3315
3316#. module: website_forum
3317#: model:forum.post.reason,name:website_forum.reason_9
3318msgid "Too localized"
3319msgstr ""
3320
3321#. module: website_forum
3322#: model:forum.post.reason,name:website_forum.reason_3
3323msgid "Too subjective and argumentative"
3324msgstr ""
3325
3326#. module: website_forum
3327#: model_terms:ir.ui.view,arch_db:website_forum.tag
3328msgid "Toolbar with button groups"
3329msgstr ""
3330
3331#. module: website_forum
3332#: model_terms:ir.ui.view,arch_db:website_forum.forum_nav_header
3333msgid "Topics"
3334msgstr ""
3335
3336#. module: website_forum
3337#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_list
3338msgid "Total Answers"
3339msgstr ""
3340
3341#. module: website_forum
3342#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_list
3343msgid "Total Favorites"
3344msgstr ""
3345
3346#. module: website_forum
3347#: model_terms:ir.ui.view,arch_db:website_forum.view_forum_post_list
3348msgid "Total Views"
3349msgstr "总浏览"
3350
3351#. module: website_forum
3352#: model:ir.model.fields,field_description:website_forum.field_forum_post__vote_count
3353msgid "Total Votes"
3354msgstr "投票总计"
3355
3356#. module: website_forum
3357#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3358msgid "Trending"
3359msgstr "趋势"
3360
3361#. module: website_forum
3362#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3363msgid "Try searching for one or two words"
3364msgstr ""
3365
3366#. module: website_forum
3367#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3368msgid "Unanswered"
3369msgstr "未回答"
3370
3371#. module: website_forum
3372#: model_terms:ir.ui.view,arch_db:website_forum.question_dropdown
3373msgid "Undelete"
3374msgstr ""
3375
3376#. module: website_forum
3377#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_comment_unlink_all
3378msgid "Unlink all comments"
3379msgstr "删除所有评论"
3380
3381#. module: website_forum
3382#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_comment_unlink_own
3383msgid "Unlink own comments"
3384msgstr "不链接自己的评论"
3385
3386#. module: website_forum
3387#: model_terms:ir.ui.view,arch_db:website_forum.post_answers
3388msgid "Unmark as Best Answer"
3389msgstr ""
3390
3391#. module: website_forum
3392#: model:ir.model.fields,field_description:website_forum.field_forum_forum__message_unread
3393#: model:ir.model.fields,field_description:website_forum.field_forum_post__message_unread
3394#: model:ir.model.fields,field_description:website_forum.field_forum_tag__message_unread
3395msgid "Unread Messages"
3396msgstr "未读消息"
3397
3398#. module: website_forum
3399#: model:ir.model.fields,field_description:website_forum.field_forum_forum__message_unread_counter
3400#: model:ir.model.fields,field_description:website_forum.field_forum_post__message_unread_counter
3401#: model:ir.model.fields,field_description:website_forum.field_forum_tag__message_unread_counter
3402msgid "Unread Messages Counter"
3403msgstr "未读消息数"
3404
3405#. module: website_forum
3406#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3407msgid "Unsolved"
3408msgstr ""
3409
3410#. module: website_forum
3411#: model:ir.model.fields,field_description:website_forum.field_forum_post__write_uid
3412msgid "Updated by"
3413msgstr "更新"
3414
3415#. module: website_forum
3416#: model:ir.model.fields,field_description:website_forum.field_forum_post__write_date
3417msgid "Updated on"
3418msgstr ""
3419
3420#. module: website_forum
3421#: model:ir.model.fields,field_description:website_forum.field_forum_forum__karma_upvote
3422msgid "Upvote"
3423msgstr "支持"
3424
3425#. module: website_forum
3426#: model:gamification.challenge.line,name:website_forum.line_student
3427#: model:gamification.goal.definition,name:website_forum.definition_student
3428msgid "Upvoted question (1)"
3429msgstr "支持的问题(1)"
3430
3431#. module: website_forum
3432#: model:gamification.challenge.line,name:website_forum.line_great_question
3433#: model:gamification.goal.definition,name:website_forum.definition_great_question
3434msgid "Upvoted question (15)"
3435msgstr "支持的问题(15)"
3436
3437#. module: website_forum
3438#: model:gamification.challenge.line,name:website_forum.line_nice_question
3439#: model:gamification.goal.definition,name:website_forum.definition_nice_question
3440msgid "Upvoted question (4)"
3441msgstr "支持的问题(4)"
3442
3443#. module: website_forum
3444#: model:gamification.challenge.line,name:website_forum.line_good_question
3445#: model:gamification.goal.definition,name:website_forum.definition_good_question
3446msgid "Upvoted question (6)"
3447msgstr "支持的问题(6)"
3448
3449#. module: website_forum
3450#: model_terms:ir.ui.view,arch_db:website_forum.edit_post
3451msgid "Use a clear, explicit and concise title"
3452msgstr ""
3453
3454#. module: website_forum
3455#: model:ir.model.fields,field_description:website_forum.field_forum_post_vote__user_id
3456msgid "User"
3457msgstr "用户"
3458
3459#. module: website_forum
3460#: model:ir.model,name:website_forum.model_res_users
3461msgid "Users"
3462msgstr "用户"
3463
3464#. module: website_forum
3465#: model:ir.actions.act_window,name:website_forum.action_forum_favorites
3466msgid "Users favorite posts"
3467msgstr ""
3468
3469#. module: website_forum
3470#: model_terms:ir.ui.view,arch_db:website_forum.moderation_queue
3471#: model_terms:ir.ui.view,arch_db:website_forum.question_dropdown
3472msgid "Validate"
3473msgstr "验证"
3474
3475#. module: website_forum
3476#: model_terms:ir.ui.view,arch_db:website_forum.forum_post_template_validation
3477msgid "Validate question"
3478msgstr "验证问题"
3479
3480#. module: website_forum
3481#: model_terms:ir.ui.view,arch_db:website_forum.display_post_question_block
3482msgid "View"
3483msgstr "查看"
3484
3485#. module: website_forum
3486#: model:ir.model.fields,field_description:website_forum.field_forum_post__views
3487#: model_terms:ir.ui.view,arch_db:website_forum.display_post_question_block
3488msgid "Views"
3489msgstr "视图"
3490
3491#. module: website_forum
3492#: model:forum.post.reason,name:website_forum.reason_12
3493msgid "Violent language"
3494msgstr ""
3495
3496#. module: website_forum
3497#: model:ir.model.fields,field_description:website_forum.field_forum_post_vote__vote
3498msgid "Vote"
3499msgstr "投票"
3500
3501#. module: website_forum
3502#: model:ir.model.constraint,message:website_forum.constraint_forum_post_vote_vote_uniq
3503msgid "Vote already exists !"
3504msgstr ""
3505
3506#. module: website_forum
3507#: model:ir.model.fields,field_description:website_forum.field_forum_post__vote_ids
3508#: model_terms:ir.ui.view,arch_db:website_forum.user_profile_content
3509msgid "Votes"
3510msgstr "投票"
3511
3512#. module: website_forum
3513#: model:ir.model.fields.selection,name:website_forum.selection__forum_post__state__pending
3514msgid "Waiting Validation"
3515msgstr "等待验证"
3516
3517#. module: website_forum
3518#: model_terms:ir.ui.view,arch_db:website_forum.post_description_full
3519msgid "Waiting for validation"
3520msgstr "等待验证"
3521
3522#. module: website_forum
3523#: model:ir.model.fields,field_description:website_forum.field_res_users__forum_waiting_posts_count
3524msgid "Waiting post"
3525msgstr "待发布的帖子"
3526
3527#. module: website_forum
3528#: model:ir.model,name:website_forum.model_website
3529#: model:ir.model.fields,field_description:website_forum.field_forum_forum__website_id
3530#: model:ir.model.fields,field_description:website_forum.field_forum_post__website_id
3531msgid "Website"
3532msgstr "网站"
3533
3534#. module: website_forum
3535#: model:ir.model.fields.selection,name:website_forum.selection__gamification_challenge__challenge_category__forum
3536msgid "Website / Forum"
3537msgstr "网站/论坛"
3538
3539#. module: website_forum
3540#: model:ir.model.fields,field_description:website_forum.field_forum_forum__website_message_ids
3541#: model:ir.model.fields,field_description:website_forum.field_forum_post__website_message_ids
3542#: model:ir.model.fields,field_description:website_forum.field_forum_tag__website_message_ids
3543msgid "Website Messages"
3544msgstr "网站消息"
3545
3546#. module: website_forum
3547#: model:ir.model.fields,help:website_forum.field_forum_forum__website_message_ids
3548#: model:ir.model.fields,help:website_forum.field_forum_post__website_message_ids
3549#: model:ir.model.fields,help:website_forum.field_forum_tag__website_message_ids
3550msgid "Website communication history"
3551msgstr "网上沟通记录"
3552
3553#. module: website_forum
3554#: model:ir.model.fields,field_description:website_forum.field_forum_forum__website_meta_description
3555#: model:ir.model.fields,field_description:website_forum.field_forum_post__website_meta_description
3556#: model:ir.model.fields,field_description:website_forum.field_forum_tag__website_meta_description
3557msgid "Website meta description"
3558msgstr "网站原说明"
3559
3560#. module: website_forum
3561#: model:ir.model.fields,field_description:website_forum.field_forum_forum__website_meta_keywords
3562#: model:ir.model.fields,field_description:website_forum.field_forum_post__website_meta_keywords
3563#: model:ir.model.fields,field_description:website_forum.field_forum_tag__website_meta_keywords
3564msgid "Website meta keywords"
3565msgstr "网站meta关键词"
3566
3567#. module: website_forum
3568#: model:ir.model.fields,field_description:website_forum.field_forum_forum__website_meta_title
3569#: model:ir.model.fields,field_description:website_forum.field_forum_post__website_meta_title
3570#: model:ir.model.fields,field_description:website_forum.field_forum_tag__website_meta_title
3571msgid "Website meta title"
3572msgstr "网站标题meta元素"
3573
3574#. module: website_forum
3575#: model:ir.model.fields,field_description:website_forum.field_forum_forum__website_meta_og_img
3576#: model:ir.model.fields,field_description:website_forum.field_forum_post__website_meta_og_img
3577#: model:ir.model.fields,field_description:website_forum.field_forum_tag__website_meta_og_img
3578msgid "Website opengraph image"
3579msgstr "网站opengraph图像"
3580
3581#. module: website_forum
3582#: model:ir.model.fields,field_description:website_forum.field_forum_forum__welcome_message
3583msgid "Welcome Message"
3584msgstr "欢迎信息"
3585
3586#. module: website_forum
3587#: model_terms:forum.forum,welcome_message:website_forum.forum_help
3588msgid "Welcome!"
3589msgstr "欢迎!"
3590
3591#. module: website_forum
3592#: model_terms:forum.forum,faq:website_forum.forum_help
3593#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
3594msgid ""
3595"When a question or answer is upvoted, the user who posted them will gain "
3596"some points, which are called \"karma points\". These points serve as a "
3597"rough measure of the community trust to him/her. Various moderation tasks "
3598"are gradually assigned to the users based on those points."
3599msgstr ""
3600
3601#. module: website_forum
3602#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3603msgid "You already have a pending post"
3604msgstr ""
3605
3606#. module: website_forum
3607#. openerp-web
3608#: code:addons/website_forum/static/src/xml/website_forum_share_templates.xml:0
3609#, python-format
3610msgid "You can share your question once it has been validated"
3611msgstr ""
3612
3613#. module: website_forum
3614#: code:addons/website_forum/models/forum.py:0
3615#, python-format
3616msgid "You cannot create recursive forum posts."
3617msgstr "不能创建递归论坛帖子。"
3618
3619#. module: website_forum
3620#: model_terms:ir.ui.view,arch_db:website_forum.post_answer
3621msgid "You cannot post an empty answer"
3622msgstr "你不能发表空的回复"
3623
3624#. module: website_forum
3625#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3626msgid "You have no posts in this forum (yet)."
3627msgstr ""
3628
3629#. module: website_forum
3630#: model_terms:ir.ui.view,arch_db:website_forum.header
3631msgid "You may now participate in our forums."
3632msgstr ""
3633
3634#. module: website_forum
3635#: model_terms:ir.ui.view,arch_db:website_forum.edit_post
3636msgid "You need to have sufficient karma to edit tags"
3637msgstr ""
3638
3639#. module: website_forum
3640#: model_terms:forum.forum,faq:website_forum.forum_help
3641#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
3642msgid ""
3643"You should only ask practical, answerable questions based on actual problems"
3644" that you face. Chatty, open-ended questions diminish the usefulness of this"
3645" site and push other questions off the front page."
3646msgstr ""
3647
3648#. module: website_forum
3649#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3650msgid "You're not following any topic in this forum (yet).<br/>"
3651msgstr ""
3652
3653#. module: website_forum
3654#: model_terms:ir.ui.view,arch_db:website_forum.edit_post
3655#: model_terms:ir.ui.view,arch_db:website_forum.post_answer
3656msgid "Your Answer"
3657msgstr "你的回复"
3658
3659#. module: website_forum
3660#: model_terms:ir.ui.view,arch_db:website_forum.post_reply
3661msgid "Your Reply"
3662msgstr "你的回复"
3663
3664#. module: website_forum
3665#: model_terms:ir.ui.view,arch_db:website_forum.display_post_question_block
3666msgid "Your favourite"
3667msgstr ""
3668
3669#. module: website_forum
3670#: model_terms:ir.ui.view,arch_db:website_forum.display_post_question_block
3671msgid "[Closed]"
3672msgstr ""
3673
3674#. module: website_forum
3675#: model_terms:ir.ui.view,arch_db:website_forum.display_post_question_block
3676msgid "[Deleted]"
3677msgstr ""
3678
3679#. module: website_forum
3680#: model_terms:ir.ui.view,arch_db:website_forum.display_post_question_block
3681msgid "[Offensive]"
3682msgstr ""
3683
3684#. module: website_forum
3685#: model_terms:ir.ui.view,arch_db:website_forum.faq_karma
3686msgid "accept any answer"
3687msgstr "接受任何回复"
3688
3689#. module: website_forum
3690#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3691msgid "activity date"
3692msgstr ""
3693
3694#. module: website_forum
3695#: model_terms:ir.ui.view,arch_db:website_forum.header
3696msgid "breadcrumb"
3697msgstr "浏览路径"
3698
3699#. module: website_forum
3700#: model_terms:ir.ui.view,arch_db:website_forum.post_description_full
3701msgid "by"
3702msgstr "单位"
3703
3704#. module: website_forum
3705#: model_terms:ir.ui.view,arch_db:website_forum.faq_karma
3706msgid "close any posts"
3707msgstr "关闭所有帖子"
3708
3709#. module: website_forum
3710#: model_terms:ir.ui.view,arch_db:website_forum.faq_karma
3711msgid "delete any comment"
3712msgstr "删除所有评论"
3713
3714#. module: website_forum
3715#: model_terms:ir.ui.view,arch_db:website_forum.faq_karma
3716msgid "delete any question or answer"
3717msgstr "删除所有问题或回复"
3718
3719#. module: website_forum
3720#: model_terms:ir.ui.view,arch_db:website_forum.faq_karma
3721msgid "delete own comment"
3722msgstr "删除自己的评论"
3723
3724#. module: website_forum
3725#: model_terms:ir.ui.view,arch_db:website_forum.faq_karma
3726msgid "downvote"
3727msgstr "反对"
3728
3729#. module: website_forum
3730#: model_terms:ir.ui.view,arch_db:website_forum.faq_karma
3731msgid "edit any post, view offensive flags"
3732msgstr "编辑帖子,查看冒犯的标记"
3733
3734#. module: website_forum
3735#: model_terms:forum.forum,faq:website_forum.forum_help
3736#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
3737msgid "every answer is equally valid: “What’s your favorite ______?”"
3738msgstr "每一个答案是同样有效:“你最喜欢什么______?”"
3739
3740#. module: website_forum
3741#: model_terms:ir.ui.view,arch_db:website_forum.faq_karma
3742msgid "flag offensive, close own questions"
3743msgstr "标记无理的,关闭自己的问题"
3744
3745#. module: website_forum
3746#: model_terms:ir.ui.view,arch_db:website_forum.post_description_full
3747msgid "for reason:"
3748msgstr "原因:"
3749
3750#. module: website_forum
3751#: model_terms:ir.ui.view,arch_db:website_forum.forum_post_template_validation
3752msgid ""
3753"has been posted and require your validation. Click here to access the "
3754"question :"
3755msgstr "新问题已发布,需要您进行验证。点击此处进入问题:"
3756
3757#. module: website_forum
3758#: model_terms:ir.ui.view,arch_db:website_forum.forum_post_template_new_answer
3759msgid "has been posted. Click here to access the post :"
3760msgstr "新答案已发布。点击此处进入帖子:"
3761
3762#. module: website_forum
3763#: model_terms:ir.ui.view,arch_db:website_forum.forum_post_template_new_question
3764msgid "has been posted. Click here to access the question :"
3765msgstr "新答案已发布。点击此处进入问题:"
3766
3767#. module: website_forum
3768#. openerp-web
3769#: code:addons/website_forum/static/src/xml/website_forum_share_templates.xml:0
3770#, python-format
3771msgid "here"
3772msgstr "这里"
3773
3774#. module: website_forum
3775#: model_terms:forum.forum,faq:website_forum.forum_help
3776#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
3777msgid "how to configure or customize Odoo to specific business needs,"
3778msgstr "如何为特定的业务需求配置或自定义Odoo,"
3779
3780#. module: website_forum
3781#: model_terms:forum.forum,faq:website_forum.forum_help
3782#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
3783msgid "how to develop modules for your own need,"
3784msgstr "如何为你的需求开发模块,"
3785
3786#. module: website_forum
3787#: model_terms:forum.forum,faq:website_forum.forum_help
3788#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
3789msgid "how to install Odoo on a specific infrastructure,"
3790msgstr "如何在特定环境下安装Odoo,"
3791
3792#. module: website_forum
3793#. openerp-web
3794#: code:addons/website_forum/static/src/xml/website_forum_share_templates.xml:0
3795#, python-format
3796msgid ""
3797"if your\n"
3798"        answer is selected as the right one. See what you can do with karma"
3799msgstr ""
3800"如果你\n"
3801"的回复被选为正确的。看你能用你的贡献值可做什么"
3802
3803#. module: website_forum
3804#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3805msgid "in your favourites"
3806msgstr ""
3807
3808#. module: website_forum
3809#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3810msgid "in your followed list"
3811msgstr ""
3812
3813#. module: website_forum
3814#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3815msgid "in your posts"
3816msgstr ""
3817
3818#. module: website_forum
3819#: model_terms:ir.ui.view,arch_db:website_forum.faq_karma
3820msgid "insert text link, upload files"
3821msgstr "插入文本链接,上传文件"
3822
3823#. module: website_forum
3824#: model_terms:forum.forum,faq:website_forum.forum_help
3825#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
3826msgid "it is a rant disguised as a question: “______ sucks, am I right?”"
3827msgstr "粗言滥语伪装成一个问题:“______太烂了,对吗?”"
3828
3829#. module: website_forum
3830#. openerp-web
3831#: code:addons/website_forum/static/src/js/website_forum.js:0
3832#, python-format
3833msgid "karma is required to perform this action. "
3834msgstr ""
3835
3836#. module: website_forum
3837#. openerp-web
3838#: code:addons/website_forum/static/src/xml/website_forum_share_templates.xml:0
3839#, python-format
3840msgid "karma points"
3841msgstr "贡献度点数"
3842
3843#. module: website_forum
3844#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3845msgid "matching \""
3846msgstr ""
3847
3848#. module: website_forum
3849#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3850msgid "most answered"
3851msgstr ""
3852
3853#. module: website_forum
3854#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3855msgid "most voted"
3856msgstr ""
3857
3858#. module: website_forum
3859#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3860msgid "newest"
3861msgstr ""
3862
3863#. module: website_forum
3864#: model_terms:ir.ui.view,arch_db:website_forum.forum_post_template_new_question
3865#: model_terms:ir.ui.view,arch_db:website_forum.forum_post_template_validation
3866#: model_terms:ir.ui.view,arch_db:website_forum.post_description_full
3867msgid "on"
3868msgstr "on"
3869
3870#. module: website_forum
3871#. openerp-web
3872#: code:addons/website_forum/static/src/xml/website_forum_share_templates.xml:0
3873#, python-format
3874msgid ""
3875"on social networks get an answer within\n"
3876"        5 hours. Questions shared on two social networks have"
3877msgstr ""
3878"在社交网络上5小时内\n"
3879"得到答复。在两个社交网络共享问题"
3880
3881#. module: website_forum
3882#: model_terms:ir.ui.view,arch_db:website_forum.tag
3883msgid "post"
3884msgstr "帖子"
3885
3886#. module: website_forum
3887#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3888msgid "solved"
3889msgstr ""
3890
3891#. module: website_forum
3892#: model_terms:forum.forum,faq:website_forum.forum_help
3893#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
3894msgid "specific questions about Odoo service offers, etc."
3895msgstr "有关Odoo服务等具体问题等。"
3896
3897#. module: website_forum
3898#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3899msgid "tag"
3900msgstr ""
3901
3902#. module: website_forum
3903#: model_terms:forum.forum,faq:website_forum.forum_help
3904#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
3905msgid ""
3906"there is no actual problem to be solved: “I’m curious if other people feel "
3907"like I do.”"
3908msgstr "没有实际要解决的问题:“我很好奇,是否其他人都觉得像我这样。”"
3909
3910#. module: website_forum
3911#: model_terms:ir.ui.view,arch_db:website_forum.post_description_full
3912msgid "to partecipate"
3913msgstr ""
3914
3915#. module: website_forum
3916#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3917msgid "trending"
3918msgstr ""
3919
3920#. module: website_forum
3921#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3922msgid "unanswered"
3923msgstr ""
3924
3925#. module: website_forum
3926#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3927msgid "unsolved"
3928msgstr ""
3929
3930#. module: website_forum
3931#: model_terms:ir.ui.view,arch_db:website_forum.faq_karma
3932msgid "upvote, add comments"
3933msgstr "支持,添加注释"
3934
3935#. module: website_forum
3936#: model_terms:ir.ui.view,arch_db:website_forum.forum_index
3937msgid "using the"
3938msgstr ""
3939
3940#. module: website_forum
3941#: model_terms:forum.forum,faq:website_forum.forum_help
3942#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
3943msgid ""
3944"we are being asked an open-ended, hypothetical question: “What if ______ "
3945"happened?”"
3946msgstr "我们被要求一个开放式的,假设性的问题:“如果发生了什么事______?”"
3947
3948#. module: website_forum
3949#: model_terms:forum.forum,faq:website_forum.forum_help
3950#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
3951msgid "what's the best way to use Odoo for a specific business need,"
3952msgstr "什么是为特定业务需求使用Odoo 的最佳方式,"
3953
3954#. module: website_forum
3955#: model_terms:ir.ui.view,arch_db:website_forum.author_box
3956#: model_terms:ir.ui.view,arch_db:website_forum.user_sidebar
3957msgid "xp"
3958msgstr "经验值"
3959
3960#. module: website_forum
3961#: model_terms:forum.forum,faq:website_forum.forum_help
3962#: model_terms:ir.ui.view,arch_db:website_forum.default_faq
3963msgid ""
3964"your answer is provided along with the question, and you expect more "
3965"answers: “I use ______ for ______, what do you use?”"
3966msgstr "你的答案是伴随着问题提供,你希望有更多的答案:“我为________用____________的,你用什么?”"
3967
3968#. module: website_forum
3969#: model_terms:ir.ui.view,arch_db:website_forum.faq_karma
3970msgid "your biography can be seen as tooltip"
3971msgstr "你的基础资料可以被视为提示工具"
3972
3973#. module: website_forum
3974#: model_terms:ir.ui.view,arch_db:website_forum.display_post_question_block
3975msgid "| Flagged"
3976msgstr ""
3977
3978#. module: website_forum
3979#: model_terms:ir.ui.view,arch_db:website_forum.moderation_queue
3980msgid "圾 Text"
3981msgstr ""
3982