mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-02-02 10:27:08 +01:00
New translations Intents.stringsdict (Scottish Gaelic)
This commit is contained in:
parent
570e50a99d
commit
330a1362ff
@ -0,0 +1,46 @@
|
||||
<?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>
|
||||
<string>Tha %#@count_option@ dha “${content}” ann.</string>
|
||||
<key>count_option</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>%ld</string>
|
||||
<key>one</key>
|
||||
<string>%ld roghainn</string>
|
||||
<key>two</key>
|
||||
<string>%ld roghainn</string>
|
||||
<key>few</key>
|
||||
<string>%ld roghainnean</string>
|
||||
<key>other</key>
|
||||
<string>%ld roghainn</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>There are ${count} options matching ‘${visibility}’.</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>Tha %#@count_option@ dha “${visibility}” ann.</string>
|
||||
<key>count_option</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>%ld</string>
|
||||
<key>one</key>
|
||||
<string>%ld roghainn</string>
|
||||
<key>two</key>
|
||||
<string>%ld roghainn</string>
|
||||
<key>few</key>
|
||||
<string>%ld roghainnean</string>
|
||||
<key>other</key>
|
||||
<string>%ld roghainn</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
Loading…
x
Reference in New Issue
Block a user