chore: Update localizable strings for follow tags
This commit is contained in:
parent
b15ae5e50f
commit
a6ff6e7cec
|
@ -722,6 +722,19 @@
|
|||
},
|
||||
"bookmark": {
|
||||
"title": "Bookmarks"
|
||||
|
||||
},
|
||||
"followed_tags": {
|
||||
"title": "Followed Tags",
|
||||
"header": {
|
||||
"posts": "posts",
|
||||
"participants": "participants",
|
||||
"posts_today": "posts today"
|
||||
},
|
||||
"actions": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -637,10 +637,10 @@ public enum L10n {
|
|||
/// Followed Tags
|
||||
public static let title = L10n.tr("Localizable", "Scene.FollowedTags.Title", fallback: "Followed Tags")
|
||||
public enum Actions {
|
||||
/// follow
|
||||
public static let follow = L10n.tr("Localizable", "Scene.FollowedTags.Actions.Follow", fallback: "follow")
|
||||
/// unfollow
|
||||
public static let unfollow = L10n.tr("Localizable", "Scene.FollowedTags.Actions.Unfollow", fallback: "unfollow")
|
||||
/// Follow
|
||||
public static let follow = L10n.tr("Localizable", "Scene.FollowedTags.Actions.Follow", fallback: "Follow")
|
||||
/// Unfollow
|
||||
public static let unfollow = L10n.tr("Localizable", "Scene.FollowedTags.Actions.Unfollow", fallback: "Unfollow")
|
||||
}
|
||||
public enum Header {
|
||||
/// participants
|
||||
|
|
|
@ -229,14 +229,14 @@ uploaded to Mastodon.";
|
|||
"Scene.Familiarfollowers.Title" = "Followers you familiar";
|
||||
"Scene.Favorite.Title" = "Your Favorites";
|
||||
"Scene.FavoritedBy.Title" = "Favorited By";
|
||||
"Scene.FollowedTags.Actions.Follow" = "Follow";
|
||||
"Scene.FollowedTags.Actions.Unfollow" = "Unfollow";
|
||||
"Scene.FollowedTags.Header.Participants" = "participants";
|
||||
"Scene.FollowedTags.Header.Posts" = "posts";
|
||||
"Scene.FollowedTags.Header.PostsToday" = "posts today";
|
||||
"Scene.FollowedTags.Title" = "Followed Tags";
|
||||
"Scene.Follower.Footer" = "Followers from other servers are not displayed.";
|
||||
"Scene.Follower.Title" = "follower";
|
||||
"Scene.FollowedTags.Title" = "Followed Tags";
|
||||
"Scene.FollowedTags.Header.Posts" = "posts";
|
||||
"Scene.FollowedTags.Header.Participants" = "participants";
|
||||
"Scene.FollowedTags.Header.PostsToday" = "posts today";
|
||||
"Scene.FollowedTags.Actions.Follow" = "follow";
|
||||
"Scene.FollowedTags.Actions.Unfollow" = "unfollow";
|
||||
"Scene.Following.Footer" = "Follows from other servers are not displayed.";
|
||||
"Scene.Following.Title" = "following";
|
||||
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tap to scroll to top and tap again to previous location";
|
||||
|
@ -467,4 +467,4 @@ uploaded to Mastodon.";
|
|||
back in your hands.";
|
||||
"Scene.Wizard.AccessibilityHint" = "Double tap to dismiss this wizard";
|
||||
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Switch between multiple accounts by holding the profile button.";
|
||||
"Scene.Wizard.NewInMastodon" = "New in Mastodon";
|
||||
"Scene.Wizard.NewInMastodon" = "New in Mastodon";
|
|
@ -231,12 +231,6 @@ uploaded to Mastodon.";
|
|||
"Scene.FavoritedBy.Title" = "Favorited By";
|
||||
"Scene.Follower.Footer" = "Followers from other servers are not displayed.";
|
||||
"Scene.Follower.Title" = "follower";
|
||||
"Scene.FollowedTags.Title" = "Followed Tags";
|
||||
"Scene.FollowedTags.Header.Posts" = "posts";
|
||||
"Scene.FollowedTags.Header.Participants" = "participants";
|
||||
"Scene.FollowedTags.Header.PostsToday" = "posts today";
|
||||
"Scene.FollowedTags.Actions.Follow" = "follow";
|
||||
"Scene.FollowedTags.Actions.Unfollow" = "unfollow";
|
||||
"Scene.Following.Footer" = "Follows from other servers are not displayed.";
|
||||
"Scene.Following.Title" = "following";
|
||||
"Scene.HomeTimeline.NavigationBarState.Accessibility.LogoHint" = "Tap to scroll to top and tap again to previous location";
|
||||
|
@ -467,4 +461,4 @@ uploaded to Mastodon.";
|
|||
back in your hands.";
|
||||
"Scene.Wizard.AccessibilityHint" = "Double tap to dismiss this wizard";
|
||||
"Scene.Wizard.MultipleAccountSwitchIntroDescription" = "Switch between multiple accounts by holding the profile button.";
|
||||
"Scene.Wizard.NewInMastodon" = "New in Mastodon";
|
||||
"Scene.Wizard.NewInMastodon" = "New in Mastodon";
|
Loading…
Reference in New Issue