i18n(ar): add Arabic translation
This commit is contained in:
parent
ee0e24782b
commit
3d92409275
1 changed files with 115 additions and 0 deletions
115
i18n/ar/cosmic_edit.ftl
Normal file
115
i18n/ar/cosmic_edit.ftl
Normal file
|
|
@ -0,0 +1,115 @@
|
|||
cosmic-text-editor = محرر نصوص COSMIC
|
||||
new-document = مستند جديد
|
||||
open-project = افتح مشروعًا
|
||||
todo = المهمَّات
|
||||
|
||||
# Context Pages
|
||||
|
||||
## About
|
||||
git-description = إيداع جِت {$hash} بتاريخ {$date}
|
||||
|
||||
## Document statistics
|
||||
document-statistics = إحصاءات المستند
|
||||
word-count = عدد الكلمات
|
||||
character-count = الأحرف
|
||||
character-count-no-spaces = الأحرف (دون مسافات)
|
||||
line-count = الأسطر
|
||||
|
||||
## Git management
|
||||
git-management = إدارة جِت
|
||||
git-management-description = إدارة جِت هي أداة يستخدمها المطورون لإدارة عمليات التحكم في الإصدارات.
|
||||
git-management-loading = إدارة جِت تحمَّل...
|
||||
stage = رحِّل
|
||||
staged-changes = تغييرات مرحَّلة
|
||||
unstage = ألغِ الترحيل
|
||||
unstaged-changes = تغييرات غير مرحَّلة
|
||||
|
||||
## Project search
|
||||
project-search = ابحث المشروع
|
||||
|
||||
## Prompt save changes
|
||||
prompt-save-changes-title = تغييرات غير محفوظة
|
||||
prompt-unsaved-changes = هناك تغييرات غير محفوظة. أأحفظ؟
|
||||
cancel = ألغِ
|
||||
discard = أهمل التغييرات
|
||||
save-all = احفظ الكل
|
||||
|
||||
## Settings
|
||||
settings = الإعدادات
|
||||
|
||||
### Appearance
|
||||
appearance = المظهر
|
||||
theme = السمة
|
||||
match-desktop = مطابقة سطح المكتب
|
||||
dark = داكن
|
||||
light = فاتح
|
||||
syntax-dark = صياغة السمة الداكنة
|
||||
syntax-light = صياغة السمة الفاتحة
|
||||
default-font = الخط المبدئي
|
||||
default-font-size = حجم الخط المبدئي
|
||||
|
||||
### Keyboard shortcuts
|
||||
keyboard-shortcuts = اختصارات لوحة المفاتيح
|
||||
enable-vim-bindings = تفعيل ارتباط مفاتيح Vim
|
||||
|
||||
# Find
|
||||
find-placeholder = اعثر...
|
||||
find-previous = اعثر السابق
|
||||
find-next = اعثر التالي
|
||||
replace-placeholder = استبدل...
|
||||
replace = استبدل
|
||||
replace-all = استبدل الكل
|
||||
case-sensitive = حساس لحالة الحرف
|
||||
use-regex = استعمل التعبير النمطي
|
||||
|
||||
# Menu
|
||||
|
||||
## File
|
||||
file = ملف
|
||||
new-file = ملف جديد
|
||||
new-window = نافذة جديدة
|
||||
open-file = افتح ملفًا...
|
||||
open-recent-file = افتح ملفًا حديثًا
|
||||
close-file = أغلق ملفًا
|
||||
menu-open-project = افتح مشروعًا...
|
||||
open-recent-project = افتح مشروعًا حديثًا
|
||||
close-project = أغلِق مشروعًا
|
||||
save = احفظ
|
||||
save-as = احفظ باسم...
|
||||
revert-all-changes = تراجع عن كل التغييرات
|
||||
menu-document-statistics = إحصاءات المستند...
|
||||
document-type = نوع المستند...
|
||||
encoding = الترميز...
|
||||
menu-git-management = إدارة جِت...
|
||||
print = اطبع
|
||||
quit = غادِر
|
||||
|
||||
## Edit
|
||||
edit = تعديل
|
||||
undo = تراجع
|
||||
redo = أعِد
|
||||
cut = قص
|
||||
copy = انسِخ
|
||||
paste = ألصِق
|
||||
select-all = اختر الكل
|
||||
find = اعثر
|
||||
find-in-project = اعثر بالمشروع...
|
||||
spell-check = تدقيق الإملاء...
|
||||
|
||||
## View
|
||||
view = عرض
|
||||
indentation = الإزاحة
|
||||
|
||||
### Indentation
|
||||
automatic-indentation = الإزاحة الآلية
|
||||
tab-width = عرض المسافة الكبيرة: {$tab_width}
|
||||
convert-indentation-to-spaces = حوِّل الإزاحات غلى مسافات
|
||||
convert-indentation-to-tabs = حوِّل الإزاحات إلى مسافات كبيرة
|
||||
|
||||
word-wrap = التفاف الكلمات
|
||||
show-line-numbers = أظهِر أرقام الأسطر
|
||||
highlight-current-line = أبرِز السطر الحالي
|
||||
syntax-highlighting = إبراز الصياغة...
|
||||
menu-settings = الإعدادات...
|
||||
menu-keyboard-shortcuts = اختصارات لوحة المفاتيح...
|
||||
menu-about = عَنْ محرر نصوص COSMIC...
|
||||
Loading…
Add table
Add a link
Reference in a new issue