2022-05-13 05:52:45 +02:00
|
|
|
|
<?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>There are ${count} options matching ‘${content}’. - 2</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSStringLocalizedFormatKey</key>
|
2023-04-19 22:41:16 +02:00
|
|
|
|
<string>มี %#@count_option@ ที่ตรงกับ ‘${content}’</string>
|
2022-05-13 05:52:45 +02:00
|
|
|
|
<key>count_option</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
|
|
|
<string>NSStringPluralRuleType</string>
|
|
|
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
|
|
|
<string>%ld</string>
|
|
|
|
|
<key>other</key>
|
|
|
|
|
<string>%ld ตัวเลือก</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<key>There are ${count} options matching ‘${visibility}’.</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSStringLocalizedFormatKey</key>
|
2023-04-19 22:41:16 +02:00
|
|
|
|
<string>มี %#@count_option@ ที่ตรงกับ ‘${visibility}’</string>
|
2022-05-13 05:52:45 +02:00
|
|
|
|
<key>count_option</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
|
|
|
<string>NSStringPluralRuleType</string>
|
|
|
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
|
|
|
<string>%ld</string>
|
|
|
|
|
<key>other</key>
|
|
|
|
|
<string>%ld ตัวเลือก</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
</plist>
|