Change use of 'user'/'users'/'number of users'/etc when referring to license seats to use 'seat'/'seats'/'number of seats'/etc.
Этот коммит содержится в:
@@ -160,7 +160,7 @@ const EnterpriseEditionLeftPanel = ({
|
||||
);
|
||||
};
|
||||
|
||||
type LegendValues = 'START DATE:' | 'EXPIRES:' | 'USERS:' | 'ACTIVE USERS:' | 'EDITION:' | 'LICENSE ISSUED:' | 'NAME:' | 'COMPANY / ORG:'
|
||||
type LegendValues = 'START DATE:' | 'EXPIRES:' | 'LICENSED SEATS:' | 'ACTIVE USERS:' | 'EDITION:' | 'LICENSE ISSUED:' | 'NAME:' | 'COMPANY / ORG:'
|
||||
|
||||
const renderLicenseValues = (activeUsers: number, seatsPurchased: number) => ({legend, value}: {legend: LegendValues; value: string | JSX.Element | null}, index: number): React.ReactNode => {
|
||||
if (legend === 'ACTIVE USERS:') {
|
||||
@@ -236,7 +236,7 @@ const renderLicenseContent = (
|
||||
}> = [
|
||||
{legend: 'START DATE:', value: startsAt},
|
||||
{legend: 'EXPIRES:', value: expiresAt},
|
||||
{legend: 'USERS:', value: users},
|
||||
{legend: 'LICENSED SEATS:', value: users},
|
||||
{legend: 'ACTIVE USERS:', value: activeUsers},
|
||||
{legend: 'EDITION:', value: sku},
|
||||
{legend: 'LICENSE ISSUED:', value: issued},
|
||||
|
||||
@@ -348,7 +348,7 @@ export default class SystemAnalytics extends React.PureComponent<Props, State> {
|
||||
title={
|
||||
<FormattedMessage
|
||||
id='analytics.system.seatsPurchased'
|
||||
defaultMessage='Total paid users'
|
||||
defaultMessage='Licensed Seats'
|
||||
/>
|
||||
}
|
||||
icon='fa-users'
|
||||
|
||||
@@ -396,7 +396,7 @@ function Content(props: ContentProps) {
|
||||
plan='Professional'
|
||||
planSummary={formatMessage({id: 'pricing_modal.planSummary.professional', defaultMessage: 'Scalable solutions for growing teams'})}
|
||||
price={`$${professionalPrice}`}
|
||||
rate={formatMessage({id: 'pricing_modal.rate.userPerMonth', defaultMessage: 'USD per user/month {br}<b>(billed annually)</b>'}, {
|
||||
rate={formatMessage({id: 'pricing_modal.rate.seatPerMonth', defaultMessage: 'USD per seat/month {br}<b>(billed annually)</b>'}, {
|
||||
br: <br/>,
|
||||
b: (chunks: React.ReactNode | React.ReactNodeArray) => (
|
||||
<span style={{fontSize: '14px'}}>
|
||||
|
||||
@@ -211,7 +211,7 @@ function SelfHostedContent(props: ContentProps) {
|
||||
plan='Professional'
|
||||
planSummary={formatMessage({id: 'pricing_modal.planSummary.professional', defaultMessage: 'Scalable solutions for growing teams'})}
|
||||
price={professionalPrice}
|
||||
rate={formatMessage({id: 'pricing_modal.rate.userPerMonth', defaultMessage: 'USD per user/month {br}<b>(billed annually)</b>'}, {
|
||||
rate={formatMessage({id: 'pricing_modal.rate.seatPerMonth', defaultMessage: 'USD per seat/month {br}<b>(billed annually)</b>'}, {
|
||||
br: <br/>,
|
||||
b: (chunks: React.ReactNode | React.ReactNodeArray) => (
|
||||
<span style={{fontSize: '14px'}}>
|
||||
|
||||
@@ -730,7 +730,7 @@ class PurchaseModal extends React.PureComponent<Props, State> {
|
||||
this.state.selectedProduct ? this.state.selectedProduct.name : '',
|
||||
)}
|
||||
price={yearlyProductMonthlyPrice}
|
||||
rate={formatMessage({id: 'pricing_modal.rate.userPerMonth', defaultMessage: 'USD per user/month {br}<b>(billed annually)</b>'}, {
|
||||
rate={formatMessage({id: 'pricing_modal.rate.seatPerMonth', defaultMessage: 'USD per seat/month {br}<b>(billed annually)</b>'}, {
|
||||
br: <br/>,
|
||||
b: (chunks: React.ReactNode | React.ReactNodeArray) => (
|
||||
<span style={{fontSize: '14px'}}>
|
||||
|
||||
@@ -167,7 +167,7 @@ export default function SeatsCalculator(props: Props) {
|
||||
type='text'
|
||||
value={props.seats.quantity}
|
||||
onChange={onChange}
|
||||
placeholder={intl.formatMessage({id: 'self_hosted_signup.seats', defaultMessage: 'User seats'})}
|
||||
placeholder={intl.formatMessage({id: 'self_hosted_signup.seats', defaultMessage: 'Seats'})}
|
||||
wrapperClassName='user_seats'
|
||||
inputClassName='user_seats'
|
||||
maxLength={maxSeats.toString().length + 1}
|
||||
@@ -197,7 +197,7 @@ export default function SeatsCalculator(props: Props) {
|
||||
<div className='SeatsCalculator__seats-label'>
|
||||
<FormattedMessage
|
||||
id='self_hosted_signup.line_item_subtotal'
|
||||
defaultMessage='{num} users × 12 mo.'
|
||||
defaultMessage='{num} seats × 12 mo.'
|
||||
values={{
|
||||
num: props.seats.quantity || '0',
|
||||
}}
|
||||
|
||||
@@ -80,7 +80,7 @@ export default function SelfHostedCard(props: Props) {
|
||||
topColor='#4A69AC'
|
||||
plan={props.desiredPlanName}
|
||||
price={`${props.desiredProduct?.price_per_seat?.toString()}`}
|
||||
rate={intl.formatMessage({id: 'pricing_modal.rate.userPerMonth', defaultMessage: 'USD per user/month {br}<b>(billed annually)</b>'}, {
|
||||
rate={intl.formatMessage({id: 'pricing_modal.rate.seatPerMonth', defaultMessage: 'USD per seat/month {br}<b>(billed annually)</b>'}, {
|
||||
br: <br/>,
|
||||
b: (chunks: React.ReactNode | React.ReactNodeArray) => (
|
||||
<span style={{fontSize: '14px'}}>
|
||||
|
||||
@@ -2576,7 +2576,6 @@
|
||||
"analytics.system.postTypes": "Nachrichten, Dateien und Hashtags",
|
||||
"analytics.system.privateGroups": "Private Kanäle",
|
||||
"analytics.system.publicChannels": "Öffentliche Kanäle",
|
||||
"analytics.system.seatsPurchased": "Total bezahlte Nutzer",
|
||||
"analytics.system.skippedIntensiveQueries": "Um die Performance zu maximieren, sind einige Statistiken deaktiviert. Du kannst sie in der <link>config.json reaktivieren</link>.",
|
||||
"analytics.system.textPosts": "Nur-Text Beiträge",
|
||||
"analytics.system.title": "Systemstatistiken",
|
||||
@@ -4577,7 +4576,6 @@
|
||||
"pricing_modal.planSummary.professional": "Skalierbare Lösungen für wachsende Teams",
|
||||
"pricing_modal.plan_label_trialDays": "{days} TAGE, DIE IM TEST VERBLEIBEN",
|
||||
"pricing_modal.price.freeForever": "Kostenlos für immer",
|
||||
"pricing_modal.rate.userPerMonth": "USD pro Benutzer/Monat {br}<b>(jährliche Abrechnung)</b>",
|
||||
"pricing_modal.reviewDeploymentOptions": "Prüfe deine Bereitstellungsoptionen",
|
||||
"pricing_modal.start_trial.disclaimer": "Durch Auswahl von <span>30 Tage lang kostenlos testen,</span> stimme ich dem <linkAgreement>Mattermost Software und Services License Agreement</linkAgreement>, <linkPrivacy>der Datenschutz-Richtlinie</linkPrivacy> und dem Erhalt von Produkt-E-Mails zu.",
|
||||
"pricing_modal.subtitle": "Wähle einen Plan um loszulegen",
|
||||
@@ -4720,7 +4718,6 @@
|
||||
"self_hosted_signup.failed_export.subtitle": "Wir werden die Dinge von unserer Seite aus überprüfen und uns innerhalb von 3 Tagen bei dir melden, sobald deine Lizenz genehmigt ist. In der Zwischenzeit kannst du gerne die kostenlose Version unseres Produkts weiter nutzen.",
|
||||
"self_hosted_signup.failed_export.title": "Deine Transaktion wird überprüft",
|
||||
"self_hosted_signup.license_applied": "Deine {planName} Lizenz wurde jetzt angewendet. {planName} Funktionen sind jetzt verfügbar und einsatzbereit.",
|
||||
"self_hosted_signup.line_item_subtotal": "{num} Nutzer × 12 Mo.",
|
||||
"self_hosted_signup.organization": "Name der Organisation",
|
||||
"self_hosted_signup.progress_step.applying_license": "Übertrage deine {planName} Lizenz auf deine Mattermost-Instanz",
|
||||
"self_hosted_signup.progress_step.submitting_payment": "Übermittlung von Zahlungsinformationen",
|
||||
@@ -4733,7 +4730,6 @@
|
||||
"self_hosted_signup.retry": "Erneut versuchen",
|
||||
"self_hosted_signup.screening_description": "Wir werden die Dinge von unserer Seite aus überprüfen und uns innerhalb von 3 Tagen bei dir melden, sobald deine Lizenz genehmigt ist. In der Zwischenzeit kannst du gerne die kostenlose Version unseres Produkts weiter nutzen.",
|
||||
"self_hosted_signup.screening_title": "Deine Transaktion wird überprüft",
|
||||
"self_hosted_signup.seats": "Benutzerplätze",
|
||||
"self_hosted_signup.signup_consequences": "Du erhältst eine Rechnung von heute. Deine Lizenz wird automatisch angewendet. <a>Sieh, wie die Abrechnung funktioniert.</a>",
|
||||
"self_hosted_signup.total": "Summe",
|
||||
"setting_item_max.cancel": "Abbrechen",
|
||||
|
||||
@@ -2575,7 +2575,7 @@
|
||||
"analytics.system.postTypes": "Posts, Files and Hashtags",
|
||||
"analytics.system.privateGroups": "Private Channels",
|
||||
"analytics.system.publicChannels": "Public Channels",
|
||||
"analytics.system.seatsPurchased": "Total paid users",
|
||||
"analytics.system.seatsPurchased": "Licensed Seats",
|
||||
"analytics.system.skippedIntensiveQueries": "To maximize performance, some statistics are disabled. You can <link>re-enable them in config.json</link>.",
|
||||
"analytics.system.textPosts": "Posts with Text-only",
|
||||
"analytics.system.title": "System Statistics",
|
||||
@@ -4569,7 +4569,7 @@
|
||||
"pricing_modal.planSummary.free": "Increased productivity for small teams",
|
||||
"pricing_modal.planSummary.professional": "Scalable solutions for growing teams",
|
||||
"pricing_modal.price.freeForever": "Free forever",
|
||||
"pricing_modal.rate.userPerMonth": "USD per user/month {br}<b>(billed annually)</b>",
|
||||
"pricing_modal.rate.seatPerMonth": "USD per seat/month {br}<b>(billed annually)</b>",
|
||||
"pricing_modal.reviewDeploymentOptions": "Review deployment options",
|
||||
"pricing_modal.start_trial.disclaimer": "By selecting <span>Try free for 30 days,</span> I agree to the <linkAgreement>Mattermost Software and Services License Agreement</linkAgreement>, <linkPrivacy>Privacy Policy</linkPrivacy>, and receiving product emails.",
|
||||
"pricing_modal.subtitle": "Choose a plan to get started",
|
||||
@@ -4712,7 +4712,7 @@
|
||||
"self_hosted_signup.failed_export.subtitle": "We will check things on our side and get back to you within 3 days once your license is approved. In the meantime, please feel free to continue using the free version of our product.",
|
||||
"self_hosted_signup.failed_export.title": "Your transaction is being reviewed",
|
||||
"self_hosted_signup.license_applied": "Your {planName} license has now been applied. {planName} features are now available and ready to use.",
|
||||
"self_hosted_signup.line_item_subtotal": "{num} users × 12 mo.",
|
||||
"self_hosted_signup.line_item_subtotal": "{num} seats × 12 mo.",
|
||||
"self_hosted_signup.organization": "Organization Name",
|
||||
"self_hosted_signup.progress_step.applying_license": "Applying your {planName} license to your Mattermost instance",
|
||||
"self_hosted_signup.progress_step.submitting_payment": "Submitting payment information",
|
||||
@@ -4725,7 +4725,7 @@
|
||||
"self_hosted_signup.retry": "Try again",
|
||||
"self_hosted_signup.screening_description": "We will check things on our side and get back to you within 3 days once your license is approved. In the meantime, please feel free to continue using the free version of our product.",
|
||||
"self_hosted_signup.screening_title": "Your transaction is being reviewed",
|
||||
"self_hosted_signup.seats": "User seats",
|
||||
"self_hosted_signup.seats": "Seats",
|
||||
"self_hosted_signup.signup_consequences": "You will be billed today. Your license will be applied automatically. <a>See how billing works.</a>",
|
||||
"self_hosted_signup.total": "Total",
|
||||
"setting_item_max.cancel": "Cancel",
|
||||
|
||||
@@ -2572,7 +2572,7 @@
|
||||
"analytics.system.postTypes": "Posts, Files and Hashtags",
|
||||
"analytics.system.privateGroups": "Private Channels",
|
||||
"analytics.system.publicChannels": "Public Channels",
|
||||
"analytics.system.seatsPurchased": "Total paid users",
|
||||
"analytics.system.seatsPurchased": "Licensed Seats",
|
||||
"analytics.system.skippedIntensiveQueries": "To maximise performance, some statistics are disabled. You can <link>re-enable them in config.json</link>.",
|
||||
"analytics.system.textPosts": "Posts with Text-only",
|
||||
"analytics.system.title": "System Statistics",
|
||||
@@ -4540,7 +4540,7 @@
|
||||
"pricing_modal.planSummary.professional": "Scalable solutions for growing teams",
|
||||
"pricing_modal.plan_label_trialDays": "{days} DAYS LEFT ON TRIAL",
|
||||
"pricing_modal.price.freeForever": "Free forever",
|
||||
"pricing_modal.rate.userPerMonth": "USD per user/month {br}<b>(billed annually)</b>",
|
||||
"pricing_modal.rate.seatPerMonth": "USD per seat/month {br}<b>(billed annually)</b>",
|
||||
"pricing_modal.reviewDeploymentOptions": "Review deployment options",
|
||||
"pricing_modal.start_trial.disclaimer": "By selecting <span>Try free for 30 days,</span> I agree to the <linkAgreement>Mattermost Software and Services Licence Agreement</linkAgreement>, <linkPrivacy>Privacy Policy</linkPrivacy> and receiving product emails.",
|
||||
"pricing_modal.subtitle": "Choose a plan to get started",
|
||||
@@ -4683,7 +4683,7 @@
|
||||
"self_hosted_signup.failed_export.subtitle": "You will receive an email within 3 days to confirm the approval of your licence. In the meantime, please feel free to continue using the free version of our product.",
|
||||
"self_hosted_signup.failed_export.title": "Your transaction is being reviewed",
|
||||
"self_hosted_signup.license_applied": "Your {planName} licence has now been applied. {planName} features are now available and ready to use.",
|
||||
"self_hosted_signup.line_item_subtotal": "{num} users × 12 months.",
|
||||
"self_hosted_signup.line_item_subtotal": "{num} seats × 12 months.",
|
||||
"self_hosted_signup.organization": "Organisation Name",
|
||||
"self_hosted_signup.progress_step.applying_license": "Applying your {planName} licence to your Mattermost instance",
|
||||
"self_hosted_signup.progress_step.submitting_payment": "Submitting payment information",
|
||||
@@ -4696,7 +4696,7 @@
|
||||
"self_hosted_signup.retry": "Try again",
|
||||
"self_hosted_signup.screening_description": "You will receive an email within 3 days to confirm the approval of your licence. In the meantime, please feel free to continue using the free version of our product.",
|
||||
"self_hosted_signup.screening_title": "Your transaction is being reviewed",
|
||||
"self_hosted_signup.seats": "User seats",
|
||||
"self_hosted_signup.seats": "Seats",
|
||||
"self_hosted_signup.signup_consequences": "You will be billed today. Your licence will be applied automatically. <a>See how billing works.</a>",
|
||||
"self_hosted_signup.total": "Total",
|
||||
"setting_item_max.cancel": "Cancel",
|
||||
|
||||
@@ -4176,7 +4176,6 @@
|
||||
"pricing_modal.planSummary.enterprise": "Administración, seguridad y cumplimiento para grandes equipos",
|
||||
"pricing_modal.plan_label_trialDays": "{days} DÍAS RESTANTES DE LA PRUEBA",
|
||||
"pricing_modal.price.freeForever": "Libre por siempre",
|
||||
"pricing_modal.rate.userPerMonth": "/usuario/mes",
|
||||
"pricing_modal.subtitle": "Elige un plan para empezar",
|
||||
"promote_to_user_modal.desc": "Esta acción promueve al huésped {username} a miembro. Esto permitirá que el usuario se pueda unir a canales públicos y pueda interactuar con usuarios fuera de los canales de los cuales es miembro actualmente. ¿Está seguro que desea promover al huésped {username} a miembro?",
|
||||
"promote_to_user_modal.promote": "Promover",
|
||||
|
||||
@@ -4089,7 +4089,6 @@
|
||||
"self_hosted_signup.organization": "نام سازمان",
|
||||
"self_hosted_signup.purchase_in_progress.reset": "شروع دوباره خرید",
|
||||
"self_hosted_signup.retry": "تلاش دوباره",
|
||||
"self_hosted_signup.seats": "نشستهای کاربران",
|
||||
"self_hosted_signup.total": "جمع",
|
||||
"setting_item_max.cancel": "انصراف",
|
||||
"setting_item_min.edit": "ویرایش کنید",
|
||||
|
||||
@@ -4238,7 +4238,6 @@
|
||||
"pricing_modal.planSummary.professional": "Skálázható megoldások növekvő csapatok számára",
|
||||
"pricing_modal.plan_label_trialDays": "{days} NAP VAN HÁTRA A PRÓBAIDŐSZAKBÓL",
|
||||
"pricing_modal.price.freeForever": "Örökké ingyenes",
|
||||
"pricing_modal.rate.userPerMonth": "/felhasználó/hónap",
|
||||
"pricing_modal.reviewDeploymentOptions": "A telepítési lehetőségek áttekintése",
|
||||
"pricing_modal.subtitle": "Válasszon egy csomagot az induláshoz",
|
||||
"pricing_modal.title": "Válasszon csomagot",
|
||||
|
||||
@@ -2576,7 +2576,6 @@
|
||||
"analytics.system.postTypes": "投稿、ファイル、ハッシュタグ",
|
||||
"analytics.system.privateGroups": "非公開チャンネル",
|
||||
"analytics.system.publicChannels": "公開チャンネル",
|
||||
"analytics.system.seatsPurchased": "有償ユーザー数",
|
||||
"analytics.system.skippedIntensiveQueries": "パフォーマンスを最大化するため無効化された統計情報があります。 config.jsonから、<link>それらを再度有効にすること</link>ができます。",
|
||||
"analytics.system.textPosts": "テキストのみの投稿数",
|
||||
"analytics.system.title": "システムの使用統計",
|
||||
@@ -4577,7 +4576,6 @@
|
||||
"pricing_modal.planSummary.professional": "成長するチームのためのスケーラブルなソリューション",
|
||||
"pricing_modal.plan_label_trialDays": "トライアル残り日数 {days}",
|
||||
"pricing_modal.price.freeForever": "永久無料",
|
||||
"pricing_modal.rate.userPerMonth": "USD ユーザー/月 {br}<b>(年間請求)</b>",
|
||||
"pricing_modal.reviewDeploymentOptions": "デプロイオプションを確認する",
|
||||
"pricing_modal.start_trial.disclaimer": "<span>30日間のトライアルを開始する</span>を選択すると、<linkAgreement>Mattermost Software and Services License Agreement</linkAgreement> と <linkPrivacy>プライバシーポリシー</linkPrivacy> に同意したことになり、製品に関する電子メールを受信するようになります。",
|
||||
"pricing_modal.subtitle": "プランを選んで開始",
|
||||
@@ -4720,7 +4718,6 @@
|
||||
"self_hosted_signup.failed_export.subtitle": "あなたのライセンスが承認され次第、弊社側で確認を行い、3日以内に返信いたします。それまでの間は、Free版の製品を引き続きご利用ください。",
|
||||
"self_hosted_signup.failed_export.title": "取引きは審査中です",
|
||||
"self_hosted_signup.license_applied": "{planName} ライセンスが適用されました。{planName} の機能が利用可能になり、今すぐ使用することができます。",
|
||||
"self_hosted_signup.line_item_subtotal": "{num} ユーザー x 12ヶ月。",
|
||||
"self_hosted_signup.organization": "組織名",
|
||||
"self_hosted_signup.progress_step.applying_license": "Mattermostインスタンスに {planName} ライセンスを適用しています",
|
||||
"self_hosted_signup.progress_step.submitting_payment": "支払い情報を提出する",
|
||||
@@ -4733,7 +4730,6 @@
|
||||
"self_hosted_signup.retry": "際実行",
|
||||
"self_hosted_signup.screening_description": "あなたのライセンスが承認され次第、弊社側で確認を行い、3日以内に返信いたします。それまでの間は、Free版の製品を引き続きご利用ください。",
|
||||
"self_hosted_signup.screening_title": "取引きは審査中です",
|
||||
"self_hosted_signup.seats": "ユーザーシート",
|
||||
"self_hosted_signup.signup_consequences": "本日課金されます。あなたのライセンスは自動で適用されます。<a>課金の仕組みについてはこちらを参照してください。</a>",
|
||||
"self_hosted_signup.total": "合計",
|
||||
"setting_item_max.cancel": "キャンセル",
|
||||
|
||||
@@ -2574,7 +2574,6 @@
|
||||
"analytics.system.postTypes": "Berichten, bestanden en hashtags",
|
||||
"analytics.system.privateGroups": "Privé-kanalen",
|
||||
"analytics.system.publicChannels": "Publieke kanalen",
|
||||
"analytics.system.seatsPurchased": "Totaal aantal betaalde gebruikers",
|
||||
"analytics.system.skippedIntensiveQueries": "Om de prestaties te maximaliseren, zijn sommige statistieken uitgeschakeld. Je kan deze <link>opnieuw inschakelen in config.json</link> .",
|
||||
"analytics.system.textPosts": "Berichten met enkel tekst",
|
||||
"analytics.system.title": "Systeem-statistieken",
|
||||
@@ -4562,7 +4561,6 @@
|
||||
"pricing_modal.planSummary.professional": "Schaalbare oplossingen voor groeiende teams",
|
||||
"pricing_modal.plan_label_trialDays": "{days} DAGEN OVER VAN PROEFPERIODE",
|
||||
"pricing_modal.price.freeForever": "Voor altijd gratis",
|
||||
"pricing_modal.rate.userPerMonth": "USD per gebruiker/maand{br}<b>(Jaarlijks gefactureerd)</b>",
|
||||
"pricing_modal.reviewDeploymentOptions": "Bekijk de installatiemogelijkheden",
|
||||
"pricing_modal.start_trial.disclaimer": "Door <span>Gratis 30 dagen proberen,</span> te selecteren ga ik akkoord met de <a>Mattermost Software Evaluatie Overeenkomst, Privacy Beleid,</a> en het ontvangen van product emails.",
|
||||
"pricing_modal.subtitle": "Kies een plan om te beginnen",
|
||||
@@ -4705,7 +4703,6 @@
|
||||
"self_hosted_signup.failed_export.subtitle": "Wij controleren de zaken aan onze kant en nemen binnen 3 dagen contact met jou op zodra jouuw licentie is goedgekeurd. In de tussentijd kan je gerust de gratis versie van ons product blijven gebruiken.",
|
||||
"self_hosted_signup.failed_export.title": "Jouw transactie wordt bekeken",
|
||||
"self_hosted_signup.license_applied": "Jouw {planName} licentie is nu toegepast. {planName} functies zijn nu beschikbaar en klaar voor gebruik.",
|
||||
"self_hosted_signup.line_item_subtotal": "{num} gebruikers × 12 maanden.",
|
||||
"self_hosted_signup.organization": "Naam organisatie",
|
||||
"self_hosted_signup.progress_step.applying_license": "Jouw {planName} licentie toepassen op jouw Mattermost instantie",
|
||||
"self_hosted_signup.progress_step.submitting_payment": "Betalingsinformatie indienen",
|
||||
@@ -4718,7 +4715,6 @@
|
||||
"self_hosted_signup.retry": "Probeer opnieuw",
|
||||
"self_hosted_signup.screening_description": "Wij controleren de zaken aan onze kant en nemen binnen 3 dagen contact met jou op zodra jouuw licentie is goedgekeurd. In de tussentijd kan je gerust de gratis versie van ons product blijven gebruiken.",
|
||||
"self_hosted_signup.screening_title": "Jouw transactie wordt bekeken",
|
||||
"self_hosted_signup.seats": "Gebruikersstoelen",
|
||||
"self_hosted_signup.signup_consequences": "Je wordt gefactureerd op *today*. Jouw licentie wordt automatisch toegepast. <a>Zie hoe facturering werkt.</a>",
|
||||
"self_hosted_signup.total": "Totaal",
|
||||
"setting_item_max.cancel": "Annuleren",
|
||||
|
||||
@@ -2576,7 +2576,6 @@
|
||||
"analytics.system.postTypes": "Wiadomości, Pliki i Hashtagi",
|
||||
"analytics.system.privateGroups": "Kanały prywatne",
|
||||
"analytics.system.publicChannels": "Kanały publiczne",
|
||||
"analytics.system.seatsPurchased": "Całkowita liczba użytkowników płatnych",
|
||||
"analytics.system.skippedIntensiveQueries": "Aby zmaksymalizować wydajność, niektóre statystyki są wyłączone. Możesz <link>ponownie je włączyć w config.json</link>.",
|
||||
"analytics.system.textPosts": "Wiadomości z samym tekstem",
|
||||
"analytics.system.title": "Statystyki systemu",
|
||||
@@ -4577,7 +4576,6 @@
|
||||
"pricing_modal.planSummary.professional": "Skalowalne rozwiązania dla rozwijających się zespołów",
|
||||
"pricing_modal.plan_label_trialDays": "{days} POZOSTAŁO DNI TESTOWYCH",
|
||||
"pricing_modal.price.freeForever": "Bezpłatny na zawsze",
|
||||
"pricing_modal.rate.userPerMonth": "USD za użytkownika/miesiąc {br}<b>(rozliczane rocznie)</b>",
|
||||
"pricing_modal.reviewDeploymentOptions": "Zapoznaj się z opcjami rozmieszczania",
|
||||
"pricing_modal.start_trial.disclaimer": "Wybierając opcję <span>Wypróbuj przez 30 dni,</span> wyrażam zgodę na <linkAgreement>Mattermost Software and Services License Agreement</linkAgreement>, <linkPrivacy>Privacy Policy</linkPrivacy> oraz na otrzymywanie wiadomości e-mail dotyczących produktu.",
|
||||
"pricing_modal.subtitle": "Wybierz plan, aby rozpocząć pracę",
|
||||
@@ -4720,7 +4718,6 @@
|
||||
"self_hosted_signup.failed_export.subtitle": "Sprawdzimy wszystko po naszej stronie i skontaktujemy się z Tobą w ciągu 3 dni po zatwierdzeniu licencji. W międzyczasie prosimy o dalsze korzystanie z darmowej wersji naszego produktu.",
|
||||
"self_hosted_signup.failed_export.title": "Twoja transakcja jest sprawdzana",
|
||||
"self_hosted_signup.license_applied": "Twoja licencja {planName} została zastosowana. Funkcje {planName} są teraz dostępne i gotowe do użycia.",
|
||||
"self_hosted_signup.line_item_subtotal": "{num} użytkownicy × 12-cy.",
|
||||
"self_hosted_signup.organization": "Nazwa organizacji",
|
||||
"self_hosted_signup.progress_step.applying_license": "Zastosowanie licencji {planName} do instancji Mattermost",
|
||||
"self_hosted_signup.progress_step.submitting_payment": "Przekazanie informacji o płatności",
|
||||
@@ -4733,7 +4730,6 @@
|
||||
"self_hosted_signup.retry": "Spróbuj ponownie",
|
||||
"self_hosted_signup.screening_description": "Sprawdzimy wszystko po naszej stronie i skontaktujemy się z Tobą w ciągu 3 dni po zatwierdzeniu licencji. W międzyczasie prosimy o dalsze korzystanie z darmowej wersji naszego produktu.",
|
||||
"self_hosted_signup.screening_title": "Twoja transakcja jest sprawdzana",
|
||||
"self_hosted_signup.seats": "Miejsca dla użytkowników",
|
||||
"self_hosted_signup.signup_consequences": "Zostaniesz rozliczony dzisiaj. Twoja licencja zostanie zastosowana automatycznie. <a>Zobacz jak działa rozliczenie.</a>",
|
||||
"self_hosted_signup.total": "Ogółem",
|
||||
"setting_item_max.cancel": "Anuluj",
|
||||
|
||||
@@ -2576,7 +2576,6 @@
|
||||
"analytics.system.postTypes": "Сообщения, файлы и хештэги",
|
||||
"analytics.system.privateGroups": "Приватные каналы",
|
||||
"analytics.system.publicChannels": "Публичные каналы",
|
||||
"analytics.system.seatsPurchased": "Всего платных пользователей",
|
||||
"analytics.system.skippedIntensiveQueries": "Для обеспечения максимальной производительности некоторые статистические данные отключены. Вы можете <link>повторно включить их в config.json</link>.",
|
||||
"analytics.system.textPosts": "Только текстовые сообщения",
|
||||
"analytics.system.title": "Статистика системы",
|
||||
@@ -4564,7 +4563,6 @@
|
||||
"pricing_modal.planSummary.professional": "Масштабируемые решения для растущих команд",
|
||||
"pricing_modal.plan_label_trialDays": "ОСТАЛОСЬ {days} ДНЕЙ НА ПРОБНУЮ ВЕРСИЮ",
|
||||
"pricing_modal.price.freeForever": "Бесплатно навсегда",
|
||||
"pricing_modal.rate.userPerMonth": "USD за пользователя/месяц {br}<b>(счет ежегодно)</b>",
|
||||
"pricing_modal.reviewDeploymentOptions": "Обзор вариантов развертывания",
|
||||
"pricing_modal.start_trial.disclaimer": "Выбирая <span>Попробовать бесплатно в течение 30 дней,</span> я соглашаюсь с лицензионным соглашением <linkAgreement>на программное обеспечение и услуги Mattermost</linkAgreement>, <linkPrivacy>политикой конфиденциальности</linkPrivacy>, а также с получением электронных сообщений о продукте.",
|
||||
"pricing_modal.subtitle": "Выберите план, чтобы начать работу",
|
||||
@@ -4707,7 +4705,6 @@
|
||||
"self_hosted_signup.failed_export.subtitle": "Мы проверим ситуацию на нашей стороне и свяжемся с вами в течение 3 дней, когда ваша лицензия будет одобрена. Тем временем, пожалуйста, продолжайте пользоваться бесплатной версией нашего продукта.",
|
||||
"self_hosted_signup.failed_export.title": "Ваша транзакция находится на рассмотрении",
|
||||
"self_hosted_signup.license_applied": "Ваша лицензия {planName} была применена. Функции {planName} теперь доступны и готовы к использованию.",
|
||||
"self_hosted_signup.line_item_subtotal": "{num} пользователи × 12 мес.",
|
||||
"self_hosted_signup.organization": "Название организации",
|
||||
"self_hosted_signup.progress_step.applying_license": "Применение лицензии {planName} к экземпляру Mattermost",
|
||||
"self_hosted_signup.progress_step.submitting_payment": "Предоставление платежной информации",
|
||||
@@ -4720,7 +4717,6 @@
|
||||
"self_hosted_signup.retry": "Попробовать снова",
|
||||
"self_hosted_signup.screening_description": "Мы проверим ситуацию на нашей стороне и свяжемся с вами в течение 3 дней, когда ваша лицензия будет одобрена. Тем временем, пожалуйста, продолжайте пользоваться бесплатной версией нашего продукта.",
|
||||
"self_hosted_signup.screening_title": "Ваша транзакция находится на рассмотрении",
|
||||
"self_hosted_signup.seats": "Пользовательские места",
|
||||
"self_hosted_signup.signup_consequences": "Сегодня Вам будет выставлен счет. Ваша лицензия будет применена автоматически. <a>Узнайте, как происходит выставление счетов.</a>",
|
||||
"self_hosted_signup.total": "Всего",
|
||||
"setting_item_max.cancel": "Отмена",
|
||||
|
||||
@@ -2576,7 +2576,6 @@
|
||||
"analytics.system.postTypes": "Meddelanden, filer och hashtags",
|
||||
"analytics.system.privateGroups": "Privat kanal",
|
||||
"analytics.system.publicChannels": "Publika kanaler",
|
||||
"analytics.system.seatsPurchased": "Totala betalande användare",
|
||||
"analytics.system.skippedIntensiveQueries": "För att maximera prestanda så är viss statistik inaktiverad. Du kan <link>aktivera dem i config.json</link>.",
|
||||
"analytics.system.textPosts": "Meddelanden med endast text",
|
||||
"analytics.system.title": "Site statistik",
|
||||
@@ -4564,7 +4563,6 @@
|
||||
"pricing_modal.planSummary.professional": "Skalbara lösningar för växande team",
|
||||
"pricing_modal.plan_label_trialDays": "{days} DAGAR KVAR AV PROVA-PÅ-PERIODEN",
|
||||
"pricing_modal.price.freeForever": "Gratis för alltid",
|
||||
"pricing_modal.rate.userPerMonth": "USD per användare/månad {br}<b>(faktureras årligen)</b>",
|
||||
"pricing_modal.reviewDeploymentOptions": "Granska dina utrullningsalternativ",
|
||||
"pricing_modal.start_trial.disclaimer": "Genom att välja <span>Testa gratis i 30 dagar,</span> godkänner jag <linkAgreement>Mattermost Software and Services License Agreement</linkAgreement>, <linkPrivacy>Privacy Policy</linkPrivacy> och att få mejl med produktinformation.",
|
||||
"pricing_modal.subtitle": "Välj ett abonnemang för att komma igång",
|
||||
@@ -4707,7 +4705,6 @@
|
||||
"self_hosted_signup.failed_export.subtitle": "Vi kommer kontrollera några saker på vår sida och när din licens är godkänd återkommer vi till dig inom tre dagar. Under tiden kan du gärna fortsätta att använda gratisversionen av vår produkt.",
|
||||
"self_hosted_signup.failed_export.title": "Din transaktion granskas",
|
||||
"self_hosted_signup.license_applied": "Din {planName} -licens har nu tillämpats. {planName} -funktionerna är nu tillgängliga och redo att användas.",
|
||||
"self_hosted_signup.line_item_subtotal": "{num} användare × 12 månader.",
|
||||
"self_hosted_signup.organization": "Organisationens namn",
|
||||
"self_hosted_signup.progress_step.applying_license": "Applicerar din {planName} -licens på din Mattermost-instans",
|
||||
"self_hosted_signup.progress_step.submitting_payment": "Lämna betalningsuppgifter",
|
||||
@@ -4720,7 +4717,6 @@
|
||||
"self_hosted_signup.retry": "Försök igen",
|
||||
"self_hosted_signup.screening_description": "Vi kommer att kontrollera saker och ting från vår sida och återkommer till dig inom tre dagar när din licens är godkänd. Under tiden kan du gärna fortsätta att använda gratisversionen av vår produkt.",
|
||||
"self_hosted_signup.screening_title": "Din transaktion håller på att granskas",
|
||||
"self_hosted_signup.seats": "Användarplatser",
|
||||
"self_hosted_signup.signup_consequences": "Du kommer att debiteras idag. Din licens tillämpas automatiskt. <a>Se hur faktureringen fungerar.</a>",
|
||||
"self_hosted_signup.total": "Summa",
|
||||
"setting_item_max.cancel": "Avbryt",
|
||||
|
||||
@@ -2534,7 +2534,6 @@
|
||||
"analytics.system.postTypes": "İletiler, dosyalar ve hashtaglar",
|
||||
"analytics.system.privateGroups": "Özel kanallar",
|
||||
"analytics.system.publicChannels": "Herkese açık kanallar",
|
||||
"analytics.system.seatsPurchased": "Ücreti ödenmiş kullanıcı sayısı",
|
||||
"analytics.system.skippedIntensiveQueries": "En iyi başarımı elde etmek için bazı istatistikler devre dışı bırakılmıştır. Bu istatistikleri <link>config.json içinden etkinleştirebilirsiniz</link>.",
|
||||
"analytics.system.textPosts": "Yalnızca metin içeren iletiler",
|
||||
"analytics.system.title": "Sistem istatistikleri",
|
||||
@@ -4466,7 +4465,6 @@
|
||||
"pricing_modal.planSummary.professional": "Büyük ekipler için yönetim, güvenlik ve uygunluk",
|
||||
"pricing_modal.plan_label_trialDays": "DENEMENİN BİTMESİNE {days} GÜN KALDI",
|
||||
"pricing_modal.price.freeForever": "Sonsuza dek ücretsiz",
|
||||
"pricing_modal.rate.userPerMonth": "USD kullanıcı/ay{br}<b>(yıllık faturalanır)</b>",
|
||||
"pricing_modal.reviewDeploymentOptions": "Dağıtım seçeneklerini gözden geçirin",
|
||||
"pricing_modal.start_trial.disclaimer": "<span>30 günlük ücretsiz denemeyi başlat</span> üzerine tıklayarak, <linkAgreement>Mattermost yazılım ve hizmet lisans sözleşmesi</linkAgreement>, <linkPrivacy>Kişisel verilerin gizliliği ilkesi</linkPrivacy> metinlerini ve ürün ile ilgili e-postaları almayı kabul ediyorum.",
|
||||
"pricing_modal.subtitle": "Başlamak için bir tarife seçin",
|
||||
@@ -4608,7 +4606,6 @@
|
||||
"self_hosted_signup.failed_export.subtitle": "Kontrollerimizi yapacağız ve lisansınızı onaylandıktan sonra 3 gün içinde size geri döneceğiz. Bu arada, lütfen ürünümüzün ücretsiz sürümünü kullanmayı sürdürmekten çekinmeyin.",
|
||||
"self_hosted_signup.failed_export.title": "İşleminiz inceleniyor",
|
||||
"self_hosted_signup.license_applied": "{planName} lisansınız etkinleştirildi. {planName} özelliklerini kullanabilirsiniz.",
|
||||
"self_hosted_signup.line_item_subtotal": "{num} kullanıcı × 12 ay.",
|
||||
"self_hosted_signup.organization": "Kuruluş adı",
|
||||
"self_hosted_signup.progress_step.applying_license": "{planName} lisansınız Mattermost kopyanıza uygulanıyor",
|
||||
"self_hosted_signup.progress_step.submitting_payment": "Ödeme bilgileri gönderiliyor",
|
||||
@@ -4621,7 +4618,6 @@
|
||||
"self_hosted_signup.retry": "Yeniden dene",
|
||||
"self_hosted_signup.screening_description": "Kontrollerimizi yapacağız ve lisansınızı onaylandıktan sonra 3 gün içinde size geri döneceğiz. Bu arada, lütfen ürünümüzün ücretsiz sürümünü kullanmayı sürdürmekten çekinmeyin.",
|
||||
"self_hosted_signup.screening_title": "İşleminiz inceleniyor",
|
||||
"self_hosted_signup.seats": "Kullanıcı koltuk lisansı",
|
||||
"self_hosted_signup.signup_consequences": "Faturanız bugün kesilecek. Lisansınız otomatik olarak etkinleştirilecek. <a>Faturalamanın nasıl işlediğine bakın.</a>",
|
||||
"self_hosted_signup.total": "Toplam",
|
||||
"setting_item_max.cancel": "İptal",
|
||||
|
||||
Ссылка в новой задаче
Block a user