diff --git a/apps/frontend/src/components/billing/embedded.billing.tsx b/apps/frontend/src/components/billing/embedded.billing.tsx index c556b890..0dc5cb8d 100644 --- a/apps/frontend/src/components/billing/embedded.billing.tsx +++ b/apps/frontend/src/components/billing/embedded.billing.tsx @@ -120,16 +120,20 @@ const FormWrapper: FC<{ showCoupon?: boolean; autoApplyCoupon?: string }> = ({ return (
- - + ); }; -const StripeInputs: FC<{ showCoupon: boolean; autoApplyCoupon?: string }> = ({ - showCoupon, - autoApplyCoupon, -}) => { +const StripeInputs: FC<{ + showCoupon: boolean; + autoApplyCoupon?: string; + loading: boolean; +}> = ({ showCoupon, autoApplyCoupon, loading }) => { const checkout = useCheckout(); const t = useT(); const [ready, setReady] = useState(false); @@ -147,8 +151,16 @@ const StripeInputs: FC<{ showCoupon: boolean; autoApplyCoupon?: string }> = ({

{checkout.type === 'loading' ? '' : t('billing_payment', 'Payment')}

- setReady(true)} /> - {showCoupon && ready && } + setReady(true)} + /> + {ready && } + {showCoupon && ready && ( + + )} + {ready && } {checkout.type === 'loading' ? null : (
@@ -176,6 +188,119 @@ const StripeInputs: FC<{ showCoupon: boolean; autoApplyCoupon?: string }> = ({ ); }; +const PriceBreakdown: FC = () => { + const checkoutState = useCheckout(); + const t = useT(); + + if (checkoutState.type !== 'success') { + return null; + } + + const { checkout } = checkoutState; + const lineItem = checkout?.lineItems?.[0]; + const recurring = checkout?.recurring; + const discountAmounts = checkout?.discountAmounts; + const hasDiscount = discountAmounts && discountAmounts.length > 0; + + // Get values + const planName = lineItem?.name || t('billing_subscription', 'Subscription'); + const unitAmount = lineItem?.unitAmount?.amount || '$0.00'; + const discountDisplay = hasDiscount ? discountAmounts[0] : null; + const dueToday = checkout?.total?.total?.amount || '$0.00'; + const nextBillingTotal = recurring?.dueNext?.total?.amount; + const nextBillingDate = recurring?.trial?.trialEnd + ? dayjs(recurring.trial.trialEnd * 1000).format('MMMM D, YYYY') + : null; + const billingInterval = + recurring?.interval === 'month' + ? t('billing_monthly', 'Monthly') + : t('billing_yearly', 'Yearly'); + + return ( +
+

+ {t('billing_order_summary', 'Order Summary')} +

+
+ {/* Plan */} +
+
+ {planName} + + {billingInterval} + +
+ {unitAmount} +
+ + {/* Discount */} + {discountDisplay && ( +
+
+ + + + + + {discountDisplay.displayName || discountDisplay.promotionCode} + {discountDisplay.percentOff && + ` (${discountDisplay.percentOff}% off)`} + +
+ + {discountDisplay.amount !== '$0.00' + ? `-${discountDisplay.amount}` + : t('billing_applied', 'Applied')} + +
+ )} + + {/* Divider */} +
+ + {/* Due today */} +
+ + {t('billing_due_today', 'Due today')} + + + {dueToday} + +
+ + {/* Next billing info */} + {nextBillingTotal && nextBillingDate && ( +
+ + {t('billing_then', 'Then')} {nextBillingTotal}{' '} + {t('billing_on', 'on')} {nextBillingDate} + +
+ )} + +
+ + {t( + 'billing_cancel_notice', + 'Cancel anytime from settings without talking to a person and never be charged.' + )} + +
+
+
+ ); +}; + const AppliedCouponDisplay: FC<{ appliedCode: string; checkout: any; diff --git a/apps/frontend/src/components/billing/faq.component.tsx b/apps/frontend/src/components/billing/faq.component.tsx index bd5fceb2..e47f488e 100644 --- a/apps/frontend/src/components/billing/faq.component.tsx +++ b/apps/frontend/src/components/billing/faq.component.tsx @@ -19,7 +19,7 @@ const useFaqList = () => { ), description: t( 'faq_to_confirm_credit_card_information_postiz_will_hold', - 'To confirm credit card information Postiz will hold $2 and release it immediately' + 'To confirm credit card information Postiz will hold $2 and release it immediately, you can cancel your subscription anytime from settings without talking to a person' ), }, ] @@ -72,9 +72,7 @@ export const FAQSection: FC<{ className="bg-sixth p-[24px] border border-tableBorder rounded-[8px] flex flex-col" onClick={changeShow} > -
+
{title}
{!show ? ( diff --git a/i18n.lock b/i18n.lock index c7aa8a64..c82d5269 100644 --- a/i18n.lock +++ b/i18n.lock @@ -458,7 +458,7 @@ checksums: upload_content_to_tiktok_without_posting: 6c3943e4d796b720933b90d250bd611c choose_upload_without_posting_description: 223c59be260eeaafe420791b76e2523c faq_am_i_going_to_be_charged_by_postiz: f4aad17d35bcaf45427216a432f23af3 - faq_to_confirm_credit_card_information_postiz_will_hold: 5087b85985bbb6f46ea869d4796fb891 + faq_to_confirm_credit_card_information_postiz_will_hold: ec475e644e3b5db2550c5bc06320b1cd faq_can_i_trust_postiz_gitroom: 9ee3c694bc392c339333047484d36003 faq_postiz_gitroom_is_proudly_open_source: 17658906aec47f1557f84c71efadee03 faq_what_are_channels: 22bc7aebd017e487d9a5ac8946a2a08d @@ -469,7 +469,6 @@ checksums: faq_we_automate_chatgpt_to_help_you_write: e19d331417449c114f03b2b6ad862f93 enter_email: 57d0675d7ff70e463dd0389652f35b20 are_you_sure: 6d5cd13628a7887711fd0c29f1123652 - yes_delete_it: e028575f88f6dc8e25f7a02fde480df9 no_cancel: 9ebf9f7c2d2591e603861ef4c0c7c559 are_you_sure_you_want_to_delete: f41210d5066ca7ae76a171fbe4b085a3 are_you_sure_you_want_to_delete_the_image: 5fc0522337ba24f14a15d5f35b19e1d3 @@ -509,7 +508,7 @@ checksums: delete_integration: ccc879ccfcf7f85bcfe09f2bc3fa0dd3 start_writing_your_post: 471efc4f2a7e2cf02a065a2de34e7213 billing_join_over: 6e1c237241ba00ddbb07fd603344c5c3 - billing_entrepreneurs_count: 05164f2ca2e8e20de3f63977c07d39fe + billing_entrepreneurs_count: 1e90206cb8ea01d0a1084d3af1a4cbed billing_who_use: 63bdc59ef443e193eca87889e83ea07a billing_postiz_grow_social: 3cf5ab166df9cb65e17b9a039ccbbbad billing_no_risk_trial: 6e5c60d9ddf3affa8ba8870272f9f9ab @@ -541,6 +540,27 @@ checksums: billing_pay_0_start_trial: 28e72154e6cce7541e707b35f3a67309 billing_pay_now: 50cb14454e1b2df4a2f83bf1ac799819 billing_per_month: 6293d01c3d13f6938d47285122bd1a48 + billing_per_year: 7d37200832af52329220e7431cf1a0e2 + billing_order_summary: 77352aa7eeded06ca26b3fe72e4bcfda + billing_applied: a79bcd1e53b38db7b03b506ff2e05904 + billing_due_today: a14cb9dd0003485894d328bb803c80e5 + billing_then: 5e941fb7dd51a18651fcfb865edd5ba6 + billing_on: 221bc27170a3baba6741482c0b28baa1 + billing_discount_applied: 66ca13dec03ff95bf7461fb5e9e3a3c5 + billing_remove: dba2fe5fe9f83f8078c687f28cba4b52 + billing_coupon_expires: 91d8dcbb9a0ec894dd769f99528f0768 + billing_invalid_coupon: 07fdf7218d84836632d60d2819089587 + billing_coupon_applied: 53d5f95a8b47b6771ac06fb48578367a + billing_coupon_removed: ebef384172a4632e325ddfa5de48d370 + billing_error_removing_coupon: aedc7fb1697d846a707828e02059cd61 + billing_have_discount_coupon: 7f3e2b5a65a2901492ea3d185003dc80 + billing_discount_coupon: 417a5576094621af534c5b3ba1898f1b + billing_cancel: 2e2a849c2223911717de8caa2c71bade + billing_enter_coupon_code: 4abd909f35156b0964bd5993f14d7b78 + billing_applying: 0a321e775629314323ab227340e1a919 + billing_apply: 0f03e8e3752eb120bf8ea0b8f8f5d244 + billing_subscription: ba9f3675e18987d067d48533c8897343 + billing_cancel_notice: bc2edd49b3c0a51f8e11bb93f56c5571 select_channels: 3aab82dc90ccafe55059c32c5a33c222 start_a_new_chat: 65b9067206fa4e4929d48ce242d879a6 your_assistant: bd6422d1c2a2ba461e1da169b082bf7b @@ -656,6 +676,7 @@ checksums: are_you_sure_go_back_to_global_mode: e7e0913ac6a8bdecd5a9349ad84d2f3c yes_go_back_to_global_mode: 50484cd2f72d76bd6a02d5ac956ba466 are_you_sure_delete_this_post: 25e67cb71ee64bf67af09ee20257655f + yes_delete_it: e028575f88f6dc8e25f7a02fde480df9 cant_edit_networks_when_creating_set: 10c389a15c85e82b69f3202bcd8fc527 click_to_exit_global_editing: fec20b458bec4dcabf3efe65d1e5777b edit_content: 13b729cc6459ecdc3ea84d476c6dcddd diff --git a/libraries/react-shared-libraries/src/translation/locales/ar/translation.json b/libraries/react-shared-libraries/src/translation/locales/ar/translation.json index 89c82b7c..39b6794a 100644 --- a/libraries/react-shared-libraries/src/translation/locales/ar/translation.json +++ b/libraries/react-shared-libraries/src/translation/locales/ar/translation.json @@ -454,7 +454,7 @@ "upload_content_to_tiktok_without_posting": "ارفع المحتوى إلى تيك توك دون نشره", "choose_upload_without_posting_description": "اختر الرفع دون النشر إذا كنت ترغب في مراجعة وتحرير المحتوى الخاص بك داخل تطبيق تيك توك قبل النشر. هذا يمنحك إمكانية الوصول إلى أدوات التحرير المدمجة في تيك توك ويسمح لك بإجراء التعديلات النهائية قبل النشر.", "faq_am_i_going_to_be_charged_by_postiz": "هل سيتم تحميلي رسوم من قبل Postiz؟", - "faq_to_confirm_credit_card_information_postiz_will_hold": "لتأكيد معلومات بطاقة الائتمان، سيقوم Postiz بحجز مبلغ 2 دولار وإطلاقه فوراً", + "faq_to_confirm_credit_card_information_postiz_will_hold": "لتأكيد معلومات بطاقة الائتمان، سيحتجز Postiz مبلغ 2 دولار ويعيده فوراً، يمكنك إلغاء اشتراكك في أي وقت من الإعدادات دون الحاجة للتحدث مع أي شخص.", "faq_can_i_trust_postiz_gitroom": "هل يمكنني الوثوق بـ Postiz؟", "faq_postiz_gitroom_is_proudly_open_source": "Postiz مفتوح المصدر بكل فخر! نحن نؤمن بثقافة أخلاقية وشفافة، مما يعني أن Postiz سيبقى للأبد. يمكنك الاطلاع على الكود بالكامل أو استخدامه في مشاريعك الشخصية. لعرض مستودع المصدر المفتوح، اضغط هنا.", "faq_what_are_channels": "ما هي القنوات؟", @@ -465,7 +465,6 @@ "faq_we_automate_chatgpt_to_help_you_write": "نحن نستخدم ChatGPT لمساعدتك في كتابة المنشورات والمقالات الاجتماعية.", "enter_email": "أدخل البريد الإلكتروني", "are_you_sure": "هل أنت متأكد؟", - "yes_delete_it": "نعم، احذفه!", "no_cancel": "لا، إلغاء!", "are_you_sure_you_want_to_delete": "هل أنت متأكد أنك تريد حذف {{name}}؟", "are_you_sure_you_want_to_delete_the_image": "هل أنت متأكد أنك تريد حذف الصورة؟", @@ -505,7 +504,7 @@ "delete_integration": "حذف التكامل", "start_writing_your_post": "ابدأ بكتابة منشورك لمعاينة", "billing_join_over": "انضم إلى أكثر من", - "billing_entrepreneurs_count": "18,000+ رائد أعمال", + "billing_entrepreneurs_count": "أكثر من 20,000 رائد أعمال", "billing_who_use": "الذين يستخدمون", "billing_postiz_grow_social": "Postiz لتنمية حضورهم على وسائل التواصل الاجتماعي", "billing_no_risk_trial": "تجربة مجانية بدون أي مخاطرة 100%", @@ -537,6 +536,27 @@ "billing_pay_0_start_trial": "ادفع 0 دولار اليوم - ابدأ تجربتك المجانية!", "billing_pay_now": "ادفع الآن", "billing_per_month": "/ شهريًا", + "billing_per_year": "/ سنوياً", + "billing_order_summary": "ملخص الطلب", + "billing_applied": "تم التطبيق", + "billing_due_today": "المستحق اليوم", + "billing_then": "ثم", + "billing_on": "في", + "billing_discount_applied": "تم تطبيق الخصم", + "billing_remove": "إزالة", + "billing_coupon_expires": "تنتهي صلاحية القسيمة في", + "billing_invalid_coupon": "رمز القسيمة غير صالح", + "billing_coupon_applied": "تم تطبيق القسيمة بنجاح!", + "billing_coupon_removed": "تمت إزالة القسيمة", + "billing_error_removing_coupon": "حدث خطأ أثناء إزالة القسيمة", + "billing_have_discount_coupon": "هل لديك قسيمة خصم؟", + "billing_discount_coupon": "قسيمة خصم", + "billing_cancel": "إلغاء", + "billing_enter_coupon_code": "أدخل رمز القسيمة", + "billing_applying": "جارٍ التطبيق...", + "billing_apply": "تطبيق", + "billing_subscription": "الاشتراك", + "billing_cancel_notice": "يمكنك الإلغاء في أي وقت من الإعدادات دون الحاجة للتحدث مع أي شخص ولن يتم خصم أي مبلغ منك.", "select_channels": "اختر القنوات", "start_a_new_chat": "ابدأ محادثة جديدة", "your_assistant": "مساعدك", @@ -652,6 +672,7 @@ "are_you_sure_go_back_to_global_mode": "هذا الإجراء لا يمكن التراجع عنه. هل أنت متأكد أنك تريد العودة إلى الوضع العام؟", "yes_go_back_to_global_mode": "نعم، العودة إلى الوضع العام", "are_you_sure_delete_this_post": "هل أنت متأكد أنك تريد حذف هذا المنشور؟", + "yes_delete_it": "نعم، احذفه!", "cant_edit_networks_when_creating_set": "لا يمكنك تعديل الشبكات أثناء إنشاء مجموعة", "click_to_exit_global_editing": "انقر على هذا الزر للخروج من التحرير العام وتخصيص المنشور لهذه القناة", "edit_content": "تعديل المحتوى", diff --git a/libraries/react-shared-libraries/src/translation/locales/bn/translation.json b/libraries/react-shared-libraries/src/translation/locales/bn/translation.json index 88069dd5..74554aa1 100644 --- a/libraries/react-shared-libraries/src/translation/locales/bn/translation.json +++ b/libraries/react-shared-libraries/src/translation/locales/bn/translation.json @@ -454,7 +454,7 @@ "upload_content_to_tiktok_without_posting": "পোস্ট করার প্রয়োজন ছাড়া টিকটকে কন্টেন্ট আপলোড করা", "choose_upload_without_posting_description": "পোস্ট করার প্রয়োজন ছাড়া টিকটকে কন্টেন্ট আপলোড করার বর্ণনা", "faq_am_i_going_to_be_charged_by_postiz": "পোস্টিজ দ্বারা চার্জ করা হবে কি?", - "faq_to_confirm_credit_card_information_postiz_will_hold": "পোস্টিজ ক্রেডিট কার্ড তথ্য নিশ্চিত করার জন্য কি?", + "faq_to_confirm_credit_card_information_postiz_will_hold": "ক্রেডিট কার্ডের তথ্য নিশ্চিত করার জন্য Postiz $2 ধরে রাখবে এবং তা সঙ্গে সঙ্গে মুক্তি দেবে, আপনি সেটিংস থেকে যেকোনো সময় কাউকে না বলেই আপনার সাবস্ক্রিপশন বাতিল করতে পারেন", "faq_can_i_trust_postiz_gitroom": "আমি কি Postiz-এ বিশ্বাস করতে পারি?", "faq_postiz_gitroom_is_proudly_open_source": "Postiz গর্বের সাথে ওপেন-সোর্স! আমরা নৈতিক ও স্বচ্ছ সংস্কৃতিতে বিশ্বাস করি, যার মানে Postiz চিরকাল টিকে থাকবে। আপনি চাইলে সম্পূর্ণ কোড দেখতে পারেন বা ব্যক্তিগত প্রকল্পে ব্যবহার করতে পারেন। ওপেন-সোর্স রিপোজিটরি দেখতে, এখানে ক্লিক করুন।", "faq_what_are_channels": "চ্যানেল কী?", @@ -465,7 +465,6 @@ "faq_we_automate_chatgpt_to_help_you_write": "আমরা আপনাকে লিখতে সাহায্য করার জন্য ChatGPT স্বয়ংক্রিয় করি", "enter_email": "ইমেইল প্রবেশ করান", "are_you_sure": "আপনি কি নিশ্চিত?", - "yes_delete_it": "হ্যাঁ, মুছে ফেলুন", "no_cancel": "না, বাতিল করুন", "are_you_sure_you_want_to_delete": "আপনি কি নিশ্চিত যে আপনি মুছে ফেলতে চান?", "are_you_sure_you_want_to_delete_the_image": "আপনি কি নিশ্চিত যে আপনি ছবিটি মুছে ফেলতে চান?", @@ -505,7 +504,7 @@ "delete_integration": "ইন্টিগ্রেশন মুছে ফেলুন", "start_writing_your_post": "প্রিভিউর জন্য আপনার পোস্ট লেখা শুরু করুন", "billing_join_over": "যোগ দিন", - "billing_entrepreneurs_count": "১৮,০০০+ উদ্যোক্তা", + "billing_entrepreneurs_count": "২০,০০০+ উদ্যোক্তা", "billing_who_use": "যারা ব্যবহার করেন", "billing_postiz_grow_social": "Postiz তাদের সামাজিক উপস্থিতি বাড়াতে", "billing_no_risk_trial": "১০০% ঝুঁকিমুক্ত ফ্রি ট্রায়াল", @@ -537,6 +536,27 @@ "billing_pay_0_start_trial": "আজ $0 দিন - আপনার ফ্রি ট্রায়াল শুরু করুন!", "billing_pay_now": "এখনই পেমেন্ট করুন", "billing_per_month": "/ মাস", + "billing_per_year": "/ বছর", + "billing_order_summary": "অর্ডার সারাংশ", + "billing_applied": "প্রয়োগ হয়েছে", + "billing_due_today": "আজকের বাকি", + "billing_then": "তারপর", + "billing_on": "তারিখে", + "billing_discount_applied": "ছাড় প্রয়োগ হয়েছে", + "billing_remove": "সরান", + "billing_coupon_expires": "কুপন মেয়াদ শেষ হবে", + "billing_invalid_coupon": "অবৈধ কুপন কোড", + "billing_coupon_applied": "কুপন সফলভাবে প্রয়োগ হয়েছে!", + "billing_coupon_removed": "কুপন সরানো হয়েছে", + "billing_error_removing_coupon": "কুপন সরাতে ত্রুটি", + "billing_have_discount_coupon": "আপনার কি ছাড়ের কুপন আছে?", + "billing_discount_coupon": "ছাড়ের কুপন", + "billing_cancel": "বাতিল করুন", + "billing_enter_coupon_code": "কুপন কোড লিখুন", + "billing_applying": "প্রয়োগ হচ্ছে...", + "billing_apply": "প্রয়োগ করুন", + "billing_subscription": "সাবস্ক্রিপশন", + "billing_cancel_notice": "সেটিংস থেকে যেকোনো সময় কাউকে না বলেই বাতিল করুন এবং কখনোই চার্জ হবে না।", "select_channels": "চ্যানেল নির্বাচন করুন", "start_a_new_chat": "নতুন চ্যাট শুরু করুন", "your_assistant": "আপনার সহকারী", @@ -652,6 +672,7 @@ "are_you_sure_go_back_to_global_mode": "এই কাজটি অপরিবর্তনীয়। আপনি কি নিশ্চিত যে আপনি গ্লোবাল মোডে ফিরে যেতে চান?", "yes_go_back_to_global_mode": "হ্যাঁ, গ্লোবাল মোডে ফিরে যান", "are_you_sure_delete_this_post": "আপনি কি নিশ্চিত যে আপনি এই পোস্টটি মুছে ফেলতে চান?", + "yes_delete_it": "হ্যাঁ, মুছে ফেলুন", "cant_edit_networks_when_creating_set": "সেট তৈরি করার সময় আপনি নেটওয়ার্ক সম্পাদনা করতে পারবেন না", "click_to_exit_global_editing": "গ্লোবাল সম্পাদনা থেকে বেরিয়ে এই চ্যানেলের জন্য পোস্টটি কাস্টমাইজ করতে এই বোতামে ক্লিক করুন", "edit_content": "বিষয়বস্তু সম্পাদনা করুন", diff --git a/libraries/react-shared-libraries/src/translation/locales/de/translation.json b/libraries/react-shared-libraries/src/translation/locales/de/translation.json index 23b5a293..fc8062c4 100644 --- a/libraries/react-shared-libraries/src/translation/locales/de/translation.json +++ b/libraries/react-shared-libraries/src/translation/locales/de/translation.json @@ -454,7 +454,7 @@ "upload_content_to_tiktok_without_posting": "Inhalt auf TikTok hochladen, ohne zu posten", "choose_upload_without_posting_description": "Wähle 'Hochladen ohne Posten', wenn du deinen Inhalt in der TikTok-App vor der Veröffentlichung überprüfen und bearbeiten möchtest. So hast du Zugriff auf die integrierten Bearbeitungstools von TikTok und kannst vor dem Posten letzte Anpassungen vornehmen.", "faq_am_i_going_to_be_charged_by_postiz": "Werde ich von Postiz Gebühren berechnet bekommen?", - "faq_to_confirm_credit_card_information_postiz_will_hold": "Um die Kreditkarteninformationen zu bestätigen, wird Postiz 2$ reservieren und diesen Betrag sofort wieder freigeben.", + "faq_to_confirm_credit_card_information_postiz_will_hold": "Um die Kreditkarteninformationen zu bestätigen, wird Postiz 2 $ vorübergehend einbehalten und sofort wieder freigeben. Sie können Ihr Abonnement jederzeit in den Einstellungen kündigen, ohne mit einer Person sprechen zu müssen.", "faq_can_i_trust_postiz_gitroom": "Kann ich Postiz vertrauen?", "faq_postiz_gitroom_is_proudly_open_source": "Postiz ist stolz darauf, Open Source zu sein! Wir glauben an eine ethische und transparente Kultur, was bedeutet, dass Postiz für immer bestehen wird. Du kannst den gesamten Code einsehen oder für persönliche Projekte nutzen. Um das Open-Source-Repository anzusehen, klicke hier.", "faq_what_are_channels": "Was sind Kanäle?", @@ -465,7 +465,6 @@ "faq_we_automate_chatgpt_to_help_you_write": "Wir automatisieren ChatGPT, um dir beim Schreiben von Social-Media-Beiträgen und Artikeln zu helfen.", "enter_email": "E-Mail eingeben", "are_you_sure": "Bist du sicher?", - "yes_delete_it": "Ja, löschen!", "no_cancel": "Nein, abbrechen!", "are_you_sure_you_want_to_delete": "Bist du sicher, dass du {{name}} löschen möchtest?", "are_you_sure_you_want_to_delete_the_image": "Bist du sicher, dass du das Bild löschen möchtest?", @@ -505,7 +504,7 @@ "delete_integration": "Integration löschen", "start_writing_your_post": "Beginne, deinen Beitrag für eine Vorschau zu schreiben", "billing_join_over": "Schließen Sie sich über", - "billing_entrepreneurs_count": "18.000+ Unternehmern an", + "billing_entrepreneurs_count": "20.000+ Unternehmer", "billing_who_use": "die nutzen", "billing_postiz_grow_social": "Postiz, um ihre Social-Media-Präsenz zu steigern", "billing_no_risk_trial": "100% risikofreie Testphase", @@ -537,6 +536,27 @@ "billing_pay_0_start_trial": "Heute 0 $ zahlen – Starten Sie Ihre kostenlose Testphase!", "billing_pay_now": "Jetzt bezahlen", "billing_per_month": "/ Monat", + "billing_per_year": "/ Jahr", + "billing_order_summary": "Bestellübersicht", + "billing_applied": "Angewendet", + "billing_due_today": "Heute fällig", + "billing_then": "Dann", + "billing_on": "am", + "billing_discount_applied": "angewendet", + "billing_remove": "Entfernen", + "billing_coupon_expires": "Gutschein läuft ab am", + "billing_invalid_coupon": "Ungültiger Gutscheincode", + "billing_coupon_applied": "Gutschein erfolgreich angewendet!", + "billing_coupon_removed": "Gutschein entfernt", + "billing_error_removing_coupon": "Fehler beim Entfernen des Gutscheins", + "billing_have_discount_coupon": "Haben Sie einen Rabattgutschein?", + "billing_discount_coupon": "Rabattgutschein", + "billing_cancel": "Abbrechen", + "billing_enter_coupon_code": "Gutscheincode eingeben", + "billing_applying": "Wird angewendet...", + "billing_apply": "Anwenden", + "billing_subscription": "Abonnement", + "billing_cancel_notice": "Sie können jederzeit in den Einstellungen kündigen, ohne mit einer Person sprechen zu müssen, und werden nie belastet.", "select_channels": "Kanäle auswählen", "start_a_new_chat": "Neuen Chat starten", "your_assistant": "Ihr Assistent", @@ -652,6 +672,7 @@ "are_you_sure_go_back_to_global_mode": "Diese Aktion ist unwiderruflich. Bist du sicher, dass du in den globalen Modus zurückkehren möchtest?", "yes_go_back_to_global_mode": "Ja, zum globalen Modus zurückkehren", "are_you_sure_delete_this_post": "Bist du sicher, dass du diesen Beitrag löschen möchtest?", + "yes_delete_it": "Ja, löschen!", "cant_edit_networks_when_creating_set": "Du kannst Netzwerke beim Erstellen eines Sets nicht bearbeiten.", "click_to_exit_global_editing": "Klicke auf diese Schaltfläche, um die globale Bearbeitung zu beenden und den Beitrag für diesen Kanal anzupassen.", "edit_content": "Inhalt bearbeiten", diff --git a/libraries/react-shared-libraries/src/translation/locales/en/translation.json b/libraries/react-shared-libraries/src/translation/locales/en/translation.json index 6c0b78be..4537bb6c 100644 --- a/libraries/react-shared-libraries/src/translation/locales/en/translation.json +++ b/libraries/react-shared-libraries/src/translation/locales/en/translation.json @@ -454,7 +454,7 @@ "upload_content_to_tiktok_without_posting": "Upload content to TikTok without posting it", "choose_upload_without_posting_description": "Choose upload without posting if you want to review and edit your content within TikTok's app before publishing. This gives you access to TikTok's built-in editing tools and lets you make final adjustments before posting.", "faq_am_i_going_to_be_charged_by_postiz": "Am I going to be charged by Postiz?", - "faq_to_confirm_credit_card_information_postiz_will_hold": "To confirm credit card information Postiz will hold $2 and release it immediately", + "faq_to_confirm_credit_card_information_postiz_will_hold": "To confirm credit card information Postiz will hold $2 and release it immediately, you can cancel your subscription anytime from settings without talking to a person", "faq_can_i_trust_postiz_gitroom": "Can I trust Postiz?", "faq_postiz_gitroom_is_proudly_open_source": "Postiz is proudly open-source! We believe in an ethical and transparent culture, meaning that Postiz will live forever. You can check out the entire code or use it for personal projects. To view the open-source repository, click here.", "faq_what_are_channels": "What are channels?", @@ -465,7 +465,6 @@ "faq_we_automate_chatgpt_to_help_you_write": "We automate ChatGPT to help you write social posts and articles.", "enter_email": "Enter email", "are_you_sure": "Are you sure?", - "yes_delete_it": "Yes, delete it!", "no_cancel": "No, cancel!", "are_you_sure_you_want_to_delete": "Are you sure you want to delete {{name}}?", "are_you_sure_you_want_to_delete_the_image": "Are you sure you want to delete the image?", @@ -505,7 +504,7 @@ "delete_integration": "Delete Integration", "start_writing_your_post": "Start writing your post for a preview", "billing_join_over": "Join Over", - "billing_entrepreneurs_count": "18,000+ Entrepreneurs", + "billing_entrepreneurs_count": "20,000+ Entrepreneurs", "billing_who_use": "who use", "billing_postiz_grow_social": "Postiz To Grow Their Social Presence", "billing_no_risk_trial": "100% No-Risk Free Trial", @@ -537,6 +536,27 @@ "billing_pay_0_start_trial": "Pay $0 Today - Start your free trial!", "billing_pay_now": "Pay Now", "billing_per_month": "/ month", + "billing_per_year": "/ year", + "billing_order_summary": "Order Summary", + "billing_applied": "Applied", + "billing_due_today": "Due today", + "billing_then": "Then", + "billing_on": "on", + "billing_discount_applied": "applied", + "billing_remove": "Remove", + "billing_coupon_expires": "Coupon expires on", + "billing_invalid_coupon": "Invalid coupon code", + "billing_coupon_applied": "Coupon applied successfully!", + "billing_coupon_removed": "Coupon removed", + "billing_error_removing_coupon": "Error removing coupon", + "billing_have_discount_coupon": "Have a discount coupon?", + "billing_discount_coupon": "Discount Coupon", + "billing_cancel": "Cancel", + "billing_enter_coupon_code": "Enter coupon code", + "billing_applying": "Applying...", + "billing_apply": "Apply", + "billing_subscription": "Subscription", + "billing_cancel_notice": "Cancel anytime from settings without talking to a person and never be charged.", "select_channels": "Select Channels", "start_a_new_chat": "Start a new chat", "your_assistant": "Your Assistant", diff --git a/libraries/react-shared-libraries/src/translation/locales/es/translation.json b/libraries/react-shared-libraries/src/translation/locales/es/translation.json index c8b9fd37..db286261 100644 --- a/libraries/react-shared-libraries/src/translation/locales/es/translation.json +++ b/libraries/react-shared-libraries/src/translation/locales/es/translation.json @@ -454,7 +454,7 @@ "upload_content_to_tiktok_without_posting": "Subir contenido a TikTok sin publicarlo", "choose_upload_without_posting_description": "Elige subir sin publicar si quieres revisar y editar tu contenido en la aplicación de TikTok antes de publicarlo. Esto te da acceso a las herramientas de edición integradas de TikTok y te permite hacer ajustes finales antes de publicar.", "faq_am_i_going_to_be_charged_by_postiz": "¿Me va a cobrar Postiz?", - "faq_to_confirm_credit_card_information_postiz_will_hold": "Para confirmar la información de la tarjeta de crédito, Postiz retendrá $2 y los liberará inmediatamente", + "faq_to_confirm_credit_card_information_postiz_will_hold": "Para confirmar la información de la tarjeta de crédito, Postiz retendrá $2 y los liberará de inmediato. Puedes cancelar tu suscripción en cualquier momento desde la configuración sin hablar con una persona.", "faq_can_i_trust_postiz_gitroom": "¿Puedo confiar en Postiz?", "faq_postiz_gitroom_is_proudly_open_source": "¡Postiz es orgullosamente de código abierto! Creemos en una cultura ética y transparente, lo que significa que Postiz vivirá para siempre. Puedes revisar todo el código o usarlo para proyectos personales. Para ver el repositorio de código abierto, haz clic aquí.", "faq_what_are_channels": "¿Qué son los canales?", @@ -465,7 +465,6 @@ "faq_we_automate_chatgpt_to_help_you_write": "Automatizamos ChatGPT para ayudarte a escribir publicaciones sociales y artículos.", "enter_email": "Introduce el correo electrónico", "are_you_sure": "¿Estás seguro?", - "yes_delete_it": "¡Sí, bórralo!", "no_cancel": "No, cancelar", "are_you_sure_you_want_to_delete": "¿Estás seguro de que quieres eliminar {{name}}?", "are_you_sure_you_want_to_delete_the_image": "¿Estás seguro de que quieres eliminar la imagen?", @@ -505,7 +504,7 @@ "delete_integration": "Eliminar integración", "start_writing_your_post": "Comienza a escribir tu publicación para obtener una vista previa", "billing_join_over": "Únete a más de", - "billing_entrepreneurs_count": "18,000+ emprendedores", + "billing_entrepreneurs_count": "Más de 20,000 emprendedores", "billing_who_use": "que usan", "billing_postiz_grow_social": "Postiz para hacer crecer su presencia en redes sociales", "billing_no_risk_trial": "Prueba gratuita 100% sin riesgo", @@ -537,6 +536,27 @@ "billing_pay_0_start_trial": "¡Paga $0 hoy - Comienza tu prueba gratis!", "billing_pay_now": "Pagar ahora", "billing_per_month": "/ mes", + "billing_per_year": "/ año", + "billing_order_summary": "Resumen del pedido", + "billing_applied": "Aplicado", + "billing_due_today": "A pagar hoy", + "billing_then": "Luego", + "billing_on": "el", + "billing_discount_applied": "descuento aplicado", + "billing_remove": "Eliminar", + "billing_coupon_expires": "El cupón vence el", + "billing_invalid_coupon": "Código de cupón inválido", + "billing_coupon_applied": "¡Cupón aplicado con éxito!", + "billing_coupon_removed": "Cupón eliminado", + "billing_error_removing_coupon": "Error al eliminar el cupón", + "billing_have_discount_coupon": "¿Tienes un cupón de descuento?", + "billing_discount_coupon": "Cupón de descuento", + "billing_cancel": "Cancelar", + "billing_enter_coupon_code": "Ingresa el código del cupón", + "billing_applying": "Aplicando...", + "billing_apply": "Aplicar", + "billing_subscription": "Suscripción", + "billing_cancel_notice": "Cancela en cualquier momento desde la configuración sin hablar con una persona y nunca se te cobrará.", "select_channels": "Seleccionar canales", "start_a_new_chat": "Iniciar un nuevo chat", "your_assistant": "Tu Asistente", @@ -652,6 +672,7 @@ "are_you_sure_go_back_to_global_mode": "Esta acción es irreversible. ¿Estás seguro de que quieres volver al modo global?", "yes_go_back_to_global_mode": "Sí, volver al modo global", "are_you_sure_delete_this_post": "¿Estás seguro de que quieres eliminar esta publicación?", + "yes_delete_it": "¡Sí, bórralo!", "cant_edit_networks_when_creating_set": "No puedes editar redes al crear un conjunto", "click_to_exit_global_editing": "Haz clic en este botón para salir de la edición global y personalizar la publicación para este canal", "edit_content": "Editar contenido", diff --git a/libraries/react-shared-libraries/src/translation/locales/fr/translation.json b/libraries/react-shared-libraries/src/translation/locales/fr/translation.json index a542ad60..2792bd5b 100644 --- a/libraries/react-shared-libraries/src/translation/locales/fr/translation.json +++ b/libraries/react-shared-libraries/src/translation/locales/fr/translation.json @@ -454,7 +454,7 @@ "upload_content_to_tiktok_without_posting": "Télécharger le contenu sur TikTok sans le publier", "choose_upload_without_posting_description": "Choisissez de télécharger sans publier si vous souhaitez revoir et modifier votre contenu dans l’application TikTok avant de le publier. Cela vous donne accès aux outils d’édition intégrés de TikTok et vous permet de faire des ajustements finaux avant la publication.", "faq_am_i_going_to_be_charged_by_postiz": "Vais-je être facturé par Postiz ?", - "faq_to_confirm_credit_card_information_postiz_will_hold": "Pour confirmer les informations de carte de crédit, Postiz retiendra 2 $ et les libérera immédiatement", + "faq_to_confirm_credit_card_information_postiz_will_hold": "Pour confirmer les informations de carte de crédit, Postiz retiendra 2 $ et les libérera immédiatement. Vous pouvez annuler votre abonnement à tout moment depuis les paramètres, sans avoir à parler à quelqu'un.", "faq_can_i_trust_postiz_gitroom": "Puis-je faire confiance à Postiz ?", "faq_postiz_gitroom_is_proudly_open_source": "Postiz est fièrement open source ! Nous croyons en une culture éthique et transparente, ce qui signifie que Postiz existera toujours. Vous pouvez consulter l'intégralité du code ou l'utiliser pour des projets personnels. Pour voir le dépôt open source, cliquez ici.", "faq_what_are_channels": "Que sont les canaux ?", @@ -465,7 +465,6 @@ "faq_we_automate_chatgpt_to_help_you_write": "Nous automatisons ChatGPT pour vous aider à rédiger des publications sociales et des articles.", "enter_email": "Saisissez l’e-mail", "are_you_sure": "Êtes-vous sûr ?", - "yes_delete_it": "Oui, supprimez-le !", "no_cancel": "Non, annuler !", "are_you_sure_you_want_to_delete": "Êtes-vous sûr de vouloir supprimer {{name}} ?", "are_you_sure_you_want_to_delete_the_image": "Êtes-vous sûr de vouloir supprimer l'image ?", @@ -505,7 +504,7 @@ "delete_integration": "Supprimer l'intégration", "start_writing_your_post": "Commencez à écrire votre post pour un aperçu", "billing_join_over": "Rejoignez plus de", - "billing_entrepreneurs_count": "18 000+ entrepreneurs", + "billing_entrepreneurs_count": "Plus de 20 000 entrepreneurs", "billing_who_use": "qui utilisent", "billing_postiz_grow_social": "Postiz pour développer leur présence sur les réseaux sociaux", "billing_no_risk_trial": "Essai gratuit 100% sans risque", @@ -537,6 +536,27 @@ "billing_pay_0_start_trial": "Payez 0 $ aujourd'hui - Commencez votre essai gratuit !", "billing_pay_now": "Payer maintenant", "billing_per_month": "/ mois", + "billing_per_year": "/ an", + "billing_order_summary": "Récapitulatif de la commande", + "billing_applied": "Appliqué", + "billing_due_today": "À payer aujourd'hui", + "billing_then": "Ensuite", + "billing_on": "le", + "billing_discount_applied": "appliqué", + "billing_remove": "Supprimer", + "billing_coupon_expires": "Le coupon expire le", + "billing_invalid_coupon": "Code coupon invalide", + "billing_coupon_applied": "Coupon appliqué avec succès !", + "billing_coupon_removed": "Coupon supprimé", + "billing_error_removing_coupon": "Erreur lors de la suppression du coupon", + "billing_have_discount_coupon": "Vous avez un coupon de réduction ?", + "billing_discount_coupon": "Coupon de réduction", + "billing_cancel": "Annuler", + "billing_enter_coupon_code": "Entrez le code du coupon", + "billing_applying": "Application en cours...", + "billing_apply": "Appliquer", + "billing_subscription": "Abonnement", + "billing_cancel_notice": "Annulez à tout moment depuis les paramètres sans avoir à parler à quelqu'un et ne soyez jamais facturé.", "select_channels": "Sélectionner les canaux", "start_a_new_chat": "Démarrer une nouvelle conversation", "your_assistant": "Votre assistant", @@ -652,6 +672,7 @@ "are_you_sure_go_back_to_global_mode": "Cette action est irréversible. Êtes-vous sûr de vouloir revenir au mode global ?", "yes_go_back_to_global_mode": "Oui, revenir au mode global", "are_you_sure_delete_this_post": "Êtes-vous sûr de vouloir supprimer cette publication ?", + "yes_delete_it": "Oui, supprimez-le !", "cant_edit_networks_when_creating_set": "Vous ne pouvez pas modifier les réseaux lors de la création d’un ensemble", "click_to_exit_global_editing": "Cliquez sur ce bouton pour quitter l’édition globale et personnaliser la publication pour ce canal", "edit_content": "Modifier le contenu", diff --git a/libraries/react-shared-libraries/src/translation/locales/he/translation.json b/libraries/react-shared-libraries/src/translation/locales/he/translation.json index bec164b6..54f0d5de 100644 --- a/libraries/react-shared-libraries/src/translation/locales/he/translation.json +++ b/libraries/react-shared-libraries/src/translation/locales/he/translation.json @@ -454,7 +454,7 @@ "upload_content_to_tiktok_without_posting": "העלה תוכן ל-TikTok מבלי לפרסם אותו", "choose_upload_without_posting_description": "בחר העלאה ללא פרסום אם ברצונך לעיין ולערוך את התוכן שלך באפליקציית TikTok לפני הפרסום. זה יאפשר לך להשתמש בכלי העריכה המובנים של TikTok ולבצע התאמות אחרונות לפני הפרסום.", "faq_am_i_going_to_be_charged_by_postiz": "האם אחויב על ידי Postiz?", - "faq_to_confirm_credit_card_information_postiz_will_hold": "כדי לאמת את פרטי כרטיס האשראי, Postiz תחזיק $2 ותשחרר אותם מיד", + "faq_to_confirm_credit_card_information_postiz_will_hold": "כדי לאמת את פרטי כרטיס האשראי, פוסטיז תחזיק בסכום של 2$ ותשחרר אותו מיד. ניתן לבטל את המנוי בכל עת מההגדרות מבלי לדבר עם נציג.", "faq_can_i_trust_postiz_gitroom": "האם אפשר לסמוך על Postiz?", "faq_postiz_gitroom_is_proudly_open_source": "Postiz היא קוד פתוח בגאווה! אנו מאמינים בתרבות אתית ושקופה, מה שאומר ש-Postiz תמשיך להתקיים לנצח. אתם יכולים לעיין בכל הקוד או להשתמש בו לפרויקטים אישיים. לצפייה במאגר הקוד הפתוח, לחצו כאן.", "faq_what_are_channels": "מהם ערוצים?", @@ -465,7 +465,6 @@ "faq_we_automate_chatgpt_to_help_you_write": "אנו משתמשים ב-ChatGPT כדי לעזור לך לכתוב פוסטים ומאמרים לרשתות החברתיות.", "enter_email": "הזן אימייל", "are_you_sure": "האם אתה בטוח?", - "yes_delete_it": "כן, מחק את זה!", "no_cancel": "לא, בטל!", "are_you_sure_you_want_to_delete": "האם אתה בטוח שברצונך למחוק את {{name}}?", "are_you_sure_you_want_to_delete_the_image": "האם אתה בטוח שברצונך למחוק את התמונה?", @@ -505,7 +504,7 @@ "delete_integration": "מחק אינטגרציה", "start_writing_your_post": "התחל לכתוב את הפוסט שלך לתצוגה מקדימה", "billing_join_over": "הצטרפו ליותר מ-", - "billing_entrepreneurs_count": "18,000+ יזמים", + "billing_entrepreneurs_count": "20,000+ יזמים", "billing_who_use": "שמשתמשים ב-", "billing_postiz_grow_social": "Postiz כדי להגדיל את הנוכחות החברתית שלהם", "billing_no_risk_trial": "ניסיון חינם ללא סיכון ב-100%", @@ -537,6 +536,27 @@ "billing_pay_0_start_trial": "שלם 0$ היום - התחל את תקופת הניסיון שלך!", "billing_pay_now": "שלם עכשיו", "billing_per_month": "/ חודש", + "billing_per_year": "/ שנה", + "billing_order_summary": "סיכום הזמנה", + "billing_applied": "הוחל", + "billing_due_today": "לתשלום היום", + "billing_then": "לאחר מכן", + "billing_on": "בתאריך", + "billing_discount_applied": "ההנחה הוחלה", + "billing_remove": "הסר", + "billing_coupon_expires": "הקופון פג בתאריך", + "billing_invalid_coupon": "קוד קופון לא תקין", + "billing_coupon_applied": "הקופון הוחל בהצלחה!", + "billing_coupon_removed": "הקופון הוסר", + "billing_error_removing_coupon": "שגיאה בהסרת הקופון", + "billing_have_discount_coupon": "יש לך קופון הנחה?", + "billing_discount_coupon": "קופון הנחה", + "billing_cancel": "ביטול", + "billing_enter_coupon_code": "הזן קוד קופון", + "billing_applying": "מוחל...", + "billing_apply": "החל", + "billing_subscription": "מנוי", + "billing_cancel_notice": "ניתן לבטל בכל עת מההגדרות מבלי לדבר עם נציג ולעולם לא תחויב.", "select_channels": "בחר ערוצים", "start_a_new_chat": "התחל שיחה חדשה", "your_assistant": "העוזר שלך", @@ -652,6 +672,7 @@ "are_you_sure_go_back_to_global_mode": "פעולה זו אינה ניתנת לביטול. האם אתה בטוח שברצונך לחזור למצב גלובלי?", "yes_go_back_to_global_mode": "כן, חזור למצב גלובלי", "are_you_sure_delete_this_post": "האם אתה בטוח שברצונך למחוק את הפוסט הזה?", + "yes_delete_it": "כן, מחק את זה!", "cant_edit_networks_when_creating_set": "לא ניתן לערוך רשתות בעת יצירת סט", "click_to_exit_global_editing": "לחץ על כפתור זה כדי לצאת מעריכה גלובלית ולהתאים את הפוסט לערוץ זה", "edit_content": "ערוך תוכן", diff --git a/libraries/react-shared-libraries/src/translation/locales/it/translation.json b/libraries/react-shared-libraries/src/translation/locales/it/translation.json index 27c7e7bf..b4e918df 100644 --- a/libraries/react-shared-libraries/src/translation/locales/it/translation.json +++ b/libraries/react-shared-libraries/src/translation/locales/it/translation.json @@ -454,7 +454,7 @@ "upload_content_to_tiktok_without_posting": "Carica contenuto su TikTok senza pubblicarlo", "choose_upload_without_posting_description": "Scegli 'carica senza pubblicare' se vuoi rivedere e modificare il tuo contenuto nell'app di TikTok prima di pubblicarlo. Questo ti dà accesso agli strumenti di modifica integrati di TikTok e ti permette di fare le ultime modifiche prima della pubblicazione.", "faq_am_i_going_to_be_charged_by_postiz": "Mi verrà addebitato qualcosa da Postiz?", - "faq_to_confirm_credit_card_information_postiz_will_hold": "Per confermare le informazioni della carta di credito, Postiz tratterrà 2$ e li rilascerà immediatamente", + "faq_to_confirm_credit_card_information_postiz_will_hold": "Per confermare le informazioni della carta di credito, Postiz tratterrà 2$ e li rilascerà immediatamente. Puoi annullare l'abbonamento in qualsiasi momento dalle impostazioni senza parlare con nessuno.", "faq_can_i_trust_postiz_gitroom": "Posso fidarmi di Postiz?", "faq_postiz_gitroom_is_proudly_open_source": "Postiz è orgogliosamente open-source! Crediamo in una cultura etica e trasparente, il che significa che Postiz vivrà per sempre. Puoi consultare tutto il codice o usarlo per progetti personali. Per visualizzare il repository open-source, clicca qui.", "faq_what_are_channels": "Cosa sono i canali?", @@ -465,7 +465,6 @@ "faq_we_automate_chatgpt_to_help_you_write": "Automatizziamo ChatGPT per aiutarti a scrivere post social e articoli.", "enter_email": "Inserisci email", "are_you_sure": "Sei sicuro?", - "yes_delete_it": "Sì, eliminalo!", "no_cancel": "No, annulla!", "are_you_sure_you_want_to_delete": "Sei sicuro di voler eliminare {{name}}?", "are_you_sure_you_want_to_delete_the_image": "Sei sicuro di voler eliminare l'immagine?", @@ -505,7 +504,7 @@ "delete_integration": "Elimina integrazione", "start_writing_your_post": "Inizia a scrivere il tuo post per un'anteprima", "billing_join_over": "Unisciti a oltre", - "billing_entrepreneurs_count": "18.000+ imprenditori", + "billing_entrepreneurs_count": "Oltre 20.000 imprenditori", "billing_who_use": "che usano", "billing_postiz_grow_social": "Postiz per far crescere la loro presenza sui social", "billing_no_risk_trial": "Prova gratuita senza rischi al 100%", @@ -537,6 +536,27 @@ "billing_pay_0_start_trial": "Paga 0€ oggi - Inizia la tua prova gratuita!", "billing_pay_now": "Paga ora", "billing_per_month": "/ mese", + "billing_per_year": "/ anno", + "billing_order_summary": "Riepilogo ordine", + "billing_applied": "Applicato", + "billing_due_today": "Dovuto oggi", + "billing_then": "Poi", + "billing_on": "il", + "billing_discount_applied": "applicato", + "billing_remove": "Rimuovi", + "billing_coupon_expires": "Il coupon scade il", + "billing_invalid_coupon": "Codice coupon non valido", + "billing_coupon_applied": "Coupon applicato con successo!", + "billing_coupon_removed": "Coupon rimosso", + "billing_error_removing_coupon": "Errore durante la rimozione del coupon", + "billing_have_discount_coupon": "Hai un coupon sconto?", + "billing_discount_coupon": "Coupon sconto", + "billing_cancel": "Annulla", + "billing_enter_coupon_code": "Inserisci il codice coupon", + "billing_applying": "Applicazione in corso...", + "billing_apply": "Applica", + "billing_subscription": "Abbonamento", + "billing_cancel_notice": "Annulla in qualsiasi momento dalle impostazioni senza parlare con nessuno e non ti verrà mai addebitato nulla.", "select_channels": "Seleziona canali", "start_a_new_chat": "Inizia una nuova chat", "your_assistant": "Il tuo assistente", @@ -652,6 +672,7 @@ "are_you_sure_go_back_to_global_mode": "Questa azione è irreversibile. Sei sicuro di voler tornare alla modalità globale?", "yes_go_back_to_global_mode": "Sì, torna alla modalità globale", "are_you_sure_delete_this_post": "Sei sicuro di voler eliminare questo post?", + "yes_delete_it": "Sì, eliminalo!", "cant_edit_networks_when_creating_set": "Non puoi modificare le reti durante la creazione di un set", "click_to_exit_global_editing": "Clicca su questo pulsante per uscire dalla modifica globale e personalizzare il post per questo canale", "edit_content": "Modifica contenuto", diff --git a/libraries/react-shared-libraries/src/translation/locales/ja/translation.json b/libraries/react-shared-libraries/src/translation/locales/ja/translation.json index 5e3c732a..300929b1 100644 --- a/libraries/react-shared-libraries/src/translation/locales/ja/translation.json +++ b/libraries/react-shared-libraries/src/translation/locales/ja/translation.json @@ -454,7 +454,7 @@ "upload_content_to_tiktok_without_posting": "投稿せずにコンテンツをTikTokにアップロードする", "choose_upload_without_posting_description": "公開前にTikTokアプリ内でコンテンツを確認・編集したい場合は「投稿せずにアップロード」を選択してください。これにより、TikTokの編集ツールを利用でき、投稿前に最終調整が可能です。", "faq_am_i_going_to_be_charged_by_postiz": "Postizから料金が請求されますか?", - "faq_to_confirm_credit_card_information_postiz_will_hold": "クレジットカード情報の確認のため、Postizは2ドルを一時的に保持し、すぐに解除します", + "faq_to_confirm_credit_card_information_postiz_will_hold": "クレジットカード情報を確認するために、Postizは2ドルを一時的に保持し、すぐに返金します。設定からいつでも人と話すことなくサブスクリプションをキャンセルできます。", "faq_can_i_trust_postiz_gitroom": "Postizは信頼できますか?", "faq_postiz_gitroom_is_proudly_open_source": "Postizは誇りを持ってオープンソースです!私たちは倫理的で透明性のある文化を信じており、Postizは永遠に存続します。全てのコードを確認したり、個人プロジェクトで利用したりできます。オープンソースリポジトリを見るには、こちらをクリックしてください。", "faq_what_are_channels": "チャンネルとは何ですか?", @@ -465,7 +465,6 @@ "faq_we_automate_chatgpt_to_help_you_write": "ChatGPTを自動化して、SNS投稿や記事の作成をサポートします。", "enter_email": "メールアドレスを入力", "are_you_sure": "本当に宜しいですか?", - "yes_delete_it": "はい、削除します!", "no_cancel": "いいえ、キャンセルします", "are_you_sure_you_want_to_delete": "{{name}} を削除してもよろしいですか?", "are_you_sure_you_want_to_delete_the_image": "この画像を削除してもよろしいですか?", @@ -505,7 +504,7 @@ "delete_integration": "連携を削除", "start_writing_your_post": "プレビュー用に投稿を書き始めてください", "billing_join_over": "すでに参加している", - "billing_entrepreneurs_count": "18,000人以上の起業家", + "billing_entrepreneurs_count": "20,000人以上の起業家", "billing_who_use": "が利用している", "billing_postiz_grow_social": "Postizでソーシャルプレゼンスを成長させる", "billing_no_risk_trial": "100%リスクなしの無料トライアル", @@ -537,6 +536,27 @@ "billing_pay_0_start_trial": "本日のお支払いは0円 - 無料トライアルを始めましょう!", "billing_pay_now": "今すぐ支払う", "billing_per_month": "/月", + "billing_per_year": "/年", + "billing_order_summary": "ご注文内容", + "billing_applied": "適用済み", + "billing_due_today": "本日のお支払い額", + "billing_then": "その後", + "billing_on": "日付", + "billing_discount_applied": "割引適用済み", + "billing_remove": "削除", + "billing_coupon_expires": "クーポンの有効期限:", + "billing_invalid_coupon": "無効なクーポンコードです", + "billing_coupon_applied": "クーポンが正常に適用されました!", + "billing_coupon_removed": "クーポンが削除されました", + "billing_error_removing_coupon": "クーポンの削除中にエラーが発生しました", + "billing_have_discount_coupon": "割引クーポンをお持ちですか?", + "billing_discount_coupon": "割引クーポン", + "billing_cancel": "キャンセル", + "billing_enter_coupon_code": "クーポンコードを入力してください", + "billing_applying": "適用中...", + "billing_apply": "適用", + "billing_subscription": "サブスクリプション", + "billing_cancel_notice": "設定からいつでも人と話すことなくキャンセルでき、料金は一切発生しません。", "select_channels": "チャンネルを選択", "start_a_new_chat": "新しいチャットを開始", "your_assistant": "あなたのアシスタント", @@ -652,6 +672,7 @@ "are_you_sure_go_back_to_global_mode": "この操作は元に戻せません。本当にグローバルモードに戻りますか?", "yes_go_back_to_global_mode": "はい、グローバルモードに戻ります", "are_you_sure_delete_this_post": "本当にこの投稿を削除しますか?", + "yes_delete_it": "はい、削除します!", "cant_edit_networks_when_creating_set": "セット作成中はネットワークを編集できません", "click_to_exit_global_editing": "このボタンをクリックしてグローバル編集を終了し、このチャンネル用に投稿をカスタマイズします", "edit_content": "内容を編集", diff --git a/libraries/react-shared-libraries/src/translation/locales/ko/translation.json b/libraries/react-shared-libraries/src/translation/locales/ko/translation.json index 783dfb07..881cc319 100644 --- a/libraries/react-shared-libraries/src/translation/locales/ko/translation.json +++ b/libraries/react-shared-libraries/src/translation/locales/ko/translation.json @@ -454,7 +454,7 @@ "upload_content_to_tiktok_without_posting": "게시하지 않고 TikTok에 콘텐츠 업로드하기", "choose_upload_without_posting_description": "게시하지 않고 업로드를 선택하면 TikTok 앱 내에서 콘텐츠를 검토하고 편집한 후 게시할 수 있습니다. TikTok의 내장 편집 도구를 사용할 수 있으며, 게시 전에 최종 수정을 할 수 있습니다.", "faq_am_i_going_to_be_charged_by_postiz": "Postiz에서 요금이 청구되나요?", - "faq_to_confirm_credit_card_information_postiz_will_hold": "신용카드 정보를 확인하기 위해 Postiz는 $2를 보류했다가 즉시 해제합니다.", + "faq_to_confirm_credit_card_information_postiz_will_hold": "신용카드 정보를 확인하기 위해 Postiz는 $2를 보류했다가 즉시 해제합니다. 설정에서 언제든지 사람과 대화하지 않고 구독을 취소할 수 있습니다.", "faq_can_i_trust_postiz_gitroom": "Postiz를 신뢰할 수 있나요?", "faq_postiz_gitroom_is_proudly_open_source": "Postiz는 자랑스럽게 오픈소스입니다! 우리는 윤리적이고 투명한 문화를 믿으며, Postiz는 영원히 존재할 것입니다. 전체 코드를 확인하거나 개인 프로젝트에 사용할 수 있습니다. 오픈소스 저장소를 보려면 여기를 클릭하세요.", "faq_what_are_channels": "채널이란 무엇인가요?", @@ -465,7 +465,6 @@ "faq_we_automate_chatgpt_to_help_you_write": "ChatGPT를 자동화하여 소셜 게시물과 글쓰기를 도와드립니다.", "enter_email": "이메일 입력", "are_you_sure": "정말로 하시겠습니까?", - "yes_delete_it": "네, 삭제하세요!", "no_cancel": "아니요, 취소하세요!", "are_you_sure_you_want_to_delete": "{{name}}을(를) 삭제하시겠습니까?", "are_you_sure_you_want_to_delete_the_image": "이 이미지를 삭제하시겠습니까?", @@ -505,7 +504,7 @@ "delete_integration": "통합 삭제", "start_writing_your_post": "미리보기를 위해 게시글 작성을 시작하세요", "billing_join_over": "이미 가입한", - "billing_entrepreneurs_count": "18,000+ 명의 창업가", + "billing_entrepreneurs_count": "20,000+명의 창업가", "billing_who_use": "이(가) 사용하는", "billing_postiz_grow_social": "Postiz로 소셜 존재감을 키우세요", "billing_no_risk_trial": "100% 무위험 무료 체험", @@ -537,6 +536,27 @@ "billing_pay_0_start_trial": "오늘 $0 결제 - 무료 체험을 시작하세요!", "billing_pay_now": "지금 결제", "billing_per_month": "/월", + "billing_per_year": "/ 연", + "billing_order_summary": "주문 요약", + "billing_applied": "적용됨", + "billing_due_today": "오늘 결제 금액", + "billing_then": "그 다음", + "billing_on": "~에", + "billing_discount_applied": "할인 적용됨", + "billing_remove": "제거", + "billing_coupon_expires": "쿠폰 만료일:", + "billing_invalid_coupon": "유효하지 않은 쿠폰 코드", + "billing_coupon_applied": "쿠폰이 성공적으로 적용되었습니다!", + "billing_coupon_removed": "쿠폰이 제거되었습니다", + "billing_error_removing_coupon": "쿠폰 제거 중 오류가 발생했습니다", + "billing_have_discount_coupon": "할인 쿠폰이 있으신가요?", + "billing_discount_coupon": "할인 쿠폰", + "billing_cancel": "취소", + "billing_enter_coupon_code": "쿠폰 코드를 입력하세요", + "billing_applying": "적용 중...", + "billing_apply": "적용", + "billing_subscription": "구독", + "billing_cancel_notice": "설정에서 언제든지 사람과 대화하지 않고 구독을 취소할 수 있으며, 결제가 청구되지 않습니다.", "select_channels": "채널 선택", "start_a_new_chat": "새 채팅 시작", "your_assistant": "당신의 어시스턴트", @@ -652,6 +672,7 @@ "are_you_sure_go_back_to_global_mode": "이 작업은 되돌릴 수 없습니다. 정말로 글로벌 모드로 돌아가시겠습니까?", "yes_go_back_to_global_mode": "네, 글로벌 모드로 돌아갑니다", "are_you_sure_delete_this_post": "이 게시물을 삭제하시겠습니까?", + "yes_delete_it": "네, 삭제하세요!", "cant_edit_networks_when_creating_set": "세트를 생성할 때는 네트워크를 편집할 수 없습니다.", "click_to_exit_global_editing": "이 버튼을 클릭하면 글로벌 편집을 종료하고 이 채널에 맞게 게시물을 맞춤 설정할 수 있습니다.", "edit_content": "내용 편집", diff --git a/libraries/react-shared-libraries/src/translation/locales/pt/translation.json b/libraries/react-shared-libraries/src/translation/locales/pt/translation.json index 09d37edc..1b60edc7 100644 --- a/libraries/react-shared-libraries/src/translation/locales/pt/translation.json +++ b/libraries/react-shared-libraries/src/translation/locales/pt/translation.json @@ -454,7 +454,7 @@ "upload_content_to_tiktok_without_posting": "Enviar conteúdo para o TikTok sem publicar", "choose_upload_without_posting_description": "Escolha enviar sem publicar se quiser revisar e editar seu conteúdo no aplicativo do TikTok antes de publicar. Isso lhe dá acesso às ferramentas de edição do próprio TikTok e permite fazer ajustes finais antes de postar.", "faq_am_i_going_to_be_charged_by_postiz": "Vou ser cobrado pelo Postiz?", - "faq_to_confirm_credit_card_information_postiz_will_hold": "Para confirmar as informações do cartão de crédito, o Postiz irá reter R$2 e liberá-lo imediatamente", + "faq_to_confirm_credit_card_information_postiz_will_hold": "Para confirmar as informações do cartão de crédito, a Postiz irá reter R$2 e liberá-lo imediatamente. Você pode cancelar sua assinatura a qualquer momento nas configurações, sem precisar falar com ninguém.", "faq_can_i_trust_postiz_gitroom": "Posso confiar no Postiz?", "faq_postiz_gitroom_is_proudly_open_source": "O Postiz é orgulhosamente open-source! Acreditamos em uma cultura ética e transparente, o que significa que o Postiz viverá para sempre. Você pode conferir todo o código ou usá-lo em projetos pessoais. Para ver o repositório open-source, clique aqui.", "faq_what_are_channels": "O que são canais?", @@ -465,7 +465,6 @@ "faq_we_automate_chatgpt_to_help_you_write": "Automatizamos o ChatGPT para ajudar você a escrever postagens e artigos para redes sociais.", "enter_email": "Digite o e-mail", "are_you_sure": "Tem certeza?", - "yes_delete_it": "Sim, exclua!", "no_cancel": "Não, cancelar!", "are_you_sure_you_want_to_delete": "Tem certeza de que deseja excluir {{name}}?", "are_you_sure_you_want_to_delete_the_image": "Tem certeza de que deseja excluir a imagem?", @@ -505,7 +504,7 @@ "delete_integration": "Excluir integração", "start_writing_your_post": "Comece a escrever sua postagem para visualizar", "billing_join_over": "Junte-se a mais de", - "billing_entrepreneurs_count": "18.000+ empreendedores", + "billing_entrepreneurs_count": "20.000+ Empreendedores", "billing_who_use": "que usam", "billing_postiz_grow_social": "Postiz para aumentar sua presença social", "billing_no_risk_trial": "Teste gratuito 100% sem risco", @@ -537,6 +536,27 @@ "billing_pay_0_start_trial": "Pague R$0 hoje - Comece seu teste gratuito!", "billing_pay_now": "Pagar agora", "billing_per_month": "/ mês", + "billing_per_year": "/ ano", + "billing_order_summary": "Resumo do Pedido", + "billing_applied": "Aplicado", + "billing_due_today": "Vencimento hoje", + "billing_then": "Depois", + "billing_on": "em", + "billing_discount_applied": "aplicado", + "billing_remove": "Remover", + "billing_coupon_expires": "O cupom expira em", + "billing_invalid_coupon": "Código de cupom inválido", + "billing_coupon_applied": "Cupom aplicado com sucesso!", + "billing_coupon_removed": "Cupom removido", + "billing_error_removing_coupon": "Erro ao remover o cupom", + "billing_have_discount_coupon": "Possui um cupom de desconto?", + "billing_discount_coupon": "Cupom de Desconto", + "billing_cancel": "Cancelar", + "billing_enter_coupon_code": "Digite o código do cupom", + "billing_applying": "Aplicando...", + "billing_apply": "Aplicar", + "billing_subscription": "Assinatura", + "billing_cancel_notice": "Cancele a qualquer momento nas configurações sem falar com ninguém e nunca será cobrado.", "select_channels": "Selecionar canais", "start_a_new_chat": "Iniciar um novo chat", "your_assistant": "Seu Assistente", @@ -652,6 +672,7 @@ "are_you_sure_go_back_to_global_mode": "Esta ação é irreversível. Tem certeza de que deseja voltar para o modo global?", "yes_go_back_to_global_mode": "Sim, voltar para o modo global", "are_you_sure_delete_this_post": "Tem certeza de que deseja excluir esta postagem?", + "yes_delete_it": "Sim, exclua!", "cant_edit_networks_when_creating_set": "Você não pode editar redes ao criar um conjunto", "click_to_exit_global_editing": "Clique neste botão para sair da edição global e personalizar a postagem para este canal", "edit_content": "Editar conteúdo", diff --git a/libraries/react-shared-libraries/src/translation/locales/ru/translation.json b/libraries/react-shared-libraries/src/translation/locales/ru/translation.json index 146b5d25..6b913a8e 100644 --- a/libraries/react-shared-libraries/src/translation/locales/ru/translation.json +++ b/libraries/react-shared-libraries/src/translation/locales/ru/translation.json @@ -454,7 +454,7 @@ "upload_content_to_tiktok_without_posting": "Загрузить контент в TikTok без публикации", "choose_upload_without_posting_description": "Выберите загрузку без публикации, если хотите просмотреть и отредактировать свой контент в приложении TikTok перед публикацией. Это даст вам доступ к встроенным инструментам редактирования TikTok и позволит внести финальные изменения перед публикацией.", "faq_am_i_going_to_be_charged_by_postiz": "Будет ли с меня взиматься плата Postiz?", - "faq_to_confirm_credit_card_information_postiz_will_hold": "Для подтверждения информации о кредитной карте Postiz удержит $2 и сразу же их вернет", + "faq_to_confirm_credit_card_information_postiz_will_hold": "Для подтверждения информации о кредитной карте Postiz временно удержит $2 и сразу же их вернет. Вы можете отменить подписку в любое время через настройки без необходимости разговаривать с оператором.", "faq_can_i_trust_postiz_gitroom": "Можно ли доверять Postiz?", "faq_postiz_gitroom_is_proudly_open_source": "Postiz — это полностью open-source! Мы верим в этичную и прозрачную культуру, а значит, Postiz будет существовать всегда. Вы можете ознакомиться с полным кодом или использовать его для личных проектов. Чтобы просмотреть open-source репозиторий, нажмите здесь.", "faq_what_are_channels": "Что такое каналы?", @@ -465,7 +465,6 @@ "faq_we_automate_chatgpt_to_help_you_write": "Мы автоматизируем ChatGPT, чтобы помочь вам писать посты и статьи для соцсетей.", "enter_email": "Введите email", "are_you_sure": "Вы уверены?", - "yes_delete_it": "Да, удалить!", "no_cancel": "Нет, отмена!", "are_you_sure_you_want_to_delete": "Вы уверены, что хотите удалить {{name}}?", "are_you_sure_you_want_to_delete_the_image": "Вы уверены, что хотите удалить изображение?", @@ -505,7 +504,7 @@ "delete_integration": "Удалить интеграцию", "start_writing_your_post": "Начните писать свой пост для предварительного просмотра", "billing_join_over": "Присоединяйтесь к", - "billing_entrepreneurs_count": "18 000+ предпринимателей", + "billing_entrepreneurs_count": "20 000+ предпринимателей", "billing_who_use": "которые используют", "billing_postiz_grow_social": "Postiz для роста своей социальной активности", "billing_no_risk_trial": "100% бесплатный пробный период без риска", @@ -537,6 +536,27 @@ "billing_pay_0_start_trial": "Заплатите $0 сегодня — начните бесплатный пробный период!", "billing_pay_now": "Оплатить сейчас", "billing_per_month": "/ месяц", + "billing_per_year": "/ год", + "billing_order_summary": "Сводка заказа", + "billing_applied": "Применено", + "billing_due_today": "К оплате сегодня", + "billing_then": "Затем", + "billing_on": "в", + "billing_discount_applied": "скидка применена", + "billing_remove": "Удалить", + "billing_coupon_expires": "Купон истекает", + "billing_invalid_coupon": "Недействительный промокод", + "billing_coupon_applied": "Промокод успешно применён!", + "billing_coupon_removed": "Промокод удалён", + "billing_error_removing_coupon": "Ошибка при удалении промокода", + "billing_have_discount_coupon": "Есть промокод на скидку?", + "billing_discount_coupon": "Промокод на скидку", + "billing_cancel": "Отмена", + "billing_enter_coupon_code": "Введите промокод", + "billing_applying": "Применение...", + "billing_apply": "Применить", + "billing_subscription": "Подписка", + "billing_cancel_notice": "Вы можете отменить подписку в любое время через настройки без необходимости разговаривать с оператором и больше не будете платить.", "select_channels": "Выберите каналы", "start_a_new_chat": "Начать новый чат", "your_assistant": "Ваш помощник", @@ -652,6 +672,7 @@ "are_you_sure_go_back_to_global_mode": "Это действие необратимо. Вы уверены, что хотите вернуться в глобальный режим?", "yes_go_back_to_global_mode": "Да, вернуться в глобальный режим", "are_you_sure_delete_this_post": "Вы уверены, что хотите удалить эту публикацию?", + "yes_delete_it": "Да, удалить!", "cant_edit_networks_when_creating_set": "Вы не можете редактировать сети при создании набора", "click_to_exit_global_editing": "Нажмите эту кнопку, чтобы выйти из глобального редактирования и настроить публикацию для этого канала", "edit_content": "Редактировать содержимое", diff --git a/libraries/react-shared-libraries/src/translation/locales/tr/translation.json b/libraries/react-shared-libraries/src/translation/locales/tr/translation.json index 406a7403..53ad9552 100644 --- a/libraries/react-shared-libraries/src/translation/locales/tr/translation.json +++ b/libraries/react-shared-libraries/src/translation/locales/tr/translation.json @@ -454,7 +454,7 @@ "upload_content_to_tiktok_without_posting": "İçeriği TikTok'a paylaşmadan yükle", "choose_upload_without_posting_description": "İçeriğinizi yayınlamadan önce TikTok uygulamasında gözden geçirmek ve düzenlemek istiyorsanız, paylaşmadan yüklemeyi seçin. Bu, TikTok'un yerleşik düzenleme araçlarına erişmenizi sağlar ve paylaşmadan önce son düzenlemeleri yapmanıza olanak tanır.", "faq_am_i_going_to_be_charged_by_postiz": "Postiz tarafından ücretlendirilecek miyim?", - "faq_to_confirm_credit_card_information_postiz_will_hold": "Kredi kartı bilgilerinizi doğrulamak için Postiz 2$ tutarında bir provizyon alacak ve hemen serbest bırakacaktır", + "faq_to_confirm_credit_card_information_postiz_will_hold": "Kredi kartı bilgilerini doğrulamak için Postiz $2 tutacak ve hemen serbest bırakacaktır, ayarlarından herhangi bir kişiyle konuşmadan aboneliğinizi istediğiniz zaman iptal edebilirsiniz.", "faq_can_i_trust_postiz_gitroom": "Postiz'e güvenebilir miyim?", "faq_postiz_gitroom_is_proudly_open_source": "Postiz gururla açık kaynaklıdır! Etik ve şeffaf bir kültüre inanıyoruz, bu da Postiz'in sonsuza dek yaşayacağı anlamına gelir. Tüm kodu inceleyebilir veya kişisel projelerinizde kullanabilirsiniz. Açık kaynak deposunu görüntülemek için buraya tıklayın.", "faq_what_are_channels": "Kanallar nedir?", @@ -465,7 +465,6 @@ "faq_we_automate_chatgpt_to_help_you_write": "Sosyal medya gönderileri ve makaleler yazmanıza yardımcı olmak için ChatGPT'yi otomatikleştiriyoruz.", "enter_email": "E-posta girin", "are_you_sure": "Emin misiniz?", - "yes_delete_it": "Evet, sil!", "no_cancel": "Hayır, iptal et!", "are_you_sure_you_want_to_delete": "{{name}}'i silmek istediğinizden emin misiniz?", "are_you_sure_you_want_to_delete_the_image": "Görseli silmek istediğinizden emin misiniz?", @@ -505,7 +504,7 @@ "delete_integration": "Entegrasyonu Sil", "start_writing_your_post": "Önizleme için gönderinizi yazmaya başlayın", "billing_join_over": "Katılan", - "billing_entrepreneurs_count": "18.000+ Girişimci", + "billing_entrepreneurs_count": "20.000+ Girişimci", "billing_who_use": "kullanan", "billing_postiz_grow_social": "Sosyal Varlıklarını Büyütmek İçin Postiz", "billing_no_risk_trial": "%100 Risksiz Ücretsiz Deneme", @@ -537,6 +536,27 @@ "billing_pay_0_start_trial": "Bugün 0$ ödeyin - Ücretsiz denemenizi başlatın!", "billing_pay_now": "Şimdi Öde", "billing_per_month": "/ ay", + "billing_per_year": "/ yıl", + "billing_order_summary": "Sipariş Özeti", + "billing_applied": "Uygulandı", + "billing_due_today": "Bugün ödenecek", + "billing_then": "Sonra", + "billing_on": "tarihinde", + "billing_discount_applied": "uygulandı", + "billing_remove": "Kaldır", + "billing_coupon_expires": "Kuponun son kullanma tarihi", + "billing_invalid_coupon": "Geçersiz kupon kodu", + "billing_coupon_applied": "Kupon başarıyla uygulandı!", + "billing_coupon_removed": "Kupon kaldırıldı", + "billing_error_removing_coupon": "Kupon kaldırılırken hata oluştu", + "billing_have_discount_coupon": "İndirim kuponunuz mu var?", + "billing_discount_coupon": "İndirim Kuponu", + "billing_cancel": "İptal Et", + "billing_enter_coupon_code": "Kupon kodunu girin", + "billing_applying": "Uygulanıyor...", + "billing_apply": "Uygula", + "billing_subscription": "Abonelik", + "billing_cancel_notice": "Ayarlar kısmından herhangi bir kişiyle konuşmadan istediğiniz zaman iptal edebilir ve asla ücretlendirilmezsiniz.", "select_channels": "Kanalları Seç", "start_a_new_chat": "Yeni bir sohbet başlat", "your_assistant": "Asistanınız", @@ -652,6 +672,7 @@ "are_you_sure_go_back_to_global_mode": "Bu işlem geri alınamaz. Global moda dönmek istediğinizden emin misiniz?", "yes_go_back_to_global_mode": "Evet, global moda dön", "are_you_sure_delete_this_post": "Bu gönderiyi silmek istediğinizden emin misiniz?", + "yes_delete_it": "Evet, sil!", "cant_edit_networks_when_creating_set": "Bir set oluştururken ağları düzenleyemezsiniz", "click_to_exit_global_editing": "Global düzenlemeden çıkmak ve bu kanal için gönderiyi özelleştirmek için bu butona tıklayın", "edit_content": "İçeriği düzenle", diff --git a/libraries/react-shared-libraries/src/translation/locales/vi/translation.json b/libraries/react-shared-libraries/src/translation/locales/vi/translation.json index 8c4473fe..390e8fb5 100644 --- a/libraries/react-shared-libraries/src/translation/locales/vi/translation.json +++ b/libraries/react-shared-libraries/src/translation/locales/vi/translation.json @@ -454,7 +454,7 @@ "upload_content_to_tiktok_without_posting": "Tải nội dung lên TikTok mà không đăng", "choose_upload_without_posting_description": "Chọn tải lên mà không đăng nếu bạn muốn xem lại và chỉnh sửa nội dung trong ứng dụng TikTok trước khi xuất bản. Điều này giúp bạn sử dụng các công cụ chỉnh sửa tích hợp của TikTok và thực hiện các điều chỉnh cuối cùng trước khi đăng.", "faq_am_i_going_to_be_charged_by_postiz": "Tôi có bị Postiz tính phí không?", - "faq_to_confirm_credit_card_information_postiz_will_hold": "Để xác nhận thông tin thẻ tín dụng, Postiz sẽ giữ $2 và hoàn trả ngay lập tức", + "faq_to_confirm_credit_card_information_postiz_will_hold": "Để xác nhận thông tin thẻ tín dụng, Postiz sẽ giữ $2 và hoàn trả ngay lập tức, bạn có thể hủy đăng ký bất cứ lúc nào trong phần cài đặt mà không cần nói chuyện với ai", "faq_can_i_trust_postiz_gitroom": "Tôi có thể tin tưởng Postiz không?", "faq_postiz_gitroom_is_proudly_open_source": "Postiz tự hào là mã nguồn mở! Chúng tôi tin vào một văn hóa đạo đức và minh bạch, nghĩa là Postiz sẽ tồn tại mãi mãi. Bạn có thể xem toàn bộ mã nguồn hoặc sử dụng cho các dự án cá nhân. Để xem kho mã nguồn mở, bấm vào đây.", "faq_what_are_channels": "Kênh là gì?", @@ -465,7 +465,6 @@ "faq_we_automate_chatgpt_to_help_you_write": "Chúng tôi tự động hóa ChatGPT để giúp bạn viết bài đăng mạng xã hội và bài viết.", "enter_email": "Nhập email", "are_you_sure": "Bạn có chắc không?", - "yes_delete_it": "Vâng, xóa nó đi!", "no_cancel": "Không, hủy bỏ!", "are_you_sure_you_want_to_delete": "Bạn có chắc muốn xóa {{name}} không?", "are_you_sure_you_want_to_delete_the_image": "Bạn có chắc muốn xóa hình ảnh này không?", @@ -505,7 +504,7 @@ "delete_integration": "Xóa tích hợp", "start_writing_your_post": "Bắt đầu viết bài của bạn để xem trước", "billing_join_over": "Tham gia cùng hơn", - "billing_entrepreneurs_count": "18.000+ doanh nhân", + "billing_entrepreneurs_count": "Hơn 20.000 doanh nhân", "billing_who_use": "đang sử dụng", "billing_postiz_grow_social": "Postiz để phát triển sự hiện diện trên mạng xã hội của họ", "billing_no_risk_trial": "Dùng thử miễn phí 100% không rủi ro", @@ -537,6 +536,27 @@ "billing_pay_0_start_trial": "Thanh toán $0 hôm nay - Bắt đầu dùng thử miễn phí!", "billing_pay_now": "Thanh toán ngay", "billing_per_month": "/ tháng", + "billing_per_year": "/ năm", + "billing_order_summary": "Tóm tắt đơn hàng", + "billing_applied": "Đã áp dụng", + "billing_due_today": "Thanh toán hôm nay", + "billing_then": "Sau đó", + "billing_on": "vào ngày", + "billing_discount_applied": "đã áp dụng", + "billing_remove": "Xóa", + "billing_coupon_expires": "Mã giảm giá hết hạn vào", + "billing_invalid_coupon": "Mã giảm giá không hợp lệ", + "billing_coupon_applied": "Áp dụng mã giảm giá thành công!", + "billing_coupon_removed": "Đã xóa mã giảm giá", + "billing_error_removing_coupon": "Lỗi khi xóa mã giảm giá", + "billing_have_discount_coupon": "Bạn có mã giảm giá?", + "billing_discount_coupon": "Mã giảm giá", + "billing_cancel": "Hủy", + "billing_enter_coupon_code": "Nhập mã giảm giá", + "billing_applying": "Đang áp dụng...", + "billing_apply": "Áp dụng", + "billing_subscription": "Đăng ký", + "billing_cancel_notice": "Bạn có thể hủy bất cứ lúc nào trong phần cài đặt mà không cần nói chuyện với ai và sẽ không bị tính phí.", "select_channels": "Chọn kênh", "start_a_new_chat": "Bắt đầu cuộc trò chuyện mới", "your_assistant": "Trợ lý của bạn", @@ -652,6 +672,7 @@ "are_you_sure_go_back_to_global_mode": "Hành động này không thể hoàn tác. Bạn có chắc chắn muốn quay lại chế độ toàn cục không?", "yes_go_back_to_global_mode": "Vâng, quay lại chế độ toàn cục", "are_you_sure_delete_this_post": "Bạn có chắc chắn muốn xóa bài đăng này không?", + "yes_delete_it": "Vâng, xóa nó đi!", "cant_edit_networks_when_creating_set": "Bạn không thể chỉnh sửa các mạng khi đang tạo một bộ", "click_to_exit_global_editing": "Nhấn vào nút này để thoát chỉnh sửa toàn cục và tùy chỉnh bài đăng cho kênh này", "edit_content": "Chỉnh sửa nội dung", diff --git a/libraries/react-shared-libraries/src/translation/locales/zh/translation.json b/libraries/react-shared-libraries/src/translation/locales/zh/translation.json index 3d128ea3..0431a116 100644 --- a/libraries/react-shared-libraries/src/translation/locales/zh/translation.json +++ b/libraries/react-shared-libraries/src/translation/locales/zh/translation.json @@ -454,7 +454,7 @@ "upload_content_to_tiktok_without_posting": "上传内容到 TikTok 但不发布", "choose_upload_without_posting_description": "如果你希望在 TikTok 应用内审核和编辑内容后再发布,请选择“上传但不发布”。这样你可以使用 TikTok 内置的编辑工具,并在发布前进行最终调整。", "faq_am_i_going_to_be_charged_by_postiz": "我会被 Postiz 收费吗?", - "faq_to_confirm_credit_card_information_postiz_will_hold": "为确认信用卡信息,Postiz 会暂时预授权 2 美元并立即释放", + "faq_to_confirm_credit_card_information_postiz_will_hold": "为确认信用卡信息,Postiz将暂时预授权2美元并立即释放,您可以随时在设置中取消订阅,无需与任何人交流。", "faq_can_i_trust_postiz_gitroom": "我可以信任Postiz吗?", "faq_postiz_gitroom_is_proudly_open_source": "Postiz自豪地开源!我们相信道德和透明的文化,这意味着Postiz将永远存在。您可以查看全部代码或将其用于个人项目。要查看开源仓库,请点击这里。", "faq_what_are_channels": "什么是频道?", @@ -465,7 +465,6 @@ "faq_we_automate_chatgpt_to_help_you_write": "我们自动化集成了 ChatGPT,帮助你撰写社交帖子和文章。", "enter_email": "请输入邮箱", "are_you_sure": "你确定吗?", - "yes_delete_it": "是的,删除它!", "no_cancel": "不,取消!", "are_you_sure_you_want_to_delete": "你确定要删除{{name}}吗?", "are_you_sure_you_want_to_delete_the_image": "你确定要删除这张图片吗?", @@ -505,7 +504,7 @@ "delete_integration": "删除集成", "start_writing_your_post": "开始写你的帖子以预览", "billing_join_over": "已有超过", - "billing_entrepreneurs_count": "18,000+位创业者", + "billing_entrepreneurs_count": "20,000+ 位创业者", "billing_who_use": "正在使用", "billing_postiz_grow_social": "Postiz来提升他们的社交影响力", "billing_no_risk_trial": "100%无风险免费试用", @@ -537,6 +536,27 @@ "billing_pay_0_start_trial": "今日支付$0 - 开始您的免费试用!", "billing_pay_now": "立即支付", "billing_per_month": "每月", + "billing_per_year": "/ 年", + "billing_order_summary": "订单摘要", + "billing_applied": "已应用", + "billing_due_today": "今日应付", + "billing_then": "之后", + "billing_on": "在", + "billing_discount_applied": "已应用折扣", + "billing_remove": "移除", + "billing_coupon_expires": "优惠券有效期至", + "billing_invalid_coupon": "无效的优惠码", + "billing_coupon_applied": "优惠券应用成功!", + "billing_coupon_removed": "优惠券已移除", + "billing_error_removing_coupon": "移除优惠券时出错", + "billing_have_discount_coupon": "有优惠券吗?", + "billing_discount_coupon": "优惠券", + "billing_cancel": "取消", + "billing_enter_coupon_code": "请输入优惠码", + "billing_applying": "正在应用...", + "billing_apply": "应用", + "billing_subscription": "订阅", + "billing_cancel_notice": "您可以随时在设置中取消订阅,无需与任何人交流,且不会被收费。", "select_channels": "选择频道", "start_a_new_chat": "开始新聊天", "your_assistant": "你的助手", @@ -652,6 +672,7 @@ "are_you_sure_go_back_to_global_mode": "此操作不可逆。您确定要返回全局模式吗?", "yes_go_back_to_global_mode": "是的,返回全局模式", "are_you_sure_delete_this_post": "您确定要删除此帖子吗?", + "yes_delete_it": "是的,删除它!", "cant_edit_networks_when_creating_set": "创建集合时无法编辑网络", "click_to_exit_global_editing": "点击此按钮退出全局编辑,并为该频道自定义帖子", "edit_content": "编辑内容",