summaryrefslogtreecommitdiffstats
path: root/l10n/es_CL.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-05-24 03:35:55 +0000
committerNextcloud bot <bot@nextcloud.com>2022-05-24 03:35:55 +0000
commitb2de1e8034b999373230f87b7bd1284f623f8cb0 (patch)
tree46f1a365b7c80de8386dac915d19c0201e33fb0a /l10n/es_CL.js
parentbb827eeb12141b1b7adb4c8ad86e13ab37ffb537 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n/es_CL.js')
-rw-r--r--l10n/es_CL.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/l10n/es_CL.js b/l10n/es_CL.js
index 342915928..2b71d4470 100644
--- a/l10n/es_CL.js
+++ b/l10n/es_CL.js
@@ -3,12 +3,12 @@ OC.L10N.register(
{
"(Duration %s)" : "(Duración %s)",
"You attended a call with {user1}" : "Tomaste una llamda con {user1}",
- "_%n guest_::_%n guests_" : ["%n inivitado","%n inivitados"],
+ "_%n guest_::_%n guests_" : ["%n inivitado","%n inivitados","%n inivitados"],
"You attended a call with {user1} and {user2}" : "Tuviste una llamada con {user1} y {user2}",
"You attended a call with {user1}, {user2} and {user3}" : "Tuviste una llamada con {user1}, {user2} y {user3}",
"You attended a call with {user1}, {user2}, {user3} and {user4}" : "Tuviste una llamada con {user1}, {user2}, {user3} y {user4}",
"You attended a call with {user1}, {user2}, {user3}, {user4} and {user5}" : "Tuviste una llamada con {user1}, {user2}, {user3}, {user4} y {user5}",
- "_%n other_::_%n others_" : ["%n otro","otros %n"],
+ "_%n other_::_%n others_" : ["%n otro","otros %n","otros %n"],
"{actor} invited you to {call}" : "{actor} te ha invitado a {call}",
"Talk" : "Hablar",
"Guest" : "Invitado",
@@ -138,4 +138,4 @@ OC.L10N.register(
"Android app" : "Aplicación Android",
"iOS app" : "Aplicación iOS"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");