fix: support much smaller resolutions
This commit is contained in:
parent
563e7a257b
commit
abd73039c3
|
|
@ -191,7 +191,7 @@ const SubmitBar: FC<{ loading: boolean }> = ({ loading }) => {
|
|||
—{' '}
|
||||
</span>
|
||||
<span className="text-textColor font-[600]">
|
||||
{t('billing_cancel_anytime_short', 'Cancel anytime.')}
|
||||
{t('billing_cancel_anytime_short', 'Cancel anytime from settings')}
|
||||
</span>
|
||||
</div>
|
||||
) : null}
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@ export const FirstBillingComponent = () => {
|
|||
<CheckIconComponent />
|
||||
</div>
|
||||
<div>
|
||||
{t('billing_cancel_anytime', 'Cancel anytime, hassle-free')}
|
||||
{t('billing_cancel_anytime', 'Cancel anytime, from settings')}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -271,7 +271,7 @@ export const TopMenu: FC = () => {
|
|||
const { isGeneral, billingEnabled } = useVariables();
|
||||
return (
|
||||
<>
|
||||
<div className="flex flex-1 flex-col gap-[16px] blurMe">
|
||||
<div className="flex flex-1 flex-col minCustom:gap-[16px] blurMe">
|
||||
{
|
||||
// @ts-ignore
|
||||
user?.orgId &&
|
||||
|
|
@ -303,7 +303,7 @@ export const TopMenu: FC = () => {
|
|||
))
|
||||
}
|
||||
</div>
|
||||
<div className="flex flex-col gap-[16px] blurMe">
|
||||
<div className="flex flex-col minCustom:gap-[16px] blurMe">
|
||||
{secondMenu
|
||||
.filter((f) => {
|
||||
if (f.hide) {
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ export const BillingAfter = () => {
|
|||
</svg>
|
||||
</div>
|
||||
<div>
|
||||
{t('cancel_anytime_hassle_free', 'Cancel anytime, hassle-free')}
|
||||
{t('cancel_anytime_hassle_free', 'Cancel anytime, from settings')}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ export const LayoutComponent = ({ children }: { children: ReactNode }) => {
|
|||
<div
|
||||
className={clsx(
|
||||
'fixed h-full w-[64px] start-[17px] flex flex-1 top-0',
|
||||
user?.admin && 'pt-[60px]'
|
||||
user?.admin && 'pt-[60px] max-h-[1000px]:w-[500px]'
|
||||
)}
|
||||
>
|
||||
<div className="flex flex-col h-full gap-[32px] flex-1 py-[12px]">
|
||||
|
|
|
|||
|
|
@ -17,11 +17,11 @@ export const MenuItem: FC<{ label: string; icon: ReactNode; path: string }> = ({
|
|||
prefetch={true}
|
||||
href={path}
|
||||
className={clsx(
|
||||
'w-full h-[54px] py-[8px] px-[6px] gap-[4px] flex flex-col text-[10px] font-[600] items-center justify-center rounded-[12px] hover:text-textItemFocused hover:bg-boxFocused',
|
||||
'w-full minCustom:h-[54px] custom:h-[30px] py-[8px] px-[6px] gap-[4px] flex flex-col custom:flex-row text-[10px] font-[600] items-center minCustom:justify-center rounded-[12px] hover:text-textItemFocused hover:bg-boxFocused',
|
||||
isActive ? 'text-textItemFocused bg-boxFocused' : 'text-textItemBlur'
|
||||
)}
|
||||
>
|
||||
<div>{icon}</div>
|
||||
<div className="custom:hidden">{icon}</div>
|
||||
<div className="text-[10px]">{label}</div>
|
||||
</Link>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -254,6 +254,9 @@ module.exports = {
|
|||
maxMedia: {
|
||||
raw: '(max-width: 1400px)',
|
||||
},
|
||||
minCustom: {
|
||||
raw: '(min-height: 800px)',
|
||||
},
|
||||
custom: {
|
||||
raw: '(max-height: 800px)',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ checksums:
|
|||
you_can_add_signatures_to_your_account_to_be_used_in_your_posts: 14ee7a89e90ddbca11da6abf70a25ab0
|
||||
content: 669b337031ef165af577f04f2b7fd54f
|
||||
auto_add: 35002db73ce495c51c5e7ebb9ea6c480
|
||||
delay_comment: 1e29aaf362d5a0b52c57b692f3c18064
|
||||
actions: c46571856723b03262fd33f511116298
|
||||
use_signature: 362135c08a0566c7cbfdf331c67c0b21
|
||||
add_a_signature: 341a71b74ca1907f7d87a4a34232e95d
|
||||
|
|
@ -154,7 +155,7 @@ checksums:
|
|||
to_manage_all_your_social_media_channels: 155f69562b7a791691489f6c13f8ce50
|
||||
100_no_risk_trial: 4d8cf3bef45c64d898a678c8d2d7e32f
|
||||
pay_nothing_for_the_first_7_days: f85904a77eed00c8009f59b214e15ea1
|
||||
cancel_anytime_hassle_free: f69ae39eec3fb9eb6114481d67c8481e
|
||||
cancel_anytime_hassle_free: 91355fdc2e1f62fcb28b1d74ed342a90
|
||||
add_free_subscription: 3cf6d7072004d151e88aafd3f227d9dd
|
||||
currently_impersonating: a116d1c0c69a389131357a418589f372
|
||||
user_1: aaf867586dbad4bbeb4af66612694ca7
|
||||
|
|
@ -513,7 +514,7 @@ checksums:
|
|||
billing_postiz_grow_social: 3cf5ab166df9cb65e17b9a039ccbbbad
|
||||
billing_no_risk_trial: 6e5c60d9ddf3affa8ba8870272f9f9ab
|
||||
billing_pay_nothing_7_days: 2db15615cad39981069b65e6a0852b18
|
||||
billing_cancel_anytime: f69ae39eec3fb9eb6114481d67c8481e
|
||||
billing_cancel_anytime: 91355fdc2e1f62fcb28b1d74ed342a90
|
||||
billing_choose_plan: 6eacca8177c43945435ac9c97a1e9734
|
||||
billing_monthly: 818f1192e32bb855597f930d3e78806e
|
||||
billing_yearly: 87f43e016c19cb25860f456549a2f431
|
||||
|
|
@ -536,7 +537,7 @@ checksums:
|
|||
billing_your_7_day_trial_is: 4b59fb559f5fd520668974e909e3479c
|
||||
billing_100_percent_free: 6616fd6ee152264c06dd2537f6347e66
|
||||
billing_ending: f66133a14aa7d86ea2453df97de12cd5
|
||||
billing_cancel_anytime_short: 5b1b4a998fd56b18e4153dd83c84022c
|
||||
billing_cancel_anytime_short: b170ff9c26b8f0263a11f8e292d43da3
|
||||
billing_pay_0_start_trial: 28e72154e6cce7541e707b35f3a67309
|
||||
billing_pay_now: 50cb14454e1b2df4a2f83bf1ac799819
|
||||
billing_per_month: 6293d01c3d13f6938d47285122bd1a48
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"you_can_add_signatures_to_your_account_to_be_used_in_your_posts": "يمكنك إضافة تواقيع إلى حسابك لاستخدامها في منشوراتك.",
|
||||
"content": "المحتوى",
|
||||
"auto_add": "إضافة تلقائية؟",
|
||||
"delay_comment": "تعليق التأخير",
|
||||
"actions": "الإجراءات",
|
||||
"use_signature": "استخدم التوقيع",
|
||||
"add_a_signature": "أضف توقيعًا",
|
||||
|
|
@ -150,7 +151,7 @@
|
|||
"to_manage_all_your_social_media_channels": "لإدارة جميع قنوات التواصل الاجتماعي الخاصة بك",
|
||||
"100_no_risk_trial": "تجربة خالية من المخاطر 100%",
|
||||
"pay_nothing_for_the_first_7_days": "لا تدفع شيئًا لأول 7 أيام",
|
||||
"cancel_anytime_hassle_free": "يمكنك الإلغاء في أي وقت وبدون عناء",
|
||||
"cancel_anytime_hassle_free": "يمكنك الإلغاء في أي وقت من الإعدادات",
|
||||
"add_free_subscription": "-- أضف اشتراكًا مجانيًا --",
|
||||
"currently_impersonating": "يتم الآن الانتحال",
|
||||
"user_1": "المستخدم:",
|
||||
|
|
@ -509,7 +510,7 @@
|
|||
"billing_postiz_grow_social": "Postiz لتنمية حضورهم على وسائل التواصل الاجتماعي",
|
||||
"billing_no_risk_trial": "تجربة مجانية بدون أي مخاطرة 100%",
|
||||
"billing_pay_nothing_7_days": "لا تدفع شيئًا لأول 7 أيام",
|
||||
"billing_cancel_anytime": "يمكنك الإلغاء في أي وقت، بدون متاعب",
|
||||
"billing_cancel_anytime": "يمكنك الإلغاء في أي وقت من الإعدادات",
|
||||
"billing_choose_plan": "اختر خطة",
|
||||
"billing_monthly": "شهريًا",
|
||||
"billing_yearly": "سنويًا",
|
||||
|
|
@ -532,7 +533,7 @@
|
|||
"billing_your_7_day_trial_is": "فترة التجربة المجانية لمدة 7 أيام الخاصة بك هي",
|
||||
"billing_100_percent_free": "مجانية 100%",
|
||||
"billing_ending": "تنتهي",
|
||||
"billing_cancel_anytime_short": "يمكنك الإلغاء في أي وقت.",
|
||||
"billing_cancel_anytime_short": "يمكنك الإلغاء في أي وقت من الإعدادات",
|
||||
"billing_pay_0_start_trial": "ادفع 0 دولار اليوم - ابدأ تجربتك المجانية!",
|
||||
"billing_pay_now": "ادفع الآن",
|
||||
"billing_per_month": "/ شهريًا",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"you_can_add_signatures_to_your_account_to_be_used_in_your_posts": "আপনি আপনার পোস্টে ব্যবহারের জন্য আপনার অ্যাকাউন্টে স্বাক্ষর যোগ করতে পারেন।",
|
||||
"content": "বিষয়বস্তু",
|
||||
"auto_add": "স্বয়ংক্রিয় যোগ?",
|
||||
"delay_comment": "বিলম্ব মন্তব্য",
|
||||
"actions": "কার্যক্রম",
|
||||
"use_signature": "স্বাক্ষর ব্যবহার করুন",
|
||||
"add_a_signature": "একটি স্বাক্ষর যোগ করুন",
|
||||
|
|
@ -150,7 +151,7 @@
|
|||
"to_manage_all_your_social_media_channels": "আপনার সব সোশ্যাল মিডিয়া চ্যানেল পরিচালনা করতে",
|
||||
"100_no_risk_trial": "১০০% ঝুঁকিমুক্ত ট্রায়াল",
|
||||
"pay_nothing_for_the_first_7_days": "প্রথম ৭ দিনের জন্য কিছুই পেমেন্ট করুন না",
|
||||
"cancel_anytime_hassle_free": "যেকোনো সময় ঝামেলামুক্তভাবে বাতিল করুন",
|
||||
"cancel_anytime_hassle_free": "যেকোনো সময়, সেটিংস থেকে বাতিল করুন",
|
||||
"add_free_subscription": "-- বিনামূল্যে সাবস্ক্রিপশন যোগ করুন --",
|
||||
"currently_impersonating": "বর্তমানে ছদ্মবেশ ধারণ করছেন",
|
||||
"user_1": "ব্যবহারকারী:",
|
||||
|
|
@ -509,7 +510,7 @@
|
|||
"billing_postiz_grow_social": "Postiz তাদের সামাজিক উপস্থিতি বাড়াতে",
|
||||
"billing_no_risk_trial": "১০০% ঝুঁকিমুক্ত ফ্রি ট্রায়াল",
|
||||
"billing_pay_nothing_7_days": "প্রথম ৭ দিন কিছুই দিতে হবে না",
|
||||
"billing_cancel_anytime": "যেকোনো সময় বাতিল করুন, ঝামেলা ছাড়াই",
|
||||
"billing_cancel_anytime": "যেকোনো সময়, সেটিংস থেকে বাতিল করুন",
|
||||
"billing_choose_plan": "একটি প্ল্যান বেছে নিন",
|
||||
"billing_monthly": "মাসিক",
|
||||
"billing_yearly": "বার্ষিক",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"you_can_add_signatures_to_your_account_to_be_used_in_your_posts": "Sie können ihrem Konto Signaturen hinzufügen, die in Ihren Beiträgen verwendet werden können.",
|
||||
"content": "Inhalt",
|
||||
"auto_add": "Automatisch hinzufügen?",
|
||||
"delay_comment": "Verzögerungskommentar",
|
||||
"actions": "Aktionen",
|
||||
"use_signature": "Signatur verwenden",
|
||||
"add_a_signature": "Signatur hinzufügen",
|
||||
|
|
@ -150,7 +151,7 @@
|
|||
"to_manage_all_your_social_media_channels": "Um all deine Social-Media-Kanäle zu verwalten",
|
||||
"100_no_risk_trial": "100% risikofreie Testphase",
|
||||
"pay_nothing_for_the_first_7_days": "Zahle in den ersten 7 Tagen nichts",
|
||||
"cancel_anytime_hassle_free": "Jederzeit kündbar, ganz ohne Aufwand",
|
||||
"cancel_anytime_hassle_free": "Jederzeit kündigen, in den Einstellungen",
|
||||
"add_free_subscription": "-- KOSTENLOSES ABONNEMENT HINZUFÜGEN --",
|
||||
"currently_impersonating": "Derzeit als jemand anderes angemeldet",
|
||||
"user_1": "Benutzer:",
|
||||
|
|
@ -509,7 +510,7 @@
|
|||
"billing_postiz_grow_social": "Postiz, um ihre Social-Media-Präsenz zu steigern",
|
||||
"billing_no_risk_trial": "100% risikofreie Testphase",
|
||||
"billing_pay_nothing_7_days": "Zahlen Sie NICHTS in den ersten 7 Tagen",
|
||||
"billing_cancel_anytime": "Jederzeit kündbar, ganz ohne Aufwand",
|
||||
"billing_cancel_anytime": "Jederzeit kündigen, in den Einstellungen",
|
||||
"billing_choose_plan": "Wählen Sie einen Plan",
|
||||
"billing_monthly": "Monatlich",
|
||||
"billing_yearly": "Jährlich",
|
||||
|
|
|
|||
|
|
@ -151,7 +151,7 @@
|
|||
"to_manage_all_your_social_media_channels": "To Manage All Your Social Media Channels",
|
||||
"100_no_risk_trial": "100% no-risk trial",
|
||||
"pay_nothing_for_the_first_7_days": "Pay nothing for the first 7 days",
|
||||
"cancel_anytime_hassle_free": "Cancel anytime, hassle-free",
|
||||
"cancel_anytime_hassle_free": "Cancel anytime, from settings",
|
||||
"add_free_subscription": "-- ADD FREE SUBSCRIPTION --",
|
||||
"currently_impersonating": "Currently Impersonating",
|
||||
"user_1": "user:",
|
||||
|
|
@ -510,7 +510,7 @@
|
|||
"billing_postiz_grow_social": "Postiz To Grow Their Social Presence",
|
||||
"billing_no_risk_trial": "100% No-Risk Free Trial",
|
||||
"billing_pay_nothing_7_days": "Pay NOTHING for the first 7-days",
|
||||
"billing_cancel_anytime": "Cancel anytime, hassle-free",
|
||||
"billing_cancel_anytime": "Cancel anytime, from settings",
|
||||
"billing_choose_plan": "Choose a Plan",
|
||||
"billing_monthly": "Monthly",
|
||||
"billing_yearly": "Yearly",
|
||||
|
|
@ -533,7 +533,7 @@
|
|||
"billing_your_7_day_trial_is": "Your 7-day trial is",
|
||||
"billing_100_percent_free": "100% free",
|
||||
"billing_ending": "ending",
|
||||
"billing_cancel_anytime_short": "Cancel anytime.",
|
||||
"billing_cancel_anytime_short": "Cancel anytime from settings",
|
||||
"billing_pay_0_start_trial": "Pay $0 Today - Start your free trial!",
|
||||
"billing_pay_now": "Pay Now",
|
||||
"billing_per_month": "/ month",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"you_can_add_signatures_to_your_account_to_be_used_in_your_posts": "Puedes agregar firmas a tu cuenta para usarlas en tus publicaciones.",
|
||||
"content": "Contenido",
|
||||
"auto_add": "¿Agregar automáticamente?",
|
||||
"delay_comment": "Comentario de demora",
|
||||
"actions": "Acciones",
|
||||
"use_signature": "Usar firma",
|
||||
"add_a_signature": "Agregar una firma",
|
||||
|
|
@ -150,7 +151,7 @@
|
|||
"to_manage_all_your_social_media_channels": "Para gestionar todos tus canales de redes sociales",
|
||||
"100_no_risk_trial": "Prueba sin riesgo 100%",
|
||||
"pay_nothing_for_the_first_7_days": "No pagues nada durante los primeros 7 días",
|
||||
"cancel_anytime_hassle_free": "Cancela en cualquier momento, sin complicaciones",
|
||||
"cancel_anytime_hassle_free": "Cancela en cualquier momento, desde la configuración",
|
||||
"add_free_subscription": "-- AÑADIR SUSCRIPCIÓN GRATUITA --",
|
||||
"currently_impersonating": "Actualmente suplantando",
|
||||
"user_1": "usuario:",
|
||||
|
|
@ -509,7 +510,7 @@
|
|||
"billing_postiz_grow_social": "Postiz para hacer crecer su presencia en redes sociales",
|
||||
"billing_no_risk_trial": "Prueba gratuita 100% sin riesgo",
|
||||
"billing_pay_nothing_7_days": "No pagues NADA durante los primeros 7 días",
|
||||
"billing_cancel_anytime": "Cancela en cualquier momento, sin complicaciones",
|
||||
"billing_cancel_anytime": "Cancela en cualquier momento, desde la configuración",
|
||||
"billing_choose_plan": "Elige un plan",
|
||||
"billing_monthly": "Mensual",
|
||||
"billing_yearly": "Anual",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"you_can_add_signatures_to_your_account_to_be_used_in_your_posts": "Vous pouvez ajouter des signatures à votre compte pour les utiliser dans vos publications.",
|
||||
"content": "Contenu",
|
||||
"auto_add": "Ajout automatique ?",
|
||||
"delay_comment": "Commentaire de retard",
|
||||
"actions": "Actions",
|
||||
"use_signature": "Utiliser la signature",
|
||||
"add_a_signature": "Ajouter une signature",
|
||||
|
|
@ -150,7 +151,7 @@
|
|||
"to_manage_all_your_social_media_channels": "Pour gérer tous vos réseaux sociaux",
|
||||
"100_no_risk_trial": "Essai 100% sans risque",
|
||||
"pay_nothing_for_the_first_7_days": "Ne payez rien pendant les 7 premiers jours",
|
||||
"cancel_anytime_hassle_free": "Annulez à tout moment, sans tracas",
|
||||
"cancel_anytime_hassle_free": "Annulez à tout moment, depuis les paramètres",
|
||||
"add_free_subscription": "-- AJOUTER UN ABONNEMENT GRATUIT --",
|
||||
"currently_impersonating": "Actuellement en mode usurpation",
|
||||
"user_1": "utilisateur :",
|
||||
|
|
@ -509,7 +510,7 @@
|
|||
"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",
|
||||
"billing_pay_nothing_7_days": "Ne payez RIEN pendant les 7 premiers jours",
|
||||
"billing_cancel_anytime": "Annulez à tout moment, sans tracas",
|
||||
"billing_cancel_anytime": "Annulez à tout moment, depuis les paramètres",
|
||||
"billing_choose_plan": "Choisissez un forfait",
|
||||
"billing_monthly": "Mensuel",
|
||||
"billing_yearly": "Annuel",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"you_can_add_signatures_to_your_account_to_be_used_in_your_posts": "ניתן להוסיף חתימות לחשבונך לשימוש בפוסטים שלך.",
|
||||
"content": "תוכן",
|
||||
"auto_add": "הוספה אוטומטית?",
|
||||
"delay_comment": "הערת עיכוב",
|
||||
"actions": "פעולות",
|
||||
"use_signature": "השתמש בחתימה",
|
||||
"add_a_signature": "הוסף חתימה",
|
||||
|
|
@ -150,7 +151,7 @@
|
|||
"to_manage_all_your_social_media_channels": "לניהול כל ערוצי המדיה החברתית שלך",
|
||||
"100_no_risk_trial": "100% ניסיון ללא סיכון",
|
||||
"pay_nothing_for_the_first_7_days": "לא תשלם כלום ב-7 הימים הראשונים",
|
||||
"cancel_anytime_hassle_free": "ביטול בכל עת, ללא טרחה",
|
||||
"cancel_anytime_hassle_free": "ניתן לבטל בכל עת, מההגדרות",
|
||||
"add_free_subscription": "-- הוסף מנוי חינמי --",
|
||||
"currently_impersonating": "מתחזה כרגע",
|
||||
"user_1": "משתמש:",
|
||||
|
|
@ -509,7 +510,7 @@
|
|||
"billing_postiz_grow_social": "Postiz כדי להגדיל את הנוכחות החברתית שלהם",
|
||||
"billing_no_risk_trial": "ניסיון חינם ללא סיכון ב-100%",
|
||||
"billing_pay_nothing_7_days": "לא משלמים כלום ב-7 הימים הראשונים",
|
||||
"billing_cancel_anytime": "ניתן לבטל בכל עת, ללא טרחה",
|
||||
"billing_cancel_anytime": "ניתן לבטל בכל עת, מההגדרות",
|
||||
"billing_choose_plan": "בחרו תוכנית",
|
||||
"billing_monthly": "חודשי",
|
||||
"billing_yearly": "שנתי",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"you_can_add_signatures_to_your_account_to_be_used_in_your_posts": "Puoi aggiungere firme al tuo account da utilizzare nei tuoi post.",
|
||||
"content": "Contenuto",
|
||||
"auto_add": "Aggiunta automatica?",
|
||||
"delay_comment": "Commento sul ritardo",
|
||||
"actions": "Azioni",
|
||||
"use_signature": "Usa firma",
|
||||
"add_a_signature": "Aggiungi una firma",
|
||||
|
|
@ -150,7 +151,7 @@
|
|||
"to_manage_all_your_social_media_channels": "Per gestire tutti i tuoi canali social",
|
||||
"100_no_risk_trial": "Prova senza rischi al 100%",
|
||||
"pay_nothing_for_the_first_7_days": "Non paghi nulla per i primi 7 giorni",
|
||||
"cancel_anytime_hassle_free": "Annulla in qualsiasi momento, senza problemi",
|
||||
"cancel_anytime_hassle_free": "Annulla in qualsiasi momento, dalle impostazioni",
|
||||
"add_free_subscription": "-- AGGIUNGI ABBONAMENTO GRATUITO --",
|
||||
"currently_impersonating": "Attualmente stai impersonando",
|
||||
"user_1": "utente:",
|
||||
|
|
@ -509,7 +510,7 @@
|
|||
"billing_postiz_grow_social": "Postiz per far crescere la loro presenza sui social",
|
||||
"billing_no_risk_trial": "Prova gratuita senza rischi al 100%",
|
||||
"billing_pay_nothing_7_days": "Non paghi NULLA per i primi 7 giorni",
|
||||
"billing_cancel_anytime": "Annulla in qualsiasi momento, senza problemi",
|
||||
"billing_cancel_anytime": "Annulla in qualsiasi momento, dalle impostazioni",
|
||||
"billing_choose_plan": "Scegli un piano",
|
||||
"billing_monthly": "Mensile",
|
||||
"billing_yearly": "Annuale",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"you_can_add_signatures_to_your_account_to_be_used_in_your_posts": "投稿で使用するための署名をアカウントに追加できます。",
|
||||
"content": "内容",
|
||||
"auto_add": "自動追加?",
|
||||
"delay_comment": "遅延コメント",
|
||||
"actions": "操作",
|
||||
"use_signature": "署名を使用",
|
||||
"add_a_signature": "署名を追加",
|
||||
|
|
@ -150,7 +151,7 @@
|
|||
"to_manage_all_your_social_media_channels": "すべてのソーシャルメディアチャンネルを管理するために",
|
||||
"100_no_risk_trial": "100%リスクなしのトライアル",
|
||||
"pay_nothing_for_the_first_7_days": "最初の7日間は無料",
|
||||
"cancel_anytime_hassle_free": "いつでも簡単にキャンセル可能",
|
||||
"cancel_anytime_hassle_free": "いつでも設定からキャンセルできます",
|
||||
"add_free_subscription": "-- 無料サブスクリプションを追加 --",
|
||||
"currently_impersonating": "現在なりすまし中",
|
||||
"user_1": "ユーザー:",
|
||||
|
|
@ -509,7 +510,7 @@
|
|||
"billing_postiz_grow_social": "Postizでソーシャルプレゼンスを成長させる",
|
||||
"billing_no_risk_trial": "100%リスクなしの無料トライアル",
|
||||
"billing_pay_nothing_7_days": "最初の7日間は一切料金不要",
|
||||
"billing_cancel_anytime": "いつでもキャンセル可能、手間なし",
|
||||
"billing_cancel_anytime": "いつでも設定からキャンセルできます",
|
||||
"billing_choose_plan": "プランを選択",
|
||||
"billing_monthly": "月額",
|
||||
"billing_yearly": "年額",
|
||||
|
|
@ -532,7 +533,7 @@
|
|||
"billing_your_7_day_trial_is": "7日間の無料トライアルは",
|
||||
"billing_100_percent_free": "完全に無料",
|
||||
"billing_ending": "終了します",
|
||||
"billing_cancel_anytime_short": "いつでもキャンセル可能。",
|
||||
"billing_cancel_anytime_short": "設定からいつでもキャンセル可能",
|
||||
"billing_pay_0_start_trial": "本日のお支払いは0円 - 無料トライアルを始めましょう!",
|
||||
"billing_pay_now": "今すぐ支払う",
|
||||
"billing_per_month": "/月",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"you_can_add_signatures_to_your_account_to_be_used_in_your_posts": "게시물에 사용할 수 있도록 계정에 서명을 추가할 수 있습니다.",
|
||||
"content": "내용",
|
||||
"auto_add": "자동 추가?",
|
||||
"delay_comment": "지연 코멘트",
|
||||
"actions": "작업",
|
||||
"use_signature": "서명 사용",
|
||||
"add_a_signature": "서명 추가",
|
||||
|
|
@ -150,7 +151,7 @@
|
|||
"to_manage_all_your_social_media_channels": "모든 소셜 미디어 채널을 관리하세요",
|
||||
"100_no_risk_trial": "100% 무위험 체험",
|
||||
"pay_nothing_for_the_first_7_days": "처음 7일 동안은 결제되지 않습니다",
|
||||
"cancel_anytime_hassle_free": "언제든지 간편하게 취소 가능",
|
||||
"cancel_anytime_hassle_free": "언제든지 설정에서 취소할 수 있습니다",
|
||||
"add_free_subscription": "-- 무료 구독 추가 --",
|
||||
"currently_impersonating": "현재 가장 중",
|
||||
"user_1": "사용자:",
|
||||
|
|
@ -509,7 +510,7 @@
|
|||
"billing_postiz_grow_social": "Postiz로 소셜 존재감을 키우세요",
|
||||
"billing_no_risk_trial": "100% 무위험 무료 체험",
|
||||
"billing_pay_nothing_7_days": "처음 7일 동안은 결제 없이 이용하세요",
|
||||
"billing_cancel_anytime": "언제든지 간편하게 해지 가능",
|
||||
"billing_cancel_anytime": "언제든지 설정에서 취소할 수 있습니다",
|
||||
"billing_choose_plan": "요금제 선택",
|
||||
"billing_monthly": "월간",
|
||||
"billing_yearly": "연간",
|
||||
|
|
@ -532,7 +533,7 @@
|
|||
"billing_your_7_day_trial_is": "7일 무료 체험이",
|
||||
"billing_100_percent_free": "100% 무료",
|
||||
"billing_ending": "종료됩니다",
|
||||
"billing_cancel_anytime_short": "언제든지 취소 가능합니다.",
|
||||
"billing_cancel_anytime_short": "설정에서 언제든지 취소할 수 있습니다",
|
||||
"billing_pay_0_start_trial": "오늘 $0 결제 - 무료 체험을 시작하세요!",
|
||||
"billing_pay_now": "지금 결제",
|
||||
"billing_per_month": "/월",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"you_can_add_signatures_to_your_account_to_be_used_in_your_posts": "Você pode adicionar assinaturas à sua conta para serem usadas em suas postagens.",
|
||||
"content": "Conteúdo",
|
||||
"auto_add": "Adicionar automaticamente?",
|
||||
"delay_comment": "Comentário de atraso",
|
||||
"actions": "Ações",
|
||||
"use_signature": "Usar assinatura",
|
||||
"add_a_signature": "Adicionar uma assinatura",
|
||||
|
|
@ -150,7 +151,7 @@
|
|||
"to_manage_all_your_social_media_channels": "Para gerenciar todos os seus canais de mídia social",
|
||||
"100_no_risk_trial": "Teste 100% sem risco",
|
||||
"pay_nothing_for_the_first_7_days": "Não pague nada nos primeiros 7 dias",
|
||||
"cancel_anytime_hassle_free": "Cancele a qualquer momento, sem complicações",
|
||||
"cancel_anytime_hassle_free": "Cancele a qualquer momento, nas configurações",
|
||||
"add_free_subscription": "-- ADICIONAR ASSINATURA GRATUITA --",
|
||||
"currently_impersonating": "Atualmente personificando",
|
||||
"user_1": "usuário:",
|
||||
|
|
@ -509,7 +510,7 @@
|
|||
"billing_postiz_grow_social": "Postiz para aumentar sua presença social",
|
||||
"billing_no_risk_trial": "Teste gratuito 100% sem risco",
|
||||
"billing_pay_nothing_7_days": "Não pague NADA nos primeiros 7 dias",
|
||||
"billing_cancel_anytime": "Cancele a qualquer momento, sem complicações",
|
||||
"billing_cancel_anytime": "Cancele a qualquer momento, nas configurações",
|
||||
"billing_choose_plan": "Escolha um plano",
|
||||
"billing_monthly": "Mensal",
|
||||
"billing_yearly": "Anual",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"you_can_add_signatures_to_your_account_to_be_used_in_your_posts": "Вы можете добавить подписи к своему аккаунту для использования в ваших публикациях.",
|
||||
"content": "Содержание",
|
||||
"auto_add": "Добавлять автоматически?",
|
||||
"delay_comment": "Комментарий к задержке",
|
||||
"actions": "Действия",
|
||||
"use_signature": "Использовать подпись",
|
||||
"add_a_signature": "Добавить подпись",
|
||||
|
|
@ -150,7 +151,7 @@
|
|||
"to_manage_all_your_social_media_channels": "Для управления всеми вашими социальными сетями",
|
||||
"100_no_risk_trial": "100% безрисковый пробный период",
|
||||
"pay_nothing_for_the_first_7_days": "Не платите ничего первые 7 дней",
|
||||
"cancel_anytime_hassle_free": "Отменяйте в любое время, без проблем",
|
||||
"cancel_anytime_hassle_free": "Отменяйте в любое время через настройки",
|
||||
"add_free_subscription": "-- ДОБАВИТЬ БЕСПЛАТНУЮ ПОДПИСКУ --",
|
||||
"currently_impersonating": "В данный момент имитируется",
|
||||
"user_1": "пользователь:",
|
||||
|
|
@ -509,7 +510,7 @@
|
|||
"billing_postiz_grow_social": "Postiz для роста своей социальной активности",
|
||||
"billing_no_risk_trial": "100% бесплатный пробный период без риска",
|
||||
"billing_pay_nothing_7_days": "Платите НИЧЕГО первые 7 дней",
|
||||
"billing_cancel_anytime": "Отменить можно в любое время, без хлопот",
|
||||
"billing_cancel_anytime": "Отменяйте в любое время через настройки",
|
||||
"billing_choose_plan": "Выберите тариф",
|
||||
"billing_monthly": "Ежемесячно",
|
||||
"billing_yearly": "Ежегодно",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"you_can_add_signatures_to_your_account_to_be_used_in_your_posts": "Gönderilerinizde kullanılmak üzere hesabınıza imzalar ekleyebilirsiniz.",
|
||||
"content": "İçerik",
|
||||
"auto_add": "Otomatik Ekle?",
|
||||
"delay_comment": "Gecikme yorumu",
|
||||
"actions": "Eylemler",
|
||||
"use_signature": "İmzayı Kullan",
|
||||
"add_a_signature": "Bir imza ekle",
|
||||
|
|
@ -150,7 +151,7 @@
|
|||
"to_manage_all_your_social_media_channels": "Tüm sosyal medya kanallarınızı yönetmek için",
|
||||
"100_no_risk_trial": "%100 risksiz deneme",
|
||||
"pay_nothing_for_the_first_7_days": "İlk 7 gün hiçbir ücret ödeme",
|
||||
"cancel_anytime_hassle_free": "İstediğin zaman zahmetsizce iptal et",
|
||||
"cancel_anytime_hassle_free": "İstediğiniz zaman, ayarlardan iptal edin",
|
||||
"add_free_subscription": "-- ÜCRETSİZ ABONELİK EKLE --",
|
||||
"currently_impersonating": "Şu anda taklit ediliyor",
|
||||
"user_1": "kullanıcı:",
|
||||
|
|
@ -509,7 +510,7 @@
|
|||
"billing_postiz_grow_social": "Sosyal Varlıklarını Büyütmek İçin Postiz",
|
||||
"billing_no_risk_trial": "%100 Risksiz Ücretsiz Deneme",
|
||||
"billing_pay_nothing_7_days": "İlk 7 gün boyunca HİÇBİR ŞEY ödemeyin",
|
||||
"billing_cancel_anytime": "İstediğiniz zaman, zahmetsizce iptal edin",
|
||||
"billing_cancel_anytime": "İstediğiniz zaman, ayarlardan iptal edin",
|
||||
"billing_choose_plan": "Bir Plan Seçin",
|
||||
"billing_monthly": "Aylık",
|
||||
"billing_yearly": "Yıllık",
|
||||
|
|
@ -532,7 +533,7 @@
|
|||
"billing_your_7_day_trial_is": "7 günlük deneme süreniz",
|
||||
"billing_100_percent_free": "%100 ücretsiz",
|
||||
"billing_ending": "sona eriyor",
|
||||
"billing_cancel_anytime_short": "İstediğiniz zaman iptal edin.",
|
||||
"billing_cancel_anytime_short": "İstediğiniz zaman ayarlardan iptal edin",
|
||||
"billing_pay_0_start_trial": "Bugün 0$ ödeyin - Ücretsiz denemenizi başlatın!",
|
||||
"billing_pay_now": "Şimdi Öde",
|
||||
"billing_per_month": "/ ay",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"you_can_add_signatures_to_your_account_to_be_used_in_your_posts": "Bạn có thể thêm chữ ký vào tài khoản của mình để sử dụng trong các bài đăng.",
|
||||
"content": "Nội dung",
|
||||
"auto_add": "Tự động thêm?",
|
||||
"delay_comment": "Bình luận bị trì hoãn",
|
||||
"actions": "Hành động",
|
||||
"use_signature": "Sử dụng chữ ký",
|
||||
"add_a_signature": "Thêm chữ ký",
|
||||
|
|
@ -150,7 +151,7 @@
|
|||
"to_manage_all_your_social_media_channels": "Để quản lý tất cả các kênh mạng xã hội của bạn",
|
||||
"100_no_risk_trial": "Dùng thử 100% không rủi ro",
|
||||
"pay_nothing_for_the_first_7_days": "Không mất phí trong 7 ngày đầu tiên",
|
||||
"cancel_anytime_hassle_free": "Hủy bất cứ lúc nào, không rắc rối",
|
||||
"cancel_anytime_hassle_free": "Hủy bất cứ lúc nào trong phần cài đặt",
|
||||
"add_free_subscription": "-- THÊM GÓI MIỄN PHÍ --",
|
||||
"currently_impersonating": "Đang giả lập tài khoản",
|
||||
"user_1": "người dùng:",
|
||||
|
|
@ -509,7 +510,7 @@
|
|||
"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",
|
||||
"billing_pay_nothing_7_days": "Không phải trả gì trong 7 ngày đầu tiên",
|
||||
"billing_cancel_anytime": "Hủy bất cứ lúc nào, không ràng buộc",
|
||||
"billing_cancel_anytime": "Hủy bất cứ lúc nào trong phần cài đặt",
|
||||
"billing_choose_plan": "Chọn gói",
|
||||
"billing_monthly": "Hàng tháng",
|
||||
"billing_yearly": "Hàng năm",
|
||||
|
|
@ -532,7 +533,7 @@
|
|||
"billing_your_7_day_trial_is": "Dùng thử 7 ngày của bạn là",
|
||||
"billing_100_percent_free": "Miễn phí 100%",
|
||||
"billing_ending": "kết thúc",
|
||||
"billing_cancel_anytime_short": "Hủy bất cứ lúc nào.",
|
||||
"billing_cancel_anytime_short": "Hủy bất cứ lúc nào trong phần cài đặt",
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"you_can_add_signatures_to_your_account_to_be_used_in_your_posts": "你可以为你的账户添加签名,以便在你的帖子中使用。",
|
||||
"content": "内容",
|
||||
"auto_add": "自动添加?",
|
||||
"delay_comment": "延迟评论",
|
||||
"actions": "操作",
|
||||
"use_signature": "使用签名",
|
||||
"add_a_signature": "添加签名",
|
||||
|
|
@ -150,7 +151,7 @@
|
|||
"to_manage_all_your_social_media_channels": "管理你所有的社交媒体渠道",
|
||||
"100_no_risk_trial": "100% 无风险试用",
|
||||
"pay_nothing_for_the_first_7_days": "前 7 天免费",
|
||||
"cancel_anytime_hassle_free": "随时取消,无需担忧",
|
||||
"cancel_anytime_hassle_free": "随时可在设置中取消",
|
||||
"add_free_subscription": "-- 添加免费订阅 --",
|
||||
"currently_impersonating": "当前模拟身份",
|
||||
"user_1": "用户:",
|
||||
|
|
@ -509,7 +510,7 @@
|
|||
"billing_postiz_grow_social": "Postiz来提升他们的社交影响力",
|
||||
"billing_no_risk_trial": "100%无风险免费试用",
|
||||
"billing_pay_nothing_7_days": "前7天完全免费",
|
||||
"billing_cancel_anytime": "随时取消,无需担心",
|
||||
"billing_cancel_anytime": "随时可在设置中取消",
|
||||
"billing_choose_plan": "选择一个方案",
|
||||
"billing_monthly": "按月",
|
||||
"billing_yearly": "按年",
|
||||
|
|
|
|||
Loading…
Reference in New Issue