diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-17 00:27:11 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-17 00:27:11 +0000 |
commit | 8045a6dd2258a5fcf91bdba54fc42fd34bc69081 (patch) | |
tree | a5940f11daab4f983735e8e04ec5a0bdcbdbd72e /apps/comments/l10n/es_PE.js | |
parent | 5139643a63a89ebcc85ff613b486cddfb0ce58e0 (diff) | |
download | nextcloud-server-8045a6dd2258a5fcf91bdba54fc42fd34bc69081.tar.gz nextcloud-server-8045a6dd2258a5fcf91bdba54fc42fd34bc69081.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments/l10n/es_PE.js')
-rw-r--r-- | apps/comments/l10n/es_PE.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/es_PE.js b/apps/comments/l10n/es_PE.js index e69281fddcb..45adf25b98b 100644 --- a/apps/comments/l10n/es_PE.js +++ b/apps/comments/l10n/es_PE.js @@ -13,8 +13,8 @@ OC.L10N.register( "Delete comment" : "Borrar comentario", "No comments yet, start the conversation!" : "¡Aún no hay comentarios, inicia la conversación!", "Retry" : "Reintentar", - "_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer","%n comentarios sin leer"], "Comment" : "Comentario", - "%1$s commented" : "%1$s comentó" + "%1$s commented" : "%1$s comentó", + "_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer","%n comentarios sin leer"] }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |