mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 14:18:43 +08:00
Merge pull request #982 from rowin-C/hindi-translation
tweak: added missing hindi translation
This commit is contained in:
commit
c0257c482f
@ -354,55 +354,52 @@ const hi = {
|
||||
"You can't share with yourself.": "आप अपने आप के साथ साझा नहीं कर सकते।", // In English: "You can't share with yourself."
|
||||
"This user already has access to this item": "इस उपयोगकर्ता के पास पहले से ही इस वस्तु का प्रवेश है", // In English: "This user already has access to this item"
|
||||
|
||||
// ----------------------------------------
|
||||
// Missing translations:
|
||||
// ----------------------------------------
|
||||
"billing.change_payment_method": undefined, // In English: "Change"
|
||||
"billing.cancel": undefined, // In English: "Cancel"
|
||||
"billing.download_invoice": undefined, // In English: "Download"
|
||||
"billing.payment_method": undefined, // In English: "Payment Method"
|
||||
"billing.payment_method_updated": undefined, // In English: "Payment method updated!"
|
||||
"billing.confirm_payment_method": undefined, // In English: "Confirm Payment Method"
|
||||
"billing.payment_history": undefined, // In English: "Payment History"
|
||||
"billing.refunded": undefined, // In English: "Refunded"
|
||||
"billing.paid": undefined, // In English: "Paid"
|
||||
"billing.ok": undefined, // In English: "OK"
|
||||
"billing.resume_subscription": undefined, // In English: "Resume Subscription"
|
||||
"billing.subscription_cancelled": undefined, // In English: "Your subscription has been canceled."
|
||||
"billing.subscription_cancelled_description": undefined, // In English: "You will still have access to your subscription until the end of this billing period."
|
||||
"billing.offering.free": undefined, // In English: "Free"
|
||||
"billing.offering.pro": undefined, // In English: "Professional"
|
||||
"billing.offering.business": undefined, // In English: "Business"
|
||||
"billing.cloud_storage": undefined, // In English: "Cloud Storage"
|
||||
"billing.ai_access": undefined, // In English: "AI Access"
|
||||
"billing.bandwidth": undefined, // In English: "Bandwidth"
|
||||
"billing.apps_and_games": undefined, // In English: "Apps & Games"
|
||||
"billing.upgrade_to_pro": undefined, // In English: "Upgrade to %strong%"
|
||||
"billing.switch_to": undefined, // In English: "Switch to %strong%"
|
||||
"billing.payment_setup": undefined, // In English: "Payment Setup"
|
||||
"billing.back": undefined, // In English: "Back"
|
||||
"billing.you_are_now_subscribed_to": undefined, // In English: "You are now subscribed to %strong% tier."
|
||||
"billing.you_are_now_subscribed_to_without_tier": undefined, // In English: "You are now subscribed"
|
||||
"billing.subscription_cancellation_confirmation": undefined, // In English: "Are you sure you want to cancel your subscription?"
|
||||
"billing.subscription_setup": undefined, // In English: "Subscription Setup"
|
||||
"billing.cancel_it": undefined, // In English: "Cancel It"
|
||||
"billing.keep_it": undefined, // In English: "Keep It"
|
||||
"billing.subscription_resumed": undefined, // In English: "Your %strong% subscription has been resumed!"
|
||||
"billing.upgrade_now": undefined, // In English: "Upgrade Now"
|
||||
"billing.upgrade": undefined, // In English: "Upgrade"
|
||||
"billing.currently_on_free_plan": undefined, // In English: "You are currently on the free plan."
|
||||
"billing.download_receipt": undefined, // In English: "Download Receipt"
|
||||
"billing.subscription_check_error": undefined, // In English: "A problem occurred while checking your subscription status."
|
||||
"billing.email_confirmation_needed": undefined, // In English: "Your email has not been confirmed. We'll send you a code to confirm it now."
|
||||
"billing.sub_cancelled_but_valid_until": undefined, // In English: "You have cancelled your subscription and it will automatically switch to the free tier at the end of the billing period. You will not be charged again unless you re-subscribe."
|
||||
"billing.current_plan_until_end_of_period": undefined, // In English: "Your current plan until the end of this billing period."
|
||||
"billing.current_plan": undefined, // In English: "Current plan"
|
||||
"billing.cancelled_subscription_tier": undefined, // In English: "Cancelled Subscription (%%)"
|
||||
"billing.manage": undefined, // In English: "Manage"
|
||||
"billing.limited": undefined, // In English: "Limited"
|
||||
"billing.expanded": undefined, // In English: "Expanded"
|
||||
"billing.accelerated": undefined, // In English: "Accelerated"
|
||||
"billing.enjoy_msg": undefined, // In English: "Enjoy %% of Cloud Storage plus other benefits."
|
||||
"billing.change_payment_method": "बदलें", // In English: "Change"
|
||||
"billing.cancel": "रद्द करें", // In English: "Cancel"
|
||||
"billing.download_invoice": "डाउनलोड करें", // In English: "Download"
|
||||
"billing.payment_method": "भुगतान की विधि", // In English: "Payment Method"
|
||||
"billing.payment_method_updated": "भुगतान विधि अद्यतन किया गया!", // In English: "Payment method updated!"
|
||||
"billing.confirm_payment_method": "भुगतान विधि की पुष्टि करें।", // In English: "Confirm Payment Method"
|
||||
"billing.payment_history": "भुगतान इतिहास", // In English: "Payment History"
|
||||
"billing.refunded": "धनवापसी पूरी हुई।", // In English: "Refunded"
|
||||
"billing.paid": "भुगतान चुकाया गया है।", // In English: "Paid"
|
||||
"billing.ok": "ठीक है।", // In English: "OK"
|
||||
"billing.resume_subscription": "सदस्यता फिर से शुरू करें।", // In English: "Resume Subscription"
|
||||
"billing.subscription_cancelled": "आपकी सदस्यता रद्द कर दी गई है।", // In English: "Your subscription has been canceled."
|
||||
"billing.subscription_cancelled_description": "इस विधेयक अवधि के अंत तक आप अपनी सदस्यता का उपयोग कर पाएंगे।", // In English: "You will still have access to your subscription until the end of this billing period."
|
||||
"billing.offering.free": "मुक्त", // In English: "Free"
|
||||
"billing.offering.pro": "पेशेवर", // In English: "Professional"
|
||||
"billing.offering.business": "व्यापार", // In English: "Business"
|
||||
"billing.cloud_storage": "क्लाउड स्टोरेज", // In English: "Cloud Storage"
|
||||
"billing.ai_access": "एआई पहुँच", // In English: "AI Access"
|
||||
"billing.bandwidth": "डाटा संचरण क्षमता", // In English: "Bandwidth"
|
||||
"billing.apps_and_games": "अनुप्रयोग और खेल", // In English: "Apps & Games"
|
||||
"billing.upgrade_to_pro": "%strong% में अपग्रेड करें", // In English: "Upgrade to %strong%"
|
||||
"billing.switch_to": "%strong% पर बदलें", // In English: "Switch to %strong%"
|
||||
"billing.payment_setup": "भुगतान व्यवस्था", // In English: "Payment Setup"
|
||||
"billing.back": "पीछे", // In English: "Back"
|
||||
"billing.you_are_now_subscribed_to": "अब आप %strong% स्तर की सदस्यता ले चुके हैं।", // In English: "You are now subscribed to %strong% tier."
|
||||
"billing.you_are_now_subscribed_to_without_tier": "अब आप सदस्य बन चुके हैं।", // In English: "You are now subscribed"
|
||||
"billing.subscription_cancellation_confirmation": "क्या आप वाकई अपनी सदस्यता रद्द करना चाहते हैं?", // In English: "Are you sure you want to cancel your subscription?"
|
||||
"billing.subscription_setup": "सदस्यता व्यवस्था", // In English: "Subscription Setup"
|
||||
"billing.cancel_it": "इसे रद्द करें", // In English: "Cancel It"
|
||||
"billing.keep_it": "इसे रखें", // In English: "Keep It"
|
||||
"billing.subscription_resumed": "आपकी %strong% सदस्यता फिर से सक्रिय हो गई है!", // In English: "Your %strong% subscription has been resumed!"
|
||||
"billing.upgrade_now": "अभी उन्नत करें।", // In English: "Upgrade Now"
|
||||
"billing.upgrade": "उन्नति करें", // In English: "Upgrade"
|
||||
"billing.currently_on_free_plan": "आप वर्तमान में मुफ्त योजना पर हैं।", // In English: "You are currently on the free plan."
|
||||
"billing.download_receipt": "रसीद डाउनलोड करें", // In English: "Download Receipt"
|
||||
"billing.subscription_check_error": "आपकी सदस्यता स्थिति जांचते समय एक समस्या हुई।", // In English: "A problem occurred while checking your subscription status."
|
||||
"billing.email_confirmation_needed": "आपका ईमेल सत्यापित नहीं हुआ है। हम इसे सत्यापित करने के लिए आपको एक कोड भेजेंगे।", // In English: "Your email has not been confirmed. We'll send you a code to confirm it now."
|
||||
"billing.sub_cancelled_but_valid_until": "आपने अपनी सदस्यता रद्द कर दी है और यह विधेयक अवधि के अंत में स्वचालित रूप से मुफ्त योजना पर बदल जाएगी। जब तक आप फिर से सदस्यता नहीं लेते, तब तक आपसे फिर से शुल्क नहीं लिया जाएगा।", // In English: "You have cancelled your subscription and it will automatically switch to the free tier at the end of the billing period. You will not be charged again unless you re-subscribe."
|
||||
"billing.current_plan_until_end_of_period": "आपकी वर्तमान योजना इस विधेयक अवधि के अंत तक।", // In English: "Your current plan until the end of this billing period."
|
||||
"billing.current_plan": "वर्तमान योजना", // In English: "Current plan"
|
||||
"billing.cancelled_subscription_tier": "रद्द की गई (%%) सदस्यता", // In English: "Cancelled Subscription (%%)"
|
||||
"billing.manage": "प्रबंधन", // In English: "Manage"
|
||||
"billing.limited": "सीमित", // In English: "Limited"
|
||||
"billing.expanded": "विस्तारित ", // In English: "Expanded"
|
||||
"billing.accelerated": "त्वरित ", // In English: "Accelerated"
|
||||
"billing.enjoy_msg": "%% क्लाउड स्टोरेज का आनंद लें और अन्य लाभ प्राप्त करें।", // In English: "Enjoy %% of Cloud Storage plus other benefits."
|
||||
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user