Internationalized searchbox tooltip

This commit is contained in:
Veloman Yunkan
2022-01-30 22:22:17 +04:00
committed by Matthieu Gautier
parent 5052d4018c
commit a0d9a824e1
6 changed files with 14 additions and 6 deletions

View File

@ -22,4 +22,5 @@
, "library-button-text": "Go to welcome page"
, "home-button-text": "Go to the main page of '{{BOOK_TITLE}}'"
, "random-page-button-text": "Go to a randomly selected page"
, "searchbox-tooltip": "Search '{{BOOK_TITLE}}'"
}

View File

@ -13,4 +13,5 @@
, "library-button-text": "Գրադարանի էջ"
, "home-button-text": "Դեպի '{{BOOK_TITLE}}'֊ի գլխավոր էջը"
, "random-page-button-text": "Բացել պատահական էջ"
, "searchbox-tooltip": "Որոնել '{{BOOK_TITLE}}'֊ում"
}

View File

@ -23,4 +23,5 @@
, "library-button-text": "Tooltip of the button leading to the welcome page"
, "home-button-text": "Tooltip of the button leading to the main page of a book"
, "random-page-button-text": "Tooltip of the button opening a randomly selected page"
, "searchbox-tooltip": "Tooltip displayed for the search box"
}