docutils-ts
Version:
Port of the Python Docutils library to TypeScript
40 lines (39 loc) • 1.08 kB
JavaScript
export const labels = {
author: 'المؤلف',
authors: 'المؤلفون',
organization: 'التنظيم',
address: 'العنوان',
contact: 'اتصل',
version: 'نسخة',
revision: 'مراجعة',
status: 'الحالة',
date: 'تاریخ',
copyright: 'الحقوق',
dedication: 'إهداء',
abstract: 'ملخص',
attention: 'تنبيه',
caution: 'احتیاط',
danger: 'خطر',
error: 'خطأ',
hint: 'تلميح',
important: 'مهم',
note: 'ملاحظة',
tip: 'نصيحة',
warning: 'تحذير',
contents: 'المحتوى',
};
export const bibliographic_fields = {
'مؤلف': 'author',
'مؤلفون': 'authors',
'التنظيم': 'organization',
'العنوان': 'address',
'اتصل': 'contact',
'نسخة': 'version',
'مراجعة': 'revision',
'الحالة': 'status',
'تاریخ': 'date',
'الحقوق': 'copyright',
'إهداء': 'dedication',
'ملخص': 'abstract',
};
export const author_separators = ['؛', '،'];