@@ -601,26 +601,10 @@ const messages = defineMessages({
id: 'dashboard.creator-withdraw-modal.stage.method-selection',
defaultMessage: 'Method',
},
- tremendousDetailsStage: {
- id: 'dashboard.creator-withdraw-modal.stage.tremendous-details',
- defaultMessage: 'Details',
- },
- muralpayKycStage: {
- id: 'dashboard.creator-withdraw-modal.stage.muralpay-kyc',
- defaultMessage: 'Verification',
- },
- muralpayDetailsStage: {
- id: 'dashboard.creator-withdraw-modal.stage.muralpay-details',
- defaultMessage: 'Account Details',
- },
completionStage: {
id: 'dashboard.creator-withdraw-modal.stage.completion',
defaultMessage: 'Complete',
},
- detailsLabel: {
- id: 'dashboard.creator-withdraw-modal.details-label',
- defaultMessage: 'Details',
- },
completeTaxForm: {
id: 'dashboard.creator-withdraw-modal.complete-tax-form',
defaultMessage: 'Complete tax form',
@@ -629,14 +613,14 @@ const messages = defineMessages({
id: 'dashboard.creator-withdraw-modal.continue-with-limit',
defaultMessage: 'Continue with limit',
},
+ detailsLabel: {
+ id: 'dashboard.creator-withdraw-modal.details-label',
+ defaultMessage: 'Details',
+ },
withdrawButton: {
id: 'dashboard.creator-withdraw-modal.withdraw-button',
defaultMessage: 'Withdraw',
},
- closeButton: {
- id: 'dashboard.withdraw.completion.close-button',
- defaultMessage: 'Close',
- },
transactionsButton: {
id: 'dashboard.withdraw.completion.transactions-button',
defaultMessage: 'Transactions',
diff --git a/apps/frontend/src/components/ui/dashboard/withdraw-stages/CompletionStage.vue b/apps/frontend/src/components/ui/dashboard/withdraw-stages/CompletionStage.vue
index f27f580608..ebe18d782b 100644
--- a/apps/frontend/src/components/ui/dashboard/withdraw-stages/CompletionStage.vue
+++ b/apps/frontend/src/components/ui/dashboard/withdraw-stages/CompletionStage.vue
@@ -287,13 +287,5 @@ const messages = defineMessages({
defaultMessage:
"You'll receive an email at {email} with instructions to redeem your withdrawal.",
},
- closeButton: {
- id: 'dashboard.withdraw.completion.close-button',
- defaultMessage: 'Close',
- },
- transactionsButton: {
- id: 'dashboard.withdraw.completion.transactions-button',
- defaultMessage: 'Transactions',
- },
})
diff --git a/apps/frontend/src/components/ui/dashboard/withdraw-stages/LegacyPaypalDetailsStage.vue b/apps/frontend/src/components/ui/dashboard/withdraw-stages/LegacyPaypalDetailsStage.vue
index 6fa44b0ae5..d175f15aa5 100644
--- a/apps/frontend/src/components/ui/dashboard/withdraw-stages/LegacyPaypalDetailsStage.vue
+++ b/apps/frontend/src/components/ui/dashboard/withdraw-stages/LegacyPaypalDetailsStage.vue
@@ -57,8 +57,8 @@
{{
venmoSaveSuccess
- ? formatMessage(messages.savedButton)
- : formatMessage(messages.saveButton)
+ ? formatMessage(commonMessages.savedLabel)
+ : formatMessage(commonMessages.saveButton)
}}
@@ -107,6 +107,7 @@ import { CheckIcon, PayPalColorIcon, SaveIcon, XIcon } from '@modrinth/assets'
import {
ButtonStyled,
Checkbox,
+ commonMessages,
defineMessages,
financialMessages,
formFieldLabels,
@@ -342,14 +343,6 @@ const messages = defineMessages({
id: 'dashboard.creator-withdraw-modal.paypal-details.disconnect-account',
defaultMessage: 'Disconnect account',
},
- saveButton: {
- id: 'dashboard.creator-withdraw-modal.paypal-details.save-button',
- defaultMessage: 'Save',
- },
- savedButton: {
- id: 'dashboard.creator-withdraw-modal.paypal-details.saved-button',
- defaultMessage: 'Saved',
- },
saveSuccess: {
id: 'dashboard.creator-withdraw-modal.paypal-details.save-success',
defaultMessage: 'Venmo handle saved successfully!',
diff --git a/apps/frontend/src/layouts/default.vue b/apps/frontend/src/layouts/default.vue
index dd4a34c5d4..d9451cc468 100644
--- a/apps/frontend/src/layouts/default.vue
+++ b/apps/frontend/src/layouts/default.vue
@@ -470,7 +470,7 @@
{{ formatMessage(messages.revenue) }}
- {{ formatMessage(messages.analytics) }}
+ {{ formatMessage(commonMessages.analyticsButton) }}
{{ formatMessage(commonMessages.moderationLabel) }}
@@ -899,10 +899,6 @@ const messages = defineMessages({
id: 'layout.nav.revenue',
defaultMessage: 'Revenue',
},
- analytics: {
- id: 'layout.nav.analytics',
- defaultMessage: 'Analytics',
- },
activeReports: {
id: 'layout.nav.active-reports',
defaultMessage: 'Active reports',
diff --git a/apps/frontend/src/locales/en-US/index.json b/apps/frontend/src/locales/en-US/index.json
index 571162ff49..9a530f5940 100644
--- a/apps/frontend/src/locales/en-US/index.json
+++ b/apps/frontend/src/locales/en-US/index.json
@@ -230,12 +230,6 @@
"auth.reset-password.method-choice.description": {
"message": "Enter your email below and we'll send a recovery link to allow you to recover your account."
},
- "auth.reset-password.method-choice.email-username.label": {
- "message": "Email or username"
- },
- "auth.reset-password.method-choice.email-username.placeholder": {
- "message": "Email"
- },
"auth.reset-password.notification.email-sent.text": {
"message": "An email with instructions has been sent to you if the email was previously saved on your account."
},
@@ -275,12 +269,6 @@
"auth.sign-in.additional-options": {
"message": "Forgot password? • Create an account"
},
- "auth.sign-in.email-username.label": {
- "message": "Email or username"
- },
- "auth.sign-in.password.label": {
- "message": "Password"
- },
"auth.sign-in.sign-in-with": {
"message": "Sign in with"
},
@@ -293,24 +281,12 @@
"auth.sign-up.action.create-account": {
"message": "Create account"
},
- "auth.sign-up.confirm-password.label": {
- "message": "Confirm password"
- },
- "auth.sign-up.email.label": {
- "message": "Email"
- },
- "auth.sign-up.label.username": {
- "message": "Username"
- },
"auth.sign-up.legal-dislaimer": {
"message": "By creating an account, you agree to Modrinth's Terms and Privacy Policy."
},
"auth.sign-up.notification.password-mismatch.text": {
"message": "Passwords do not match!"
},
- "auth.sign-up.password.label": {
- "message": "Password"
- },
"auth.sign-up.sign-in-option.title": {
"message": "Already have an account?"
},
@@ -329,9 +305,6 @@
"auth.verify-email.action.account-settings": {
"message": "Account settings"
},
- "auth.verify-email.action.sign-in": {
- "message": "Sign in"
- },
"auth.verify-email.already-verified.description": {
"message": "Your email is already verified!"
},
@@ -416,12 +389,6 @@
"collection.label.curated-by": {
"message": "Curated by"
},
- "collection.label.description": {
- "message": "Description"
- },
- "collection.label.details": {
- "message": "Details"
- },
"collection.label.no-projects": {
"message": "No projects in collection yet"
},
@@ -440,27 +407,15 @@
"collection.title": {
"message": "{name} - Collection"
},
- "common.no": {
- "message": "No"
- },
- "common.yes": {
- "message": "Yes"
- },
"create-project-version.create-modal.stage.add-files.admonition": {
"message": "Supplementary files are for supporting resources like source code, not for alternative versions or variants."
},
- "create.collection.cancel": {
- "message": "Cancel"
- },
"create.collection.collection-info": {
"message": "Your new collection will be created as a public collection with {count, plural, =0 {no projects} one {# project} other {# projects}}."
},
"create.collection.create-collection": {
"message": "Create collection"
},
- "create.collection.error-title": {
- "message": "An error occurred"
- },
"create.collection.name-label": {
"message": "Name"
},
@@ -512,15 +467,9 @@
"create.limit-alert.type-project": {
"message": "project"
},
- "create.organization.cancel": {
- "message": "Cancel"
- },
"create.organization.create-organization": {
"message": "Create organization"
},
- "create.organization.error-title": {
- "message": "An error occurred"
- },
"create.organization.name-label": {
"message": "Name"
},
@@ -545,15 +494,9 @@
"create.organization.url-label": {
"message": "URL"
},
- "create.project.cancel": {
- "message": "Cancel"
- },
"create.project.create-project": {
"message": "Create project"
},
- "create.project.error-title": {
- "message": "An error occurred"
- },
"create.project.name-label": {
"message": "Name"
},
@@ -578,9 +521,6 @@
"create.project.visibility-description": {
"message": "The visibility of your project after it has been approved."
},
- "create.project.visibility-label": {
- "message": "Visibility"
- },
"create.project.visibility-private": {
"message": "Private"
},
@@ -788,15 +728,9 @@
"dashboard.creator-withdraw-modal.paypal-details.paypal-auth-description": {
"message": "Connect your PayPal account to receive payments directly."
},
- "dashboard.creator-withdraw-modal.paypal-details.save-button": {
- "message": "Save"
- },
"dashboard.creator-withdraw-modal.paypal-details.save-success": {
"message": "Venmo handle saved successfully!"
},
- "dashboard.creator-withdraw-modal.paypal-details.saved-button": {
- "message": "Saved"
- },
"dashboard.creator-withdraw-modal.paypal-details.sign-in-with-paypal": {
"message": "Sign in with PayPal"
},
@@ -815,18 +749,9 @@
"dashboard.creator-withdraw-modal.stage.method-selection": {
"message": "Method"
},
- "dashboard.creator-withdraw-modal.stage.muralpay-details": {
- "message": "Account Details"
- },
- "dashboard.creator-withdraw-modal.stage.muralpay-kyc": {
- "message": "Verification"
- },
"dashboard.creator-withdraw-modal.stage.tax-form": {
"message": "Tax form"
},
- "dashboard.creator-withdraw-modal.stage.tremendous-details": {
- "message": "Details"
- },
"dashboard.creator-withdraw-modal.tax-form-required.body": {
"message": "To withdraw your full {available} available balance please complete the form below. It is required for tax reporting and only needs to be done once."
},
@@ -956,9 +881,6 @@
"dashboard.withdraw.completion.amount": {
"message": "Amount"
},
- "dashboard.withdraw.completion.close-button": {
- "message": "Close"
- },
"dashboard.withdraw.completion.date": {
"message": "Date"
},
@@ -1469,15 +1391,6 @@
"landing.notifications.version-released": {
"message": "Version {version} has been released for {gameVersion}"
},
- "landing.search.label": {
- "message": "Search"
- },
- "landing.search.placeholder": {
- "message": "Search..."
- },
- "landing.search.sort-by.label": {
- "message": "Sort by"
- },
"landing.section.for-creators.description": {
"message": "Give an online home to your creations and reach a massive audience of dedicated players."
},
@@ -1703,9 +1616,6 @@
"layout.nav.active-reports": {
"message": "Active reports"
},
- "layout.nav.analytics": {
- "message": "Analytics"
- },
"layout.nav.discover": {
"message": "Discover"
},
@@ -1754,9 +1664,6 @@
"layout.nav.upgrade-to-modrinth-plus": {
"message": "Upgrade to Modrinth+"
},
- "moderation.filter.by": {
- "message": "Filter by"
- },
"moderation.moderate": {
"message": "Moderate"
},
@@ -1769,12 +1676,6 @@
"moderation.page.technicalReview": {
"message": "Technical Review"
},
- "moderation.search.placeholder": {
- "message": "Search..."
- },
- "moderation.sort.by": {
- "message": "Sort by"
- },
"muralpay.account-type.checking": {
"message": "Checking"
},
@@ -2102,18 +2003,12 @@
"profile.label.collection": {
"message": "Collection"
},
- "profile.label.details": {
- "message": "Details"
- },
"profile.label.downloads": {
"message": "{count} {count, plural, one {download} other {downloads}}"
},
"profile.label.joined": {
"message": "Joined"
},
- "profile.label.no": {
- "message": "No"
- },
"profile.label.no-collections": {
"message": "This user has no collections!"
},
@@ -2135,9 +2030,6 @@
"profile.label.saving": {
"message": "Saving..."
},
- "profile.label.yes": {
- "message": "Yes"
- },
"profile.meta.description": {
"message": "Download {username}'s projects on Modrinth"
},
@@ -2150,15 +2042,6 @@
"profile.user-id": {
"message": "User ID: {id}"
},
- "project-member-header.accept": {
- "message": "Accept"
- },
- "project-member-header.decline": {
- "message": "Decline"
- },
- "project-member-header.error": {
- "message": "Error"
- },
"project-member-header.error-decline": {
"message": "Failed to decline team invitation"
},
@@ -2174,9 +2057,6 @@
"project-member-header.invitation-with-role": {
"message": "You've been invited to be a member of this project with the role of ''{role}''."
},
- "project-member-header.success": {
- "message": "Success"
- },
"project-member-header.success-decline": {
"message": "You have declined the team invitation"
},
@@ -2891,9 +2771,6 @@
"settings.billing.payment_method.action.primary": {
"message": "Make primary"
},
- "settings.billing.payment_method.card_display": {
- "message": "{card_brand} ending in {last_four}"
- },
"settings.billing.payment_method.card_expiry": {
"message": "Expires {month}/{year}"
},
@@ -2906,42 +2783,6 @@
"settings.billing.payment_method.title": {
"message": "Payment methods"
},
- "settings.billing.payment_method_type.amazon_pay": {
- "message": "Amazon Pay"
- },
- "settings.billing.payment_method_type.amex": {
- "message": "American Express"
- },
- "settings.billing.payment_method_type.cashapp": {
- "message": "Cash App"
- },
- "settings.billing.payment_method_type.diners": {
- "message": "Diners Club"
- },
- "settings.billing.payment_method_type.discover": {
- "message": "Discover"
- },
- "settings.billing.payment_method_type.eftpos": {
- "message": "EFTPOS"
- },
- "settings.billing.payment_method_type.jcb": {
- "message": "JCB"
- },
- "settings.billing.payment_method_type.mastercard": {
- "message": "MasterCard"
- },
- "settings.billing.payment_method_type.paypal": {
- "message": "PayPal"
- },
- "settings.billing.payment_method_type.unionpay": {
- "message": "UnionPay"
- },
- "settings.billing.payment_method_type.unknown": {
- "message": "Unknown payment method"
- },
- "settings.billing.payment_method_type.visa": {
- "message": "Visa"
- },
"settings.billing.pyro_subscription.description": {
"message": "Manage your Modrinth Server subscriptions."
},
@@ -3095,18 +2936,12 @@
"settings.profile.profile-info": {
"message": "Profile information"
},
- "settings.profile.profile-picture.reset": {
- "message": "Reset"
- },
"settings.profile.profile-picture.title": {
"message": "Profile picture"
},
"settings.profile.username.description": {
"message": "A unique case-insensitive name to identify your profile."
},
- "settings.profile.username.title": {
- "message": "Username"
- },
"settings.sessions.action.revoke-session": {
"message": "Revoke session"
},
diff --git a/apps/frontend/src/pages/auth/reset-password.vue b/apps/frontend/src/pages/auth/reset-password.vue
index afd981aed7..2318d88d55 100644
--- a/apps/frontend/src/pages/auth/reset-password.vue
+++ b/apps/frontend/src/pages/auth/reset-password.vue
@@ -9,7 +9,7 @@
@@ -81,14 +81,6 @@ const methodChoiceMessages = defineMessages({
defaultMessage:
"Enter your email below and we'll send a recovery link to allow you to recover your account.",
},
- emailUsernameLabel: {
- id: 'auth.reset-password.method-choice.email-username.label',
- defaultMessage: 'Email or username',
- },
- emailUsernamePlaceholder: {
- id: 'auth.reset-password.method-choice.email-username.placeholder',
- defaultMessage: 'Email',
- },
action: {
id: 'auth.reset-password.method-choice.action',
defaultMessage: 'Send recovery email',
diff --git a/apps/frontend/src/pages/auth/sign-in.vue b/apps/frontend/src/pages/auth/sign-in.vue
index f16fbbd07c..6bdc2002db 100644
--- a/apps/frontend/src/pages/auth/sign-in.vue
+++ b/apps/frontend/src/pages/auth/sign-in.vue
@@ -63,7 +63,7 @@
@@ -270,7 +266,7 @@ const messages = defineMessages({
diff --git a/packages/ui/src/locales/en-US/index.json b/packages/ui/src/locales/en-US/index.json
index 7326418ff2..70c9e935ec 100644
--- a/packages/ui/src/locales/en-US/index.json
+++ b/packages/ui/src/locales/en-US/index.json
@@ -17,9 +17,6 @@
"affiliate.create.user.description": {
"defaultMessage": "The username of the user to create the affiliate code for"
},
- "affiliate.create.user.label": {
- "defaultMessage": "Username"
- },
"affiliate.create.user.placeholder": {
"defaultMessage": "Enter username..."
},
@@ -44,6 +41,9 @@
"badge.new": {
"defaultMessage": "New"
},
+ "button.accept": {
+ "defaultMessage": "Accept"
+ },
"button.affiliate-links": {
"defaultMessage": "Affiliate links"
},
@@ -74,6 +74,9 @@
"button.create-a-project": {
"defaultMessage": "Create a project"
},
+ "button.decline": {
+ "defaultMessage": "Decline"
+ },
"button.download": {
"defaultMessage": "Download"
},
@@ -116,6 +119,9 @@
"button.reset": {
"defaultMessage": "Reset"
},
+ "button.retry": {
+ "defaultMessage": "Retry"
+ },
"button.save": {
"defaultMessage": "Save"
},
@@ -158,7 +164,7 @@
"changelog.product.web": {
"defaultMessage": "Website"
},
- "collection.label.private": {
+ "collections.label.private": {
"defaultMessage": "Private"
},
"form.label.address-line": {
@@ -302,6 +308,9 @@
"label.collections": {
"defaultMessage": "Collections"
},
+ "label.confirm-password": {
+ "defaultMessage": "Confirm password"
+ },
"label.created-ago": {
"defaultMessage": "Created {ago}"
},
@@ -314,9 +323,21 @@
"label.description": {
"defaultMessage": "Description"
},
+ "label.details": {
+ "defaultMessage": "Details"
+ },
+ "label.email": {
+ "defaultMessage": "Email"
+ },
+ "label.email-username": {
+ "defaultMessage": "Email or username"
+ },
"label.error": {
"defaultMessage": "Error"
},
+ "label.filter-by": {
+ "defaultMessage": "Filter by"
+ },
"label.followed-projects": {
"defaultMessage": "Followed projects"
},
@@ -326,6 +347,9 @@
"label.moderation": {
"defaultMessage": "Moderation"
},
+ "label.no": {
+ "defaultMessage": "No"
+ },
"label.notifications": {
"defaultMessage": "Notifications"
},
@@ -353,6 +377,9 @@
"label.scopes": {
"defaultMessage": "Scopes"
},
+ "label.search": {
+ "defaultMessage": "Search"
+ },
"label.server": {
"defaultMessage": "Server"
},
@@ -365,18 +392,30 @@
"label.singleplayer": {
"defaultMessage": "Singleplayer"
},
+ "label.sort-by": {
+ "defaultMessage": "Sort by"
+ },
+ "label.success": {
+ "defaultMessage": "Success"
+ },
"label.title": {
"defaultMessage": "Title"
},
"label.unlisted": {
"defaultMessage": "Unlisted"
},
+ "label.username": {
+ "defaultMessage": "Username"
+ },
"label.visibility": {
"defaultMessage": "Visibility"
},
"label.visit-your-profile": {
"defaultMessage": "Visit your profile"
},
+ "label.yes": {
+ "defaultMessage": "Yes"
+ },
"modal.add-payment-method.action": {
"defaultMessage": "Add payment method"
},
@@ -470,60 +509,57 @@
"omorphia.component.environment-indicator.label.unsupported": {
"defaultMessage": "Unsupported"
},
- "omorphia.component.purchase_modal.payment_method_card_display": {
- "defaultMessage": "{card_brand} ending in {last_four}"
- },
- "omorphia.component.purchase_modal.payment_method_type.amazon_pay": {
+ "payment-method.amazon_pay": {
"defaultMessage": "Amazon Pay"
},
- "omorphia.component.purchase_modal.payment_method_type.amex": {
+ "payment-method.amex": {
"defaultMessage": "American Express"
},
- "omorphia.component.purchase_modal.payment_method_type.cashapp": {
+ "payment-method.card_display": {
+ "defaultMessage": "{card_brand} ending in {last_four}"
+ },
+ "payment-method.cashapp": {
"defaultMessage": "Cash App"
},
- "omorphia.component.purchase_modal.payment_method_type.diners": {
+ "payment-method.charity": {
+ "defaultMessage": "Charity"
+ },
+ "payment-method.charity-plural": {
+ "defaultMessage": "Charities"
+ },
+ "payment-method.diners": {
"defaultMessage": "Diners Club"
},
- "omorphia.component.purchase_modal.payment_method_type.discover": {
+ "payment-method.discover": {
"defaultMessage": "Discover"
},
- "omorphia.component.purchase_modal.payment_method_type.eftpos": {
+ "payment-method.eftpos": {
"defaultMessage": "EFTPOS"
},
- "omorphia.component.purchase_modal.payment_method_type.jcb": {
+ "payment-method.gift-card": {
+ "defaultMessage": "Gift card"
+ },
+ "payment-method.gift-card-plural": {
+ "defaultMessage": "Gift cards"
+ },
+ "payment-method.jcb": {
"defaultMessage": "JCB"
},
- "omorphia.component.purchase_modal.payment_method_type.mastercard": {
+ "payment-method.mastercard": {
"defaultMessage": "MasterCard"
},
- "omorphia.component.purchase_modal.payment_method_type.paypal": {
+ "payment-method.paypal": {
"defaultMessage": "PayPal"
},
- "omorphia.component.purchase_modal.payment_method_type.paypal_international": {
+ "payment-method.paypal_international": {
"defaultMessage": "PayPal International"
},
- "omorphia.component.purchase_modal.payment_method_type.unionpay": {
+ "payment-method.unionpay": {
"defaultMessage": "UnionPay"
},
- "omorphia.component.purchase_modal.payment_method_type.unknown": {
+ "payment-method.unknown": {
"defaultMessage": "Unknown payment method"
},
- "omorphia.component.purchase_modal.payment_method_type.visa": {
- "defaultMessage": "Visa"
- },
- "payment-method.charity": {
- "defaultMessage": "Charity"
- },
- "payment-method.charity-plural": {
- "defaultMessage": "Charities"
- },
- "payment-method.gift-card": {
- "defaultMessage": "Gift card"
- },
- "payment-method.gift-card-plural": {
- "defaultMessage": "Gift cards"
- },
"payment-method.venmo": {
"defaultMessage": "Venmo"
},
@@ -533,6 +569,9 @@
"payment-method.virtual-visa-plural": {
"defaultMessage": "Virtual Visas"
},
+ "payment-method.visa": {
+ "defaultMessage": "Visa"
+ },
"project-type.all": {
"defaultMessage": "All"
},
@@ -653,9 +692,6 @@
"project.about.details.submitted": {
"defaultMessage": "Submitted {date}"
},
- "project.about.details.title": {
- "defaultMessage": "Details"
- },
"project.about.details.updated": {
"defaultMessage": "Updated {date}"
},
@@ -1022,9 +1058,6 @@
"servers.backups.item.restoring-backup": {
"defaultMessage": "Restoring from backup..."
},
- "servers.backups.item.retry": {
- "defaultMessage": "Retry"
- },
"servers.notice.dismiss": {
"defaultMessage": "Dismiss"
},
diff --git a/packages/ui/src/utils/common-messages.ts b/packages/ui/src/utils/common-messages.ts
index 4f9c0d2b54..9b71091a25 100644
--- a/packages/ui/src/utils/common-messages.ts
+++ b/packages/ui/src/utils/common-messages.ts
@@ -1,6 +1,10 @@
import { defineMessages } from '../composables/i18n'
export const commonMessages = defineMessages({
+ acceptButton: {
+ id: 'button.accept',
+ defaultMessage: 'Accept',
+ },
affiliateLinksButton: {
id: 'button.affiliate-links',
defaultMessage: 'Affiliate links',
@@ -45,6 +49,10 @@ export const commonMessages = defineMessages({
id: 'label.collections',
defaultMessage: 'Collections',
},
+ confirmPasswordLabel: {
+ id: 'label.confirm-password',
+ defaultMessage: 'Confirm password',
+ },
continueButton: {
id: 'button.continue',
defaultMessage: 'Continue',
@@ -73,6 +81,10 @@ export const commonMessages = defineMessages({
id: 'tooltip.date-at-time',
defaultMessage: '{date, date, long} at {time, time, short}',
},
+ declineButton: {
+ id: 'button.decline',
+ defaultMessage: 'Decline',
+ },
deleteLabel: {
id: 'label.delete',
defaultMessage: 'Delete',
@@ -81,6 +93,10 @@ export const commonMessages = defineMessages({
id: 'label.description',
defaultMessage: 'Description',
},
+ detailsLabel: {
+ id: 'label.details',
+ defaultMessage: 'Details',
+ },
downloadButton: {
id: 'button.download',
defaultMessage: 'Download',
@@ -93,6 +109,14 @@ export const commonMessages = defineMessages({
id: 'button.edit',
defaultMessage: 'Edit',
},
+ emailLabel: {
+ id: 'label.email',
+ defaultMessage: 'Email',
+ },
+ emailUsernameLabel: {
+ id: 'label.email-username',
+ defaultMessage: 'Email or username',
+ },
errorLabel: {
id: 'label.error',
defaultMessage: 'Error',
@@ -101,6 +125,10 @@ export const commonMessages = defineMessages({
id: 'notification.error.title',
defaultMessage: 'An error occurred',
},
+ filterByLabel: {
+ id: 'label.filter-by',
+ defaultMessage: 'Filter by',
+ },
followButton: {
id: 'button.follow',
defaultMessage: 'Follow',
@@ -125,6 +153,10 @@ export const commonMessages = defineMessages({
id: 'label.loading',
defaultMessage: 'Loading...',
},
+ maxButton: {
+ id: 'button.max',
+ defaultMessage: 'Max',
+ },
moderationLabel: {
id: 'label.moderation',
defaultMessage: 'Moderation',
@@ -141,6 +173,10 @@ export const commonMessages = defineMessages({
id: 'button.next',
defaultMessage: 'Next',
},
+ noLabel: {
+ id: 'label.no',
+ defaultMessage: 'No',
+ },
notificationsLabel: {
id: 'label.notifications',
defaultMessage: 'Notifications',
@@ -157,10 +193,6 @@ export const commonMessages = defineMessages({
id: 'label.password',
defaultMessage: 'Password',
},
- paymentMethodCardDisplay: {
- id: 'omorphia.component.purchase_modal.payment_method_card_display',
- defaultMessage: '{card_brand} ending in {last_four}',
- },
playButton: {
id: 'button.play',
defaultMessage: 'Play',
@@ -170,7 +202,7 @@ export const commonMessages = defineMessages({
defaultMessage: 'Played {time}',
},
privateLabel: {
- id: 'collection.label.private',
+ id: 'collections.label.private',
defaultMessage: 'Private',
},
publicLabel: {
@@ -201,6 +233,10 @@ export const commonMessages = defineMessages({
id: 'button.reset',
defaultMessage: 'Reset',
},
+ retryButton: {
+ id: 'button.retry',
+ defaultMessage: 'Retry',
+ },
saveButton: {
id: 'button.save',
defaultMessage: 'Save',
@@ -221,6 +257,10 @@ export const commonMessages = defineMessages({
id: 'label.scopes',
defaultMessage: 'Scopes',
},
+ searchLabel: {
+ id: 'label.search',
+ defaultMessage: 'Search',
+ },
searchPlaceholder: {
id: 'input.search.placeholder',
defaultMessage: 'Search...',
@@ -253,10 +293,18 @@ export const commonMessages = defineMessages({
id: 'label.singleplayer',
defaultMessage: 'Singleplayer',
},
+ sortByLabel: {
+ id: 'label.sort-by',
+ defaultMessage: 'Sort by',
+ },
stopButton: {
id: 'button.stop',
defaultMessage: 'Stop',
},
+ successLabel: {
+ id: 'label.success',
+ defaultMessage: 'Success',
+ },
titleLabel: {
id: 'label.title',
defaultMessage: 'Title',
@@ -273,6 +321,10 @@ export const commonMessages = defineMessages({
id: 'button.upload-image',
defaultMessage: 'Upload image',
},
+ usernameLabel: {
+ id: 'label.username',
+ defaultMessage: 'Username',
+ },
visibilityLabel: {
id: 'label.visibility',
defaultMessage: 'Visibility',
@@ -281,9 +333,9 @@ export const commonMessages = defineMessages({
id: 'label.visit-your-profile',
defaultMessage: 'Visit your profile',
},
- maxButton: {
- id: 'button.max',
- defaultMessage: 'Max',
+ yesLabel: {
+ id: 'label.yes',
+ defaultMessage: 'Yes',
},
})
@@ -654,60 +706,64 @@ export const languageSelectorMessages = defineMessages({
})
export const paymentMethodMessages = defineMessages({
+ paymentMethodCardDisplay: {
+ id: 'payment-method.card_display',
+ defaultMessage: '{card_brand} ending in {last_four}',
+ },
amazon_pay: {
- id: 'omorphia.component.purchase_modal.payment_method_type.amazon_pay',
+ id: 'payment-method.amazon_pay',
defaultMessage: 'Amazon Pay',
},
amex: {
- id: 'omorphia.component.purchase_modal.payment_method_type.amex',
+ id: 'payment-method.amex',
defaultMessage: 'American Express',
},
cashapp: {
- id: 'omorphia.component.purchase_modal.payment_method_type.cashapp',
+ id: 'payment-method.cashapp',
defaultMessage: 'Cash App',
},
diners: {
- id: 'omorphia.component.purchase_modal.payment_method_type.diners',
+ id: 'payment-method.diners',
defaultMessage: 'Diners Club',
},
discover: {
- id: 'omorphia.component.purchase_modal.payment_method_type.discover',
+ id: 'payment-method.discover',
defaultMessage: 'Discover',
},
eftpos: {
- id: 'omorphia.component.purchase_modal.payment_method_type.eftpos',
+ id: 'payment-method.eftpos',
defaultMessage: 'EFTPOS',
},
jcb: {
- id: 'omorphia.component.purchase_modal.payment_method_type.jcb',
+ id: 'payment-method.jcb',
defaultMessage: 'JCB',
},
mastercard: {
- id: 'omorphia.component.purchase_modal.payment_method_type.mastercard',
+ id: 'payment-method.mastercard',
defaultMessage: 'MasterCard',
},
paypal: {
- id: 'omorphia.component.purchase_modal.payment_method_type.paypal',
+ id: 'payment-method.paypal',
defaultMessage: 'PayPal',
},
paypalInternational: {
- id: 'omorphia.component.purchase_modal.payment_method_type.paypal_international',
+ id: 'payment-method.paypal_international',
defaultMessage: 'PayPal International',
},
paypalUS: {
- id: 'omorphia.component.purchase_modal.payment_method_type.paypal',
+ id: 'payment-method.paypal',
defaultMessage: 'PayPal',
},
unionpay: {
- id: 'omorphia.component.purchase_modal.payment_method_type.unionpay',
+ id: 'payment-method.unionpay',
defaultMessage: 'UnionPay',
},
unknown: {
- id: 'omorphia.component.purchase_modal.payment_method_type.unknown',
+ id: 'payment-method.unknown',
defaultMessage: 'Unknown payment method',
},
visa: {
- id: 'omorphia.component.purchase_modal.payment_method_type.visa',
+ id: 'payment-method.visa',
defaultMessage: 'Visa',
},
venmo: {