diff --git a/l10n/uz.js b/l10n/uz.js index 426c4e7..3883511 100644 --- a/l10n/uz.js +++ b/l10n/uz.js @@ -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;"); diff --git a/l10n/uz.json b/l10n/uz.json index 137dea3..d5b7849 100644 --- a/l10n/uz.json +++ b/l10n/uz.json @@ -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;" } \ No newline at end of file