Blame view

sources/core/l10n/id.php 10.8 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
3
4
5
6
7
8
9
10
11
  "Couldn't send mail to following users: %s " => "Tidak dapat mengirim Email ke pengguna berikut: %s",
  "Turned on maintenance mode" => "Hidupkan mode perawatan",
  "Turned off maintenance mode" => "Matikan mode perawatan",
  "Updated database" => "Basis data terbaru",
  "No image or file provided" => "Tidak ada gambar atau file yang disediakan",
  "Unknown filetype" => "Tipe berkas tak dikenal",
  "Invalid image" => "Gambar tidak sah",
  "No temporary profile picture available, try again" => "Tidak ada gambar profil sementara yang tersedia, coba lagi",
  "No crop data provided" => "Tidak ada data krop tersedia",
31b7f2792   Kload   Upgrade to ownclo...
12
13
14
15
16
17
18
  "Sunday" => "Minggu",
  "Monday" => "Senin",
  "Tuesday" => "Selasa",
  "Wednesday" => "Rabu",
  "Thursday" => "Kamis",
  "Friday" => "Jumat",
  "Saturday" => "Sabtu",
03e52840d   Kload   Init
19
20
21
22
23
24
25
26
27
28
  "January" => "Januari",
  "February" => "Februari",
  "March" => "Maret",
  "April" => "April",
  "May" => "Mei",
  "June" => "Juni",
  "July" => "Juli",
  "August" => "Agustus",
  "September" => "September",
  "October" => "Oktober",
31b7f2792   Kload   Upgrade to ownclo...
29
  "November" => "November",
03e52840d   Kload   Init
30
  "December" => "Desember",
6d9380f96   Cédric Dupont   Update sources OC...
31
32
33
34
35
  "Settings" => "Pengaturan",
  "File" => "Berkas",
  "Folder" => "Folder",
  "Image" => "gambar",
  "Saving..." => "Menyimpan...",
03e52840d   Kload   Init
36
  "seconds ago" => "beberapa detik yang lalu",
6d9380f96   Cédric Dupont   Update sources OC...
37
38
  "_%n minute ago_::_%n minutes ago_" => array("%n menit yang lalu"),
  "_%n hour ago_::_%n hours ago_" => array("%n jam yang lalu"),
03e52840d   Kload   Init
39
40
  "today" => "hari ini",
  "yesterday" => "kemarin",
6d9380f96   Cédric Dupont   Update sources OC...
41
  "_%n day ago_::_%n days ago_" => array("%n hari yang lalu"),
03e52840d   Kload   Init
42
  "last month" => "bulan kemarin",
6d9380f96   Cédric Dupont   Update sources OC...
43
  "_%n month ago_::_%n months ago_" => array("%n bulan yang lalu"),
03e52840d   Kload   Init
44
45
  "last year" => "tahun kemarin",
  "years ago" => "beberapa tahun lalu",
6d9380f96   Cédric Dupont   Update sources OC...
46
  "Reset password" => "Atur ulang sandi",
03e52840d   Kload   Init
47
  "Yes" => "Ya",
31b7f2792   Kload   Upgrade to ownclo...
48
  "No" => "Tidak",
6d9380f96   Cédric Dupont   Update sources OC...
49
50
  "Choose" => "Pilih",
  "Error loading file picker template: {error}" => "Galat memuat templat berkas pemilih: {error}",
03e52840d   Kload   Init
51
  "Ok" => "Oke",
6d9380f96   Cédric Dupont   Update sources OC...
52
53
54
55
56
57
58
  "Error loading message template: {error}" => "Galat memuat templat pesan: {error}",
  "_{count} file conflict_::_{count} file conflicts_" => array("{count} berkas konflik"),
  "One file conflict" => "Satu berkas konflik",
  "New Files" => "Berkas Baru",
  "Already existing files" => "Berkas sudah ada",
  "Which files do you want to keep?" => "Berkas mana yang ingin anda pertahankan?",
  "If you select both versions, the copied file will have a number added to its name." => "Jika anda memilih kedua versi, berkas yang disalin akan memiliki nomor yang ditambahkan sesuai namanya.",
31b7f2792   Kload   Upgrade to ownclo...
59
  "Cancel" => "Batal",
6d9380f96   Cédric Dupont   Update sources OC...
60
61
62
63
64
65
66
67
68
  "Continue" => "Lanjutkan",
  "(all selected)" => "(semua terpilih)",
  "({count} selected)" => "({count} terpilih)",
  "Error loading file exists template" => "Galat memuat templat berkas yang sudah ada",
  "Very weak password" => "Sandi sangat lemah",
  "Weak password" => "Sandi lemah",
  "So-so password" => "Sandi lumayan",
  "Good password" => "Sandi baik",
  "Strong password" => "Sandi kuat",
31b7f2792   Kload   Upgrade to ownclo...
69
  "Shared" => "Dibagikan",
6d9380f96   Cédric Dupont   Update sources OC...
70
  "Shared by {owner}" => "Dibagikan oleh {owner}",
31b7f2792   Kload   Upgrade to ownclo...
71
72
73
74
75
  "Share" => "Bagikan",
  "Error" => "Galat",
  "Error while sharing" => "Galat ketika membagikan",
  "Error while unsharing" => "Galat ketika membatalkan pembagian",
  "Error while changing permissions" => "Galat ketika mengubah izin",
6d9380f96   Cédric Dupont   Update sources OC...
76
77
78
79
  "Shared with you and the group {group} by {owner}" => "Dibagikan dengan anda dan grup {group} oleh {owner}",
  "Shared with you by {owner}" => "Dibagikan dengan anda oleh {owner}",
  "Share with user or group …" => "Bagikan dengan pengguna atau grup ...",
  "Share link" => "Bagikan tautan",
31b7f2792   Kload   Upgrade to ownclo...
80
  "Password protect" => "Lindungi dengan sandi",
6d9380f96   Cédric Dupont   Update sources OC...
81
  "Allow Public Upload" => "Izinkan Unggahan Publik",
31b7f2792   Kload   Upgrade to ownclo...
82
  "Email link to person" => "Emailkan tautan ini ke orang",
03e52840d   Kload   Init
83
  "Send" => "Kirim",
6d9380f96   Cédric Dupont   Update sources OC...
84
  "Set expiration date" => "Atur tanggal kedaluwarsa",
31b7f2792   Kload   Upgrade to ownclo...
85
86
87
88
89
90
91
  "Expiration date" => "Tanggal kedaluwarsa",
  "Share via email:" => "Bagian lewat email:",
  "No people found" => "Tidak ada orang ditemukan",
  "group" => "grup",
  "Resharing is not allowed" => "Berbagi ulang tidak diizinkan",
  "Shared in {item} with {user}" => "Dibagikan dalam {item} dengan {user}",
  "Unshare" => "Batalkan berbagi",
6d9380f96   Cédric Dupont   Update sources OC...
92
93
  "notify by email" => "notifikasi via email",
  "can edit" => "dapat sunting",
03e52840d   Kload   Init
94
  "access control" => "kontrol akses",
31b7f2792   Kload   Upgrade to ownclo...
95
96
  "create" => "buat",
  "update" => "perbarui",
03e52840d   Kload   Init
97
  "delete" => "hapus",
6d9380f96   Cédric Dupont   Update sources OC...
98
  "Password protected" => "Sandi dilindungi",
31b7f2792   Kload   Upgrade to ownclo...
99
  "Error unsetting expiration date" => "Galat ketika menghapus tanggal kedaluwarsa",
6d9380f96   Cédric Dupont   Update sources OC...
100
  "Error setting expiration date" => "Galat ketika mengatur tanggal kedaluwarsa",
31b7f2792   Kload   Upgrade to ownclo...
101
  "Sending ..." => "Mengirim ...",
03e52840d   Kload   Init
102
  "Email sent" => "Email terkirim",
31b7f2792   Kload   Upgrade to ownclo...
103
104
  "Warning" => "Peringatan",
  "The object type is not specified." => "Tipe objek tidak ditentukan.",
6d9380f96   Cédric Dupont   Update sources OC...
105
  "Enter new" => "Masukkan baru",
31b7f2792   Kload   Upgrade to ownclo...
106
107
  "Delete" => "Hapus",
  "Add" => "Tambah",
6d9380f96   Cédric Dupont   Update sources OC...
108
109
110
111
  "Edit tags" => "Sunting tag",
  "Error loading dialog template: {error}" => "Galat memuat templat dialog: {error}",
  "No tags selected for deletion." => "Tidak ada tag yang terpilih untuk dihapus.",
  "Please reload the page." => "Silakan muat ulang halaman.",
31b7f2792   Kload   Upgrade to ownclo...
112
  "The update was successful. Redirecting you to ownCloud now." => "Pembaruan sukses. Anda akan diarahkan ulang ke ownCloud.",
6d9380f96   Cédric Dupont   Update sources OC...
113
  "%s password reset" => "%s sandi diatur ulang",
31b7f2792   Kload   Upgrade to ownclo...
114
115
116
  "Use the following link to reset your password: {link}" => "Gunakan tautan berikut untuk menyetel ulang sandi Anda: {link}",
  "You will receive a link to reset your password via Email." => "Anda akan menerima tautan penyetelan ulang sandi lewat Email.",
  "Username" => "Nama pengguna",
6d9380f96   Cédric Dupont   Update sources OC...
117
118
119
  "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Berkas anda terenkripsi. Jika sebelumnya anda belum mengaktifkan kunci pemulihan, tidak akan ada cara lagi untuk mendapatkan data anda kembali setelah sandi anda diatur ulang. Jika anda tidak yakin dengan apa yang harus dilakukan, silakan hubungi administrator anda sebelum melanjutkan. Apakah anda benar-benar ingin melanjutkan?",
  "Yes, I really want to reset my password now" => "Ya, Saya sungguh ingin mengatur ulang sandi saya sekarang",
  "Reset" => "Atur Ulang",
31b7f2792   Kload   Upgrade to ownclo...
120
  "New password" => "Sandi baru",
6d9380f96   Cédric Dupont   Update sources OC...
121
122
  "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X tidak didukung dan %s tidak akan bekerja dengan baik pada platform ini. Gunakan dengan resiko Anda sendiri!",
  "For the best results, please consider using a GNU/Linux server instead." => "Untuk hasil terbaik, pertimbangkan untuk menggunakan server GNU/Linux sebagai gantinya. ",
03e52840d   Kload   Init
123
124
125
126
127
  "Personal" => "Pribadi",
  "Users" => "Pengguna",
  "Apps" => "Aplikasi",
  "Admin" => "Admin",
  "Help" => "Bantuan",
6d9380f96   Cédric Dupont   Update sources OC...
128
129
130
131
132
133
134
  "Error loading tags" => "Galat saat memuat tag",
  "Tag already exists" => "Tag sudah ada",
  "Error deleting tag(s)" => "Galat saat menghapus tag",
  "Error tagging" => "Galat saat memberikan tag",
  "Error untagging" => "Galat saat menghapus tag",
  "Error favoriting" => "Galat saat memberikan sebagai favorit",
  "Error unfavoriting" => "Galat saat menghapus sebagai favorit",
31b7f2792   Kload   Upgrade to ownclo...
135
  "Access forbidden" => "Akses ditolak",
03e52840d   Kload   Init
136
  "Cloud not found" => "Cloud tidak ditemukan",
6d9380f96   Cédric Dupont   Update sources OC...
137
138
139
140
141
142
143
144
145
146
147
148
149
  "Hey there,
  
  just letting you know that %s shared %s with you.
  View it: %s
  
  " => "Hai,
  
  hanya supaya anda tahu bahwa %s membagikan %s dengan anda.
  Lihat: %s
  
  ",
  "The share will expire on %s." => "Pembagian akan berakhir pada %s.",
  "Cheers!" => "Horee!",
31b7f2792   Kload   Upgrade to ownclo...
150
151
  "Security Warning" => "Peringatan Keamanan",
  "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Versi PHP Anda rentan terhadap serangan NULL Byte (CVE-2006-7243)",
6d9380f96   Cédric Dupont   Update sources OC...
152
  "Please update your PHP installation to use %s securely." => "Silakan perbarui instalasi PHP anda untuk menggunakan %s dengan aman.",
31b7f2792   Kload   Upgrade to ownclo...
153
154
  "No secure random number generator is available, please enable the PHP OpenSSL extension." => "Generator acak yang aman tidak tersedia, silakan aktifkan ekstensi OpenSSL pada PHP.",
  "Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Tanpa generator acak, penyerang mungkin dapat menebak token penyetelan sandi dan mengambil alih akun Anda.",
6d9380f96   Cédric Dupont   Update sources OC...
155
156
  "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Kemungkinan direktori data dan berkas anda dapat diakses dari internet karena berkas .htaccess tidak berfungsi.",
  "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\">documentation</a>." => "Untuk informasi cara mengkonfigurasi server anda dengan benar, silakan lihat <a href=\"%s\" target=\"_blank\">dokumentasi</a>.",
03e52840d   Kload   Init
157
  "Create an <strong>admin account</strong>" => "Buat sebuah <strong>akun admin</strong>",
6d9380f96   Cédric Dupont   Update sources OC...
158
159
  "Password" => "Sandi",
  "Storage & database" => "Penyimpanan & Basis data",
03e52840d   Kload   Init
160
  "Data folder" => "Folder data",
31b7f2792   Kload   Upgrade to ownclo...
161
  "Configure the database" => "Konfigurasikan basis data",
31b7f2792   Kload   Upgrade to ownclo...
162
163
164
165
166
  "Database user" => "Pengguna basis data",
  "Database password" => "Sandi basis data",
  "Database name" => "Nama basis data",
  "Database tablespace" => "Tablespace basis data",
  "Database host" => "Host basis data",
03e52840d   Kload   Init
167
  "Finish setup" => "Selesaikan instalasi",
6d9380f96   Cédric Dupont   Update sources OC...
168
169
170
  "Finishing …" => "Menyelesaikan ...",
  "This application requires JavaScript to be enabled for correct operation.  Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Aplikasi ini memerlukan JavaScript yang diaktifkan untuk beroperasi dengan benar. Silahkan <a href=\"http://enable-javascript.com/\" target=\"_blank\">aktifkan JavaScript</a> and re-load this interface.",
  "%s is available. Get more information on how to update." => "%s tersedia. Dapatkan informasi lebih lanjut tentang cara memperbarui.",
03e52840d   Kload   Init
171
  "Log out" => "Keluar",
31b7f2792   Kload   Upgrade to ownclo...
172
  "Automatic logon rejected!" => "Masuk otomatis ditolak!",
6d9380f96   Cédric Dupont   Update sources OC...
173
174
175
176
  "If you did not change your password recently, your account may be compromised!" => "Jika anda tidak pernah mengubah sandi baru-baru ini, akun anda mungkin dalam bahaya!",
  "Please change your password to secure your account again." => "Silakan ubah sandi anda untuk mengamankan kembali akun anda.",
  "Server side authentication failed!" => "Otentikasi dari sisi server gagal!",
  "Please contact your administrator." => "Silahkan hubungi administrator anda.",
31b7f2792   Kload   Upgrade to ownclo...
177
  "remember" => "selalu masuk",
03e52840d   Kload   Init
178
  "Log in" => "Masuk",
31b7f2792   Kload   Upgrade to ownclo...
179
  "Alternative Logins" => "Cara Alternatif untuk Masuk",
6d9380f96   Cédric Dupont   Update sources OC...
180
181
182
183
184
185
  "This ownCloud instance is currently in single user mode." => "ownCloud ini sedang dalam mode pengguna tunggal.",
  "This means only administrators can use the instance." => "Ini berarti hanya administrator yang dapat menggunakan ownCloud.",
  "Contact your system administrator if this message persists or appeared unexpectedly." => "Hubungi administrator sistem anda jika pesan ini terus muncul atau muncul tiba-tiba.",
  "Thank you for your patience." => "Terima kasih atas kesabaran anda.",
  "This ownCloud instance is currently being updated, which may take a while." => "ownCloud ini sedang diperbarui, yang mungkin memakan waktu cukup lama.",
  "Please reload this page after a short time to continue using ownCloud." => "Muat ulang halaman ini setelah beberapa saat untuk tetap menggunakan ownCloud."
03e52840d   Kload   Init
186
  );
31b7f2792   Kload   Upgrade to ownclo...
187
  $PLURAL_FORMS = "nplurals=1; plural=0;";