Intents.stringsdict 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>There are ${count} options matching ‘${content}’. - 2</key>
  6. <dict>
  7. <key>NSStringLocalizedFormatKey</key>
  8. <string>‘${content}’ ile eşleşen %#@count_option@ var.</string>
  9. <key>count_option</key>
  10. <dict>
  11. <key>NSStringFormatSpecTypeKey</key>
  12. <string>NSStringPluralRuleType</string>
  13. <key>NSStringFormatValueTypeKey</key>
  14. <string>%ld</string>
  15. <key>one</key>
  16. <string>1 seçenek</string>
  17. <key>other</key>
  18. <string>%ld seçenek</string>
  19. </dict>
  20. </dict>
  21. <key>There are ${count} options matching ‘${visibility}’.</key>
  22. <dict>
  23. <key>NSStringLocalizedFormatKey</key>
  24. <string>‘${visibility}’ ile eşleşen %#@count_option@ var.</string>
  25. <key>count_option</key>
  26. <dict>
  27. <key>NSStringFormatSpecTypeKey</key>
  28. <string>NSStringPluralRuleType</string>
  29. <key>NSStringFormatValueTypeKey</key>
  30. <string>%ld</string>
  31. <key>one</key>
  32. <string>1 seçenek</string>
  33. <key>other</key>
  34. <string>%ld seçenek</string>
  35. </dict>
  36. </dict>
  37. </dict>
  38. </plist>