Skip to content

Commit 329b8cc

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent eface45 commit 329b8cc

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
292 Bytes
Binary file not shown.

NextcloudTalk/es.lproj/Localizable.stringsdict

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,19 @@
215215
<dict>
216216
<key>NSStringLocalizedFormatKey</key>
217217
<string>%#@characters@</string>
218+
<key>characters</key>
219+
<dict>
220+
<key>NSStringFormatSpecTypeKey</key>
221+
<string>NSStringPluralRuleType</string>
222+
<key>NSStringFormatValueTypeKey</key>
223+
<string>d</string>
224+
<key>one</key>
225+
<string>La contraseña debe tener al menos %d carácter</string>
226+
<key>many</key>
227+
<string>La contraseña debe tener un mínimo de %d caracteres</string>
228+
<key>other</key>
229+
<string>La contraseña debe tener un mínimo de %d caracteres</string>
230+
</dict>
218231
</dict>
219232
</dict>
220233
</plist>

0 commit comments

Comments
 (0)