Fix folder name

This commit is contained in:
Grishka
2024-05-26 16:55:49 +03:00
parent 062f901861
commit 6b95b74a0a
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
/* No comment provided by engineer. */
"Connecting" = "جارٍ الاتصال...";
/* No comment provided by engineer. */
"NFiles" = "%d ملفات";
/* No comment provided by engineer. */
"NotEnoughSpace" = "لا توجد مساحة كافية على القرص";
/* No comment provided by engineer. */
"PinCode" = "الرمز السري: %@";
/* No comment provided by engineer. */
"Sending" = "جارٍ الإرسال...";
/* No comment provided by engineer. */
"TransferCanceled" = "تم الإلغاء";
/* No comment provided by engineer. */
"TransferDeclined" = "مرفوض";
/* No comment provided by engineer. */
"TransferFinished" = "تم النقل";
/* No comment provided by engineer. */
"TransferTimedOut" = "انتهت المهلة";
/* No comment provided by engineer. */
"UnsupportedType" = "نوع المرفق غير مدعوم";

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NFiles</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@files@</string>
<key>files</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<string>%d ملف</string>
<key>other</key>
<string>%d ملفات</string>
</dict>
</dict>
</dict>
</plist>

View File

@@ -0,0 +1,11 @@
/* Class = "NSTextFieldCell"; title = "NearDrop"; ObjectID = "0xp-rC-2gr"; */
"0xp-rC-2gr.title" = "NearDrop";
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "6Up-t3-mwm"; */
"6Up-t3-mwm.title" = "إلغاء";
/* Class = "NSTextFieldCell"; title = "Looking for devices..."; ObjectID = "NaJ-Wx-Pim"; */
"NaJ-Wx-Pim.title" = "البحث عن الأجهزة...";
/* Class = "NSTextFieldCell"; title = "If you don't see your device, open \"Google Files\" app and tap \"Receive\" on the Nearby Share tab."; ObjectID = "vla-gF-eJo"; */
"vla-gF-eJo.title" = "إذا لم تر جهازك، افتح تطبيق \"Google Files\" واضغط على \"استلام\" في علامة التبويب مشاركة قريبة.";