X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b1b8067cbe79d7ca2bca9021ab9d37465b0c44fe..refs/pull/5280/head:/lang/id/common.php diff --git a/lang/id/common.php b/lang/id/common.php index 2f749972b..06e9421c8 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', @@ -42,6 +42,7 @@ return [ 'remove' => 'Hapus', 'add' => 'Tambah', 'configure' => 'Configure', + 'manage' => 'Manage', 'fullscreen' => 'Layar Penuh', 'favourite' => 'Favorit', 'unfavourite' => 'Batal favorit', @@ -51,6 +52,7 @@ return [ 'filter_clear' => 'Clear Filter', 'download' => 'Download', 'open_in_tab' => 'Open in Tab', + 'open' => 'Open', // Sort Options 'sort_options' => 'Opsi Sortir', @@ -105,4 +107,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', ];