### Subscription Started Successfully Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/uz_Latn.md Confirms that the user's subscription has been started successfully. ```en Your subscription has been started successfully. ``` -------------------------------- ### Two-Factor Authentication Setup Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/uz_Latn.md Instructions and confirmation messages for setting up two-factor authentication. ```en To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code. ``` ```en Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key. ``` -------------------------------- ### Subscription Started Successfully (Swedish) Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/uz_Latn.md Swedish translation for the success message when a subscription is started. ```sv Your subscription has been started successfully. ``` -------------------------------- ### Subscription Started Confirmation Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sr_Latn_ME.md Confirms the successful start of a user's subscription. This provides positive feedback for new subscriptions. ```php-inline "Your subscription has been started successfully." ``` -------------------------------- ### Subscription Started Confirmation Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sr_Latn.md Confirms the successful start of a user's subscription. This provides positive feedback for new subscriptions. ```php-inline "Your subscription has been started successfully." ``` -------------------------------- ### Inline PHP Translation Example Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Demonstrates how to use the __() helper function for inline translations in PHP. This is a common pattern in Laravel for accessing language files. ```php echo __('Your subscription was successfully resumed.'); echo __('Your subscription was successfully updated.'); echo __('Zambia'); echo __('Zimbabwe'); echo __('Zip / Postal Code'); echo __('Åland Islands'); ``` -------------------------------- ### Laravel Lang: Common Phrases Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/uz_Latn.md This section provides examples of common phrases found in the Laravel language files. These are typically user-facing messages related to actions, confirmations, and system status. ```text A decryption key is required. A fresh verification link has been sent to your email address. A new verification link has been sent to the email address you provided in your profile settings. Action Event Action Events Add Payment Method Add VAT Number Additional billing information updated successfully. Address Address Line 2 Administrator An error occurred while uploading the file. An unexpected error occurred and we have notified our support team. Please try again later. Anguilla Antigua and Barbuda API Tokens Apply Apply Coupon Are you sure you want to attempt to pay :amount? Are you sure you want to cancel your subscription? Are you sure you want to delete all the notifications? Are you sure you want to delete this notification? Are you sure you want to delete this payment method? Are you sure you want to delete your account? Are you sure you want to log out? Are you sure you want to mark all notifications as read? Are you sure you want to remove this item? Are you sure you want to resume your subscription? Are you sure you want to set this payment method as your default? Are you sure you want to stop impersonating? Are you sure you would like to switch billing plans? ``` -------------------------------- ### Two Factor Authentication Phrases Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Translations related to the setup and usage of two-factor authentication (2FA) in an application. ```en "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.", "Two Factor Authentication": "Two Factor Authentication", "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.", "Use a recovery code": "Use a recovery code", "Use an authentication code": "Use an authentication code" ``` -------------------------------- ### Two Factor Authentication Prompt Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/en_CA.md This text describes the prompt users will see when two-factor authentication is enabled, guiding them to use their Google Authenticator application for a secure token. ```en When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application. ``` -------------------------------- ### Free Trial Expiration with New Subscription Translation Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/uz_Latn.md Translates a message about free trial expiration, also informing that starting a new subscription will end the trial. ```en "You are currently within your free trial period. Your trial will expire on :date. Starting a new subscription will end your trial." ``` -------------------------------- ### Email Verification Prompts Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Messages related to email verification, guiding users to check their email for a verification link or offering to resend it. ```en Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another. Before proceeding, please check your email for a verification link. ``` -------------------------------- ### Laravel Lang: Placeholder Translations Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/uz_Latn.md This entry shows examples of placeholder translations where a count or resource is dynamic. These are common in applications to indicate pluralization or the addition of new items. ```text (and :count more error) (and :count more errors) ``` ```text Add :resource ``` -------------------------------- ### File Attachment Instructions Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Instructions for users on how to attach files, including drag-and-drop, selection, and pasting methods. ```en Attach files by dragging & dropping, selecting or pasting them. ``` -------------------------------- ### Search Prompt Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Instructs the user to press the '/' key to initiate a search. ```en Press / to search ``` -------------------------------- ### Action and File Upload Prompts Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/en_CA.md Contains prompts related to user actions and file handling. This includes initiating an 'Attach' action, attaching multiple files, and instructions for uploading files via drag-and-drop or selection. ```en Attach Attach & Attach Another Attach :resource Attach files by dragging & dropping, selecting or pasting them. ``` -------------------------------- ### Two Factor Authentication Phrases Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/oc.md Translations related to the setup and usage of two-factor authentication (2FA) in an application. ```en "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.", "Two Factor Authentication": "Two Factor Authentication", "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.", "Use a recovery code": "Use a recovery code", "Use an authentication code": "Use an authentication code" ``` -------------------------------- ### Default Payment Method for Swapping Plans Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Instructs the user to set a default payment method before swapping plans. ```en Please set a default payment method before swapping plans. ``` -------------------------------- ### UI Text: Preview Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Indicates a preview state or action. ```en Preview ``` -------------------------------- ### Email Verification Prompts Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/oc.md Messages related to email verification, guiding users to check their email for a verification link or offering to resend it. ```en Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another. Before proceeding, please check your email for a verification link. ``` -------------------------------- ### Welcome and Greeting Translations Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Includes translations for welcome messages and greetings. ```en "Welcome Back!" ``` -------------------------------- ### Inline PHP Translation Example Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/oc.md Demonstrates how to use the __() helper function for inline translations in PHP. This is a common pattern in Laravel for accessing language files. ```php echo __('Your subscription was successfully resumed.'); echo __('Your subscription was successfully updated.'); echo __('Zambia'); echo __('Zimbabwe'); echo __('Zip / Postal Code'); echo __('Åland Islands'); ``` -------------------------------- ### UI Text: Previewing Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Indicates that a preview is currently active. ```en Previewing ``` -------------------------------- ### Accept Terms of Service Prompt Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md This snippet contains the English text prompting the user to accept the terms of service. ```en Please accept the terms of service. ``` -------------------------------- ### UI Text: Register Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Refers to the action or page for user registration. ```en Register ``` -------------------------------- ### Email Verification Prompts Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/en_CA.md Messages related to email verification. These prompts guide the user to check their email for a verification link and provide options for resending the email if it was not received. ```en Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another. Before proceeding, please check your email for a verification link. ``` -------------------------------- ### Invoice Download Link Translation Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/uz_Latn.md Translates instructions for receiving invoice download links via email, including how to specify multiple addresses. ```en "We will send an invoice download link to the email addresses that you specify below. You may separate multiple email addresses using commas." ``` -------------------------------- ### File Attachment Instructions Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/oc.md Instructions for users on how to attach files, including drag-and-drop, selection, and pasting methods. ```en Attach files by dragging & dropping, selecting or pasting them. ``` -------------------------------- ### Missing Translations Example Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/nn.md This snippet demonstrates a common pattern of missing translations found in the laravel-lang/lang project. It shows a key-value pair where the key represents a translation identifier and the value is the missing translated string. ```text Key: Action Status Value: Status Key: Administrator Value: Administrator Key: Afghanistan Value: Afghanistan ``` -------------------------------- ### JSON Translation Data Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/ta.md Provides a sample of JSON data used for translations, illustrating key-value pairs for language strings. This snippet shows a simple example of how translation keys are mapped to their corresponding values in Tamil. ```json { "CSV (.csv)": "CSV (.csv)" } ``` -------------------------------- ### Action Buttons and Labels Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Common labels for buttons and actions within the application. ```en Apply Apply Coupon ``` -------------------------------- ### Inline JSON Translations (en_CA) Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/en_CA.md Provides examples of inline JSON translations for various validation rules in Canadian English. These translations are used to provide user-friendly error messages within a Laravel application. ```json { "The :attribute must be a valid role.": "This field must be a valid role.", "The :attribute must be at least :length characters and contain at least one number.": "This field must be at least :length characters and contain at least one number.", "The :attribute must be at least :length characters and contain at least one special character and one number.": "This field must be at least :length characters and contain at least one special character and one number.", "The :attribute must be at least :length characters and contain at least one special character.": "This field must be at least :length characters and contain at least one special character.", "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "This field must be at least :length characters and contain at least one uppercase character and one number.", "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "This field must be at least :length characters and contain at least one uppercase character and one special character.", "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "This field must be at least :length characters and contain at least one uppercase character, one number, and one special character.", "The :attribute must be at least :length characters and contain at least one uppercase character.": "This field must be at least :length characters and contain at least one uppercase character.", "The :attribute must be at least :length characters.": "This field must be at least :length characters.", "The :attribute must contain at least one letter.": "This field must contain at least one letter.", "The :attribute must contain at least one number.": "This field must contain at least one number.", "The :attribute must contain at least one symbol.": "This field must contain at least one symbol.", "The :attribute must contain at least one uppercase and one lowercase letter.": "This field must contain at least one uppercase and one lowercase letter.", "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given field has appeared in a data leak. Please choose a different field." } ``` -------------------------------- ### Selection and Display Messages Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/uz_Latn.md Feedback for user selections and data display. ```en The selected country is invalid. ``` ```en The selected plan is invalid. ``` ```en The selected resources have been :action! ``` ```en There are no fields to display. ``` ```en There are no new notifications. ``` -------------------------------- ### Laravel Language Translations Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sr_Latn.md This snippet displays key-value pairs for common phrases used in the Laravel framework. It includes examples of user interface text, confirmation messages, and error notifications. The format is a simple key-value representation, often used in localization files. ```en "A decryption key is required.": "A decryption key is required." "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address." "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings." "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address." "Action Event": "Action Event" "Action Events": "Action Events" "Add :resource": "Add :resource" "Add Payment Method": "Add Payment Method" "Add VAT Number": "Add VAT Number" "Additional billing information updated successfully.": "Additional billing information updated successfully." "Address": "Address" "Address Line 2": "Address Line 2" "An error occurred while uploading the file.": "An error occurred while uploading the file." "An error occurred while uploading the file: :error": "An error occurred while uploading the file: :error" "An unexpected error occurred and we have notified our support team. Please try again later.": "An unexpected error occurred and we have notified our support team. Please try again later." "Antigua and Barbuda": "Antigua and Barbuda" "Apply": "Apply" "Apply Coupon": "Apply Coupon" "Are you sure you want to attempt to pay :amount?": "Are you sure you want to attempt to pay :amount?" "Are you sure you want to cancel your subscription?": "Are you sure you want to cancel your subscription?" "Are you sure you want to delete all the notifications?": "Are you sure you want to delete all the notifications?" "Are you sure you want to delete this notification?": "Are you sure you want to delete this notification?" "Are you sure you want to delete this payment method?": "Are you sure you want to delete this payment method?" "Are you sure you want to delete your account?": "Are you sure you want to delete your account?" "Are you sure you want to log out?": "Are you sure you want to log out?" "Are you sure you want to mark all notifications as read?": "Are you sure you want to mark all notifications as read?" "Are you sure you want to remove this item?": "Are you sure you want to remove this item?" "Are you sure you want to resume your subscription?": "Are you sure you want to resume your subscription?" "Are you sure you want to set this payment method as your default?": "Are you sure you want to set this payment method as your default?" "Are you sure you want to stop impersonating?": "Are you sure you want to stop impersonating?" "Are you sure you would like to switch billing plans?": "Are you sure you would like to switch billing plans?" "Attach files by dragging & dropping, selecting or pasting them.": "Attach files by dragging & dropping, selecting or pasting them." ``` -------------------------------- ### Billing Management Portal Description Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md This snippet describes the functionality of a billing management portal, highlighting features for managing subscriptions, payment methods, and invoices. ```en Our billing management portal allows you to conveniently manage your subscription plan, payment method, and download your recent invoices. ``` ```en Our billing management portal allows you to conveniently manage your subscription plan, payment methods, and download your recent invoices. ``` -------------------------------- ### UI Text: Run Action Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Indicates an action to execute a specific operation. ```en Run Action ``` -------------------------------- ### Laravel Language Translations Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sr_Latn_ME.md This snippet displays key-value pairs for common phrases used in the Laravel framework. It includes examples of user interface text, confirmation messages, and error notifications. The format is a simple key-value representation, often used in localization files. ```en "A decryption key is required.": "A decryption key is required." "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address." "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings." "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address." "Action Event": "Action Event" "Action Events": "Action Events" "Add :resource": "Add :resource" "Add Payment Method": "Add Payment Method" "Add VAT Number": "Add VAT Number" "Additional billing information updated successfully.": "Additional billing information updated successfully." "Address": "Address" "Address Line 2": "Address Line 2" "An error occurred while uploading the file.": "An error occurred while uploading the file." "An error occurred while uploading the file: :error": "An error occurred while uploading the file: :error" "An unexpected error occurred and we have notified our support team. Please try again later.": "An unexpected error occurred and we have notified our support team. Please try again later." "Antigua and Barbuda": "Antigua and Barbuda" "Apply": "Apply" "Apply Coupon": "Apply Coupon" "Are you sure you want to attempt to pay :amount?": "Are you sure you want to attempt to pay :amount?" "Are you sure you want to cancel your subscription?": "Are you sure you want to cancel your subscription?" "Are you sure you want to delete all the notifications?": "Are you sure you want to delete all the notifications?" "Are you sure you want to delete this notification?": "Are you sure you want to delete this notification?" "Are you sure you want to delete this payment method?": "Are you sure you want to delete this payment method?" "Are you sure you want to delete your account?": "Are you sure you want to delete your account?" "Are you sure you want to log out?": "Are you sure you want to log out?" "Are you sure you want to mark all notifications as read?": "Are you sure you want to mark all notifications as read?" "Are you sure you want to remove this item?": "Are you sure you want to remove this item?" "Are you sure you want to resume your subscription?": "Are you sure you want to resume your subscription?" "Are you sure you want to set this payment method as your default?": "Are you sure you want to set this payment method as your default?" "Are you sure you want to stop impersonating?": "Are you sure you want to stop impersonating?" "Are you sure you would like to switch billing plans?": "Are you sure you would like to switch billing plans?" "Attach files by dragging & dropping, selecting or pasting them.": "Attach files by dragging & dropping, selecting or pasting them." ``` -------------------------------- ### Action: Restore :resource Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Action to restore a specific resource, using a placeholder. ```en Restore :resource ``` -------------------------------- ### Resource and Response Handling Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/uz_Latn.md Messages related to resource operations and response types. ```en The resource was attached! ``` ```en The resource was prevented from being saved! ``` ```en The response is not a streamed response. ``` ```en The response is not a view. ``` ```en There was a problem fetching the resource. ``` -------------------------------- ### System and User Interface Phrases Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/da.md This snippet contains translations for various system messages, user interface elements, and instructional phrases. These are commonly used in web applications for user guidance and feedback. ```en "Secure Area", "System", "User Security", "Username", "Type", "Please provide a maximum of three invoice emails addresses.", "Please set a default payment method before retrying payments.", "The invoice emails must be valid email addresses.", "The selected resources have been :action!", "This payment was initiated, but the funds have not been received yet. This can take up to 14 days.", "We will send an invoice download link to the email addresses that you specify below. You may separate multiple email addresses using commas.", "Your last payment of :amount failed. Please update your payment method to retry the failed payment.", "Your subscription has been successfully cancelled. You will still have access until the end of your billing period." ``` -------------------------------- ### Email Link: Return to :appName Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md A link in an email directing the user back to the application, using a placeholder for the app name. ```en Return to :appName ``` -------------------------------- ### UI Text: Resources Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Refers to a collection of resources. ```en Resources ``` -------------------------------- ### Subscription and Billing Translations Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/uz_Latn.md Includes translations related to subscription management and billing, such as plan details, payment information, and status updates. This helps users understand their subscription status and manage their accounts. ```en "Monthly" "monthly" ``` -------------------------------- ### Billing Information Prompts Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/en_CA.md Prompts related to managing billing information and plans within an application. This includes labels for accessing billing details and managing subscription plans. ```en Billing Information Billing Management ``` -------------------------------- ### UI Text: Restore Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Indicates an action to restore an item to a previous state. ```en Restore ``` -------------------------------- ### UI Text: resources (lowercase) Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Refers to a collection of resources, in lowercase. ```en resources ``` -------------------------------- ### UI Text: Previous Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Refers to the previous item or page in a sequence. ```en Previous ``` -------------------------------- ### UI Text: Restore Resource Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Indicates an action to restore a resource. ```en Restore Resource ``` -------------------------------- ### UI Text: Replicate Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Indicates an action to duplicate or replicate an item. ```en Replicate ``` -------------------------------- ### Search Prompt Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/oc.md Instructs the user to press the '/' key to initiate a search. ```en Press / to search ``` -------------------------------- ### Invitation Acceptance Prompt Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/en_CA.md This text prompts the user to accept an invitation by clicking a button. ```en You may accept this invitation by clicking the button below: ``` -------------------------------- ### UI Text: Preview Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/oc.md Indicates a preview state or action. ```en Preview ``` -------------------------------- ### Billing Information Labels Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Labels for sections related to billing information and management. ```en Billing Information Billing Management ``` -------------------------------- ### General UI and Action Translations Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Contains translations for common user interface elements, actions, and status messages. ```en "View", "Write", "With Trashed" ``` -------------------------------- ### Resource Placeholder: resource Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md A placeholder for a resource name in a string. ```en resource ``` -------------------------------- ### Action Button Labels Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Labels for action buttons, such as 'Attach' and variations thereof. ```en Attach Attach & Attach Another Attach :resource ``` -------------------------------- ### Subscription Resumed Successfully Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/uz_Latn.md Confirms that the user's subscription has been successfully resumed. ```en Your subscription was successfully resumed. ``` -------------------------------- ### General Translations Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/rw.md This snippet contains general translations for the laravel-lang/lang project, including terms like 'Coupon' and file format indicators like 'Excel (.xlsx)'. ```en Key: Coupon Value: Coupon Key: Excel (.xlsx) Value: Excel (.xlsx) Key: Lens Value: Lens Key: Nova Value: Nova Key: Réunion Value: Réunion ``` -------------------------------- ### Subscription and Payment Translations Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/sc.md Provides translations for subscription management, payment processing, and related notifications. ```en "We are processing your subscription. Once the subscription has successfully processed, this page will update automatically. Typically, this process should only take a few seconds.", "We are unable to process your payment. Please contact customer support.", "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.", "You are currently within your free trial period. Your trial will expire on :date. Starting a new subscription will end your trial." ``` -------------------------------- ### UI Text: Previewing Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/oc.md Indicates that a preview is currently active. ```en Previewing ``` -------------------------------- ### Payment Method Added Successfully Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/uz_Latn.md Confirms that the user's payment method has been added successfully. ```en Your payment method has been added successfully. ``` -------------------------------- ### Subscription Updated Successfully Source: https://github.com/laravel-lang/lang/blob/main/docs/statuses/uz_Latn.md Confirms that the user's subscription has been successfully updated. ```en Your subscription was successfully updated. ```