X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/9135a85de4eef32a91c7a3ee0aa405ed454e5a4c..refs/pull/5676/head:/lang/id/common.php diff --git a/lang/id/common.php b/lang/id/common.php index c6e1fa8b1..f6520420f 100644 --- a/lang/id/common.php +++ b/lang/id/common.php @@ -6,6 +6,7 @@ return [ // Buttons 'cancel' => 'Batal', + 'close' => 'Close', 'confirm' => 'Konfirmasi', 'back' => 'Kembali', 'save' => 'Simpan', @@ -19,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', @@ -29,6 +30,8 @@ return [ 'create' => 'Buat', 'update' => 'Perbarui', 'edit' => 'Sunting', + 'archive' => 'Archive', + 'unarchive' => 'Un-Archive', 'sort' => 'Sortir', 'move' => 'Pindahkan', 'copy' => 'Salin', @@ -41,6 +44,7 @@ return [ 'remove' => 'Hapus', 'add' => 'Tambah', 'configure' => 'Configure', + 'manage' => 'Manage', 'fullscreen' => 'Layar Penuh', 'favourite' => 'Favorit', 'unfavourite' => 'Batal favorit', @@ -50,6 +54,7 @@ return [ 'filter_clear' => 'Clear Filter', 'download' => 'Download', 'open_in_tab' => 'Open in Tab', + 'open' => 'Open', // Sort Options 'sort_options' => 'Opsi Sortir', @@ -104,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', ];