1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-06 23:46:18 +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(
"ocsms",
{
"Phone Sync" : "Telefonni sinxronlash",
"Cancel" : "Bekor qilish",
"Confirm" : "Tasdiqlash",
"Settings" : "Sozlamalar"
"Phone Sync" : "Phone Sync",
"Cancel" : "Cancel",
"Confirm" : "Confirm",
"Settings" : "Settings",
"Enable" : "Enable",
"Disable" : "Oʻchirish"
},
"nplurals=1; plural=0;");

View File

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