summaryrefslogtreecommitdiffstats
path: root/l10n/es_EC.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_EC.js
parentbb827eeb12141b1b7adb4c8ad86e13ab37ffb537 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n/es_EC.js')
-rw-r--r--l10n/es_EC.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/l10n/es_EC.js b/l10n/es_EC.js
index e45163719..fdfae07d7 100644
--- a/l10n/es_EC.js
+++ b/l10n/es_EC.js
@@ -3,12 +3,12 @@ OC.L10N.register(
{
"(Duration %s)" : "(Duración %s)",
"You attended a call with {user1}" : "Atendiste una llamada de {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}" : "Atendiste una llamada de {user1} y {user2}",
"You attended a call with {user1}, {user2} and {user3}" : "Atendiste una llamada de {user1}, {user2} y {user3}",
"You attended a call with {user1}, {user2}, {user3} and {user4}" : "Atendiste una llamada de {user1}, {user2}, {user3} y {user4}",
"You attended a call with {user1}, {user2}, {user3}, {user4} and {user5}" : "Atendiste una llamada de {user1}, {user2}, {user3}, {user4} y {user5}",
- "_%n other_::_%n others_" : ["%n otro","%n otros"],
+ "_%n other_::_%n others_" : ["%n otro","%n otros","%n otros"],
"{actor} invited you to {call}" : "{actor} te ha invitado a {call}",
"You were invited to a <strong>conversation</strong> or had a <strong>call</strong>" : "Fuiste invitado a una <strong>conversación</strong> o tuviste una <strong>llamada</strong>",
"Talk" : "Hablar",
@@ -181,4 +181,4 @@ OC.L10N.register(
"Error while accessing camera: it is likely in use by another program" : "Error mientras se accedía a la cámara: parece estar siendo usada por otro programa",
"Camera" : "Cámara"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");