Merge branch 'develop' into ios-192-profile-about
This commit is contained in:
commit
cabdc30be7
|
@ -222,11 +222,11 @@
|
|||
"pending": "Pending",
|
||||
"block": "Block",
|
||||
"block_user": "Block %s",
|
||||
"block_domain": "Domain blokkolása: %s",
|
||||
"block_domain": "Block domain %s",
|
||||
"unblock": "Unblock",
|
||||
"unblock_user": "Unblock %s",
|
||||
"blocked": "Blocked",
|
||||
"domain_blocked": "Domain blokkolva",
|
||||
"domain_blocked": "Domain Blocked",
|
||||
"mute": "Mute",
|
||||
"mute_user": "Mute %s",
|
||||
"unmute": "Unmute",
|
||||
|
@ -606,12 +606,12 @@
|
|||
"message": "Confirm to hide reblogs"
|
||||
},
|
||||
"confirm_block_domain": {
|
||||
"title": "Domain blokkolása",
|
||||
"message": "Megerősíti a domain blokkolását? %s"
|
||||
"title": "Block domain",
|
||||
"message": "Confirm to block domain %s"
|
||||
},
|
||||
"confirm_unblock_domain": {
|
||||
"title": "Domain blokkolás feloldása",
|
||||
"message": "Megerősíti a domain blokk feloldását? %s"
|
||||
"title": "Unblock domain",
|
||||
"message": "Confirm to unblock domain %s"
|
||||
}
|
||||
},
|
||||
"accessibility": {
|
||||
|
|
|
@ -70,10 +70,10 @@ Please check your internet connection.";
|
|||
"Common.Controls.Actions.UnblockDomain" = "Unblock %@";
|
||||
"Common.Controls.Actions.Unfollow" = "Unfollow %@";
|
||||
"Common.Controls.Friendship.Block" = "Block";
|
||||
"Common.Controls.Friendship.BlockDomain" = "Domain blokkolása: %@";
|
||||
"Common.Controls.Friendship.BlockDomain" = "Block domain %@";
|
||||
"Common.Controls.Friendship.BlockUser" = "Block %@";
|
||||
"Common.Controls.Friendship.Blocked" = "Blocked";
|
||||
"Common.Controls.Friendship.DomainBlocked" = "Domain blokkolva";
|
||||
"Common.Controls.Friendship.DomainBlocked" = "Domain Blocked";
|
||||
"Common.Controls.Friendship.EditInfo" = "Edit Info";
|
||||
"Common.Controls.Friendship.Follow" = "Follow";
|
||||
"Common.Controls.Friendship.Following" = "Following";
|
||||
|
@ -335,8 +335,8 @@ uploaded to Mastodon.";
|
|||
"Scene.Profile.Fields.Verified.Long" = "Ownership of this link was checked on %@";
|
||||
"Scene.Profile.Fields.Verified.Short" = "Verified on %@";
|
||||
"Scene.Profile.Header.FollowsYou" = "Follows You";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmBlockDomain.Message" = "Megerősíti a domain blokkolását? %@";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmBlockDomain.Title" = "Domain blokkolása";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmBlockDomain.Message" = "Confirm to block domain %@";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmBlockDomain.Title" = "Block domain";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Message" = "Confirm to block %@";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmBlockUser.Title" = "Block Account";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmHideReblogs.Message" = "Confirm to hide reblogs";
|
||||
|
@ -345,8 +345,8 @@ uploaded to Mastodon.";
|
|||
"Scene.Profile.RelationshipActionAlert.ConfirmMuteUser.Title" = "Mute Account";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Message" = "Confirm to show reblogs";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmShowReblogs.Title" = "Show Reblogs";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockDomain.Message" = "Megerősíti a domain blokk feloldását? %@";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockDomain.Title" = "Domain blokkolás feloldása";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockDomain.Message" = "Confirm to unblock domain %@";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockDomain.Title" = "Unblock domain";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Message" = "Confirm to unblock %@";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmUnblockUser.Title" = "Unblock Account";
|
||||
"Scene.Profile.RelationshipActionAlert.ConfirmUnmuteUser.Message" = "Confirm to unmute %@";
|
||||
|
|
Loading…
Reference in New Issue