summaryrefslogtreecommitdiff
path: root/platform/ios/resources/pt-BR.lproj/Localizable.stringsdict
blob: 2b4bf30cbaa42e6526cb355563f2d6a1f0dd58aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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>MAP_A11Y_VALUE</key>
	<dict>
		<key>NSStringLocalizedFormatKey</key>
		<string>Zoom %dx
%#@count@</string>
		<key>count</key>
		<dict>
			<key>NSStringFormatSpecTypeKey</key>
			<string>NSStringPluralRuleType</string>
			<key>NSStringFormatValueTypeKey</key>
			<string>ld</string>
			<key>one</key>
			<string>%d anotação visível</string>
			<key>other</key>
			<string>%d anotações visíveis</string>
		</dict>
	</dict>
</dict>
</plist>