1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 07:56:23 +00:00

Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2023-06-20 01:13:22 +00:00
parent 2561b99165
commit 09118bbafa
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 26 additions and 4 deletions

View File

@ -1,14 +1,25 @@
OC.L10N.register( OC.L10N.register(
"ocsms", "ocsms",
{ {
"Phone Sync" : "مُزامنة الهاتف",
"An app to sync SMS with your cloud" : "تطبيق لمزامنة رسالة SMS إلى مخزنك السحابي",
"Cancel" : "إلغاء", "Cancel" : "إلغاء",
"Confirm" : "تأكيد", "Confirm" : "تأكيد",
"No contact found." : "لا توجد أي جهة اتصال",
"Settings" : "الإعدادات", "Settings" : "الإعدادات",
"Max messages to load per conversation" : "أقصى عدد من الرسائل لكل محادثة",
"Invalid message limit" : "الحد الأقصى للرسائل غير مقبول",
"Default country code" : "الرمز الافتراضي للدولة", "Default country code" : "الرمز الافتراضي للدولة",
"Contact ordering" : "ترتيب جهات الاتصال",
"Last message" : "آخر رسالة", "Last message" : "آخر رسالة",
"Label" : "تسمية", "Label" : "تسمية",
"Notification settings" : "إعدادات الإشعار", "Reverse ?" : "عكسي؟",
"Notification settings" : "إعداد الإشعارات",
"Enable" : "تفعيل", "Enable" : "تفعيل",
"Disable" : "مُعطّل" "Disable" : "مُعطّل",
"Are you sure you want to wipe all your messages ?" : "هل أنت متأكد أنك ترغب في محو كل رسائلك؟",
"Reset all messages" : "إعادة تعيين كافة الرسائل",
"%s messages shown of %s messages stored in database." : "%s رسالة معروضة من مجموع %s رسالة محفوظة في قاعدة البيانات؟",
"Please select a conversation from the list to load it." : "رجاءً، اختر محادثةً من القائمة لرفعها."
}, },
"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;"); "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;");

View File

@ -1,12 +1,23 @@
{ "translations": { { "translations": {
"Phone Sync" : "مُزامنة الهاتف",
"An app to sync SMS with your cloud" : "تطبيق لمزامنة رسالة SMS إلى مخزنك السحابي",
"Cancel" : "إلغاء", "Cancel" : "إلغاء",
"Confirm" : "تأكيد", "Confirm" : "تأكيد",
"No contact found." : "لا توجد أي جهة اتصال",
"Settings" : "الإعدادات", "Settings" : "الإعدادات",
"Max messages to load per conversation" : "أقصى عدد من الرسائل لكل محادثة",
"Invalid message limit" : "الحد الأقصى للرسائل غير مقبول",
"Default country code" : "الرمز الافتراضي للدولة", "Default country code" : "الرمز الافتراضي للدولة",
"Contact ordering" : "ترتيب جهات الاتصال",
"Last message" : "آخر رسالة", "Last message" : "آخر رسالة",
"Label" : "تسمية", "Label" : "تسمية",
"Notification settings" : "إعدادات الإشعار", "Reverse ?" : "عكسي؟",
"Notification settings" : "إعداد الإشعارات",
"Enable" : "تفعيل", "Enable" : "تفعيل",
"Disable" : "مُعطّل" "Disable" : "مُعطّل",
"Are you sure you want to wipe all your messages ?" : "هل أنت متأكد أنك ترغب في محو كل رسائلك؟",
"Reset all messages" : "إعادة تعيين كافة الرسائل",
"%s messages shown of %s messages stored in database." : "%s رسالة معروضة من مجموع %s رسالة محفوظة في قاعدة البيانات؟",
"Please select a conversation from the list to load it." : "رجاءً، اختر محادثةً من القائمة لرفعها."
},"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;" },"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;"
} }