Anna's archive link in Ukrainian localization (v1.0.0)

This commit is contained in:
acclorite 2024-04-27 17:34:13 +03:00
parent 0638877fd4
commit cd221a685e
2 changed files with 22 additions and 21 deletions

View file

@ -2,6 +2,12 @@
<!-- Basic Strings -->
<string name="app_name">Історія Книги</string>
<!-- Book sources -->
<string-array name="book_sites" tools:ignore="InconsistentArrays">
<item>Архів Анни|https://uk.annas-archive.org</item>
<item>Укрліб|https://www.ukrlib.com.ua</item>
</string-array>
<!-- Notifications -->
<string name="updates_notification_channel">Нові оновлення</string>
<string name="updates_notification_title">Нове оновлення Історії Книги!</string>
@ -13,11 +19,6 @@
Подробиці
</string>
<!-- Book sources -->
<string-array name="book_sites" tools:ignore="InconsistentArrays">
<item>Укрліб|https://www.ukrlib.com.ua</item>
</string-array>
<!-- Screens -->
<string name="library_screen">Бібліотека</string>
<string name="history_screen">Історія</string>

View file

@ -3,16 +3,12 @@
<string name="app_version" translatable="false">1.0.0</string>
<string name="app_name">Book\'s Story</string>
<!-- Notifications -->
<string name="updates_notification_channel">New updates</string>
<string name="updates_notification_title">New update of Book\'s Story!</string>
<string name="updates_notification_desc">
Update %1$s just released!
By clicking this notification you will download the latest version of the app.
</string>
<string name="updates_notification_action">
Details
</string>
<!-- Book sources -->
<string-array name="book_sites">
<item>Anna\'s Archive|https://annas-archive.org</item>
<item>Project Gutenberg|https://www.gutenberg.org</item>
<item>Standard Ebooks|https://standardebooks.org</item>
</string-array>
<!-- About sites -->
<string name="download_latest_release_page" translatable="false">
@ -31,12 +27,16 @@
https://www.buymeacoffee.com/acclorite
</string>
<!-- Book sources -->
<string-array name="book_sites">
<item>Anna\'s Archive|https://annas-archive.org</item>
<item>Project Gutenberg|https://www.gutenberg.org</item>
<item>Standard Ebooks|https://standardebooks.org</item>
</string-array>
<!-- Notifications -->
<string name="updates_notification_channel">New updates</string>
<string name="updates_notification_title">New update of Book\'s Story!</string>
<string name="updates_notification_desc">
Update %1$s just released!
By clicking this notification you will download the latest version of the app.
</string>
<string name="updates_notification_action">
Details
</string>
<!-- Screens -->
<string name="library_screen">Library</string>