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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/id.js')
-rw-r--r--core/l10n/id.js39
1 files changed, 1 insertions, 38 deletions
diff --git a/core/l10n/id.js b/core/l10n/id.js
index 1de90028fa1..b59efaf0e22 100644
--- a/core/l10n/id.js
+++ b/core/l10n/id.js
@@ -313,44 +313,7 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Instansi %s ini sedang dalam modus pemeliharaan, mungkin memerlukan beberapa saat.",
"This page will refresh itself when the instance is available again." : "Laman ini akan dimuat otomatis saat instalasi kembali tersedia.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Hubungi administrator sistem anda jika pesan ini terus muncul atau muncul tiba-tiba.",
- "Couldn't reset password because the token is invalid" : "Tidak dapat menyetel ulang kata sandi karena token tidak sah",
- "Couldn't reset password because the token is expired" : "Tidak dapat menyetel ulang kata sandi karena token telah kadaluarsa",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Memeriksa apakah skema basis data dapat diperbarui (dapat memerlukan waktu yang lama tergantung pada ukuran basis data)",
- "Checked database schema update" : "Pembaruan skema basis data terperiksa",
- "Checking updates of apps" : "Memeriksa pembaruan aplikasi",
- "Update app \"%s\" from appstore" : "Perbarui aplikasi \"%s\" melalui appstore",
- "Checked database schema update for apps" : "Pembaruan skema basis data terperiksa untuk aplikasi",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Peladen web Anda tidak setel sesuai untuk resolusi \"{url}\". Informasi lebih lanjut, dapat ditemukan pada <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Pelden web Anda tidak disetel sesuai untuk resolusi \"{url}\". Kemungkinan terkait konfigurasi peladen web yang belum diperbarui untuk melayani folder ini secara langsung. Silakan bandingkan konfigurasi Anda dengan aturan rewrite yang ada pada \".htaccess\" untuk Apache, atau untuk Nginx silakan gunakan yang ada pada <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">laman dokumentasi</a>. Pada Nginx yang perlu diperbarui khususnya adalah baris yang dimulai dengan \"location ~\".",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Peladen web Anda tidak disetel sesuai untuk melayanai berkas .woff2. Ini khususnya isu pada konfigurasi Nginx. Pada Nextcloud 15, diperlukan penyesuaian untuk juga melayanani berkas .woff2. Bandingkan konfigurasi Anda dengan rekomendasi konfigurasi pada <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">laman dokumentasi</a> kami.",
- "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Silakan periksa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi instalasi ↗</a> pada catatan konfigurasi dan konfigurasi pada peladen Anda, khususnya saat menggunakan php-fpm.",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Transactional file locking tidak aktif, ini dapat menimbulkan isu pada kondisi saling mendahului (race conditions). Aktifkan \"filelocking.enabled\" pada config.php untuk terhindar dari masalah ini. Lihat <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi ↗</a> untuk informasi lebih lanjut.",
- "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Jika instalasi Anda tidak di root domain dan menggunakan sistem cron, hal tersebut dapat menyebabkan masalah dengan pembuatan URL. Untuk mencegah masalah tersebut, mohon atur opsi \"overwrite.cli.url\" pada berkas config.php Anda ke jalur lokasi webroot instalasi Anda (disarankan: \"{suggestedOverwriteCliURL}\")",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "Eksekusi perintah latar terakhir {relativeTime}. Terjadi kesalahan.",
- "Check the background job settings" : "Periksa pengaturan perintah latar",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Peladen ini tidak terhubung ke internet. Beberapa titik akhir tidak dapat terjangkau. Hal ini berarti beberapa fitur, seperti: pemasangan penyimpanan eksternal, notifikasi pembaruan atau instalasi aplikasi pihak ketiga tidak akan berfungsi. Mengakses berkas dari jarak jauh dan mengirim notifikasi surel keduanya tidak akan berfungsi. Hubungkan peladen ini ke internet, untuk dapat mendapatkan fitur-fitur tersebut.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tidak ada tembolok memori tersetel. Silakan konfigurasi memcache jika tersedia untuk meningkatkan performa. Informasi lebih lanjut dapat dilihat pada<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi</a>.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tidak ditemukan sumber pengacakan yang diperlukan oleh PHP, atas dasar keamanan hal ini sangat tidak disarankan. Informasi lebih lanjut dapat ditemukan pada <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi</a>.",
- "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Anda saat ini menggunakan PHP {version}. Tingkatkan versi PHP untuk mendapatkan <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">peningkatan performa dan keamanan oleh PHP Group</a> saat didukung oleh distro yang Anda gunakan.",
- "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Konfigurasi reverse proxy header tidak tepat, atau anda mengakses Nextcloud melalui trusted proxy. Jika tidak, ini adalah isu keamanan dan dapat menyebabkan peretas memalsukan alamat IP mereka seolah-olah adalah alamat ke instalasi Nextcloud. Informasi lebih lanjut dapat ditemukan pada <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached tersetel sebagai tembolok terdistribusi, tetapi modul PHP \"memcache\" yang terpasang salah. \\OC\\Memcache\\Memcached hanya mendukung \"memcached\" dan bukan \"memcache\". Lihat <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">wiki memcached mengenai perbedaannya</a>.",
- "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Beberapa berkas tidak lulus pemeriksaan integritas. Informasi bagaimana cara resolusi isu ini dapat ditemukan pada laman <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Daftar berkas tidak valid...</a>/<a href=\"{rescanEndpoint}\">Pindai ulang...</a>)",
- "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "Modul OPcache PHP tidak digunakan. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Direkomendasikan untuk performa lebih baik</a> agar menggunakannya pada instalasi PHP Anda.",
- "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Modul OPcache PHP tidak tersetel sesuai. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Direkomendasikan untuk performa lebih baik</a> agar menggunakannya pada konfigurasi <code>php.ini</code>:",
- "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Beberapa kolom pada pangkalan data, tidak memiliki konversi ke \"big int\". Berdasarkan fakta bahwa membutuhkan waktu cukup lama, maka ini tidak dilakukan otomatis. Eksekusi \"occ db:convert-filecache-bigint\", untuk menerapkan perubahan secara manual. Tindakan ini perlu dilakukan saat instance dalam kondisi luring. Detail lebih lanjut silakan baca <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">laman dokumentasi</a>.",
- "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Untuk migrasi ke pangkalan data lainnya, eksekusi baris perintah pada konsol: `occ db:convert-type`, atau lihat <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasi ↗</a>.",
- "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL digunakan sebagai pangkalan data, namun tidak mendukung karakter 4-byte. Sebagai contoh untuk dapat menangani karakter 4-byte (seperti emoji) dalam nama file atau komentar tanpa masalah, disarankan untuk mengaktifkan dukungan 4-byte pada MySQL. Bacalah <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">laman dokumentasi untuk detail mengenai hal ini</a>.",
- "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Anda mengakses instance melalui jalur koneksi aman, tetapi instance Anda menghasilkan URLs yang tidak aman. Hal ini sering kali terjadi dikarenakan Anda berada dibelakang reverse proxy dan juga karena variabel konfigurasi tidak tersetel sesuai. Silakan baca <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">laman dokumentasi mengenai ini</a>.",
- "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Data folder dan berkas Anda kemungkinan dapat diakses dari Internet secara langsung, dikarenakan berkas .htaccess tidak bekerja. Sangat dianjurkan Anda untuk menyetel peladen web, untuk mencegah hal tersebut terjadi. Atau pindahkan lokasi data Anda di luar root dokumen peladen web.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP header \"{header}\" tidak tersetel sesuai \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" atau \"{val5}\". Hal ini dapat membocorkan informasi. Lihat <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">rekomendasi W3C ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP header \"Strict-Transport-Security\" tidak tersetel paling tidak \"{seconds}\" detik. Untuk peningkatan keamanan, direkomendasikan untuk mengaktifkan HSTS seperti yang dijelaskan pada <a href=\"{docUrl}\" rel=\"noreferrer noopener\">kiat keamanan ↗</a>.",
- "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Tidak aman mengakses via HTTP. Anda sangat dianjurkan untuk menyetel peladen wajib menggunakan HTTPS, seperti yang dijelaskan pada <a href=\"{docUrl}\">kiat keamanan ↗</a>.",
- "Continue to Nextcloud" : "Lanjutkan ke Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Pemutakhiran telah berhasil. Anda akan diarahkan ke Nextcloud setelah %n detik."],
- "A password reset message has been sent to the e-mail address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Pesan setel ulang kata sandi telah terkirim ke alamat surel akun ini. Jika Anda tidak menerimanya, silakan periksa folder spam/junk atau minta bantuan administrator Anda.",
- "Password can not be changed. Please contact your administrator." : "Kata sandi tidak dapat diubah. Silakan hubungi administrator Anda",
- "Could not fetch list of apps from the app store." : "Tidak dapat mengambil daftar aplikasi dari toko.",
- "Can't install this app because it is not compatible" : "Instalasi aplikasi gagal karena tidak kompatibel",
- "Can't install this app" : "Instalasi aplikasi gagal"
+ "Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Data folder dan berkas Anda kemungkinan dapat diakses dari Internet secara langsung, dikarenakan berkas .htaccess tidak bekerja. Sangat dianjurkan Anda untuk menyetel peladen web, untuk mencegah hal tersebut terjadi. Atau pindahkan lokasi data Anda di luar root dokumen peladen web."
},
"nplurals=1; plural=0;");