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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/id.js')
-rw-r--r--l10n/id.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/l10n/id.js b/l10n/id.js
index 2f99c87..18bd5cc 100644
--- a/l10n/id.js
+++ b/l10n/id.js
@@ -1,10 +1,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}"
+ "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;");