mirror of
https://ghfast.top/https://github.com/discourse/discourse-whos-online.git
synced 2026-07-16 11:37:09 +08:00
24 lines
713 B
YAML
24 lines
713 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/
|
|
|
|
nl:
|
|
admin_js:
|
|
admin:
|
|
site_settings:
|
|
categories:
|
|
discourse_whos_online: "Discourse Wie is online"
|
|
js:
|
|
whos_online:
|
|
title:
|
|
one: "Online (%{count}):"
|
|
other: "Online (%{count}):"
|
|
tooltip:
|
|
one: "Gebruikers gezien de afgelopen minuut"
|
|
other: "Gebruikers gezien de afgelopen %{count} minuten"
|
|
no_users: "Geen gebruikers online momenteel"
|
|
count_only:
|
|
one: "%{count} gebruiker online"
|
|
other: "%{count} gebruikers online"
|