Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-05-24 06:35:58 +0300
committerNextcloud bot <bot@nextcloud.com>2022-05-24 06:35:58 +0300
commitf5e3d0f063da8c22b1a3a8793fe5d60fbbf87184 (patch)
tree8399b2f9f063d17fc1c918bee6e78cea3f26d104 /l10n/es_CR.js
parentb8e78a1f9c634e4d7e6410b8ec6cc5732f8251bb (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n/es_CR.js')
-rw-r--r--l10n/es_CR.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/l10n/es_CR.js b/l10n/es_CR.js
index 00050f2ae..5092bedbf 100644
--- a/l10n/es_CR.js
+++ b/l10n/es_CR.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;");