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