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

id.js « l10n - github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6668bf0e9ecf29a7c97bb9dbfabd52683d93f1a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
OC.L10N.register(
    "tasks",
    {
    "Tasks" : "Tugas",
    "Due yesterday" : "Jatuh tempo kemarin",
    "Due today" : "Jatuh tempo hari ini",
    "Due tomorrow" : "Jatuh tempo besok",
    "Due on" : "Jatuh tempo pada",
    "Started yesterday" : "Dimulai kemarin",
    "Starts today" : "Dimulai hari ini",
    "Starts tomorrow" : "Dimulai besok",
    "Started on" : "Dimulai pada",
    "Starts on" : "Dimulai pada",
    "[Remind me yesterday at ]HH:mm" : "[Ingatkan saya kemarin pada ]HH:mm",
    "[Remind me today at ]HH:mm" : "[Ingatkan saya hari ini ]HH:mm",
    "[Remind me tomorrow at ]HH:mm" : "[Ingatkan saya besok pada ]HH:mm",
    "[Remind me on ]MMM DD, YYYY,[ at ]HH:mm" : "[Ingatkan saya pada ]MMM DD, YYYY,[ at ]HH:mm",
    "Yesterday" : "Kemarin",
    "Today" : "Hari Ini",
    "Tomorrow" : "Besok",
    "in %s" : "dalam %s",
    "%s ago" : "%s yang lalu",
    "seconds" : "detik",
    "a minute" : "semenit",
    "%d minutes" : "%d menit",
    "an hour" : "sejam",
    "%d hours" : "%d jam",
    "a day" : "sehari",
    "%d days" : "%d hari",
    "a month" : "sebulan",
    "%d months" : "%d bulan",
    "a year" : "setahun",
    "%d years" : "%d tahun",
    "week" : "minggu",
    "weeks" : "minggu",
    "day" : "hari",
    "days" : "hari",
    "hour" : "jam",
    "hours" : "jam",
    "minute" : "menit",
    "minutes" : "menit",
    "second" : "detik",
    "before beginning" : "sebelum diawal",
    "after beginning" : "setelah diawal",
    "before end" : "sebelum diakhir",
    "after end" : "setelah diakhir",
    "Comment" : "Komentar",
    "Add a comment" : "Tambah komentar",
    "This will delete the Calendar \"%s\" and all of its entries." : "Hal ini akan menghapus Kalender \"%s\" dan semua isinya",
    "The name \"%s\" is already used." : "Nama \"%s\" sudah digunakan.",
    "An empty name is not allowed." : "Nama kosong tidak diperbolehkan.",
    "Hidden" : "Sembunyi",
    "Visible" : "Tampak",
    "Automatic" : "Otomatis",
    "Sunday" : "Minggu",
    "Monday" : "Senin",
    "Tuesday" : "Selasa",
    "Wednesday" : "Rabu",
    "Thursday" : "Kamis",
    "Friday" : "Jumat",
    "Saturday" : "Sabtu",
    "Add an important item in \"%s\"..." : "Tambah item penting dalam \"%s\"...",
    "Add an item due today in \"%s\"..." : "Tambah item jatuh tempo hari ini dalam \"%s\"...",
    "Add an item in \"%s\"..." : "Tambah item dalam \"%s\"...",
    "Add a current item in \"%s\"..." : "Tambah item terbaru dalam \"%s\"...",
    "Add a subtask to \"%s\"..." : "Tambah sub tugas ke \"%s\"...",
    "_%n Completed Task_::_%n Completed Tasks_" : ["%n Tugas Diselesaikan"],
    "Hours" : "Jam",
    "Minutes" : "Menit",
    "Set due date" : "Atur tanggal jatuh tempo",
    "%s %% completed" : "%s %% selesai",
    "priority %s: " : "prioritas %s:",
    "high" : "tinggi",
    "medium" : "sedang",
    "low" : "rendah",
    "no priority assigned" : "tidak ada prioritas yang ditetapkan",
    "Remind me" : "Ingatkan saya",
    "at the end" : "di akhir",
    "at the beginning" : "di awal",
    "Set start date" : "Atur tanggal mulai",
    "Important" : "Penting",
    "Week" : "Minggu",
    "All" : "Semua",
    "Current" : "Saat ini",
    "Completed" : "Selesai",
    "Delete" : "Hapus",
    "Cancel" : "Batal",
    "Edit" : "Sunting",
    "Link" : "Tautan",
    "Download" : "Unduh",
    "Save" : "Simpan",
    "Add List..." : "Tambah Daftar...",
    "New List" : "Daftar Baru",
    "Settings" : "Pengaturan",
    "Start of week" : "Mulai minggu",
    "Visibility of Smart Collections" : "Visibilitas Koleksi Cerdas",
    "Default" : "Default",
    "Load remaining completed tasks." : "Memuat sisa tugas yang harus diselesaikan.",
    "(New category)" : "(Kategori baru)",
    "Select categories..." : "Pilih kategori...",
    "Loading the task..." : "Memuat tugas...",
    "Task not found!" : "Tugas tidak ditemukan!",
    "add a subtask to" : "tambah sub tugas ke"
},
"nplurals=1; plural=0;");