Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>pull/743/head
parent
edd3132ce0
commit
d5b75ea41c
|
@ -3,6 +3,7 @@ OC.L10N.register(
|
|||
{
|
||||
"Download" : "تنزيل",
|
||||
"Settings" : "الإعدادات",
|
||||
"People" : "الناس",
|
||||
"Info" : "معلومات",
|
||||
"Timeline" : "الجدول الزمني",
|
||||
"Folders" : "المجلدات",
|
||||
|
@ -10,21 +11,45 @@ OC.L10N.register(
|
|||
"Videos" : "فيديوهات",
|
||||
"Archive" : "الأرشيف",
|
||||
"Tags" : "الوسوم",
|
||||
"If you just installed Memories, visit the admin panel first." : "إذا كنت علي وشك القيام بتثبيت الذكريات \"Memories\"، فقم بالرجوع إلي لوحة المسئول أولاً.",
|
||||
"No photos were found in the selected folder." : "لم يتم إيجاد صور فى المجلد المختار.",
|
||||
"This can happen because your media is still indexing." : "يمكن أن يحدث هذا لأن الوسائط الخاصة بك لا تزال قيد الفهرسة.",
|
||||
"Visit the admin panel to make sure Memories is configured correctly." : "انتقل إلي لوحة المسئول للتأكد من ضبط وتهيئة الذكريات بشكل صحيح.",
|
||||
"Edit" : "تعديل",
|
||||
"Photos" : "الصور",
|
||||
"Explore" : "استكشاف",
|
||||
"Cancel" : "إلغاء",
|
||||
"Delete" : "إزالة",
|
||||
"Favorite" : "المفضلة",
|
||||
"View in folder" : "اعرض في المجلد",
|
||||
"General" : "العامة",
|
||||
"Account" : "الحساب",
|
||||
"Logged in as {user}" : "تسجيل الدخول بصفته {مستخدم}",
|
||||
"Sign out" : "تسجيل الخروج",
|
||||
"Device Folders" : "مجلدات الجهاز",
|
||||
"Local folders to include in the timeline view" : "المجلدات المحلية التي يتم تضمينها في عرض الجدول الزمني",
|
||||
"Are you sure you want to log out {user}?" : "هل أنت متأكد من أنك تريد تسجيل الخروج {المستخدم}؟",
|
||||
"Close" : "إغلاق",
|
||||
"File Support" : "دعم الملف",
|
||||
"You can configure the enabled Nextcloud preview providers below." : "يمكنك ضبط مزودي معاينة نكست كلود الممكّنة أدناه.",
|
||||
"If you are using Imaginary for preview generation, you can ignore this section." : "إذا كنت تستخدم تطبيق أمجينري \"Imaginary\" لإنشاء المعاينة فيمكنك تجاهل هذا الجزء.",
|
||||
"To enable RAW support, install the Camera RAW Previews app." : "لتمكين دعم تنسيق ملف الصورة الأولية \"RAW\"، قم بتثبيت تطبيق Camera RAW Previews.",
|
||||
"Documentation." : "التوثيق.",
|
||||
"The following MIME types are configured for preview generation." : "تم إعداد أنواع تنسيقات امتدادات بريد الإنترنت متعددة الأغراض \"MIME\" التالية لإنشاء المعاينة.",
|
||||
"Max preview size (trade-off between quality and storage requirements)." : "أقصى حجم للمعاينة (الأولوية النسبية بين متطلبات الجودة والتخزين).",
|
||||
"Max memory for preview generation (MB)" : "الحد الأقصى للذاكرة لإنشاء المعاينة (ميغا بايت)",
|
||||
"Max size of preview files (MB)" : "الحجم الأقصى لملفات المعاينة (ميغا بايت)",
|
||||
"Images (JPEG, PNG, GIF, BMP)" : "الصور (تسيق JPEG, PNG, GIF, BMP)",
|
||||
"HEIC (Imagick)" : "تنسيق ملف الصور عالي الكفاءة \"HEIC\" (إيماج ماجيك/ Imagick) ",
|
||||
"TIFF (Imagick)" : "تنسيق ملف الصور الموسومة \"TIFF\" (إيماج ماجيك/ Imagick) ",
|
||||
"Videos (ffmpeg)" : "فيديوهات (ffmpeg)",
|
||||
"Unknown" : "غير معروف",
|
||||
"Public link copied!" : "تم نسخ الرابط العام",
|
||||
"Copy public link" : "نسخ الرابط العام",
|
||||
"Public link" : "رابط عمومي",
|
||||
"Back" : "العودة",
|
||||
"Save" : "Save",
|
||||
"Year" : "السنة",
|
||||
"Month" : "شهر",
|
||||
"Day" : "اليوم",
|
||||
"Time" : "إلى وقت",
|
||||
|
@ -65,6 +90,7 @@ OC.L10N.register(
|
|||
"Name is required." : "حقل الاسم مطلوب",
|
||||
"Quality" : "الجودة",
|
||||
"Direct" : "مباشر",
|
||||
"Auto" : "تلقائي"
|
||||
"Auto" : "تلقائي",
|
||||
"Memories has been updated to {version}. Reload to get the new version." : "تم تحديث الذكريات إلى {الإصدار}. قم بالتحديث للحصول على الإصدار الجديد."
|
||||
},
|
||||
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ "translations": {
|
||||
"Download" : "تنزيل",
|
||||
"Settings" : "الإعدادات",
|
||||
"People" : "الناس",
|
||||
"Info" : "معلومات",
|
||||
"Timeline" : "الجدول الزمني",
|
||||
"Folders" : "المجلدات",
|
||||
|
@ -8,21 +9,45 @@
|
|||
"Videos" : "فيديوهات",
|
||||
"Archive" : "الأرشيف",
|
||||
"Tags" : "الوسوم",
|
||||
"If you just installed Memories, visit the admin panel first." : "إذا كنت علي وشك القيام بتثبيت الذكريات \"Memories\"، فقم بالرجوع إلي لوحة المسئول أولاً.",
|
||||
"No photos were found in the selected folder." : "لم يتم إيجاد صور فى المجلد المختار.",
|
||||
"This can happen because your media is still indexing." : "يمكن أن يحدث هذا لأن الوسائط الخاصة بك لا تزال قيد الفهرسة.",
|
||||
"Visit the admin panel to make sure Memories is configured correctly." : "انتقل إلي لوحة المسئول للتأكد من ضبط وتهيئة الذكريات بشكل صحيح.",
|
||||
"Edit" : "تعديل",
|
||||
"Photos" : "الصور",
|
||||
"Explore" : "استكشاف",
|
||||
"Cancel" : "إلغاء",
|
||||
"Delete" : "إزالة",
|
||||
"Favorite" : "المفضلة",
|
||||
"View in folder" : "اعرض في المجلد",
|
||||
"General" : "العامة",
|
||||
"Account" : "الحساب",
|
||||
"Logged in as {user}" : "تسجيل الدخول بصفته {مستخدم}",
|
||||
"Sign out" : "تسجيل الخروج",
|
||||
"Device Folders" : "مجلدات الجهاز",
|
||||
"Local folders to include in the timeline view" : "المجلدات المحلية التي يتم تضمينها في عرض الجدول الزمني",
|
||||
"Are you sure you want to log out {user}?" : "هل أنت متأكد من أنك تريد تسجيل الخروج {المستخدم}؟",
|
||||
"Close" : "إغلاق",
|
||||
"File Support" : "دعم الملف",
|
||||
"You can configure the enabled Nextcloud preview providers below." : "يمكنك ضبط مزودي معاينة نكست كلود الممكّنة أدناه.",
|
||||
"If you are using Imaginary for preview generation, you can ignore this section." : "إذا كنت تستخدم تطبيق أمجينري \"Imaginary\" لإنشاء المعاينة فيمكنك تجاهل هذا الجزء.",
|
||||
"To enable RAW support, install the Camera RAW Previews app." : "لتمكين دعم تنسيق ملف الصورة الأولية \"RAW\"، قم بتثبيت تطبيق Camera RAW Previews.",
|
||||
"Documentation." : "التوثيق.",
|
||||
"The following MIME types are configured for preview generation." : "تم إعداد أنواع تنسيقات امتدادات بريد الإنترنت متعددة الأغراض \"MIME\" التالية لإنشاء المعاينة.",
|
||||
"Max preview size (trade-off between quality and storage requirements)." : "أقصى حجم للمعاينة (الأولوية النسبية بين متطلبات الجودة والتخزين).",
|
||||
"Max memory for preview generation (MB)" : "الحد الأقصى للذاكرة لإنشاء المعاينة (ميغا بايت)",
|
||||
"Max size of preview files (MB)" : "الحجم الأقصى لملفات المعاينة (ميغا بايت)",
|
||||
"Images (JPEG, PNG, GIF, BMP)" : "الصور (تسيق JPEG, PNG, GIF, BMP)",
|
||||
"HEIC (Imagick)" : "تنسيق ملف الصور عالي الكفاءة \"HEIC\" (إيماج ماجيك/ Imagick) ",
|
||||
"TIFF (Imagick)" : "تنسيق ملف الصور الموسومة \"TIFF\" (إيماج ماجيك/ Imagick) ",
|
||||
"Videos (ffmpeg)" : "فيديوهات (ffmpeg)",
|
||||
"Unknown" : "غير معروف",
|
||||
"Public link copied!" : "تم نسخ الرابط العام",
|
||||
"Copy public link" : "نسخ الرابط العام",
|
||||
"Public link" : "رابط عمومي",
|
||||
"Back" : "العودة",
|
||||
"Save" : "Save",
|
||||
"Year" : "السنة",
|
||||
"Month" : "شهر",
|
||||
"Day" : "اليوم",
|
||||
"Time" : "إلى وقت",
|
||||
|
@ -63,6 +88,7 @@
|
|||
"Name is required." : "حقل الاسم مطلوب",
|
||||
"Quality" : "الجودة",
|
||||
"Direct" : "مباشر",
|
||||
"Auto" : "تلقائي"
|
||||
"Auto" : "تلقائي",
|
||||
"Memories has been updated to {version}. Reload to get the new version." : "تم تحديث الذكريات إلى {الإصدار}. قم بالتحديث للحصول على الإصدار الجديد."
|
||||
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
|
||||
}
|
|
@ -84,7 +84,7 @@ OC.L10N.register(
|
|||
"Failed to update setting" : "설정 업데이트 실패",
|
||||
"EXIF Extraction" : "EXIF 추출",
|
||||
"Path to packaged exiftool binary" : "패키지 내 exiftool 바이너리 경로",
|
||||
"You need perl only if the packaged exiftool binary does not work for some reason." : "여러 이유로 패키지 내의 exiftool이 작동하지 않을 때에만 perl이 필요합니다.",
|
||||
"You need perl only if the packaged exiftool binary does not work for some reason." : "어떠한 이유로 패키지 내의 exiftool이 작동하지 않을 때에만 perl이 필요합니다.",
|
||||
"Use system perl (only if exiftool binary does not work)" : "시스템의 perl 사용 (exiftool 바이너리가 작동하지 않을 때에만)",
|
||||
"File Support" : "지원 요청",
|
||||
"You can configure the enabled Nextcloud preview providers below." : "아래에서 사용 가능한 Nextcloud 미리 보기 제공자를 설정할 수 있습니다.",
|
||||
|
@ -96,7 +96,7 @@ OC.L10N.register(
|
|||
"Max memory for preview generation (MB)" : "미리 보기 생성에 사용할 최대 메모리 (MB)",
|
||||
"Max size of preview files (MB)" : "미리 보기 파일의 최대 크기 (MB)",
|
||||
"Images (JPEG, PNG, GIF, BMP)" : "이미지 (JPEG, PNG, GIF, BMP)",
|
||||
"Media Indexing" : "미디어 색인 중",
|
||||
"Media Indexing" : "미디어 색인",
|
||||
"{n} media files have been indexed" : "{n}개 미디어 파일이 색인 됨",
|
||||
"Automatic Indexing status: {status}" : "자동 색인 상태: {status}",
|
||||
"Last index job was run {t} seconds ago." : "마지막 색인 작업이 {t}초 전 실행되었습니다.",
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
"Failed to update setting" : "설정 업데이트 실패",
|
||||
"EXIF Extraction" : "EXIF 추출",
|
||||
"Path to packaged exiftool binary" : "패키지 내 exiftool 바이너리 경로",
|
||||
"You need perl only if the packaged exiftool binary does not work for some reason." : "여러 이유로 패키지 내의 exiftool이 작동하지 않을 때에만 perl이 필요합니다.",
|
||||
"You need perl only if the packaged exiftool binary does not work for some reason." : "어떠한 이유로 패키지 내의 exiftool이 작동하지 않을 때에만 perl이 필요합니다.",
|
||||
"Use system perl (only if exiftool binary does not work)" : "시스템의 perl 사용 (exiftool 바이너리가 작동하지 않을 때에만)",
|
||||
"File Support" : "지원 요청",
|
||||
"You can configure the enabled Nextcloud preview providers below." : "아래에서 사용 가능한 Nextcloud 미리 보기 제공자를 설정할 수 있습니다.",
|
||||
|
@ -94,7 +94,7 @@
|
|||
"Max memory for preview generation (MB)" : "미리 보기 생성에 사용할 최대 메모리 (MB)",
|
||||
"Max size of preview files (MB)" : "미리 보기 파일의 최대 크기 (MB)",
|
||||
"Images (JPEG, PNG, GIF, BMP)" : "이미지 (JPEG, PNG, GIF, BMP)",
|
||||
"Media Indexing" : "미디어 색인 중",
|
||||
"Media Indexing" : "미디어 색인",
|
||||
"{n} media files have been indexed" : "{n}개 미디어 파일이 색인 됨",
|
||||
"Automatic Indexing status: {status}" : "자동 색인 상태: {status}",
|
||||
"Last index job was run {t} seconds ago." : "마지막 색인 작업이 {t}초 전 실행되었습니다.",
|
||||
|
|
Loading…
Reference in New Issue