mirror of
https://ghfast.top/https://github.com/discourse/discourse-whos-online.git
synced 2026-07-16 11:37:09 +08:00
24 lines
747 B
YAML
24 lines
747 B
YAML
# WARNING: Never edit this file.
|
|
# It will be overwritten when translations are pulled from Crowdin.
|
|
#
|
|
# To work with us on translations, join this project:
|
|
# https://translate.discourse.org/
|
|
|
|
pt_BR:
|
|
admin_js:
|
|
admin:
|
|
site_settings:
|
|
categories:
|
|
discourse_whos_online: "Quem está on-line no Discourse"
|
|
js:
|
|
whos_online:
|
|
title:
|
|
one: "On-line (%{count}):"
|
|
other: "On-line (%{count}):"
|
|
tooltip:
|
|
one: "Usuários(as) vistos(as) no último minuto"
|
|
other: "Usuários(as) vistos(as) nos últimos %{count} minutos"
|
|
no_users: "Nenhum usuário on-line no momento"
|
|
count_only:
|
|
one: "%{count} usuário(a) on-line"
|
|
other: "%{count} usuários(as) on-line"
|