Skip to content

Commit fb01b1e

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent dba02f5 commit fb01b1e

3 files changed

Lines changed: 59 additions & 0 deletions

File tree

iOSClient/Supporting Files/en-GB.lproj/Localizable.stringsdict

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,49 @@
2222
<dict>
2323
<key>NSStringLocalizedFormatKey</key>
2424
<string>%#@items@</string>
25+
<key>items</key>
26+
<dict>
27+
<key>NSStringFormatSpecTypeKey</key>
28+
<string>NSStringPluralRuleType</string>
29+
<key>NSStringFormatValueTypeKey</key>
30+
<string>d</string>
31+
<key>one</key>
32+
<string>%d item left</string>
33+
<key>other</key>
34+
<string>%d items left</string>
35+
</dict>
2536
</dict>
2637
<key>_focused_auto_upload_photos_to_back_up_</key>
2738
<dict>
2839
<key>NSStringLocalizedFormatKey</key>
2940
<string>%#@photos@</string>
41+
<key>photos</key>
42+
<dict>
43+
<key>NSStringFormatSpecTypeKey</key>
44+
<string>NSStringPluralRuleType</string>
45+
<key>NSStringFormatValueTypeKey</key>
46+
<string>d</string>
47+
<key>one</key>
48+
<string>You have %d item to back up</string>
49+
<key>other</key>
50+
<string>You have %d items to back up</string>
51+
</dict>
3052
</dict>
3153
<key>_focused_auto_upload_failed_</key>
3254
<dict>
3355
<key>NSStringLocalizedFormatKey</key>
3456
<string>%#@failed@</string>
57+
<key>failed</key>
58+
<dict>
59+
<key>NSStringFormatSpecTypeKey</key>
60+
<string>NSStringPluralRuleType</string>
61+
<key>NSStringFormatValueTypeKey</key>
62+
<string>d</string>
63+
<key>one</key>
64+
<string>%d failed</string>
65+
<key>other</key>
66+
<string>%d failed</string>
67+
</dict>
3568
</dict>
3669
</dict>
3770
</plist>
316 Bytes
Binary file not shown.

iOSClient/Supporting Files/pt-BR.lproj/Localizable.stringsdict

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,37 @@
2424
<dict>
2525
<key>NSStringLocalizedFormatKey</key>
2626
<string>%#@items@</string>
27+
<key>items</key>
28+
<dict>
29+
<key>NSStringFormatSpecTypeKey</key>
30+
<string>NSStringPluralRuleType</string>
31+
<key>NSStringFormatValueTypeKey</key>
32+
<string>d</string>
33+
<key>one</key>
34+
<string>Resta %d item</string>
35+
<key>many</key>
36+
<string>Restam %d de itens</string>
37+
<key>other</key>
38+
<string>Restam %d itens</string>
39+
</dict>
2740
</dict>
2841
<key>_focused_auto_upload_photos_to_back_up_</key>
2942
<dict>
3043
<key>NSStringLocalizedFormatKey</key>
3144
<string>%#@photos@</string>
45+
<key>photos</key>
46+
<dict>
47+
<key>NSStringFormatSpecTypeKey</key>
48+
<string>NSStringPluralRuleType</string>
49+
<key>NSStringFormatValueTypeKey</key>
50+
<string>d</string>
51+
<key>one</key>
52+
<string>Você tem %d item para fazer backup</string>
53+
<key>many</key>
54+
<string>Você tem %d de itens para fazer backup</string>
55+
<key>other</key>
56+
<string>Você tem %d itens para fazer backup</string>
57+
</dict>
3258
</dict>
3359
<key>_focused_auto_upload_failed_</key>
3460
<dict>

0 commit comments

Comments
 (0)