-
-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fb9266e
commit a055d8a
Showing
6 changed files
with
45 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -312,7 +312,7 @@ | |
}, | ||
"login": { | ||
"title": "Welcome Back", | ||
"subtitle": "Log in with the server where you created your account.", | ||
"subtitle": "Log in with the server where you created your account. For example, if your handle is @[email protected], enter 'example.social'.", | ||
"server_search_field": { | ||
"placeholder": "Enter URL or search for your server" | ||
} | ||
|
@@ -791,7 +791,7 @@ | |
"general": "General", | ||
"notifications": "Notifications", | ||
"privacy_safety": "Privacy & Safety", | ||
"support_mastodon": "Support Mastodon", | ||
"support_mastodon": "Donate to Mastodon", | ||
"about_mastodon": "About Mastodon", | ||
"server_details": "Server Details", | ||
"logout": "Logout %@" | ||
|
@@ -880,6 +880,10 @@ | |
"show_followers_and_following": "Show Followers & Following", | ||
"suggest_my_account_to_others": "Suggest My Account to Others", | ||
"appear_in_search_engines": "Appear in Search Engines" | ||
}, | ||
"donation": { | ||
"title": "Donate to Mastodon", | ||
"manage": "Manage donations" | ||
} | ||
}, | ||
"report": { | ||
|
@@ -965,6 +969,22 @@ | |
"follow": "Follow", | ||
"unfollow": "Unfollow" | ||
} | ||
}, | ||
"donation": { | ||
"picker": { | ||
"once_title": "Just once", | ||
"monthly_title": "Monthly", | ||
"yearly_title": "Yearly" | ||
}, | ||
"donatebuttontitle": "Donate", | ||
"currency": "Currency", | ||
"success": { | ||
"title": "Thank you for your contribution!", | ||
"subtitle": "You should receive an email confirming your donation soon.", | ||
"server_error_title": "Payment failed", | ||
"server_error_message": "We are sorry, an error occurred and we have not been able to process your donation.\n\nPlease retry in a few minutes.", | ||
"share_button_title": "Spread the word" | ||
} | ||
} | ||
}, | ||
"extension": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -289,6 +289,18 @@ uploaded to Mastodon."; | |
"Scene.Discovery.Tabs.Hashtags" = "Hashtags"; | ||
"Scene.Discovery.Tabs.News" = "News"; | ||
"Scene.Discovery.Tabs.Posts" = "Posts"; | ||
"Scene.Donation.Currency" = "Currency"; | ||
"Scene.Donation.Donatebuttontitle" = "Donate"; | ||
"Scene.Donation.Picker.MonthlyTitle" = "Monthly"; | ||
"Scene.Donation.Picker.OnceTitle" = "Just once"; | ||
"Scene.Donation.Picker.YearlyTitle" = "Yearly"; | ||
"Scene.Donation.Success.ServerErrorMessage" = "We are sorry, an error occurred and we have not been able to process your donation. | ||
|
||
Please retry in a few minutes."; | ||
"Scene.Donation.Success.ServerErrorTitle" = "Payment failed"; | ||
"Scene.Donation.Success.ShareButtonTitle" = "Spread the word"; | ||
"Scene.Donation.Success.Subtitle" = "You should receive an email confirming your donation soon."; | ||
"Scene.Donation.Success.Title" = "Thank you for your contribution!"; | ||
"Scene.Familiarfollowers.FollowedByNames" = "Followed by %@"; | ||
"Scene.Familiarfollowers.Title" = "Followers you familiar"; | ||
"Scene.Favorite.Title" = "Favorites"; | ||
|
@@ -299,17 +311,6 @@ uploaded to Mastodon."; | |
"Scene.FollowedTags.Header.Posts" = "posts"; | ||
"Scene.FollowedTags.Header.PostsToday" = "posts today"; | ||
"Scene.FollowedTags.Title" = "Followed Tags"; | ||
"Scene.Donation.Title" = "Donate to Mastodon"; | ||
"Scene.Donation.Picker.OnceTitle" = "Just once"; | ||
"Scene.Donation.Picker.MonthlyTitle" = "Monthly"; | ||
"Scene.Donation.Picker.YearlyTitle" = "Yearly"; | ||
"Scene.Donation.DonateButtonTitle" = "Donate"; | ||
"Scene.Donation.Currency" = "Currency"; | ||
"Scene.Donation.Success.Title" = "Thank you for your contribution!"; | ||
"Scene.Donation.Success.Subtitle" = "You should receive an email confirming your donation soon."; | ||
"Scene.Donation.Success.ServerErrorTitle" = "Payment failed"; | ||
"Scene.Donation.Success.ServerErrorMessage" = "We are sorry, an error occurred and we have not been able to process your donation.\n\nPlease retry in a few minutes."; | ||
"Scene.Donation.Success.ShareButtonTitle" = "Spread the word"; | ||
"Scene.Follower.Footer" = "Followers from other servers are not displayed."; | ||
"Scene.Follower.Title" = "follower"; | ||
"Scene.Following.Footer" = "Follows from other servers are not displayed."; | ||
|
@@ -555,6 +556,8 @@ If you disagree with the policy for **%@**, you can go back and pick a different | |
"Scene.Settings.AboutMastodon.MoreSettings" = "Even More Settings"; | ||
"Scene.Settings.AboutMastodon.PrivacyPolicy" = "Privacy Policy"; | ||
"Scene.Settings.AboutMastodon.Title" = "About"; | ||
"Scene.Settings.Donation.Manage" = "Manage donations"; | ||
"Scene.Settings.Donation.Title" = "Donate to Mastodon"; | ||
"Scene.Settings.General.Appearance.Dark" = "Dark"; | ||
"Scene.Settings.General.Appearance.Light" = "Light"; | ||
"Scene.Settings.General.Appearance.SectionTitle" = "Appearance"; | ||
|
@@ -590,7 +593,6 @@ If you disagree with the policy for **%@**, you can go back and pick a different | |
"Scene.Settings.Overview.Notifications" = "Notifications"; | ||
"Scene.Settings.Overview.PrivacySafety" = "Privacy & Safety"; | ||
"Scene.Settings.Overview.ServerDetails" = "Server Details"; | ||
"Scene.Settings.Overview.ManageDonations" = "Manage donations"; | ||
"Scene.Settings.Overview.SupportMastodon" = "Donate to Mastodon"; | ||
"Scene.Settings.Overview.Title" = "Settings"; | ||
"Scene.Settings.PrivacySafety.AppearInSearchEngines" = "Appear in Search Engines"; | ||
|
@@ -611,8 +613,6 @@ If you disagree with the policy for **%@**, you can go back and pick a different | |
"Scene.Settings.ServerDetails.AboutInstance.MessageAdmin" = "Message Admin"; | ||
"Scene.Settings.ServerDetails.AboutInstance.Title" = "Administrator"; | ||
"Scene.Settings.ServerDetails.Rules" = "Rules"; | ||
"Scene.Settings.Donation.Title" = "Donate to Mastodon"; | ||
"Scene.Settings.Donation.Manage" = "Manage donations"; | ||
"Scene.SuggestionAccount.FollowAll" = "Follow all"; | ||
"Scene.SuggestionAccount.Title" = "Popular on Mastodon"; | ||
"Scene.Thread.BackTitle" = "Post"; | ||
|
@@ -648,4 +648,4 @@ If you disagree with the policy for **%@**, you can go back and pick a different | |
"Widget.MultipleFollowers.ConfigurationDescription" = "Show number of followers for multiple accounts."; | ||
"Widget.MultipleFollowers.ConfigurationDisplayName" = "Multiple followers"; | ||
"Widget.MultipleFollowers.MockUser.AccountName" = "[email protected]"; | ||
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower"; | ||
"Widget.MultipleFollowers.MockUser.DisplayName" = "Another follower"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters