X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ba25a3e1b73f87e7f9f7c071a46f739a0b17d2a4..refs/pull/5721/head:/lang/et/common.php diff --git a/lang/et/common.php b/lang/et/common.php index f5f7f982f..580cdf133 100644 --- a/lang/et/common.php +++ b/lang/et/common.php @@ -6,6 +6,7 @@ return [ // Buttons 'cancel' => 'Tühista', + 'close' => 'Sulge', 'confirm' => 'Kinnita', 'back' => 'Tagasi', 'save' => 'Salvesta', @@ -19,7 +20,7 @@ return [ 'description' => 'Kirjeldus', 'role' => 'Roll', 'cover_image' => 'Kaanepilt', - 'cover_image_description' => 'See pilt peaks olema umbes 440x250 pikslit.', + 'cover_image_description' => 'See pildifail peaks olema umbes 440x250px, ehkki seda skaleeritakse ja lõigatakse vastavalt vajadusele, et see mahuks erinevatesse kasutajaliidestesse, seega tegelikud kuvamõõdud võivad erineda.', // Actions 'actions' => 'Tegevused', @@ -29,6 +30,8 @@ return [ 'create' => 'Lisa', 'update' => 'Uuenda', 'edit' => 'Muuda', + 'archive' => 'Arhiveeri', + 'unarchive' => 'Taasta arhiivist', 'sort' => 'Sorteeri', 'move' => 'Liiguta', 'copy' => 'Kopeeri', @@ -41,6 +44,7 @@ return [ 'remove' => 'Eemalda', 'add' => 'Lisa', 'configure' => 'Seadista', + 'manage' => 'Halda', 'fullscreen' => 'Täisekraan', 'favourite' => 'Lemmik', 'unfavourite' => 'Eemalda lemmik', @@ -50,6 +54,7 @@ return [ 'filter_clear' => 'Tühjenda filter', 'download' => 'Laadi alla', 'open_in_tab' => 'Ava vahelehel', + 'open' => 'Ava', // Sort Options 'sort_options' => 'Sorteerimise valikud', @@ -104,4 +109,7 @@ return [ // Not directly used but available for convenience to users. 'privacy_policy' => 'Privaatsus', 'terms_of_service' => 'Kasutustingimused', + + // OpenSearch + 'opensearch_description' => 'Otsi :appName', ];