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

[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2022-09-13 03:10:52 +00:00
parent c991bd5bd7
commit 43f759369a
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 12 additions and 8 deletions

View File

@ -1,9 +1,11 @@
OC.L10N.register( OC.L10N.register(
"ocsms", "ocsms",
{ {
"Phone Sync" : "Telefonni sinxronlash", "Phone Sync" : "Phone Sync",
"Cancel" : "Bekor qilish", "Cancel" : "Cancel",
"Confirm" : "Tasdiqlash", "Confirm" : "Confirm",
"Settings" : "Sozlamalar" "Settings" : "Settings",
"Enable" : "Enable",
"Disable" : "Oʻchirish"
}, },
"nplurals=1; plural=0;"); "nplurals=1; plural=0;");

View File

@ -1,7 +1,9 @@
{ "translations": { { "translations": {
"Phone Sync" : "Telefonni sinxronlash", "Phone Sync" : "Phone Sync",
"Cancel" : "Bekor qilish", "Cancel" : "Cancel",
"Confirm" : "Tasdiqlash", "Confirm" : "Confirm",
"Settings" : "Sozlamalar" "Settings" : "Settings",
"Enable" : "Enable",
"Disable" : "Oʻchirish"
},"pluralForm" :"nplurals=1; plural=0;" },"pluralForm" :"nplurals=1; plural=0;"
} }