Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Jul 5, 2023
1 parent 6e8b09d commit e59a4b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions l10n/ar.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
OC.L10N.register(
"serverinfo",
{
"CPU info not available" : "معلومات وحدة المعالجة المركزية غير متوفرة",
"Not supported!" : "غير مدعوم!",
"Press ⌘-C to copy." : "إضغط ⌘-C للنسخ",
"Press Ctrl-C to copy." : "إضغط Ctrl-C للنسخ.",
"System" : "النظام",
"Monitoring" : "المراقبة",
"Monitoring app with useful server information" : "تطبيق مراقبة مع معلومات خادم مفيدة",
"Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc." : "يوفر معلومات مفيدة عن الخادم، مثل حمل وحدة المعالجة المركزية واستخدام ذاكرة الوصول العشوائي واستخدام القرص وعدد المستخدمين وما إلى ذلك.",
"Temperature" : "درجة الحرارة",
"Memory" : "الذاكرة",
"Size:" : "الحجم:",
"Files:" : "الملفات:",
"Storages:" : "وسائط التخزين:",
"Free Space:" : "المساحة الحرة:",
"Network" : "الشبكة",
"Active users" : "المستخدمون النشطون",
Expand All @@ -24,6 +27,7 @@ OC.L10N.register(
"Database" : "قاعدة البيانات",
"Type:" : "النوع:",
"External monitoring tool" : "أداة الرصد الخارجية",
"You can connect an external monitoring tool by using this end point:" : "يمكنك توصيل أداة رصد خارجية باستخدام نقطة النهاية هذه:",
"Copy" : "نسخ"
},
"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;");
4 changes: 4 additions & 0 deletions l10n/ar.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{ "translations": {
"CPU info not available" : "معلومات وحدة المعالجة المركزية غير متوفرة",
"Not supported!" : "غير مدعوم!",
"Press ⌘-C to copy." : "إضغط ⌘-C للنسخ",
"Press Ctrl-C to copy." : "إضغط Ctrl-C للنسخ.",
"System" : "النظام",
"Monitoring" : "المراقبة",
"Monitoring app with useful server information" : "تطبيق مراقبة مع معلومات خادم مفيدة",
"Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc." : "يوفر معلومات مفيدة عن الخادم، مثل حمل وحدة المعالجة المركزية واستخدام ذاكرة الوصول العشوائي واستخدام القرص وعدد المستخدمين وما إلى ذلك.",
"Temperature" : "درجة الحرارة",
"Memory" : "الذاكرة",
"Size:" : "الحجم:",
"Files:" : "الملفات:",
"Storages:" : "وسائط التخزين:",
"Free Space:" : "المساحة الحرة:",
"Network" : "الشبكة",
"Active users" : "المستخدمون النشطون",
Expand All @@ -22,6 +25,7 @@
"Database" : "قاعدة البيانات",
"Type:" : "النوع:",
"External monitoring tool" : "أداة الرصد الخارجية",
"You can connect an external monitoring tool by using this end point:" : "يمكنك توصيل أداة رصد خارجية باستخدام نقطة النهاية هذه:",
"Copy" : "نسخ"
},"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;"
}

0 comments on commit e59a4b6

Please sign in to comment.