CoastalCommitsPastes/server/node_modules/globalize/examples/app-npm-webpack/messages/ar.json
2022-03-06 16:46:59 -08:00

25 lines
1.3 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"ar": {
"intro-1": "‫استخدم Globalize لتدويل تطبيقك.",
"number-label": "رقم",
"number-compact-label": "الرقم (شكل مدمج)",
"currency-label": "عملة",
"date-label": "تاريخ",
"date-time-zone-label": "التاريخ (في منطقة زمنية محددة ل إيانا، على سبيل المثال، America/Sao_Paulo)",
"date-to-parts-label": "التاريخ (لاحظ الشهر القوي، تمت إضافة الترميز باستخدام formatDateToParts)",
"relative-time-label": "الوقت النسبي",
"unit-label": "وحدة القياس",
"message-1": "مثال علي رسالة باستخدام رقم مختلط \"{number}\", عملة \"{currency}\", تاريخ \"{date}\", وقت نسبي \"{relativeTime}\", و وحدة قياس \"{unit}\" .",
"message-2": [
"مثال على رسالة بدعم صيغة الجمع:",
"{count, plural,",
" zero {لا يوجد لديك اي مهام متبقية}",
" one {لديك مهمة واحدة متبقية}",
" two {لديك اثنين من المهام المتبقية}",
" few {لديك # من المهام المتبقية}",
" many {لديك # من المهام المتبقية}",
" other {لديك # من المهام المتبقية}",
"}."
]
}
}