diff --git a/l10n/uz.js b/l10n/uz.js new file mode 100644 index 0000000..c79f034 --- /dev/null +++ b/l10n/uz.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "bbb", + { + "Save" : "Saqlash", + "Password" : "Parol", + "Name" : "Ism...", + "Delete" : "O'chir", + "Error" : "Xato", + "Loading" : "Yuklanmoqda", + "Settings saved" : "sozlamalar saqlandi" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/uz.json b/l10n/uz.json new file mode 100644 index 0000000..1efe050 --- /dev/null +++ b/l10n/uz.json @@ -0,0 +1,10 @@ +{ "translations": { + "Save" : "Saqlash", + "Password" : "Parol", + "Name" : "Ism...", + "Delete" : "O'chir", + "Error" : "Xato", + "Loading" : "Yuklanmoqda", + "Settings saved" : "sozlamalar saqlandi" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file