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

id.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 18bd5cc925c1cda060a82757d55b03f072629680 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "notifications",
    {
    "Hello %s" : "Halo %s",
    "Hello %s," : "Halo %s,",
    "Notifications" : "Pemberitahuan",
    "No notifications" : "Tidak ada pemberitahuan",
    "Dismiss" : "Abaikan",
    "seconds ago" : "beberapa detik yang lalu",
    "in {path}" : "di {path}",
    "You need to set up your email address before you can receive notification emails." : "Anda perlu menyetel alamat surel sebelum Anda dapat menerima surel pemberitahuan.",
    "Never" : "Tidak pernah",
    "Your settings have been updated." : "Pengaturan Anda telah diperbarui."
},
"nplurals=1; plural=0;");