Mercurial Hosting > sceditor
comparison src/languages/ar.js @ 0:4c4fc447baea
start with sceditor-3.1.1
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 04 Aug 2022 15:21:29 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c4fc447baea |
---|---|
1 /** | |
2 * @author Atramez_Zeton http://onyx-sy.net | |
3 * @license [MIT](http://www.opensource.org/licenses/mit-license.php) | |
4 */ | |
5 (function () { | |
6 'use strict'; | |
7 | |
8 sceditor.locale['ar'] = { | |
9 'Bold': 'عريض', | |
10 'Italic': 'مائل', | |
11 'Underline': 'خط من الأسفل', | |
12 'Strikethrough': 'خط في المنتصف', | |
13 'Subscript': 'حرف منخفض', | |
14 'Superscript': 'حرف مرتفع', | |
15 'Align left': 'انحياز إلى اليسار', | |
16 'Center': 'توسط', | |
17 'Align right': 'انحياز إالى اليمين', | |
18 'Justify': 'ملأ السطر', | |
19 'Font Name': 'نوع الخط', | |
20 'Font Size': 'حجم الخط', | |
21 'Font Color': 'لون الخط', | |
22 'Remove Formatting': 'ازالة التعديلات', | |
23 'Cut': 'قص', | |
24 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': 'Ctrl/Cmd-X متصفحك لا يدعم اوامر القص الرجاء استخدام اختصارات لوحة التحكم', | |
25 'Copy': 'نسخ', | |
26 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': 'Ctrl/Cmd-C متصفحك لا يدعم اوامر النسخ الرجاء استخدام اختصارات لوحة التحكم', | |
27 'Paste': 'لصق', | |
28 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': 'Ctrl/Cmd-V متصفحك لا يدعم اوامر اللصق الرجاء استخدام اختصارات لوحة التحكم', | |
29 'Paste your text inside the following box:': 'قم بلصق نصّك في المربع', | |
30 'Paste Text': 'الصق النص', | |
31 'Bullet list': 'قائمة نقطية', | |
32 'Numbered list': 'قائمة مرقمة', | |
33 'Undo': 'تراجع', | |
34 'Redo': 'تقدم', | |
35 'Rows:': 'اسطر', | |
36 'Cols:': 'اعمدة', | |
37 'Insert a table': 'ادرج جدول', | |
38 'Insert a horizontal rule': 'ادرج مسطرة افقية', | |
39 'Code': 'كود', | |
40 'Width (optional):': 'عرض (اختياري)', | |
41 'Height (optional):': 'ارتفاع (اختياري)', | |
42 'Insert an image': 'ادرج صورة', | |
43 'E-mail:': 'بريد الكتروني', | |
44 'Insert an email': 'ادرج بريدا الكترونيا', | |
45 'URL:': 'وصلة موقع', | |
46 'Insert a link': 'ادرج وصلة لموقع', | |
47 'Unlink': 'ازالة الوصلة', | |
48 'More': 'المزيد', | |
49 'Insert an emoticon': 'ادرج وجها', | |
50 'Video URL:': 'وصلة فيديو', | |
51 'Insert': 'ادرج', | |
52 'Insert a YouTube video': 'ادرج وصلة فيديو يوتيوب', | |
53 'Insert current date': 'ادرج التاريخ الحالي', | |
54 'Insert current time': 'ادرج الوقت الحالي', | |
55 'Print': 'اطبع', | |
56 'View source': 'اظهر المصدر', | |
57 'Description (optional):': 'الوصف (اختياري)', | |
58 'Enter the image URL:': 'ضع وصلة الصورة', | |
59 'Enter the e-mail address:': 'ضع عنوان البريد الإلكتروني', | |
60 'Enter the displayed text:': 'ضع النص الذي تريد اظهاره', | |
61 'Enter URL:': 'ضع وصلة موقع', | |
62 'Enter the YouTube video URL or ID:': 'ضع وصلة فيديو يوتيوب او رقم الفيديو', | |
63 'Insert a Quote': 'ادرج اقتباسا', | |
64 'Invalid YouTube video': 'هذا الفيديو غير صالح', | |
65 | |
66 dateFormat: 'day-month-year' | |
67 }; | |
68 })(); |