[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
stable22
Nextcloud bot 2022-08-24 03:23:48 +00:00
rodzic 9264344d68
commit 923b48237e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 130DAB86D3FB356C
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -17,4 +17,4 @@ OC.L10N.register(
"User not found" : "No se encontró el usuario",
"More actions" : "Más acciones"
},
"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

Wyświetl plik

@ -14,5 +14,5 @@
"Continue" : "Continuar",
"User not found" : "No se encontró el usuario",
"More actions" : "Más acciones"
},"pluralForm" :"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}