|
1774 | 1774 | "failedToInitiateCreditPurchase": "Failed to initiate credit purchase: {error}", |
1775 | 1775 | "failedToAccessBillingPortal": "Failed to access billing portal: {error}", |
1776 | 1776 | "failedToPurchaseCredits": "Failed to purchase credits: {error}", |
| 1777 | + "failedToFetchSubscription": "Failed to fetch subscription status: {error}", |
| 1778 | + "failedToInitiateSubscription": "Failed to initiate subscription: {error}", |
1777 | 1779 | "unauthorizedDomain": "Your domain {domain} is not authorized to use this service. Please contact {email} to add your domain to the whitelist.", |
1778 | 1780 | "useApiKeyTip": "Tip: Can't access normal login? Use the Comfy API Key option.", |
1779 | 1781 | "nothingSelected": "Nothing selected", |
|
1914 | 1916 | "added": "Added", |
1915 | 1917 | "accountInitialized": "Account initialized" |
1916 | 1918 | }, |
| 1919 | + "subscription": { |
| 1920 | + "title": "Subscription", |
| 1921 | + "comfyCloud": "Comfy Cloud", |
| 1922 | + "beta": "BETA", |
| 1923 | + "perMonth": "USD / month", |
| 1924 | + "renewsDate": "Renews {date}", |
| 1925 | + "manageSubscription": "Manage subscription", |
| 1926 | + "apiNodesBalance": "\"API Nodes\" Credit Balance", |
| 1927 | + "apiNodesDescription": "For running commercial/proprietary models", |
| 1928 | + "totalCredits": "Total credits", |
| 1929 | + "viewUsageHistory": "View usage history", |
| 1930 | + "addApiCredits": "Add API credits", |
| 1931 | + "yourPlanIncludes": "Your plan includes:", |
| 1932 | + "viewMoreDetails": "View more details", |
| 1933 | + "learnMore": "Learn more", |
| 1934 | + "messageSupport": "Message support", |
| 1935 | + "invoiceHistory": "Invoice history", |
| 1936 | + "benefits": { |
| 1937 | + "benefit1": "$10 in monthly credits for API models — top up when needed", |
| 1938 | + "benefit2": "Up to 30 min runtime per job" |
| 1939 | + }, |
| 1940 | + "required": { |
| 1941 | + "title": "Subscribe to", |
| 1942 | + "waitingForSubscription": "Complete your subscription in the new tab. We'll automatically detect when you're done!", |
| 1943 | + "subscribe": "Subscribe" |
| 1944 | + }, |
| 1945 | + "subscribeToRun": "Subscribe to Run" |
| 1946 | + }, |
1917 | 1947 | "userSettings": { |
1918 | 1948 | "title": "User Settings", |
1919 | 1949 | "name": "Name", |
|
0 commit comments