"Go to welcome page" is internationalized

This commit is contained in:
Veloman Yunkan
2022-01-30 20:55:19 +04:00
committed by Matthieu Gautier
parent 901664b097
commit c2bfeb4030
7 changed files with 23 additions and 4 deletions

View File

@ -19,4 +19,5 @@
, "500-page-heading" : "Internal Server Error"
, "fulltext-search-unavailable" : "Fulltext search unavailable"
, "no-search-results": "The fulltext search engine is not available for this content."
, "library-button-text": "Go to welcome page"
}

View File

@ -9,4 +9,5 @@
, "url-not-found" : "Սխալ հասցե՝ {{url}}"
, "404-page-title" : "Սխալ հասցե"
, "404-page-heading" : "Սխալ հասցե"
, "library-button-text": "Գրադարանի էջ"
}

View File

@ -20,4 +20,5 @@
, "500-page-heading" : "Heading of the 500 error page"
, "fulltext-search-unavailable" : "Title of the error page returned when search is attempted in a book without fulltext search database"
, "no-search-results": "Text of the error page returned when search is attempted in a book without fulltext search database"
, "library-button-text": "Tooltip of the button leading to the welcome page"
}