AutoCat/dmg/AutoCat.app/Contents/Resources/ru.lproj/Localizable.stringsdict
Selim Mustafaev 36958b4b93 Merge remote-tracking branch 'refs/remotes/origin/master'
Conflicts:
	AutoCat/Controllers/SearchController.swift
2021-04-28 00:13:00 +03:00

67 lines
3.4 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>events found</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@VARIABLE@</string>
<key>VARIABLE</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>u</string>
<key>few</key>
<string>Найдено %u события</string>
<key>many</key>
<string>Найдено %u событий</string>
<key>one</key>
<string>Найдено %u событие</string>
<key>other</key>
<string>Найдено %u событий</string>
</dict>
</dict>
<key>owners count</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@VARIABLE@</string>
<key>VARIABLE</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>u</string>
<key>few</key>
<string>%u владельца</string>
<key>many</key>
<string>%u владельцев</string>
<key>one</key>
<string>%u владелец</string>
<key>other</key>
<string>%u владельцев</string>
</dict>
</dict>
<key>vehicles found</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@VARIABLE@</string>
<key>VARIABLE</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>u</string>
<key>few</key>
<string>Найдены %u ТС</string>
<key>many</key>
<string>Найдено %u ТС</string>
<key>one</key>
<string>Найдено %u ТС</string>
<key>other</key>
<string>Найдено %u ТС</string>
</dict>
</dict>
</dict>
</plist>