1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-08 00:16:24 +00:00

[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2022-09-01 03:19:58 +00:00
parent 597470eb2c
commit c991bd5bd7
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
OC.L10N.register( OC.L10N.register(
"ocsms", "ocsms",
{ {
"Cancel" : "Canzelar",
"Settings" : "Configurazión" "Settings" : "Configurazión"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@ -1,4 +1,5 @@
{ "translations": { { "translations": {
"Cancel" : "Canzelar",
"Settings" : "Configurazión" "Settings" : "Configurazión"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }