From 26d918a28f01bd36d67d1117d1b5e5518ef6fcb8 Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Mon, 14 Nov 2022 23:40:22 +0100 Subject: [PATCH] Fix build (again) This time, it's by hand because why not :D --- .../input/Base.lproj/app.json | 19 ++++++++++++------- Localization/app.json | 8 ++++---- .../Generated/Strings.swift | 6 +++--- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/Localization/StringsConvertor/input/Base.lproj/app.json b/Localization/StringsConvertor/input/Base.lproj/app.json index 30566d8d6..3a1228131 100644 --- a/Localization/StringsConvertor/input/Base.lproj/app.json +++ b/Localization/StringsConvertor/input/Base.lproj/app.json @@ -74,8 +74,8 @@ "take_photo": "Take Photo", "save_photo": "Save Photo", "copy_photo": "Copy Photo", - "sign_in": "Sign In", - "sign_up": "Sign Up", + "sign_in": "Log in", + "sign_up": "Create account", "see_more": "See More", "preview": "Preview", "share": "Share", @@ -218,10 +218,16 @@ "get_started": "Get Started", "log_in": "Log In" }, + "login": { + "title": "Welcome back", + "subtitle": "Log you in on the server you created your account on.", + "server_search_field": { + "placeholder": "Enter URL or search for your server" + } + } "server_picker": { "title": "Mastodon is made of users in different servers.", - "subtitle": "Pick a server based on your interests, region, or a general purpose one.", - "subtitle_extend": "Pick a server based on your interests, region, or a general purpose one. Each server is operated by an entirely independent organization or individual.", + "subtitle": "Pick a server based on your region, interests, or a general purpose one. You can still chat with anyone on Mastodon, regardless of your servers.", "button": { "category": { "all": "All", @@ -248,8 +254,7 @@ "category": "CATEGORY" }, "input": { - "placeholder": "Search servers", - "search_servers_or_enter_url": "Search servers or enter URL" + "search_servers_or_enter_url": "Search communities or enter URL" }, "empty_state": { "finding_servers": "Finding available servers...", @@ -719,4 +724,4 @@ "title": "Bookmarks" } } -} \ No newline at end of file +} diff --git a/Localization/app.json b/Localization/app.json index 9f6cdecac..3a1228131 100644 --- a/Localization/app.json +++ b/Localization/app.json @@ -219,10 +219,10 @@ "log_in": "Log In" }, "login": { - "title": "", - "subtitle": "", + "title": "Welcome back", + "subtitle": "Log you in on the server you created your account on.", "server_search_field": { - "placeholder": "Search for your server" + "placeholder": "Enter URL or search for your server" } } "server_picker": { @@ -724,4 +724,4 @@ "title": "Bookmarks" } } -} \ No newline at end of file +} diff --git a/MastodonSDK/Sources/MastodonLocalization/Generated/Strings.swift b/MastodonSDK/Sources/MastodonLocalization/Generated/Strings.swift index af0f4c628..9535b932f 100644 --- a/MastodonSDK/Sources/MastodonLocalization/Generated/Strings.swift +++ b/MastodonSDK/Sources/MastodonLocalization/Generated/Strings.swift @@ -667,12 +667,12 @@ public enum L10n { } public enum Login { /// Log you in with the server where you created your account - public static let subtitle = L10n.tr("Localizable", "Scene.Login.Subtitle") + public static let subtitle = L10n.tr("Localizable", "Scene.Login.Subtitle", fallback: "Scene.Login.Subtitle") /// Welcome Back! - public static let title = L10n.tr("Localizable", "Scene.Login.Title") + public static let title = L10n.tr("Localizable", "Scene.Login.Title", fallback: "Welcome") public enum ServerSearchField { /// Search for your server - public static let placeholder = L10n.tr("Localizable", "Scene.Login.ServerSearchField.Placeholder") + public static let placeholder = L10n.tr("Localizable", "Scene.Login.ServerSearchField.Placeholder", fallback: "Scene.Login.ServerSearchField.Placeholder") } } public enum Notification {