Skip to content
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

Update alerts localizations from iOS 17.5 simulator runtime #442

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
{
"title": "يرغب \"%@\" بالوصول إلى الميكروفون",
"buttons": [
"موافق"
"موافق",
"السماح"
],
"shouldAccept": true
},
Expand All @@ -62,35 +63,40 @@
{
"title": "يرغب \"%@\" بالوصول إلى التقويم الخاص بك",
"buttons": [
"موافق"
"موافق",
"السماح"
],
"shouldAccept": true
},
{
"title": "يرغب \"%@\" في الوصول إلى نشاط الحركة واللياقة الخاصة بك",
"buttons": [
"موافق"
"موافق",
"السماح"
],
"shouldAccept": true
},
{
"title": "يرغب \"%@\" بالوصول إلى الكاميرا الخاصة بك",
"buttons": [
"موافق"
"موافق",
"السماح"
],
"shouldAccept": true
},
{
"title": "يرغب \"%@\" بالوصول إلى التذكيرات الخاصة بك",
"buttons": [
"موافق"
"موافق",
"السماح"
],
"shouldAccept": true
},
{
"title": "هل ترغب في استخدام \"%@\" مع Siri؟",
"buttons": [
"موافق"
"موافق",
"السماح"
],
"shouldAccept": true
},
Expand All @@ -104,7 +110,8 @@
{
"title": "يرغب \"%@\" بالوصول إلى جهات الاتصال الخاصة بك",
"buttons": [
"موافق"
"موافق",
"السماح"
],
"shouldAccept": true
},
Expand All @@ -118,7 +125,8 @@
{
"title": "يرغب \"%@\" في الوصول إلى بيانات المنزل الخاصة بك",
"buttons": [
"موافق"
"موافق",
"السماح"
],
"shouldAccept": true
},
Expand All @@ -139,7 +147,8 @@
{
"title": "يرغب \"%@\" في الوصول إلى \"التعرف على الكلام\"",
"buttons": [
"موافق"
"موافق",
"السماح"
],
"shouldAccept": true
},
Expand Down Expand Up @@ -258,7 +267,8 @@
{
"title": "يرغب \"%@\" في استلام مكالمات VoIP في الخلفية",
"buttons": [
"موافق"
"موافق",
"السماح"
],
"shouldAccept": true
},
Expand All @@ -272,14 +282,16 @@
{
"title": "يرغب \"%@\" في الوصول إلى Apple Music، ونشاط الموسيقى والفيديو لديك، وكذلك مكتبة الوسائط الخاصة بك",
"buttons": [
"موافق"
"موافق",
"السماح"
],
"shouldAccept": true
},
{
"title": "يرغب \"%@\" في إتاحة البيانات إلى أجهزة Bluetooth القريبة حتى عند عدم استخدامك للتطبيق",
"buttons": [
"موافق"
"موافق",
"السماح"
],
"shouldAccept": true
},
Expand All @@ -300,35 +312,40 @@
{
"title": "يرغب \"%@\" في الوصول إلى معلومات جهات اتصالك الأساسية.",
"buttons": [
"موافق"
"موافق",
"السماح"
],
"shouldAccept": true
},
{
"title": "يرغب \"%@\" في الوصول إلى جميع معلومات جهات اتصالك.",
"buttons": [
"موافق"
"موافق",
"السماح"
],
"shouldAccept": true
},
{
"title": "يرغب \"%@\" باستخدام Bluetooth أثناء استخدامه",
"buttons": [
"موافق"
"موافق",
"السماح"
],
"shouldAccept": true
},
{
"title": "يرغب \"%@\" في استخدام Bluetooth",
"buttons": [
"موافق"
"موافق",
"السماح"
],
"shouldAccept": true
},
{
"title": "سيسمح هذا لتطبيق \"%@\" بالبحث عن ملحقات Bluetooth والاتصال بها. قد يستخدم هذا التطبيق Bluetooth أيضًا لمعرفة أنك قريب.",
"buttons": [
"موافق"
"موافق",
"السماح"
],
"shouldAccept": true
},
Expand Down Expand Up @@ -531,5 +548,48 @@
"موافق"
],
"shouldAccept": true
},
{
"title": "يرغب \"%@\" في الإضافة إلى الصور",
"buttons": [
"السماح"
],
"shouldAccept": true
},
{
"title": "السماح لتطبيق \"%@\" بالوصول الكامل إلى تقويمك؟",
"buttons": [
"السماح"
],
"shouldAccept": true
},
{
"title": "يرغب \"%@\" في الإضافة إلى التقويم",
"buttons": [
"السماح"
],
"shouldAccept": true
},
{
"title": "يرغب \"%@\" في الوصول إلى مكتبة الصور",
"buttons": [
"السماح"
],
"shouldAccept": true
},
{
"title": "يرغب \"%@\" في إضافة تكوينات خادم وكيل DNS",
"buttons": [
"السماح"
],
"shouldAccept": true
},
{
"title": "تعديل الشاشة الرئيسية",
"buttons": [
"استبعاد",
"موافق"
],
"shouldAccept": false
}
]
Loading