New translations Intents.stringsdict (Arabic)
This commit is contained in:
parent
5318e63ced
commit
714efa852c
|
@ -5,7 +5,7 @@
|
|||
<key>There are ${count} options matching ‘${content}’. - 2</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>There are %#@count_option@ matching ‘${content}’.</string>
|
||||
<string>هُناك %#@count_option@ تتطابق مَعَ '${content}'.</string>
|
||||
<key>count_option</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
|
@ -13,23 +13,23 @@
|
|||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>%ld</string>
|
||||
<key>zero</key>
|
||||
<string>%ld options</string>
|
||||
<string>لا خيار</string>
|
||||
<key>one</key>
|
||||
<string>1 option</string>
|
||||
<string>خيار واحد</string>
|
||||
<key>two</key>
|
||||
<string>%ld options</string>
|
||||
<string>خياران</string>
|
||||
<key>few</key>
|
||||
<string>%ld options</string>
|
||||
<string>%ld خيارات</string>
|
||||
<key>many</key>
|
||||
<string>%ld options</string>
|
||||
<string>%ld خيارًا</string>
|
||||
<key>other</key>
|
||||
<string>%ld options</string>
|
||||
<string>%ld خيار</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>There are ${count} options matching ‘${visibility}’.</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>There are %#@count_option@ matching ‘${visibility}’.</string>
|
||||
<string>هُناك %#@count_option@ تتطابق مَعَ '${visibility}'.</string>
|
||||
<key>count_option</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
|
@ -37,17 +37,17 @@
|
|||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>%ld</string>
|
||||
<key>zero</key>
|
||||
<string>%ld options</string>
|
||||
<string>لا خيار</string>
|
||||
<key>one</key>
|
||||
<string>1 option</string>
|
||||
<string>خيار واحد</string>
|
||||
<key>two</key>
|
||||
<string>%ld options</string>
|
||||
<string>خياران</string>
|
||||
<key>few</key>
|
||||
<string>%ld options</string>
|
||||
<string>%ld خيارات</string>
|
||||
<key>many</key>
|
||||
<string>%ld options</string>
|
||||
<string>%ld خيارًا</string>
|
||||
<key>other</key>
|
||||
<string>%ld options</string>
|
||||
<string>%ld خيار</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
|
|
Loading…
Reference in New Issue