Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Mar 4, 2025
1 parent 9ccb750 commit 8b74f58
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
Binary file modified NextcloudTalk/fr.lproj/Localizable.strings
Binary file not shown.
22 changes: 22 additions & 0 deletions NextcloudTalk/hu.lproj/Localizable.stringsdict
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,34 @@
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@pendinginvitations@</string>
<key>pendinginvitations</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<string>%ld függő meghívása van</string>
<key>other</key>
<string>%ld függő meghívása van</string>
</dict>
</dict>

<key>%d options</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@options@</string>
<key>options</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<string>%d lehetőség</string>
<key>other</key>
<string>%d lehetőség</string>
</dict>
</dict>
</dict>
</plist>
Binary file modified NextcloudTalk/sr.lproj/Localizable.strings
Binary file not shown.

0 comments on commit 8b74f58

Please sign in to comment.