UNPKG

@brightspace-ui/intl

Version:

Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.

44 lines (43 loc) 3.85 kB
export default { "intl-common:actions:add": "إضافة", // add action (in Title Case) "intl-common:actions:apply": "تطبيق", // apply action (in Title Case) "intl-common:actions:browse": "استعراض", // browse action (in Title Case) "intl-common:actions:cancel": "إلغاء", // cancel action (in Title Case) "intl-common:actions:clear": "مسح", // clear action (in Title Case) "intl-common:actions:close": "إغلاق", // close action (in Title Case) "intl-common:actions:confirm": "تأكيد", // confirm action (in Title Case) "intl-common:actions:copy": "نسخ", // copy action (in Title Case) "intl-common:actions:create": "إنشاء", // create action (in Title Case) "intl-common:actions:delete": "حذف", // delete action (in Title Case) "intl-common:actions:done": "تم", // done action (in Title Case) "intl-common:actions:edit": "تحرير", // edit action (in Title Case) "intl-common:actions:finish": "إنهاء", // finish action (in Title Case) "intl-common:actions:print": "طباعة", // print action (in Title Case) "intl-common:actions:remove": "إزالة", // remove action (in Title Case) "intl-common:actions:save": "حفظ", // save action (in Title Case) "intl-common:actions:saveAndClose": "حفظ وإغلاق", // save and close action (in Title Case) "intl-common:actions:saveAndNew": "حفظ وجديد", // save and new action (in Title Case) "intl-common:actions:search": "بحث", // search action (in Title Case) "intl-common:actions:submit": "تسليم", // submit action (in Title Case) "intl-common:actions:update": "تحديث", // update action (in Title Case) "intl-common:characters:ampersand": "علامة العطف ”&“", // short name or description of the "&" character "intl-common:characters:apostrophe": "الفاصلة العليا", // short name or description of the "'" character "intl-common:characters:asterisk": "العلامة النجمية", // short name or description of the "*" character "intl-common:characters:backslash": "الشرطة المائلة", // short name or description of the "\" character "intl-common:characters:colon": "النقطتان", // short name or description of the ":" character "intl-common:characters:comma": "الفاصلة", // short name or description of the "," character "intl-common:characters:greaterThan": "علامة أكبر من", // short name or description of the ">" character "intl-common:characters:lessThan": "علامة أقل من", // short name or description of the "<" character "intl-common:characters:numberSign": "علامة الرقم", // short name or description of the "#" character "intl-common:characters:percentSign": "علامة النسبة المئوية", // short name or description of the "%" character "intl-common:characters:pipe": "الخط العمودي", // short name or description of the "|" character "intl-common:characters:questionMark": "علامة الاستفهام", // short name or description of the "?" character "intl-common:characters:quotationMark": "علامة الاقتباس", // short name or description of the '"' character "intl-common:confirm:no": "لا", // no response to a question (in Title Case) "intl-common:confirm:ok": "حسنًا", // okay response to a question "intl-common:confirm:yes": "نعم", // yes response to a question (in Title Case) "intl-common:navigation:back:title": "العودة", // term for navigating back to the previous page (in Title Case) "intl-common:navigation:continue:title": "متابعة", // continue action (in Title Case) "intl-common:navigation:next:title": "التالي", // term for navigating to the next page or item (in Title Case) "intl-common:navigation:previous:title": "السابق", // term for navigating to the previous page or item (in Title Case) };