mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-01 22:26:56 +01:00
chore: update label for saved posts and comments (#100)
* chore: update label for saved posts and comments * update user manual
This commit is contained in:
parent
00786176f2
commit
dde920e4fa
@ -119,7 +119,7 @@ internal open class DefaultStrings : Strings {
|
||||
override val multiCommunityEditorName = "Name"
|
||||
override val multiCommunityEditorTitle = "Multi-community editor"
|
||||
override val navigationDrawerAnonymous = "Anonymous"
|
||||
override val navigationDrawerTitleBookmarks = "Bookmarks"
|
||||
override val navigationDrawerTitleBookmarks = "Saved"
|
||||
override val navigationDrawerTitleSubscriptions = "Manage subscriptions"
|
||||
override val navigationHome = "Posts"
|
||||
override val navigationInbox = "Inbox"
|
||||
|
@ -120,7 +120,7 @@ internal val EsStrings =
|
||||
override val multiCommunityEditorName = "Nombre"
|
||||
override val multiCommunityEditorTitle = "Editor multi-comunidad"
|
||||
override val navigationDrawerAnonymous = "Anónimo"
|
||||
override val navigationDrawerTitleBookmarks = "Marcadores"
|
||||
override val navigationDrawerTitleBookmarks = "Guardados"
|
||||
override val navigationDrawerTitleSubscriptions = "Gestionar suscripciones"
|
||||
override val navigationHome = "Publicaciones"
|
||||
override val navigationInbox = "Mensajes"
|
||||
|
@ -121,7 +121,7 @@ internal val ItStrings =
|
||||
override val multiCommunityEditorName = "Nome"
|
||||
override val multiCommunityEditorTitle = "Editor Multi-comunità"
|
||||
override val navigationDrawerAnonymous = "Anonimo"
|
||||
override val navigationDrawerTitleBookmarks = "Segnalibri"
|
||||
override val navigationDrawerTitleBookmarks = "Salvati"
|
||||
override val navigationDrawerTitleSubscriptions = "Gestione iscrizioni"
|
||||
override val navigationHome = "Post"
|
||||
override val navigationInbox = "In arrivo"
|
||||
|
@ -40,7 +40,7 @@ The home screen displays the timeline and it is made up by three components:
|
||||
The format of each post item (card, compact or full) and the vote format (aggregated, separated,
|
||||
percentage) as well as the font size/face can be configured in the Settings screen.
|
||||
|
||||
If you are logged, you can save posts to bookmarks and vote then (with either a positive or a
|
||||
If you are logged, you can save posts and vote then (with either a positive or a
|
||||
negative vote). You will also find more options in the "…" button.
|
||||
|
||||
If you open the menu of the floating action button in the bottom right corner, you can go back to
|
||||
@ -91,7 +91,7 @@ and vote.
|
||||
By using the "…" button you can access an additional menu about the post, e.g. you can see the raw
|
||||
Markdown and inspect/copy its contents.
|
||||
|
||||
If you are logged, you can vote or save to bookmark both the main post and all its comments.
|
||||
If you are logged, you can vote or save both the main post and all its comments.
|
||||
|
||||
<div align="center">
|
||||
<img width="310" alt="post detail" src="images/post_detail.png" />
|
||||
@ -109,7 +109,7 @@ If you tap on the "⋮" button in the top right corner you can also access some
|
||||
information and, if you are logged and are a moderator for this community, you will be able to edit
|
||||
its metadata.
|
||||
|
||||
If you are logged, you can vote or save to bookmark each post in the list and access the same post
|
||||
If you are logged, you can vote or save each post in the list and access the same post
|
||||
actions which you can find in the home screen timeline.
|
||||
|
||||
<div align="center">
|
||||
@ -162,7 +162,7 @@ are:
|
||||
- URLs.
|
||||
|
||||
As in the [home screen](#home-screen), you can change the sort type with the last action on the
|
||||
right in the top bar and, if you are logged, you can vote posts or add them to bookmarks.
|
||||
right in the top bar and, if you are logged, you can vote posts or save them.
|
||||
|
||||
<div align="center">
|
||||
<img width="310" alt="explore" src="images/explore_communities.png" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user