Skip to content

Create ar-SA.js #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions lang/ar-SA.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
export default {
info: {
name: 'العربية',
flag: 'sa',
languages: {
tr: 'التركية',
en: 'الإنجليزية',
de: 'الألمانية',
fr: 'الفرنسية',
ru: 'الروسية',
dk: 'الدنماركية',
pt: 'البرتغالية',
gr: 'اليونانية',
ar: 'العربية'
}
},
search: {
title: 'معرف المستخدم / أي معرف',
input: {
required: 'هذا الحقل مطلوب.',
minLength: 'يجب أن يكون على الأقل {0} حرفًا.',
maxLength: 'يجب ان يكون أقصى شيء {0} حرفًا.',
numeric: 'فقط الأرقام (معرف استخدام ديسكورد) مقبولين.'
},
button: 'بحث',
quick: 'معرف المستخدم او أي معرف'
},
list: {
recent: 'عمليات البحث الأخيرة',
favorites: 'المفضلة',
empty: 'هذه القائمة فارعة',
approve: 'إزالة'
},
result: {
title: {
id: 'معرف المستخدم',
type: 'نوع المستخدم',
date: 'تاريخ الإنشاء',
age: 'العمر'
},
type: {
user: 'حساب عادي',
bot: 'حساب بوت'
},
favorites: {
add: 'إضافة للمفضلة',
remove: 'إزالة المفضلة'
}
},
selectLanguage: 'اللغة',
discord: 'لا ينتمي إلى شركة الديسكورد الرسمية.'
}