Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ms_MY.js « l10n - github.com/nextcloud/weather.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 12bdf47c79af694d682d7319cf07f448f651dcb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "weather",
    {
    "Monday" : "Isnin",
    "Tuesday" : "Selasa",
    "Wednesday" : "Rabu",
    "Thursday" : "Khamis",
    "Friday" : "Jumaat",
    "Saturday" : "Sabtu",
    "Sunday" : "Ahad",
    "Save" : "Simpan",
    "Add" : "Tambah",
    "Cancel" : "Batal",
    "Settings" : "Tetapan",
    "Date" : "Date"
},
"nplurals=1; plural=0;");