mirror of https://github.com/lukechilds/damus.git
Browse Source
translations_damus-localizations-en-us-xcloc-localized-contents-en-us-xliff--master_es_419
Terry Yiu
2 years ago
3 changed files with 71 additions and 4 deletions
@ -0,0 +1,60 @@ |
|||
<?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>replying_to_one_and_others</key> |
|||
<dict> |
|||
<key>NSStringLocalizedFormatKey</key> |
|||
<string>Replying to %@%#@OTHERS@</string> |
|||
<key>OTHERS</key> |
|||
<dict> |
|||
<key>NSStringFormatSpecTypeKey</key> |
|||
<string>NSStringPluralRuleType</string> |
|||
<key>NSStringFormatValueTypeKey</key> |
|||
<string>d</string> |
|||
<key>zero</key> |
|||
<string></string> |
|||
<key>one</key> |
|||
<string> & 1 other</string> |
|||
<key>other</key> |
|||
<string> & %d others</string> |
|||
</dict> |
|||
</dict> |
|||
<key>replying_to_two_and_others</key> |
|||
<dict> |
|||
<key>NSStringLocalizedFormatKey</key> |
|||
<string>Replying to %@, %@%#@OTHERS@</string> |
|||
<key>OTHERS</key> |
|||
<dict> |
|||
<key>NSStringFormatSpecTypeKey</key> |
|||
<string>NSStringPluralRuleType</string> |
|||
<key>NSStringFormatValueTypeKey</key> |
|||
<string>d</string> |
|||
<key>zero</key> |
|||
<string></string> |
|||
<key>one</key> |
|||
<string> & 1 other</string> |
|||
<key>other</key> |
|||
<string> & %d others</string> |
|||
</dict> |
|||
</dict> |
|||
<key>collapsed_event_view_other_notes</key> |
|||
<dict> |
|||
<key>NSStringLocalizedFormatKey</key> |
|||
<string>··· %#@NOTES@ ···</string> |
|||
<key>NOTES</key> |
|||
<dict> |
|||
<key>NSStringFormatSpecTypeKey</key> |
|||
<string>NSStringPluralRuleType</string> |
|||
<key>NSStringFormatValueTypeKey</key> |
|||
<string>d</string> |
|||
<key>zero</key> |
|||
<string>0 notes</string> |
|||
<key>one</key> |
|||
<string>1 note</string> |
|||
<key>other</key> |
|||
<string>%d notes</string> |
|||
</dict> |
|||
</dict> |
|||
</dict> |
|||
</plist> |
Loading…
Reference in new issue