diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-29 00:20:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-29 00:20:25 +0000 |
commit | 779141532269e413e6d9c2148907d03fab4786e7 (patch) | |
tree | 3c721c6aef5c32d723dbaefe45b869460138e39b /apps/settings/l10n/id.json | |
parent | 3f041ef69015643e29db91574a596f825c36f0da (diff) | |
download | nextcloud-server-779141532269e413e6d9c2148907d03fab4786e7.tar.gz nextcloud-server-779141532269e413e6d9c2148907d03fab4786e7.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/id.json')
-rw-r--r-- | apps/settings/l10n/id.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings/l10n/id.json b/apps/settings/l10n/id.json index 46978b03dff..f13361dc475 100644 --- a/apps/settings/l10n/id.json +++ b/apps/settings/l10n/id.json @@ -115,6 +115,8 @@ "Background jobs" : "Pekerjaan latar belakang", "Unlimited" : "Tak terbatas", "Verifying" : "Memverifikasi", + "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Pangkalan data kehilangan beberapa kolom opsional. Berdasarkan fakta bahwa menambahkannya pada tabel yang besar membutuhkan waktu cukup lama, maka ini tidak dilakukan otomatis. Eksekusi \"occ db: add-missing-columns\", untuk menambahkan kolom secara manual sementara instance tetap berjalan. Setelah itu dilakukan, maka beberapa fitur dapat meningkatkan daya tanggap atau kegunaan.", + "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.", "Supported" : "Didukung", |