X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e176aae9406f0aa3920bfa5eb44e3e6fc4724caa..refs/pull/5676/head:/lang/id/common.php diff --git a/lang/id/common.php b/lang/id/common.php index 66f6ec1b4..f6520420f 100644 --- a/lang/id/common.php +++ b/lang/id/common.php @@ -20,7 +20,7 @@ return [ 'description' => 'Deskripsi', 'role' => 'Peran', 'cover_image' => 'Sampul gambar', - 'cover_image_description' => 'Gambar ini harus berukuran kira-kira 440x250 piksel.', + 'cover_image_description' => 'This image should be approximately 440x250px although it will be flexibly scaled & cropped to fit the user interface in different scenarios as required, so actual dimensions for display will differ.', // Actions 'actions' => 'Tindakan', @@ -30,6 +30,8 @@ return [ 'create' => 'Buat', 'update' => 'Perbarui', 'edit' => 'Sunting', + 'archive' => 'Archive', + 'unarchive' => 'Un-Archive', 'sort' => 'Sortir', 'move' => 'Pindahkan', 'copy' => 'Salin', @@ -52,6 +54,7 @@ return [ 'filter_clear' => 'Clear Filter', 'download' => 'Download', 'open_in_tab' => 'Open in Tab', + 'open' => 'Open', // Sort Options 'sort_options' => 'Opsi Sortir', @@ -106,4 +109,7 @@ return [ // Not directly used but available for convenience to users. 'privacy_policy' => 'Kebijakan Privasi', 'terms_of_service' => 'Ketentuan Layanan', + + // OpenSearch + 'opensearch_description' => 'Search :appName', ];