From 5e5b8ffec89ff8e055bb2d1faa54aee2092f5c4d Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Wed, 31 Jan 2024 23:40:45 +0100 Subject: [PATCH] New Crowdin updates (#1223) * New translations app.json (English) * Fix english localization Listen folks: Hungarian isn't english! --------- Co-authored-by: Nathan Mattes --- .../StringsConvertor/input/en.lproj/app.json | 12 ++++++------ .../Resources/en.lproj/Localizable.strings | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Localization/StringsConvertor/input/en.lproj/app.json b/Localization/StringsConvertor/input/en.lproj/app.json index 809e38b13..495c7ee8f 100644 --- a/Localization/StringsConvertor/input/en.lproj/app.json +++ b/Localization/StringsConvertor/input/en.lproj/app.json @@ -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": { diff --git a/MastodonSDK/Sources/MastodonLocalization/Resources/en.lproj/Localizable.strings b/MastodonSDK/Sources/MastodonLocalization/Resources/en.lproj/Localizable.strings index ab1b0bc15..ed725a9d5 100644 --- a/MastodonSDK/Sources/MastodonLocalization/Resources/en.lproj/Localizable.strings +++ b/MastodonSDK/Sources/MastodonLocalization/Resources/en.lproj/Localizable.strings @@ -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 %@";