mirror of
https://ghfast.top/https://github.com/discourse/discourse-whos-online.git
synced 2026-07-17 11:46:45 +08:00
36 lines
1.6 KiB
YAML
36 lines
1.6 KiB
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/
|
|
|
|
ar:
|
|
admin_js:
|
|
admin:
|
|
site_settings:
|
|
categories:
|
|
discourse_whos_online: "Discourse Who's Online"
|
|
js:
|
|
whos_online:
|
|
title:
|
|
zero: "متصل (%{count}):"
|
|
one: "متصل (%{count}):"
|
|
two: "متصل (%{count}):"
|
|
few: "متصل (%{count}):"
|
|
many: "متصل (%{count}):"
|
|
other: "متصل (%{count}):"
|
|
tooltip:
|
|
zero: "المستخدمون الذين كانوا متصلين في آخر %{count} دقيقة"
|
|
one: "المستخدمون الذين كانوا متصلين في آخر دقيقة"
|
|
two: "المستخدمون الذين كانوا متصلين في آخر دقيقتَين (%{count})"
|
|
few: "المستخدمون الذين كانوا متصلين في آخر %{count} دقائق"
|
|
many: "المستخدمون الذين كانوا متصلين في آخر %{count} دقيقةً"
|
|
other: "المستخدمون الذين كانوا متصلين في آخر %{count} دقيقة"
|
|
no_users: "لا يوجد مستخدمون متصلون حاليًا"
|
|
count_only:
|
|
zero: "%{count} مستخدم متصل"
|
|
one: "مستخدم واحد (%{count}) متصل"
|
|
two: "مستخدمان (%{count}) متصلان"
|
|
few: "%{count} مستخدمين متصلين"
|
|
many: "%{count} مستخدمًا متصلًا"
|
|
other: "%{count} مستخدم متصل"
|