mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 04:08:41 +08:00
Update translations
This commit is contained in:
@ -5,4 +5,10 @@
|
||||
# To work with us on translations, join this project:
|
||||
# https://www.transifex.com/projects/p/discourse-org/
|
||||
|
||||
ar: {}
|
||||
ar:
|
||||
js:
|
||||
details:
|
||||
title: أخف التفاصيل
|
||||
composer:
|
||||
details_title: ملخص
|
||||
details_text: "سيتم إخفاء هذا النص"
|
||||
|
@ -5,4 +5,6 @@
|
||||
# To work with us on translations, join this project:
|
||||
# https://www.transifex.com/projects/p/discourse-org/
|
||||
|
||||
ar: {}
|
||||
ar:
|
||||
site_settings:
|
||||
details_enabled: "فعل خاصية التفاصيل. إذا غيرت هذا ، فيجب عليك إعادة بث جميع المشاركات باستخدام: \"rake posts:rebake\"."
|
||||
|
@ -142,6 +142,14 @@ pt_BR:
|
||||
cert_title: "Como forma de reconhecimento por completar com sucesso o tutorial do novo usuário."
|
||||
hello:
|
||||
title: "Olá! :robot:"
|
||||
message: |-
|
||||
Obrigado por entrar em %{title}, e seja bem-vindo!
|
||||
|
||||
- Sou apenas um robô, mas [nossa simpática equipe](%{base_uri}/about) também está aqui para ajudar se você precisar falar com uma pessoa.
|
||||
|
||||
- Por motivos de segurança, nós temporariamente limitamos o que novos usuários podem fazer. Você ganhará novas habilidades (e [emblemas](%{base_uri}/badges)) conforme vamos o conhecendo.
|
||||
|
||||
- Nós acreditamos em um [comportamento civilizado em comunidade](%{base_uri}/guidelines) a todo momento.
|
||||
onebox:
|
||||
instructions: |-
|
||||
Em seguida, você pode compartilhar um desses links comigo? Responda com ** um link em uma linha sozinho ** e ele será expandido automaticamente para incluir um resumo interessante.
|
||||
|
@ -94,6 +94,7 @@ zh_CN:
|
||||
'8': "看起来不错"
|
||||
'9': "是的"
|
||||
'10': "标志指的是"
|
||||
'11': "再随便回复试试"
|
||||
'12': "等等再问我"
|
||||
'13': "现在最好不告诉你"
|
||||
'14': "现在不好说"
|
||||
|
@ -15,6 +15,8 @@ pt_BR:
|
||||
one: "voto total"
|
||||
other: "votos totais"
|
||||
average_rating: "Resultado médio: <strong>%{average}</strong>."
|
||||
public:
|
||||
title: "A votação é <strong>pública</strong>."
|
||||
multiple:
|
||||
help:
|
||||
at_least_min_options:
|
||||
|
@ -13,6 +13,13 @@ zh_CN:
|
||||
total_votes:
|
||||
other: "总票数"
|
||||
average_rating: "平均评分:<strong>%{average}</strong>。"
|
||||
public:
|
||||
title: "投票<strong>公开</strong>。"
|
||||
results:
|
||||
vote:
|
||||
title: "结果将显示在<strong>投票</strong>上。"
|
||||
closed:
|
||||
title: "结果将显示一次<strong>关闭</strong>。"
|
||||
multiple:
|
||||
help:
|
||||
at_least_min_options:
|
||||
@ -57,6 +64,11 @@ zh_CN:
|
||||
regular: 单选
|
||||
multiple: 多选
|
||||
number: 评分
|
||||
poll_result:
|
||||
label: 结果
|
||||
always: 总是可见
|
||||
vote: 投票
|
||||
closed: 关闭时
|
||||
poll_config:
|
||||
max: 最大
|
||||
min: 最小
|
||||
|
Reference in New Issue
Block a user