diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-19 00:19:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-19 00:19:35 +0000 |
commit | 2988f7f220cc9d2557ba97ed2a0885f5bb162544 (patch) | |
tree | 6ca423c5dd5e06c1c030c9a4322936e3c849a838 /apps/settings/l10n/id.js | |
parent | e93520a2c541a48f40615e91059a0a495563b288 (diff) | |
download | nextcloud-server-2988f7f220cc9d2557ba97ed2a0885f5bb162544.tar.gz nextcloud-server-2988f7f220cc9d2557ba97ed2a0885f5bb162544.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/id.js')
-rw-r--r-- | apps/settings/l10n/id.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings/l10n/id.js b/apps/settings/l10n/id.js index 786d53acae2..c4c6ce4587a 100644 --- a/apps/settings/l10n/id.js +++ b/apps/settings/l10n/id.js @@ -117,6 +117,7 @@ OC.L10N.register( "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Pangkalan data kehilangan beberapa indeks. Berdasarkan fakta bahwa menambahkan indeks pada tabel yang besar membutuhkan waktu cukup lama, maka ini tidak dilakukan otomatis. Eksekusi \"occ db: add-missing-indexes\", untuk menambahkan indeks secara manual sementara instance tetap berjalan. Setelah itu dilakukan, maka kueri akan jauh lebih cepat.", "Disabled" : "Dinonaktifkan", "The old server-side-encryption format is enabled. We recommend disabling this." : "Format enkripsi sisi server lama diaktifkan. Kami menyarankan untuk menonaktifkan ini.", + "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Fungsi PHP \"set_time_limit\" tidak tersedia. Hal ini dapat menyebabkan instalasi Anda, akibat eksekusi skrip terhenti ditengah-tengah. Mengaktifkan fungsi ini sangat dianjurkan.", "Supported" : "Didukung", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP Anda tidak mendukung FreeType, yang akan menyebabkan gangguan pada foto profil dan pengaturan antarmuka.", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP tidak disetel sesuai untuk melakukan kueri system environment variables. Pengujian dengan getenv(\"PATH\") hanya menghasilkan pesan kosong. ", |