Translations update

This commit is contained in:
ElementRobot
2026-02-16 03:56:45 +00:00
committed by Mauro
parent 46be78bc75
commit 874d769e5b
70 changed files with 651 additions and 21 deletions

View File

@@ -214,6 +214,22 @@
<string>%d oznámení</string>
</dict>
</dict>
<key>notification_fallback_n_content</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@COUNT@</string>
<key>COUNT</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<string>You have %d new message.</string>
<key>other</key>
<string>You have %d new messages.</string>
</dict>
</dict>
<key>notification_invitations</key>
<dict>
<key>NSStringLocalizedFormatKey</key>